summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/gfx.asm8
-rwxr-xr-xhome/pokemon.asm8
2 files changed, 8 insertions, 8 deletions
diff --git a/home/gfx.asm b/home/gfx.asm
index 7c5deb51..409b0778 100644
--- a/home/gfx.asm
+++ b/home/gfx.asm
@@ -42,18 +42,18 @@ LoadFontsExtra::
DecompressRequest2bpp::
push de
- ld a, BANK(sScratch)
+ ld a, BANK(sDecompressScratch)
call OpenSRAM
push bc
- ld de, sScratch
+ ld de, sDecompressScratch
ld a, b
call FarDecompress
pop bc
pop hl
- ld de, sScratch
+ ld de, sDecompressScratch
call Request2bpp
call CloseSRAM
ret
@@ -267,7 +267,7 @@ Function_ea6::
Function_eac::
push de
push hl
-
+
; bank
ld a, b
diff --git a/home/pokemon.asm b/home/pokemon.asm
index 0c51fba8..9bc54b2d 100755
--- a/home/pokemon.asm
+++ b/home/pokemon.asm
@@ -60,7 +60,7 @@ DrawBattleHPBar::
PrepMonFrontpic::
ld a, $1
- ld [wcf3b], a
+ ld [wBoxAlignment], a
_PrepMonFrontpic::
ld a, [wCurPartySpecies]
@@ -80,12 +80,12 @@ _PrepMonFrontpic::
lb bc, 7, 7
predef PlaceGraphic
xor a
- ld [wcf3b], a
+ ld [wBoxAlignment], a
ret
.not_pokemon
xor a
- ld [wcf3b], a
+ ld [wBoxAlignment], a
inc a
ld [wCurPartySpecies], a
ret
@@ -236,7 +236,7 @@ GetBaseData::
jr .end
.egg
- ld de, UnknownEggPic
+ ld de, EggPic
; Sprite dimensions
ld b, $55 ; 5x5