Fixed cursed audio when ROM is shifted.

This commit is contained in:
Antonio Castelli
2021-06-12 01:31:14 -07:00
parent 506118c6e1
commit ab9510e5c8
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -55,8 +55,8 @@ s32 D_800DC680 = 0; // Currently unknown, might be a different type.
s32 D_800DC684 = 0; // Currently unknown, might be a different type.
s32 D_800DC688 = 0; // Currently unknown, might be a different type.
s32 D_800DC68C = 0; // Currently unknown, might be a different type.
s32 D_800DC690 = 0x35281; // Currently unknown, might be a different type.
s32 D_800DC694 = 0xFD0; // Currently unknown, might be a different type.
s32 D_800DC690 = 0x35281; // Checksum of func_80019808
s32 D_800DC694 = 0xFD0; // Size of func_80019808 (for checksum).
s32 D_800DC698 = 0; // Currently unknown, might be a different type.
s32 D_800DC69C = 0; // Currently unknown, might be a different type.
s32 D_800DC6A0 = 1; // Currently unknown, might be a different type.
+1
View File
@@ -13,6 +13,7 @@ ROM_FILEPATH = BUILD_DIR + '/dkr.z64'
FUNCTIONS_TO_CALC = [
('func_8003B4BC', 'D_800DCDD0'),
('func_80068158', 'D_800DD320'),
('func_80019808', 'D_800DC690'),
('D_80024D54', 'D_800DCEA0')
]