diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2021-06-15 08:08:11 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-15 08:08:11 -0400 |
commit | 6bb16d44745f760a8bbeacbcbd5dec1ce274d60b (patch) | |
tree | 0d53ba6d230cabcbb94a98ab9288c8edad11bd92 /src/debug/start_menu_debug.c | |
parent | 099279a65aae4519a3941a47116e16924149ac4f (diff) | |
parent | 4e497acf92be923b9aa5794d5aa824589bba396d (diff) |
Merge pull request #823 from PikalaxALT/push_symbols
Use github workflows instead of travis; make symfiles; fix debug modern builds
Diffstat (limited to 'src/debug/start_menu_debug.c')
-rw-r--r-- | src/debug/start_menu_debug.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/debug/start_menu_debug.c b/src/debug/start_menu_debug.c index 2f100069d..1501fdd49 100644 --- a/src/debug/start_menu_debug.c +++ b/src/debug/start_menu_debug.c @@ -50,6 +50,18 @@ extern void Debug_SetUpFieldMove_Cut(void); extern void Debug_SetUpFieldMove_SecretPower(void); +#if (ENGLISH && REVISION == 0) +#define TYPE u8 +#else +#define TYPE u32 +#endif + +TYPE gUnknown_Debug_03004BD0; +#if (ENGLISH && REVISION == 0) +TYPE gUnknown_Debug_Murakawa2; +#endif +#undef TYPE + void debug_sub_8076BB4(u8); void DebugMenu_DisplayBuildDate(u8 x, u8 y); void DebugMenu_DisplayContinuousDate(u8 x, u8 y); |