Match m_player_sound.c_inc

This commit is contained in:
Prakxo
2024-08-19 23:19:21 +02:00
parent 2919098ccd
commit 7c01090bda
7 changed files with 356 additions and 15 deletions
+2 -2
View File
@@ -14,8 +14,8 @@ extern void Na_BgmStart(u8);
extern void Na_BgmCrossfadeStart(u8);
extern void Na_BgmStop(u16);
extern void Na_SysTrgStart(u16);
extern void Na_PlyWalkSe(int, u16, f32);
extern void Na_PlyWalkSeRoom(int, u16, f32);
extern void Na_PlyWalkSe(u16, u16, f32);
extern void Na_PlyWalkSeRoom(u8, u16, f32);
extern void Na_NpcWalkSe(int, u16, f32);
extern void Na_NpcWalkSeRoom(int, u16, f32);
extern void Na_PlayerStatusLevel(f32, int);