From 2ed6c357af335a1df33932383c00375b799300b2 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Tue, 12 Jan 2016 12:46:18 -0500 Subject: More WRAM tidying --- engine/debug.asm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'engine/debug.asm') diff --git a/engine/debug.asm b/engine/debug.asm index df5dbee56..d69cd254b 100755 --- a/engine/debug.asm +++ b/engine/debug.asm @@ -401,10 +401,10 @@ Function81adb: ; 81adb ld de, VTiles2 tile $31 predef GetBackpic ld a, $31 - ld [hFillBox], a + ld [hGraphicStartTile], a hlcoord 2, 4 lb bc, 6, 6 - predef FillBox + predef PlaceGraphic ld a, [wd003] and a jr z, .asm_81b66 @@ -433,10 +433,10 @@ Function81adb: ; 81adb callab GetTrainerPic xor a ld [TempEnemyMonSpecies], a - ld [hFillBox], a + ld [hGraphicStartTile], a hlcoord 2, 3 lb bc, 7, 7 - predef FillBox + predef PlaceGraphic .asm_81ba9 ld a, $1 -- cgit v1.2.3