aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/pokemontower2_2.asm
diff options
context:
space:
mode:
authorpikalaxalt <PikalaxALT@gmail.com>2016-06-08 16:04:39 -0400
committerpikalaxalt <PikalaxALT@gmail.com>2016-06-08 16:04:39 -0400
commit5b3c788c46759023f1bd4470ffef306b8c0e5a39 (patch)
treee2979ffc8baae7ea771e05279e27e3a6f81b6082 /scripts/pokemontower2_2.asm
parentPikapic animation function labels (diff)
downloadpokeyellow-5b3c788c46759023f1bd4470ffef306b8c0e5a39.tar.gz
pokeyellow-5b3c788c46759023f1bd4470ffef306b8c0e5a39.tar.xz
pokeyellow-5b3c788c46759023f1bd4470ffef306b8c0e5a39.zip
More on Pikachu emotions
Diffstat (limited to 'scripts/pokemontower2_2.asm')
-rwxr-xr-xscripts/pokemontower2_2.asm12
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