summaryrefslogtreecommitdiff
path: root/engine/billspc.asm
diff options
context:
space:
mode:
authorAdelaide Walter <adelaidekwalter@gmail.com>2018-01-08 17:13:37 -0500
committerAdelaide Walter <adelaidekwalter@gmail.com>2018-01-08 17:13:37 -0500
commitd6f20ae74619fa4b3071867016fa7ae7253df98f (patch)
tree9d08f4837a748303be90651b500170816d273545 /engine/billspc.asm
parentce985a09a7802d90519997de032720e6c5eca6d0 (diff)
Use BANK for hardcoded SRAM banks (except for vestigial refs to JP's banks 4-7)
Diffstat (limited to 'engine/billspc.asm')
-rwxr-xr-xengine/billspc.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/billspc.asm b/engine/billspc.asm
index f94f495c6..3d1177f83 100755
--- a/engine/billspc.asm
+++ b/engine/billspc.asm
@@ -2104,7 +2104,7 @@ MovePKMNWitoutMail_InsertMon: ; e31e7
ld hl, wBillsPC_BackupScrollPosition
add [hl]
ld [CurPartyMon], a
- ld a, $1
+ ld a, BANK(sBox)
call GetSRAMBank
ld hl, sBoxSpecies
call CopySpeciesToTemp