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/oakslab2.asm | |
parent | aafed67874b49180b4640eeaf5b20981c24ce9fc (diff) |
Split out pikachu engine functions; sprite state data macros
Diffstat (limited to 'scripts/oakslab2.asm')
-rwxr-xr-x | scripts/oakslab2.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/oakslab2.asm b/scripts/oakslab2.asm index fef72470..5e4e98a4 100755 --- a/scripts/oakslab2.asm +++ b/scripts/oakslab2.asm @@ -4,13 +4,13 @@ Func_f1be0: jr z, .asm_f1bf0 ld b, SPRITE_FACING_DOWN ld hl, Data_f1bf9 - call Func_f0a82 + call TryApplyPikachuMovementData ret .asm_f1bf0 ld b, SPRITE_FACING_LEFT ld hl, Data_f1bfe - call Func_f0a82 + call TryApplyPikachuMovementData ret Data_f1bf9: |