aboutsummaryrefslogtreecommitdiffstats
path: root/engine/events/display_pokedex.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/events/display_pokedex.asm')
-rw-r--r--engine/events/display_pokedex.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/engine/events/display_pokedex.asm b/engine/events/display_pokedex.asm
index d657ea85..68d48bb3 100644
--- a/engine/events/display_pokedex.asm
+++ b/engine/events/display_pokedex.asm
@@ -1,9 +1,9 @@
_DisplayPokedex::
- ld hl, wd730
- set 6, [hl]
+ ld hl, wStatusFlags5
+ set BIT_NO_TEXT_DELAY, [hl]
predef ShowPokedexData
- ld hl, wd730
- res 6, [hl]
+ ld hl, wStatusFlags5
+ res BIT_NO_TEXT_DELAY, [hl]
call ReloadMapData
ld c, 10
call DelayFrames