summaryrefslogtreecommitdiff
path: root/src/debug/nohara_debug_menu.c
blob: b3885ff7678352f99eae205144a511ec7edade95 (plain)
1
2
3
4
5
6
7
8
9
10
11
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