mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-16 12:45:20 -04:00
@@ -449,5 +449,6 @@ void dKy_DayProc();
|
||||
u8 dKy_get_schbit();
|
||||
int dKy_rain_check();
|
||||
void dKy_setLight_mine(dKy_tevstr_c* pTevStr);
|
||||
BOOL dKy_daynighttact_stop_chk();
|
||||
|
||||
#endif /* D_KANKYO_D_KANKYO_H */
|
||||
|
||||
+3
-3
@@ -1065,9 +1065,9 @@ inline u8 dStage_FileList_dt_CheckAgbHover(dStage_FileList_dt_c* i_fili) {
|
||||
return i_fili->mParam & 4;
|
||||
}
|
||||
|
||||
// inline u8 dStage_FileList_dt_GetSongOk(dStage_FileList_dt_c* i_fili) {
|
||||
// maybe 0x40000000?
|
||||
// }
|
||||
inline u32 dStage_FileList_dt_GetSongOk(dStage_FileList_dt_c* i_fili) {
|
||||
return i_fili->mParam & 0x40000000;
|
||||
}
|
||||
|
||||
// inline u8 dStage_FileList_dt_GetToonsw(dStage_FileList_dt_c* i_fili) {
|
||||
|
||||
|
||||
@@ -263,7 +263,10 @@ inline void mDoAud_tact_metronomePlay(s32 param_1, s32 param_2) {
|
||||
return mDoAud_zelAudio_c::getTact().metronomePlay(param_1, param_2);
|
||||
}
|
||||
|
||||
inline void mDoAud_tact_melodyPlay(s32) {}
|
||||
inline void mDoAud_tact_melodyPlay(s32 param_1) {
|
||||
return mDoAud_zelAudio_c::getTact().melodyPlay(param_1);
|
||||
}
|
||||
|
||||
inline void mDoAud_tact_melodyStop() {}
|
||||
|
||||
inline BOOL mDoAud_checkCbPracticePlay() {
|
||||
|
||||
Reference in New Issue
Block a user