summaryrefslogtreecommitdiff
path: root/engine/bank3f.asm
diff options
context:
space:
mode:
authorpikalaxalt <PikalaxALT@gmail.com>2016-05-25 17:11:10 -0400
committerpikalaxalt <PikalaxALT@gmail.com>2016-05-25 17:11:10 -0400
commit3724c414fc7fd7b216efff954ec4b7a0cc74839d (patch)
tree8e996c17ed9cfa8a3106283e82cb0147b56e1bec /engine/bank3f.asm
parent10c5a34994150fe034653c7a4ad258079180bcc7 (diff)
More playing around with pikapic script disasm
Diffstat (limited to 'engine/bank3f.asm')
-rw-r--r--engine/bank3f.asm5
1 files changed, 4 insertions, 1 deletions
diff --git a/engine/bank3f.asm b/engine/bank3f.asm
index fda65680..f6a9371e 100644
--- a/engine/bank3f.asm
+++ b/engine/bank3f.asm
@@ -1917,6 +1917,9 @@ Func_fd001:: ; fd001 (3f:5001)
INCLUDE "engine/pikachu_pic_animation.asm"
+Func_fe66e:
+ ret
+
OfficerJennySprite: INCBIN "gfx/sprites/officer_jenny.2bpp"
PikachuSprite: INCBIN "gfx/sprites/pikachu.2bpp"
SandshrewSprite: INCBIN "gfx/sprites/sandshrew.2bpp"
@@ -1927,4 +1930,4 @@ Clefairy2Sprite: INCBIN "gfx/sprites/clefairy2.2bpp"
ChanseySprite: INCBIN "gfx/sprites/chansey.2bpp"
SurfingPikachuSprite: INCBIN "gfx/sprites/surfing_pikachu.2bpp"
JessieSprite: INCBIN "gfx/sprites/jessie.2bpp"
-JamesSprite: INCBIN "gfx/sprites/james.2bpp" \ No newline at end of file
+JamesSprite: INCBIN "gfx/sprites/james.2bpp"