1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-17 05:15:16 +00:00

[Audio 5/?] Build the Samplebank Table (#2044)

This commit is contained in:
Tharo 2024-08-17 22:42:15 +01:00 committed by GitHub
parent 56ca23663a
commit ba5574be6d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
24 changed files with 343 additions and 68 deletions

View file

@ -171,7 +171,7 @@ extern s16 gOcarinaSongItemMap[];
extern u8 gSoundFontTable[];
extern u8 gSequenceFontTable[];
extern u8 gSequenceTable[];
extern u8 gSampleBankTable[];
extern AudioTable gSampleBankTable;
extern SaveContext gSaveContext;