summaryrefslogtreecommitdiff
path: root/constants.asm
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2015-11-08 13:56:29 -0500
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-11-08 13:56:29 -0500
commitacde04be10aab02c94f8e58d892344af6cbb3ece (patch)
tree6c59b80142afa0b0e1d800dbe09bd30bf01ccbf5 /constants.asm
parent32ba300e6c18c1f52603111777aa41efea0550d0 (diff)
DisplayTextIDInit and DrawStartMenu
Also re-add event_macros.asm
Diffstat (limited to 'constants.asm')
-rw-r--r--constants.asm4
1 files changed, 3 insertions, 1 deletions
diff --git a/constants.asm b/constants.asm
index 42ecea27..44781c6b 100644
--- a/constants.asm
+++ b/constants.asm
@@ -29,4 +29,6 @@ INCLUDE "constants/music_constants.asm"
INCLUDE "constants/tilesets.asm"
INCLUDE "constants/starter_mons.asm"
INCLUDE "constants/predef_constants.asm"
-INCLUDE "constants/tx_pre_constants.asm" \ No newline at end of file
+INCLUDE "constants/tx_pre_constants.asm"
+INCLUDE "constants/event_constants.asm"
+INCLUDE "constants/event_macros.asm" \ No newline at end of file