diff options
author | Pokeglitch <pokeglitchx@gmail.com> | 2018-06-15 07:30:03 -0400 |
---|---|---|
committer | Pokeglitch <pokeglitchx@gmail.com> | 2018-06-15 07:30:03 -0400 |
commit | f6561411a1dfc401cb250da1c74161a9de1dddc0 (patch) | |
tree | 7f82131146de0ec0af9f45a95e8c1d9d22a96ade /macros/text.asm | |
parent | 3c2daf8f03499c2376da954ca41a1ffe4dc78775 (diff) |
Using text macros
Diffstat (limited to 'macros/text.asm')
-rw-r--r-- | macros/text.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/macros/text.asm b/macros/text.asm index f95c300..bde79dc 100644 --- a/macros/text.asm +++ b/macros/text.asm @@ -7,6 +7,8 @@ done EQUS "db \"<DONE>\"" ; End a text box. prompt EQUS "db \"<PROMPT>\"" ; Prompt the player to end a text box (initiating some other event). text_end EQUS "db $50" ; End control code for text processor ; different from @ + +para_done EQUS "db \"<PARA>\",\"<DONE>\"" ;Start a new paragraph and End a text box ; TODO: determine if these are in ; Pokedex text commands are only used with pokered. |