mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
Fixed cursed audio when ROM is shifted.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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')
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user