summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-11-01 09:38:48 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2015-11-01 09:38:48 -0500
commit3b4805ee98c0b57cb69974160d51fb9ef89f3a34 (patch)
treefc4cdb69d6e0c3eea6a52670fe078fc6765a048d /misc
parentfda1f7c01a9fb2944aeb42f2d2f19a766b2538e6 (diff)
Sweepthrough of ClearBox arg conversion to lb
Diffstat (limited to 'misc')
-rw-r--r--misc/crystal_misc.asm2
-rw-r--r--misc/mobile_45.asm4
2 files changed, 3 insertions, 3 deletions
diff --git a/misc/crystal_misc.asm b/misc/crystal_misc.asm
index 956ee30dd..0c833295b 100644
--- a/misc/crystal_misc.asm
+++ b/misc/crystal_misc.asm
@@ -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
diff --git a/misc/mobile_45.asm b/misc/mobile_45.asm
index c978bffec..ce62a30b3 100644
--- a/misc/mobile_45.asm
+++ b/misc/mobile_45.asm
@@ -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