From 5b3c788c46759023f1bd4470ffef306b8c0e5a39 Mon Sep 17 00:00:00 2001 From: pikalaxalt Date: Wed, 8 Jun 2016 16:04:39 -0400 Subject: More on Pikachu emotions --- scripts/celadongamecorner2.asm | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 scripts/celadongamecorner2.asm (limited to 'scripts/celadongamecorner2.asm') 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 -- cgit v1.3.1-sl0p