aboutsummaryrefslogtreecommitdiffstats
path: root/engine/events/prize_menu.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/events/prize_menu.asm')
-rw-r--r--engine/events/prize_menu.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/events/prize_menu.asm b/engine/events/prize_menu.asm
index c1e93c36..4603b582 100644
--- a/engine/events/prize_menu.asm
+++ b/engine/events/prize_menu.asm
@@ -222,7 +222,7 @@ HandlePrizeChoice:
jr .subtractCoins
.giveMon
ld a, [wd11e]
- ld [wcf91], a
+ ld [wCurPartySpecies], a
push af
call GetPrizeMonLevel
ld c, a
@@ -287,7 +287,7 @@ OhFineThenTextPtr:
text_end
GetPrizeMonLevel:
- ld a, [wcf91]
+ ld a, [wCurPartySpecies]
ld b, a
ld hl, PrizeMonLevelDictionary
.loop