Skip to content

Instantly share code, notes, and snippets.

command movecode_flyover_text1(movecode_num) {
ROM[0xC3ABED] = {
mov_jsrmov(0xA204)
mov_rtl
}
_mc: {
mov_setx(123)
mov_sety(456)
"[23 39 A0]"
"[25 C8 9F]"
@ShadowOne333
ShadowOne333 / naming_screen_table.ccs
Last active May 9, 2019 19:58
A script to modify the letters and characters available in the Naming screens of EarthBound (ccscript)
/* Script to modify the letters and characters available in the Naming Screens
Made by PhoenixBound, based on previous work by TragicManner */
import asm65816
main_capital: { // offset EFA460
text_pos(0, 0) "[2F]A[2F]B[2F]C[2F]D[2F]E[2F]F[2F]G[2F]H[2F]I" text_pos(22, 0) "[2F]-[2F]#"
text_pos(0, 1) "[2F]J[2F]K[2F]L[2F]M[2F]N[2F]O[2F]P[2F]Q[2F]R" text_pos(22, 1) "[2F]'[2F]~"
text_pos(0, 2) "[2F]S[2F]T[2F]U[2F]V[2F]W[2F]X[2F]Y[2F]Z[2F] " text_pos(22, 2) "[2F].[2F][5F]"
text_pos(0, 3) "[2F][B0][2F][B1][2F][B2][2F][B3][2F][B4][2F][B5][2F][B7][2F] [2F][B8][2F]?" text_pos(22, 3) "[2F][B9][2F]!"
@ShadowOne333
ShadowOne333 / New_Stats_Window.ccs
Last active July 25, 2021 17:02
Adds all Status and Resistances to be shown in the Equipment menu
/* Add all Stats and Resistances to the Equipment menu */
import asm65816
import ebpp
import ebpp_std
/*
NOTES:
0xC1AA5D = Part of the main routine of the Equipment selection menu. When this routine exits, it closes the windows associated with the equipment menu.
@ShadowOne333
ShadowOne333 / msu1.ccs
Last active March 4, 2024 15:16
Transcription of the MSU-1 patch into CCScript for use in CoilSnake project files
// Earthbound MSU1 patch by Conn
// Credits for addresses by byuu, looptable by ShadowOne333
// Apply on non-header US rom
// CCS transcription by ShadowOne333
import asm65816
// ROM[0xE60353] = "[2F]"
// org $E60353