diff options
author | klektron <klektron@users.noreply.github.com> | 2021-01-03 15:36:24 +0100 |
---|---|---|
committer | klektron <klektron@users.noreply.github.com> | 2021-01-03 15:36:24 +0100 |
commit | dc294a0de559fcaa1e3b9043d7ef3cd3fa96a735 (patch) | |
tree | 2cf9c452ff5c2c147cde2c8124ed67fac180083a /macros/scripts/text.asm | |
parent | 419eac2a656d5dd034e46c5f93ce808e583050de (diff) |
and it's finally done :D
Diffstat (limited to 'macros/scripts/text.asm')
-rwxr-xr-x | macros/scripts/text.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/scripts/text.asm b/macros/scripts/text.asm index a947ca2f..9f724e4c 100755 --- a/macros/scripts/text.asm +++ b/macros/scripts/text.asm @@ -7,7 +7,7 @@ done EQUS "db \"<DONE>\"" ; End a text box. prompt EQUS "db \"<PROMPT>\"" ; Prompt the player to end a text box (initiating some other event). page EQUS "db \"<PAGE>\"," ; Start a new Pokédex page. -dex EQUS "db \"<DEXEND>\", \"@\"" ; End a Pokédex entry. +dex EQUS "db \"@\", \"@\"" ; End a Pokédex entry. ; TextCommandJumpTable indexes (see home/text.asm) |