mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-18 01:14:19 +01:00
Fix wrong variable name
This commit is contained in:
parent
27c4329e45
commit
f92b03f266
@ -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…
x
Reference in New Issue
Block a user