summaryrefslogtreecommitdiff
path: root/engine/pack.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2017-12-28 19:34:43 -0500
committerGitHub <noreply@github.com>2017-12-28 19:34:43 -0500
commit82a05a1752b476caab8951fe03f539dcc1a63669 (patch)
tree972f867159ded40695e868338bb697a303335b62 /engine/pack.asm
parente2b378f5e32ea1416fbc9ac5e96d23be244e4a6b (diff)
parent50fc9c3389ae8130d3670683f22f3e49555c57a3 (diff)
Merge pull request #443 from xCrystal/master
Misc style cleanup and documentation
Diffstat (limited to 'engine/pack.asm')
-rw-r--r--engine/pack.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/pack.asm b/engine/pack.asm
index 2b0d04aba..b4f6d4ef1 100644
--- a/engine/pack.asm
+++ b/engine/pack.asm
@@ -1294,7 +1294,7 @@ DrawPackGFX: ; 1089d
ld a, [BattleType]
cp BATTLETYPE_TUTORIAL
jr z, .male_dude
- ld a, [PlayerGender]
+ ld a, [wPlayerGender]
bit 0, a
jr nz, .female
.male_dude
@@ -1304,7 +1304,7 @@ DrawPackGFX: ; 1089d
ld a, [hli]
ld e, a
ld d, [hl]
- ld hl, VTiles2 tile $50
+ ld hl, vTiles2 tile $50
lb bc, BANK(PackGFX), 15
call Request2bpp
ret
@@ -1411,7 +1411,7 @@ Pack_InitGFX: ; 10955
call ClearSprites
call DisableLCD
ld hl, PackMenuGFX
- ld de, VTiles2
+ ld de, vTiles2
ld bc, $60 tiles
ld a, BANK(PackMenuGFX)
call FarCopyBytes