aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/pokemontower2_2.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-06-11 17:49:03 -0700
committerGitHub <noreply@github.com>2016-06-11 17:49:03 -0700
commitdb0ac16b6b4f257de338d1aaac561e681ca8723a (patch)
treed6888723f443557ce45c9a00d873caa5e7a8930e /scripts/pokemontower2_2.asm
parentMore syncing with pokered (diff)
parentMerge branch 'master' of github.com:pret/pokeyellow (diff)
downloadpokeyellow-db0ac16b6b4f257de338d1aaac561e681ca8723a.tar.gz
pokeyellow-db0ac16b6b4f257de338d1aaac561e681ca8723a.tar.xz
pokeyellow-db0ac16b6b4f257de338d1aaac561e681ca8723a.zip
Merge pull request #14 from PikalaxALT/master
Yellow documentation
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