mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-11 09:20:17 +00:00
In fix_bss.py, really always use BSS section start from map file (#2085)
This commit is contained in:
parent
7056423e5b
commit
7c2e0383f3
3 changed files with 11 additions and 7 deletions
|
@ -69,3 +69,5 @@ u8 gSoundModeList[] = {
|
|||
u8 gAudioSpecId = 0;
|
||||
|
||||
u8 D_80133418 = 0;
|
||||
|
||||
u8 D_8016F0E0[0xA0]; // unused
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#include "global.h"
|
||||
|
||||
u8 D_8016F0E0[0xA0]; // unused
|
||||
AudioContext gAudioCtx;
|
||||
AudioCustomUpdateFunction gAudioCustomUpdateFunction;
|
||||
s32 D_801755D8[3]; // unused
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue