diff options
author | 2Tie <foxman95@ymail.com> | 2018-11-30 16:47:42 -0700 |
---|---|---|
committer | 2Tie <foxman95@ymail.com> | 2018-11-30 16:47:42 -0700 |
commit | bc246eb3cb83ca2cfbee987f75b9b41d946c3fd3 (patch) | |
tree | ed741b2d294df39e0d9496bf665eb1d1ad4493e7 /constants/start_menu_constants.asm | |
parent | 7564f1a7c2a24d4c0c03c7910378adc7cec73749 (diff) |
cleaned up labels and added more constants, removed the hardcoded relative jumps.
Diffstat (limited to 'constants/start_menu_constants.asm')
-rw-r--r-- | constants/start_menu_constants.asm | 10 |
1 files changed, 10 insertions, 0 deletions
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 |