summaryrefslogtreecommitdiff
path: root/macros/scripts/text.asm
diff options
context:
space:
mode:
authorklektron <klektron@users.noreply.github.com>2021-01-03 15:36:24 +0100
committerklektron <klektron@users.noreply.github.com>2021-01-03 15:36:24 +0100
commitdc294a0de559fcaa1e3b9043d7ef3cd3fa96a735 (patch)
tree2cf9c452ff5c2c147cde2c8124ed67fac180083a /macros/scripts/text.asm
parent419eac2a656d5dd034e46c5f93ce808e583050de (diff)
and it's finally done :D
Diffstat (limited to 'macros/scripts/text.asm')
-rwxr-xr-xmacros/scripts/text.asm2
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)