diff options
| author | PikalaxALT <pikalaxalt@gmail.com> | 2018-02-07 00:55:50 -0500 |
|---|---|---|
| committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-02-07 00:55:50 -0500 |
| commit | c28d691ff2821adcf43600a308d523fd609e12e2 (patch) | |
| tree | 5cfe618a442bb4a67b4aaef0c7f2c27d4bd3eedb /src/debug/nohara_debug_menu.c | |
| parent | 19b0a0f3e05c73b84e5afaffb83080474774e918 (diff) | |
| parent | 6eaadfc62e89a25c2de674aebf69f077c491580f (diff) | |
Merge branch 'master' into fix_nonmatching
Diffstat (limited to 'src/debug/nohara_debug_menu.c')
| -rw-r--r-- | src/debug/nohara_debug_menu.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/debug/nohara_debug_menu.c b/src/debug/nohara_debug_menu.c new file mode 100644 index 000000000..b3885ff76 --- /dev/null +++ b/src/debug/nohara_debug_menu.c @@ -0,0 +1,12 @@ +#if DEBUG +#include "global.h" + +__attribute__((unused)) static u8 gDebug_03000724; +__attribute__((unused)) static u8 gDebug_03000725; +__attribute__((unused)) static u8 gDebug_03000726; + +asm(".global gDebug_03000724"); +asm(".global gDebug_03000725"); +asm(".global gDebug_03000726"); + +#endif |
