Sweepthrough of ClearBox arg conversion to lb

This commit is contained in:
PikalaxALT
2015-11-01 09:38:48 -05:00
parent fda1f7c01a
commit 3b4805ee98
15 changed files with 97 additions and 87 deletions

View File

@@ -483,7 +483,7 @@ Function17a964: ; 17a964 (5e:6964)
Function17a97b: ; 17a97b (5e:697b)
hlcoord 1, 1
ld bc, $212
lb bc, 2, 18
call ClearBox
hlcoord 3, 2
ld de, Buffer1

View File

@@ -24234,9 +24234,9 @@ Function_LoadOpponentTrainerAndPokemonsWithOTSprite: ; 0x170b44
ld hl, UsedSprites
add hl, de
ld [hli], a
ld [$ffbd], a
ld [hUsedSpriteIndex], a
ld a, [hl]
ld [$ffbe], a
ld [hUsedSpriteTile], a
callba Function143c8
ret
; 170b90