diff options
| author | Prakxo <87568477+Prakxo@users.noreply.github.com> | 2024-09-27 19:26:30 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-27 10:26:30 -0700 |
| commit | 8f359e10f09c51a45c7d45a7e6b91ead5fe05206 (patch) | |
| tree | b03731bed251363fc16cbcf58920af18843d88b4 /include/m_player_lib.h | |
| parent | 5db5ae72018aaab568ecd9da5fb632c58db44683 (diff) | |
m_player audio and other_func functions (#218)
* m_player_sound
* m_player_other_func
* format
Diffstat (limited to 'include/m_player_lib.h')
| -rw-r--r-- | include/m_player_lib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_player_lib.h b/include/m_player_lib.h index 99c7847..456041e 100644 --- a/include/m_player_lib.h +++ b/include/m_player_lib.h @@ -43,7 +43,7 @@ void mPlib_Object_Exchange_keep_Player_dt(struct Game_Play* game_play); // void func_800B1BE8_jp(); struct Player* get_player_actor_withoutCheck(struct Game_Play* game_play); // void func_800B1C90_jp(); -s32 func_800B1CBC_jp(struct Game_Play*); +s32 mPlib_get_player_actor_main_index(struct Game_Play*); // void func_800B1CE0_jp(); // void func_800B1D14_jp(); // void func_800B1D40_jp(); |
