diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-03-19 09:26:01 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-03-19 09:26:01 -0400 |
commit | 45f75213c0599405ccaee8c9a453392a00fa470b (patch) | |
tree | 8dbbd55c3f776f0d7c3c4bca4d3e49f8cfbe692b /include/quest_log_player.h | |
parent | 8ccf95e50293d21ad510adba37d087097e4a5be4 (diff) |
Some more quest log and field player avater documentation
Diffstat (limited to 'include/quest_log_player.h')
-rw-r--r-- | include/quest_log_player.h | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/include/quest_log_player.h b/include/quest_log_player.h index 5aee3f2d0..2b6bb182c 100644 --- a/include/quest_log_player.h +++ b/include/quest_log_player.h @@ -3,8 +3,18 @@ #include "global.h" -void sub_8150454(void); -bool32 sub_8150474(u8 a0); -void sub_8150498(u8 a0); +#define QL_PLAYER_GFX_NORMAL 0 +#define QL_PLAYER_GFX_BIKE 1 +#define QL_PLAYER_GFX_FISH 2 +#define QL_PLAYER_GFX_SURF 3 +#define QL_PLAYER_GFX_STOP_SURF_S 4 +#define QL_PLAYER_GFX_STOP_SURF_N 5 +#define QL_PLAYER_GFX_STOP_SURF_W 6 +#define QL_PLAYER_GFX_STOP_SURF_E 7 +#define QL_PLAYER_GFX_VSSEEKER 8 + +void QuestLogUpdatePlayerSprite(u8 state); +bool32 QuestLogTryRecordPlayerAvatarGfxTransition(u8 state); +void QuestLogCallUpdatePlayerSprite(u8 state); #endif //GUARD_QUEST_LOG_PLAYER_H |