diff options
Diffstat (limited to 'battle/bg_effects.asm')
-rw-r--r-- | battle/bg_effects.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/battle/bg_effects.asm b/battle/bg_effects.asm index 188a3e43d..b03e3aea5 100644 --- a/battle/bg_effects.asm +++ b/battle/bg_effects.asm @@ -748,7 +748,7 @@ endr jr z, .clear cp -3 jr z, .skip - call .FillBox + call .PlaceGraphic .skip call BattleBGEffects_IncrementJumptable ld a, $1 @@ -798,7 +798,7 @@ endr pop bc ret -.FillBox +.PlaceGraphic ; get dims push bc push hl |