mirror of
https://github.com/zeldaret/ss
synced 2026-09-12 04:19:22 -04:00
d_a_obj_stream_lava mostly done
This commit is contained in:
@@ -15,6 +15,10 @@ public:
|
||||
void *callback2;
|
||||
|
||||
public:
|
||||
static u32 makeEventFlag(const u32 &clearMask, const u32 &unsetBits) {
|
||||
return clearMask & ~unsetBits;
|
||||
}
|
||||
|
||||
/** 0x800A0C40 */
|
||||
Event(const char *eventName, u32 unk, u32 eventFlags, void *callback1, void *callback2);
|
||||
Event(u32 eventId, s32 roomId, u32 eventFlags, void *callback1, void *callback2);
|
||||
|
||||
Reference in New Issue
Block a user