mirror of
https://github.com/zeldaret/ss
synced 2026-07-09 06:13:17 -04:00
A bit more
This commit is contained in:
@@ -37,6 +37,10 @@ public:
|
||||
return isInEvent() ? sInstance->mCurrentEvent.eventName : nullptr;
|
||||
}
|
||||
|
||||
static s32 getCurrentEventRoomId() {
|
||||
return isInEvent() ? sInstance->mCurrentEvent.roomid : -1;
|
||||
}
|
||||
|
||||
static bool isCurrentEvent(const char *name) {
|
||||
return strequals(getCurrentEventName(), name);
|
||||
}
|
||||
|
||||
@@ -23,7 +23,6 @@ extern "C" void fn_803618F0(dSndStateMgr_c *);
|
||||
extern "C" void fn_80362730(dSndStateMgr_c *);
|
||||
extern "C" void fn_80365D20(dSndStateMgr_c *);
|
||||
extern "C" void fn_803624F0(dSndStateMgr_c *);
|
||||
extern "C" bool fn_80364DA0(dSndStateMgr_c *);
|
||||
extern "C" void fn_80365020(dSndStateMgr_c *);
|
||||
extern "C" void fn_80364D00(dSndStateMgr_c *, s32);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user