summaryrefslogtreecommitdiff
path: root/engine/display_pokedex.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/display_pokedex.asm')
-rw-r--r--engine/display_pokedex.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/display_pokedex.asm b/engine/display_pokedex.asm
index a252f684..96a2dd6c 100644
--- a/engine/display_pokedex.asm
+++ b/engine/display_pokedex.asm
@@ -1,4 +1,4 @@
-_DisplayPokedex: ; 7abf (1:7abf)
+_DisplayPokedex:
ld hl, wd730
set 6, [hl]
predef ShowPokedexData
@@ -16,4 +16,4 @@ _DisplayPokedex: ; 7abf (1:7abf)
predef FlagActionPredef
ld a, $1
ld [wDoNotWaitForButtonPressAfterDisplayingText], a
- ret \ No newline at end of file
+ ret