increase audio seq cmd list size (#1610)

This commit is contained in:
Archez 2024-04-06 12:24:22 -04:00 committed by GitHub
parent 7e9bdb202a
commit 9c56b0e57a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 9 deletions

View File

@ -409,7 +409,7 @@ s32 func_801A46F8(void);
extern SeqRequest sSeqRequests[][5]; extern SeqRequest sSeqRequests[][5];
extern u8 sNumSeqRequests[5]; extern u8 sNumSeqRequests[5];
extern u32 sAudioSeqCmds[0xB0]; extern u32 sAudioSeqCmds[0x100];
extern ActiveSequence gActiveSeqs[]; extern ActiveSequence gActiveSeqs[];
#endif #endif

View File

@ -4249,14 +4249,7 @@
0x801FFC90:("sUnusedBankLerp","UNK_TYPE1","",0x1), 0x801FFC90:("sUnusedBankLerp","UNK_TYPE1","",0x1),
0x801FFD00:("sSeqRequests","UNK_TYPE1","",0x1), 0x801FFD00:("sSeqRequests","UNK_TYPE1","",0x1),
0x801FFD34:("sNumSeqRequests","UNK_TYPE1","",0x1), 0x801FFD34:("sNumSeqRequests","UNK_TYPE1","",0x1),
0x801FFD40:("sAudioSeqCmds","UNK_TYPE1","",0x1), 0x801FFD40:("sAudioSeqCmds","u32","[0x100]",0x400),
0x80200000:("D_80200000","UNK_TYPE1","",0x1),
0x80200002:("D_80200002","UNK_TYPE1","",0x1),
0x80200004:("D_80200004","UNK_TYPE1","",0x1),
0x80200008:("D_80200008","UNK_TYPE1","",0x1),
0x8020001E:("D_8020001E","UNK_TYPE1","",0x1),
0x802000C9:("D_802000C9","UNK_TYPE1","",0x1),
0x802000D4:("D_802000D4","UNK_TYPE1","",0x1),
0x80200140:("gActiveSeqs","UNK_TYPE1","",0x1), 0x80200140:("gActiveSeqs","UNK_TYPE1","",0x1),
0x8020034A:("D_8020034A","UNK_TYPE1","",0x1), 0x8020034A:("D_8020034A","UNK_TYPE1","",0x1),
0x80200B88:("D_80200B88","UNK_TYPE1","",0x1), 0x80200B88:("D_80200B88","UNK_TYPE1","",0x1),