diff options
| author | hatal175 <hatal175@users.noreply.github.com> | 2023-05-10 01:42:18 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-09 15:42:18 -0700 |
| commit | ac269f04bafda63095160d4282b9f6883179050e (patch) | |
| tree | f39675a5fd6ee2d284946b9ab304fd4b81b62b43 /include | |
| parent | 93057e5c87a07749f8d55e62bbe4bac057bb5caf (diff) | |
JASSeqReader, d_bg_s_movebg_actor ok (#332)
match cc_at_check except data
Diffstat (limited to 'include')
| -rw-r--r-- | include/JSystem/JAudio2/JASSeqReader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/JSystem/JAudio2/JASSeqReader.h b/include/JSystem/JAudio2/JASSeqReader.h index 5a01ff7a9e..065c329842 100644 --- a/include/JSystem/JAudio2/JASSeqReader.h +++ b/include/JSystem/JAudio2/JASSeqReader.h @@ -23,7 +23,7 @@ public: /* 0x04 */ u8* field_0x04; /* 0x08 */ u32 field_0x08; /* 0x0C */ u16* field_0x0c[8]; - /* 0x2C */ s16 field_0x2c[8]; + /* 0x2C */ u16 field_0x2c[8]; }; #endif /* JASSEQREADER_H */ |
