diff options
Diffstat (limited to 'macros/text_macros.asm')
-rwxr-xr-x | macros/text_macros.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/text_macros.asm b/macros/text_macros.asm index 21e02634..2c570525 100755 --- a/macros/text_macros.asm +++ b/macros/text_macros.asm @@ -9,7 +9,7 @@ done EQUS "db $57" ; End a text box. prompt EQUS "db $58" ; Prompt the player to end a text box (initiating some other event). page EQUS "db $49," ; Start a new Pokedex page. -dex EQUS "db $5f, $50" ; End a Pokedex entry. +dex EQUS "db $50, $50" ; End a Pokedex entry. TX_RAM: MACRO ; prints text to screen |