summaryrefslogtreecommitdiff
path: root/soh/include
diff options
context:
space:
mode:
authordjevangelia <263709373+djevangelia@users.noreply.github.com>2026-08-08 22:39:09 +0200
committerGitHub <noreply@github.com>2026-08-08 20:39:09 +0000
commit982f598e012be511d5eefc32dee691be1334eb21 (patch)
tree280add68c07f023ee8e04679640ff584aa72ee01 /soh/include
parent5d1a3966680e588f6ef277c8fe741beb00114621 (diff)
Savestates, add `sEffectContext` (#7042)
Diffstat (limited to 'soh/include')
-rw-r--r--soh/include/functions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/soh/include/functions.h b/soh/include/functions.h
index b74aaa148..7caab2bb8 100644
--- a/soh/include/functions.h
+++ b/soh/include/functions.h
@@ -186,7 +186,7 @@ void EnItem00_CustomItemsParticles(Actor* Parent, PlayState* play, GetItemEntry
void EnItem00_SetupAction(EnItem00* this, EnItem00ActionFunc actionFunc);
void func_8001E5C8(EnItem00* this, PlayState* play);
void Item_DropCollectibleRandom(PlayState* play, Actor* fromActor, Vec3f* spawnPos, s16 params);
-void EffectBlure_ChangeType(EffectBlure* this, int type);
+void EffectBlureShip_ChangeType(EffectBlure* this, int type);
void EffectBlure_AddVertex(EffectBlure* this, Vec3f* p1, Vec3f* p2);
void EffectBlure_AddSpace(EffectBlure* this);
void EffectBlure_Init1(void* thisx, void* initParamsx);