diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-01 09:44:32 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-01 09:44:32 -0400 |
commit | 4b91cc770e8fc83353f962a4a6f9ebef6eb952c8 (patch) | |
tree | 817ba66931e06ebc5ba45103e5055a574d327a2f /constants.asm | |
parent | bd7620b8519bab0a2b827a4244a696207a111990 (diff) |
Text macros; Prize Room
Diffstat (limited to 'constants.asm')
-rw-r--r-- | constants.asm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/constants.asm b/constants.asm index b4e27a91..554f89ca 100644 --- a/constants.asm +++ b/constants.asm @@ -29,4 +29,5 @@ INCLUDE "constants/tilesets.asm" INCLUDE "constants/starter_mons.asm" INCLUDE "constants/event_constants.asm" INCLUDE "constants/event_macros.asm" -INCLUDE "constants/pikachu_emotion_constants.asm"
\ No newline at end of file +INCLUDE "constants/pikachu_emotion_constants.asm" +INCLUDE "constants/text_constants.asm" |