summaryrefslogtreecommitdiff
path: root/engine/events/pokecenter_pc.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/events/pokecenter_pc.asm')
-rw-r--r--engine/events/pokecenter_pc.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/events/pokecenter_pc.asm b/engine/events/pokecenter_pc.asm
index 8f73fc41e..43bf6dbfe 100644
--- a/engine/events/pokecenter_pc.asm
+++ b/engine/events/pokecenter_pc.asm
@@ -10,7 +10,7 @@ PokemonCenterPC:
call LoadMenuHeader
.loop
xor a
- ld [hBGMapMode], a
+ ldh [hBGMapMode], a
call .ChooseWhichPCListToUse
ld [wWhichIndexSet], a
call DoNthMenu
@@ -360,7 +360,7 @@ PlayerWithdrawItemMenu:
ld hl, .WithdrewText
call MenuTextBox
xor a
- ld [hBGMapMode], a
+ ldh [hBGMapMode], a
call ExitMenu
ret