summaryrefslogtreecommitdiff
path: root/scripts/GameCorner2.asm
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/GameCorner2.asm')
-rwxr-xr-xscripts/GameCorner2.asm12
1 files changed, 12 insertions, 0 deletions
diff --git a/scripts/GameCorner2.asm b/scripts/GameCorner2.asm
new file mode 100755
index 00000000..f8d25905
--- /dev/null
+++ b/scripts/GameCorner2.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