generator / basic mod structure building

This commit is contained in:
TakaRikka
2026-07-27 22:33:03 -07:00
parent 95608438c1
commit fae9add351
182 changed files with 54995 additions and 2 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ public:
s32 getBgmLoadStatus(u32 wave) { return getWaveLoadStatus(wave, 1); }
u8 getDemoSeWaveNum() { return loadedDemoWave; }
private:
// private:
/* 0x00 */ JAISoundID BGM_ID;
/* 0x04 */ int sceneNum;
/* 0x08 */ int timer;