diff options
Diffstat (limited to 'include/field_control_avatar.h')
-rw-r--r-- | include/field_control_avatar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/field_control_avatar.h b/include/field_control_avatar.h index 587586746..e507f702f 100644 --- a/include/field_control_avatar.h +++ b/include/field_control_avatar.h @@ -25,8 +25,8 @@ extern struct FieldInput gUnknown_3005078; void RestartWildEncounterImmunitySteps(void); void ClearPoisonStepCounter(void); -void SetCableClubWarp(void); +int SetCableClubWarp(void); void sub_806DE28(struct ObjectEvent *); -void dive_warp(struct MapPosition * pos, u16 behavior); +bool8 dive_warp(struct MapPosition * pos, u16 behavior); #endif //GUARD_FIELD_CONTROL_AVATAR_H |