diff options
| author | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-06 12:09:36 -0400 |
|---|---|---|
| committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-06 12:09:36 -0400 |
| commit | 96a58ce52ac4b8c4c8b2ecbf0f185d1ebda10a6e (patch) | |
| tree | 94af78e339c96436e8ee2180e19279788659056d /scripts/pallettown.asm | |
| parent | More printer labels (diff) | |
| download | pokeyellow-96a58ce52ac4b8c4c8b2ecbf0f185d1ebda10a6e.tar.gz pokeyellow-96a58ce52ac4b8c4c8b2ecbf0f185d1ebda10a6e.tar.xz pokeyellow-96a58ce52ac4b8c4c8b2ecbf0f185d1ebda10a6e.zip | |
Split out pikachu engine functions; sprite state data macros
Diffstat (limited to 'scripts/pallettown.asm')
| -rwxr-xr-x | scripts/pallettown.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/pallettown.asm b/scripts/pallettown.asm index 73f50e3e..f29eacd1 100755 --- a/scripts/pallettown.asm +++ b/scripts/pallettown.asm @@ -174,7 +174,7 @@ PalletTownScript5: ; 18f56 (6:4f56) PalletTownScript6: ; 18f87 (6:4f87) xor a - ld [wSpriteStateData1 + 9], a + ld [wPlayerFacingDirection], a ld a, $1 ld [wSpriteIndex], a xor a |
