mirror of
https://github.com/zeldaret/tww.git
synced 2026-09-07 19:10:43 -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) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user