summaryrefslogtreecommitdiff
path: root/home.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-12-19 14:48:30 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2015-12-19 14:48:30 -0500
commit987ed1fafb2ed4920276089f8c93f1be3f31acac (patch)
treeee142b65e7a3a03514325258d5f3c7e9a40bd084 /home.asm
parent3d36f1a83711f117274c56f3ddb285d81a869bb3 (diff)
More work on slots; WRAM cleanup, Move Deleter
Diffstat (limited to 'home.asm')
-rw-r--r--home.asm10
1 files changed, 5 insertions, 5 deletions
diff --git a/home.asm b/home.asm
index 90f0988ce..733068dd2 100644
--- a/home.asm
+++ b/home.asm
@@ -1714,7 +1714,7 @@ DrawBattleHPBar:: ; 3750
PrepMonFrontpic:: ; 3786
ld a, $1
- ld [wc2c6], a
+ ld [wBoxAlignment], a
_PrepMonFrontpic:: ; 378b
ld a, [CurPartySpecies]
@@ -1730,12 +1730,12 @@ _PrepMonFrontpic:: ; 378b
lb bc, 7, 7
predef FillBox
xor a
- ld [wc2c6], a
+ ld [wBoxAlignment], a
ret
.not_pokemon
xor a
- ld [wc2c6], a
+ ld [wBoxAlignment], a
inc a
ld [CurPartySpecies], a
ret
@@ -2192,7 +2192,7 @@ Function3f7c:: ; 3f7c
; 3f88
Function3f88:: ; 3f88
- ld hl, wBackupTilemap
+ ld hl, wDecompressScratch
ld b, $0
.asm_3f8d
push bc
@@ -2213,7 +2213,7 @@ Function3f88:: ; 3f88
; 3f9f
Function3f9f:: ; 3f9f
- ld hl, wBackupTilemap
+ ld hl, wDecompressScratch
.asm_3fa2
push bc
ld c, $8