Update header files to match source files (#2143)
This commit is contained in:
@@ -22,13 +22,12 @@ struct FieldInput
|
||||
u8 dpadDirection;
|
||||
};
|
||||
|
||||
void FieldClearPlayerInput(struct FieldInput *pStruct);
|
||||
void FieldGetPlayerInput(struct FieldInput *pStruct, u16 keys, u16 heldKeys);
|
||||
int ProcessPlayerFieldInput(struct FieldInput *pStruct);
|
||||
void overworld_poison_timer_set(void);
|
||||
void FieldClearPlayerInput(struct FieldInput *input);
|
||||
void FieldGetPlayerInput(struct FieldInput *input, u16 newKeys, u16 heldKeys);
|
||||
int ProcessPlayerFieldInput(struct FieldInput *input);
|
||||
void RestartWildEncounterImmunitySteps(void);
|
||||
const u8 *GetObjectEventScriptPointerPlayerFacing(void);
|
||||
bool8 TryDoDiveWarp(struct MapPosition *position, u16 b);
|
||||
bool8 TryDoDiveWarp(struct MapPosition *position, u16 metatileBehavior);
|
||||
int SetCableClubWarp(void);
|
||||
u8 TrySetDiveWarp(void);
|
||||
const u8 *GetInteractedLinkPlayerScript(struct MapPosition *position, u8 metatileBehavior, u8 direction);
|
||||
|
||||
Reference in New Issue
Block a user