aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/celadongamecorner2.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/celadongamecorner2.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/celadongamecorner2.asm')
-rwxr-xr-xscripts/celadongamecorner2.asm12
1 files changed, 12 insertions, 0 deletions
diff --git a/scripts/celadongamecorner2.asm b/scripts/celadongamecorner2.asm
new file mode 100755
index 00000000..f8d25905
--- /dev/null
+++ b/scripts/celadongamecorner2.asm
@@ -0,0 +1,12 @@
+Func_f1f23:
+ ld hl, PikachuMovementData_f1f2c
+ ld b, SPRITE_FACING_DOWN
+ call TryApplyPikachuMovementData
+ ret
+
+PikachuMovementData_f1f2c:
+ db $00
+ db $20
+ db $1e
+ db $35
+ db $3f