summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCameron Hall <cameronghall@cox.net>2018-02-06 19:23:54 -0600
committerCameron Hall <cameronghall@cox.net>2018-02-06 19:23:54 -0600
commit9a8ec555e68fb143ffe900c778ddb85d5bd145a5 (patch)
tree912c739848391da17525e57420570b3730053675
parent7a264da18b6177d78373568c5110d5c98fb86c0f (diff)
fix bss memory locations
-rw-r--r--src/debug/nakamura_debug_menu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/debug/nakamura_debug_menu.c b/src/debug/nakamura_debug_menu.c
index b8c4ed73e..550ac7bbd 100644
--- a/src/debug/nakamura_debug_menu.c
+++ b/src/debug/nakamura_debug_menu.c
@@ -15,6 +15,7 @@ EWRAM_DATA u16 _nakamuraDataC = 0;
__attribute__((unused)) static u8 _nakamuraStatic0[0x18];
__attribute__((unused)) static u8 _nakamuraStatic18;
+__attribute__((unused)) static u8 gDebugFiller3000814[4];
asm(".global _nakamuraStatic0");
asm(".global _nakamuraStatic18");