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/route23.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/route23.asm')
| -rwxr-xr-x | scripts/route23.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/route23.asm b/scripts/route23.asm index f324963b..d26edb2e 100755 --- a/scripts/route23.asm +++ b/scripts/route23.asm @@ -118,7 +118,7 @@ Route23Script_512d8: ; 512d8 (14:52d8) ld a, D_DOWN ld [wSimulatedJoypadStatesEnd], a xor a - ld [wSpriteStateData1 + 9], a + ld [wPlayerFacingDirection], a ld [wJoyIgnore], a jp StartSimulatingJoypadStates |
