mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
d_event_manager OK, d_kankyo rain WIP (#360)
* d_event_manager OK, d_kankyo rain WIP * Match createTimg
This commit is contained in:
@@ -81,7 +81,7 @@ public:
|
||||
bool dataLoaded() { return mDataLoaded; }
|
||||
int flagCheck(int flag) { return mFlags.flagCheck(flag); }
|
||||
|
||||
static int getIndexCompositId(s16 param_0) { return param_0 != -1 ? (u8)param_0 : -1; }
|
||||
inline static s16 getIndexCompositId(s16 param_0) { return param_0 != -1 ? (s16)(param_0 & 0xff) : (s16)-1; }
|
||||
static int getTypeCompositId(s16 param_0) { return param_0 == -1 ? 0 : param_0 >> 8; }
|
||||
|
||||
static s16 makeCompositId(s16 a, int b) { return a | (b << 8); }
|
||||
|
||||
Reference in New Issue
Block a user