summaryrefslogtreecommitdiff
path: root/engine/sprite_anims.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-12-05 15:38:25 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2015-12-05 15:38:25 -0500
commit6eac26732a7d19e08374e7e8e6f122da38b4a395 (patch)
tree191f9348414cbb8e9eab1633501d82bd6c4f7e9e /engine/sprite_anims.asm
parente83a5bae87d565eae14716470397df211a1fee94 (diff)
Celebi Event
Diffstat (limited to 'engine/sprite_anims.asm')
-rwxr-xr-xengine/sprite_anims.asm12
1 files changed, 6 insertions, 6 deletions
diff --git a/engine/sprite_anims.asm b/engine/sprite_anims.asm
index 93e77192d..25015d645 100755
--- a/engine/sprite_anims.asm
+++ b/engine/sprite_anims.asm
@@ -36,7 +36,7 @@ endr
dw .eighteen
dw .nineteen ; finish egg hatching animation
dw .twenty ; radio tuning knob
- dw .twentyone
+ dw .twentyone ; cut grass leaves
dw .twentytwo ; flying sprite
dw .twentythree ; flying leaves
dw .twentyfour
@@ -370,7 +370,7 @@ endr
ret nz
ld [hl], $3
ld a, $f
- call Function8d120
+ call _ReinitSpriteAnimFrame
ret
.eleven: ; 8d43e (23:543e)
@@ -434,7 +434,7 @@ endr
.sixteen_zero: ; 8d493
ld a, $14
- call Function8d120
+ call _ReinitSpriteAnimFrame
ld hl, SPRITEANIMSTRUCT_0B
add hl, bc
@@ -786,7 +786,7 @@ endr
add hl, bc
ld [hl], a
ld a, $36
- call Function8d120
+ call _ReinitSpriteAnimFrame
ret
.thirty: ; 8d666 (23:5666)
@@ -840,7 +840,7 @@ endr
cp $40
ret nz
ld a, $3d
- call Function8d120
+ call _ReinitSpriteAnimFrame
ret
.thirtyfour: ; 8d6ae (23:56ae)
@@ -856,7 +856,7 @@ endr
ret
.thirtyone: ; 8d6be (23:56be)
- callba Function49aa2
+ callba UpdateCelebiPosition
ret
.anonymous_jumptable: ; 8d6c5 (23:56c5)