diff options
author | yenatch <yenatch@gmail.com> | 2016-01-29 01:00:48 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2016-01-29 01:00:48 -0500 |
commit | 11173a3807bde4e2d5b681717258b5b14f5f2d43 (patch) | |
tree | 8e1692fe02b30ceeb2d797c001e0594175e29b78 /battle/misc.asm | |
parent | 289d3dea86b82c4ce7eb7268ef33980688306587 (diff) | |
parent | 5322b56a8357e5e5a8847f3329b52faa3f7016d8 (diff) |
Merge pull request #333 from PikalaxALT/master
Split base stats, rearrange wram.asm, naming screen
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 |