summaryrefslogtreecommitdiff
path: root/engine/namingscreen.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/namingscreen.asm')
-rw-r--r--engine/namingscreen.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/namingscreen.asm b/engine/namingscreen.asm
index a250ade9..54147ee9 100644
--- a/engine/namingscreen.asm
+++ b/engine/namingscreen.asm
@@ -77,13 +77,13 @@ Function11b09: ; 11b09 (4:5b09)
dw Function11b2a
Function11b2a:
- ld a, [wd004]
+ ld a, [wCurPartySpecies]
ld [wd151], a
ld hl, LoadMenuMonIcon
ld a, BANK(LoadMenuMonIcon)
ld e, $1
rst FarCall
- ld a, [wd004]
+ ld a, [wCurPartySpecies]
ld [wd151], a
call GetPokemonName
hlcoord 5, 2