diff options
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) |