diff options
| author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-11-08 13:56:29 -0500 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-11-08 13:56:29 -0500 |
| commit | acde04be10aab02c94f8e58d892344af6cbb3ece (patch) | |
| tree | 6c59b80142afa0b0e1d800dbe09bd30bf01ccbf5 /constants.asm | |
| parent | engine/overworld/pokecenter.asm (diff) | |
| download | pokeyellow-acde04be10aab02c94f8e58d892344af6cbb3ece.tar.gz pokeyellow-acde04be10aab02c94f8e58d892344af6cbb3ece.tar.xz pokeyellow-acde04be10aab02c94f8e58d892344af6cbb3ece.zip | |
DisplayTextIDInit and DrawStartMenu
Also re-add event_macros.asm
Diffstat (limited to 'constants.asm')
| -rw-r--r-- | constants.asm | 4 |
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 |
