diff options
Diffstat (limited to 'sym_common.txt')
-rw-r--r-- | sym_common.txt | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/sym_common.txt b/sym_common.txt index aaa65242e..b089f46d3 100644 --- a/sym_common.txt +++ b/sym_common.txt @@ -6,12 +6,12 @@ // main.c -#if DEBUG -/*. += 0x18;*/ +#if (DEBUG && ENGLISH && REVISION == 0) +. += 0x8; #endif SYMBOL(gKeyRepeatStartDelay, 4) SYMBOL(gLinkTransferringData, 4) -#if DEBUG +#if (DEBUG && !(ENGLISH && REVISION == 0)) . += 0x8; #endif SYMBOL(gMain, 1088) @@ -186,7 +186,7 @@ gUnknown_Debug_03004BC0 = .; . += 0x4; #endif -// field_control_avatar.c +// event_object_lock.c SYMBOL(gSelectedObjectEvent, 4) // ??? @@ -197,6 +197,10 @@ SYMBOL(gMenuCallback, 4) #if DEBUG SYMBOL(gUnknown_Debug_03004BD0, 4) +// TODO: see if this is in rev1+ +#if (ENGLISH && REVISION == 0) +SYMBOL(gUnknown_Debug_Murakawa2, 4) +#endif #endif // sound.c @@ -204,8 +208,12 @@ SYMBOL(gDisableMusic, 4) #if DEBUG unk_debug_common_2 = .; +#if (ENGLISH && REVISION == 0) +. += 0x4; +#else . += 0x8; #endif +#endif // battle_anim.c SYMBOL(gSoundAnimFramesToWait, 4) |