summaryrefslogtreecommitdiff
path: root/home.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 /home.asm
parent35f687b5365cb5e4b607e180646e6062d59a357a (diff)
More WRAM tidying
Diffstat (limited to 'home.asm')
-rw-r--r--home.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home.asm b/home.asm
index d549357da..42feefde4 100644
--- a/home.asm
+++ b/home.asm
@@ -1665,9 +1665,9 @@ _PrepMonFrontpic:: ; 378b
predef GetFrontpic
pop hl
xor a
- ld [hFillBox], a
+ ld [hGraphicStartTile], a
lb bc, 7, 7
- predef FillBox
+ predef PlaceGraphic
xor a
ld [wBoxAlignment], a
ret