diff options
Diffstat (limited to 'battle/misc.asm')
-rw-r--r-- | battle/misc.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/battle/misc.asm b/battle/misc.asm index d47573df9..beb9ce333 100644 --- a/battle/misc.asm +++ b/battle/misc.asm @@ -32,8 +32,8 @@ AppearUser: ; fbd77 (3e:7d77) call GetPlayerBackpicCoords ld a, $31 .okay - ld [hFillBox], a - predef FillBox + ld [hGraphicStartTile], a + predef PlaceGraphic FinishAppearDisappearUser: ; fbd91 (3e:7d91) ld a, $1 ld [hBGMapMode], a |