summaryrefslogtreecommitdiff
path: root/src/start_menu.c
diff options
context:
space:
mode:
authordrifloony <drifloony@users.noreply.github.com>2017-07-15 18:48:46 -0700
committerdrifloony <drifloony@users.noreply.github.com>2017-07-20 20:13:02 -0700
commite4a72cbff306e805606c3d95e5192e535fcb0ca8 (patch)
tree82d387a57efcb1867ce2dc7a73fb277b26d487c7 /src/start_menu.c
parent7d960d219fae9d0a14ef1974c11231f8de55b89c (diff)
map out ram variables
Diffstat (limited to 'src/start_menu.c')
-rw-r--r--src/start_menu.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/start_menu.c b/src/start_menu.c
index e05f3a999..411690aff 100644
--- a/src/start_menu.c
+++ b/src/start_menu.c
@@ -51,9 +51,11 @@ static bool8 savingComplete;
extern bool8 gDifferentSaveFile;
extern u16 gSaveFileStatus;
extern u16 gScriptResult;
-extern u8 (*gCallback_03004AE8)(void);
+
extern u8 gUnknown_03004860;
+u8 (*gCallback_03004AE8)(void);
+
EWRAM_DATA static u8 sStartMenuCursorPos = 0;
EWRAM_DATA static u8 sNumStartMenuActions = 0;
EWRAM_DATA static u8 sCurrentStartMenuActions[10] = {0};