diff options
| author | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-08 16:04:39 -0400 |
|---|---|---|
| committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-08 16:04:39 -0400 |
| commit | 5b3c788c46759023f1bd4470ffef306b8c0e5a39 (patch) | |
| tree | e2979ffc8baae7ea771e05279e27e3a6f81b6082 /scripts/pokemontower2_2.asm | |
| parent | Pikapic animation function labels (diff) | |
| download | pokeyellow-5b3c788c46759023f1bd4470ffef306b8c0e5a39.tar.gz pokeyellow-5b3c788c46759023f1bd4470ffef306b8c0e5a39.tar.xz pokeyellow-5b3c788c46759023f1bd4470ffef306b8c0e5a39.zip | |
More on Pikachu emotions
Diffstat (limited to 'scripts/pokemontower2_2.asm')
| -rwxr-xr-x | scripts/pokemontower2_2.asm | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/scripts/pokemontower2_2.asm b/scripts/pokemontower2_2.asm new file mode 100755 index 00000000..42659da3 --- /dev/null +++ b/scripts/pokemontower2_2.asm @@ -0,0 +1,12 @@ +Func_f1e22: + ld hl, PikachuMovementData_f1e2b + ld b, SPRITE_FACING_RIGHT + call TryApplyPikachuMovementData + ret + +PikachuMovementData_f1e2b: + db $00 + db $1d + db $1f + db $38 + db $3f |
