From bc246eb3cb83ca2cfbee987f75b9b41d946c3fd3 Mon Sep 17 00:00:00 2001 From: 2Tie Date: Fri, 30 Nov 2018 16:47:42 -0700 Subject: cleaned up labels and added more constants, removed the hardcoded relative jumps. --- constants/start_menu_constants.asm | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 constants/start_menu_constants.asm (limited to 'constants') diff --git a/constants/start_menu_constants.asm b/constants/start_menu_constants.asm new file mode 100644 index 0000000..294ad78 --- /dev/null +++ b/constants/start_menu_constants.asm @@ -0,0 +1,10 @@ + const_def + const START_POKEDEX ; 0 + const START_PARTY ; 1 + const START_BACKPACK ; 2 + const START_TRAINERCARD ; 3 + const START_SAVE ; 4 + const START_OPTIONS ; 5 + const START_EXIT ; 6 + const START_POKEGEAR ; 7 + const START_RESET ; 8 \ No newline at end of file -- cgit v1.2.3