summaryrefslogtreecommitdiff
path: root/battle/bg_effects.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2016-01-12 12:46:18 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2016-01-12 12:46:18 -0500
commit2ed6c357af335a1df33932383c00375b799300b2 (patch)
tree175e12b8359bc00d9ba30af0c448d612a36df473 /battle/bg_effects.asm
parent35f687b5365cb5e4b607e180646e6062d59a357a (diff)
More WRAM tidying
Diffstat (limited to 'battle/bg_effects.asm')
-rw-r--r--battle/bg_effects.asm4
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