summaryrefslogtreecommitdiff
path: root/constants.asm
diff options
context:
space:
mode:
author2Tie <foxman95@ymail.com>2018-11-30 16:47:42 -0700
committer2Tie <foxman95@ymail.com>2018-11-30 16:47:42 -0700
commitbc246eb3cb83ca2cfbee987f75b9b41d946c3fd3 (patch)
treeed741b2d294df39e0d9496bf665eb1d1ad4493e7 /constants.asm
parent7564f1a7c2a24d4c0c03c7910378adc7cec73749 (diff)
cleaned up labels and added more constants, removed the hardcoded relative jumps.
Diffstat (limited to 'constants.asm')
-rw-r--r--constants.asm1
1 files changed, 1 insertions, 0 deletions
diff --git a/constants.asm b/constants.asm
index 1046662..abf943a 100644
--- a/constants.asm
+++ b/constants.asm
@@ -39,4 +39,5 @@ INCLUDE "constants/wram_constants.asm"
INCLUDE "constants/sgb_constants.asm"
INCLUDE "constants/map_object_constants.asm"
INCLUDE "constants/main_menu_constants.asm"
+INCLUDE "constants/start_menu_constants.asm"
INCLUDE "constants/movement_constants.asm"