Fix wrong variable name
This commit is contained in:
parent
27c4329e45
commit
f92b03f266
1 changed files with 1 additions and 1 deletions
|
@ -63,6 +63,6 @@ bool32 sub_808D1B4(void);
|
||||||
bool32 sub_808D1E8(void);
|
bool32 sub_808D1E8(void);
|
||||||
void SetPlayerInvisibility(bool8 invisible);
|
void SetPlayerInvisibility(bool8 invisible);
|
||||||
u8 player_get_pos_including_state_based_drift(s16 *x, s16 *y);
|
u8 player_get_pos_including_state_based_drift(s16 *x, s16 *y);
|
||||||
void StartFishing(u8 taskId);
|
void StartFishing(u8 rod);
|
||||||
|
|
||||||
#endif // GUARD_FIELD_PLAYER_AVATAR_H
|
#endif // GUARD_FIELD_PLAYER_AVATAR_H
|
||||||
|
|
Loading…
Reference in a new issue