From dc294a0de559fcaa1e3b9043d7ef3cd3fa96a735 Mon Sep 17 00:00:00 2001 From: klektron Date: Sun, 3 Jan 2021 15:36:24 +0100 Subject: and it's finally done :D --- macros/scripts/text.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macros/scripts') 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 \"\"" ; End a text box. prompt EQUS "db \"\"" ; Prompt the player to end a text box (initiating some other event). page EQUS "db \"\"," ; Start a new Pokédex page. -dex EQUS "db \"\", \"@\"" ; End a Pokédex entry. +dex EQUS "db \"@\", \"@\"" ; End a Pokédex entry. ; TextCommandJumpTable indexes (see home/text.asm) -- cgit v1.2.3