diff options
author | Cameron Hall <cameronghall@cox.net> | 2018-01-21 18:14:47 -0600 |
---|---|---|
committer | Cameron Hall <cameronghall@cox.net> | 2018-01-21 18:14:47 -0600 |
commit | ffb74a0211f750506650b66fe2bcdf7ddf770668 (patch) | |
tree | 525a894d2d65ffe7b94b499c040ecc5fe84b401b /sym_common.txt | |
parent | 608e06126acdc8b6d32a0aa71fdc57bc188b8d7b (diff) |
match debug ROM
Diffstat (limited to 'sym_common.txt')
-rw-r--r-- | sym_common.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/sym_common.txt b/sym_common.txt index 1297b83b0..366036c9c 100644 --- a/sym_common.txt +++ b/sym_common.txt @@ -6,8 +6,14 @@ // main.c +#if DEBUG +/*. += 0x18;*/ +#endif SYMBOL(gKeyRepeatStartDelay, 4) SYMBOL(gLinkTransferringData, 4) +#if DEBUG +. += 0x8; +#endif SYMBOL(gMain, 1088) SYMBOL(gKeyRepeatContinueDelay, 4) SYMBOL(gSoftResetDisabled, 4) @@ -272,7 +278,11 @@ SYMBOL(gSoundTestCryNum, 4) // tv.c SYMBOL(gUnknown_03005D38, 4) +#if DEBUG +. += 0x54; +#else . += 0x64; // huge gap? +#endif // ??? SYMBOL(gUnknown_03005DA0, 0x48) @@ -315,7 +325,11 @@ SYMBOL(gFastSaveSection, 4) SYMBOL(gUnknown_03005EB4, 4) SYMBOL(gSaveFileStatus, 4) SYMBOL(gGameContinueCallback, 4) +#if DEBUG +. += 0xC; +#else . += 0x10; +#endif // intro.c SYMBOL(gIntroFrameCounter, 4) @@ -339,9 +353,16 @@ SYMBOL(gUnknown_03005F3C, 4) SYMBOL(gUnknown_03005F40, 4) SYMBOL(gPokeblockFeedPokeSpriteCopy, 68) SYMBOL(gUnknown_03005F94, 4) +#if DEBUG +SYMBOL(gUnknown_03005FA0, 32) +#else SYMBOL(gUnknown_03005FA0, 48) +#endif // m4a_2.c +#if DEBUG +. += 0x10; +#endif SYMBOL(gSoundInfo, 4016) SYMBOL(gPokemonCrySongs, 104) SYMBOL(gPokemonCryMusicPlayers, 128) |