diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2016-01-12 12:46:18 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2016-01-12 12:46:18 -0500 |
commit | 2ed6c357af335a1df33932383c00375b799300b2 (patch) | |
tree | 175e12b8359bc00d9ba30af0c448d612a36df473 /misc/mobile_22.asm | |
parent | 35f687b5365cb5e4b607e180646e6062d59a357a (diff) |
More WRAM tidying
Diffstat (limited to 'misc/mobile_22.asm')
-rw-r--r-- | misc/mobile_22.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/mobile_22.asm b/misc/mobile_22.asm index 64cb84dc3..b849b8405 100644 --- a/misc/mobile_22.asm +++ b/misc/mobile_22.asm @@ -1255,10 +1255,10 @@ Function897d5: ; 897d5 .asm_897f3 ld a, $37 - ld [hFillBox], a + ld [hGraphicStartTile], a hlcoord 12, 3 lb bc, 7, 7 - predef FillBox + predef PlaceGraphic call Function8963d pop bc ret |