Skip to content

Commit 09358a1

Browse files
committed
some fixes
1 parent cba9eff commit 09358a1

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

config/GZ2J01/symbols.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21507,7 +21507,7 @@ ENDING_BLOW_VOL_DOWN_TIME__7Z2Param = .sdata:0x8044A9A8; // type:object size:0x1
2150721507
ENDING_BLOW_VOL_LOWER_TIME__7Z2Param = .sdata:0x8044A9A9; // type:object size:0x1 scope:global align:1 data:byte
2150821508
ENDING_BLOW_VOL_LOWER_RECOVER_TIME__7Z2Param = .sdata:0x8044A9AA; // type:object size:0x1 scope:global align:1 data:byte
2150921509
ENDING_BLOW_MIN_FINISH_TIME__7Z2Param = .sdata:0x8044A9AB; // type:object size:0x1 scope:global align:1 data:byte
21510-
lbl_8044A9AC = .sdata:0x8044A9AC; // type:object size:0x1 scope:global align:1 data:byte
21510+
data_8045086C = .sdata:0x8044A9AC; // type:object size:0x1 scope:global align:1 data:byte
2151121511
sDeathMtBottom = .sdata:0x8044A9B0; // type:object size:0x4 scope:global align:4 data:float
2151221512
sDeathMtTop = .sdata:0x8044A9B4; // type:object size:0x4 scope:global align:4 data:float
2151321513
sUnderWaterDepthMax = .sdata:0x8044A9B8; // type:object size:0x4 scope:global align:4 data:float

include/Z2AudioLib/Z2AudioMgr.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ class Z2AudioMgr : public Z2SeMgr, public Z2SeqMgr, public Z2SceneMgr, public Z2
3636
static Z2AudioMgr* getInterface() { return mAudioMgrPtr; }
3737
static Z2AudioMgr* mAudioMgrPtr;
3838

39-
#if DEBUG
40-
u8 padding[0xC];
41-
#endif
4239
/* 0x0514 */ virtual bool startSound(JAISoundID soundID, JAISoundHandle* handle, const JGeometry::TVec3<f32>* posPtr);
4340
/* 0x0518 */ bool mResettingFlag;
4441
/* 0x0519 */ bool field_0x519;

0 commit comments

Comments
 (0)