Skip to content

Commit

Permalink
name fuzzy leech anim
Browse files Browse the repository at this point in the history
  • Loading branch information
whosblumiere committed Feb 18, 2024
1 parent ec50283 commit 93dc064
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/battle/common/actor/forest_fuzzy.inc.c
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ EvtScript N(EVS_Attack_Leech) = {
Call(SetAnimation, ACTOR_SELF, PRT_MAIN, ANIM_Fuzzy_Forest_Idle)
Label(100)
Call(SetActorDispOffset, ACTOR_SELF, 0, 10, 0)
Call(SetAnimation, ACTOR_SELF, PRT_MAIN, ANIM_Fuzzy_Forest_Anim04)
Call(SetAnimation, ACTOR_SELF, PRT_MAIN, ANIM_Fuzzy_Forest_Leech)
Call(SetActorDispOffset, ACTOR_SELF, 0, 9, 0)
Wait(1)
Call(SetActorDispOffset, ACTOR_SELF, 0, 8, 0)
Expand Down
2 changes: 1 addition & 1 deletion src/battle/common/actor/fuzzy.inc.c
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ EvtScript N(EVS_TakeTurn) = {
Call(SetAnimation, ACTOR_SELF, PRT_MAIN, ANIM_Fuzzy_Idle)
Label(100)
Call(SetActorDispOffset, ACTOR_SELF, 0, 10, 0)
Call(SetAnimation, ACTOR_SELF, PRT_MAIN, ANIM_Fuzzy_Anim04)
Call(SetAnimation, ACTOR_SELF, PRT_MAIN, ANIM_Fuzzy_Leech)
Call(SetActorDispOffset, ACTOR_SELF, 0, 9, 0)
Wait(1)
Call(SetActorDispOffset, ACTOR_SELF, 0, 8, 0)
Expand Down
2 changes: 1 addition & 1 deletion src/battle/common/actor/jungle_fuzzy.inc.c
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ EvtScript N(EVS_Attack_Leech) = {
Call(SetAnimation, ACTOR_SELF, PRT_MAIN, ANIM_Fuzzy_Jungle_Idle)
Label(100)
Call(SetActorDispOffset, ACTOR_SELF, 0, 10, 0)
Call(SetAnimation, ACTOR_SELF, PRT_MAIN, ANIM_Fuzzy_Jungle_Anim04)
Call(SetAnimation, ACTOR_SELF, PRT_MAIN, ANIM_Fuzzy_Jungle_Leech)
Call(SetActorDispOffset, ACTOR_SELF, 0, 9, 0)
Wait(1)
Call(SetActorDispOffset, ACTOR_SELF, 0, 8, 0)
Expand Down
2 changes: 1 addition & 1 deletion src/world/area_jan/jan_01/jan_01_3_npc.c
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ EvtScript N(EVS_NpcDefeat_JungleFuzzyBoss) = {
EvtScript N(EVS_NpcInit_JungleFuzzy_01) = {
IfLt(GB_StoryProgress, STORY_CH5_KOLORADO_ESCAPED_FUZZIES)
Call(SetSelfVar, 0, 0)
Call(SetNpcAnimation, NPC_SELF, ANIM_Fuzzy_Jungle_Anim04)
Call(SetNpcAnimation, NPC_SELF, ANIM_Fuzzy_Jungle_Leech)
Call(BindNpcIdle, NPC_SELF, Ref(N(EVS_NpcIdle_JungleFuzzy_01)))
Call(BindNpcDefeat, NPC_SELF, Ref(N(EVS_NpcDefeat_JungleFuzzyBoss)))
Else
Expand Down
3 changes: 3 additions & 0 deletions tools/renames/1_sprite_anims.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ANIM_Fuzzy_Anim04 ANIM_Fuzzy_Leech
ANIM_Fuzzy_Forest_Anim04 ANIM_Fuzzy_Forest_Leech
ANIM_Fuzzy_Jungle_Anim04 ANIM_Fuzzy_Jungle_Leech
2 changes: 1 addition & 1 deletion tools/splat_ext/npc_sprite_names.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2382,7 +2382,7 @@ Fuzzy:
- Idle
- Walk
- Run
- Anim04
- Leech
- Jump
- Anim06
- Bite
Expand Down

0 comments on commit 93dc064

Please sign in to comment.