mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
m_Do / d_a_npc work
This commit is contained in:
@@ -20,6 +20,7 @@ extern bool sResetFlag;
|
||||
class mDoAud_zelAudio_c {
|
||||
public:
|
||||
void reset();
|
||||
mDoAud_zelAudio_c() {}
|
||||
~mDoAud_zelAudio_c() {}
|
||||
|
||||
static void onInitFlag() { struct_80450BB8 = true; }
|
||||
@@ -28,6 +29,7 @@ public:
|
||||
static void onResetFlag() { sResetFlag = true; }
|
||||
static void offResetFlag() { sResetFlag = false; }
|
||||
static bool isBgmSet() { return data_80450bba; }
|
||||
static void onBgmSet() { data_80450bba = true; }
|
||||
static void offBgmSet() { data_80450bba = false; }
|
||||
|
||||
Z2AudioMgr mAudioMgr;
|
||||
|
||||
Reference in New Issue
Block a user