mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-27 13:53:52 +01:00
Match function signatures
To make them consistent with the declarations
This commit is contained in:
parent
430a28a207
commit
412f341588
@ -101,9 +101,9 @@ static void sub_808C280(struct ObjectEvent *);
|
|||||||
|
|
||||||
static void StartStrengthAnim(u8, u8);
|
static void StartStrengthAnim(u8, u8);
|
||||||
static void Task_PushBoulder(u8 taskId);
|
static void Task_PushBoulder(u8 taskId);
|
||||||
static u8 PushBoulder_Start(struct Task *task, struct ObjectEvent *playerObject, struct ObjectEvent *strengthObject);
|
static bool8 PushBoulder_Start(struct Task *task, struct ObjectEvent *playerObject, struct ObjectEvent *strengthObject);
|
||||||
static u8 PushBoulder_Move(struct Task *task, struct ObjectEvent *playerObject, struct ObjectEvent *strengthObject);
|
static bool8 PushBoulder_Move(struct Task *task, struct ObjectEvent *playerObject, struct ObjectEvent *strengthObject);
|
||||||
static u8 PushBoulder_End(struct Task *task, struct ObjectEvent *playerObject, struct ObjectEvent *strengthObject);
|
static bool8 PushBoulder_End(struct Task *task, struct ObjectEvent *playerObject, struct ObjectEvent *strengthObject);
|
||||||
|
|
||||||
static void DoPlayerMatJump(void);
|
static void DoPlayerMatJump(void);
|
||||||
static void DoPlayerAvatarSecretBaseMatJump(u8 taskId);
|
static void DoPlayerAvatarSecretBaseMatJump(u8 taskId);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user