mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 14:34:32 +00:00
Match retail code data sizes (#1741)
* Match retail audio data * Fix various small code data problems * Disable terminal colors in debug builds * Match z_actor_dlftbls.c .rodata * Use _3 for unused nameString macro parameter * Move sDebugCutsceneScriptBuf to be in-function static * Comment on actor name being NULL * Split out padding the fault_drawer.bss.s
This commit is contained in:
parent
c3faefc061
commit
c6e3ef4570
13 changed files with 79 additions and 13 deletions
|
@ -13,6 +13,7 @@
|
|||
|
||||
glabel sFaultDrawer
|
||||
.space 0x3C
|
||||
.space 0x04 # padding
|
||||
|
||||
glabel D_8016B6BC
|
||||
.space 0x24
|
||||
glabel D_8016B6C0
|
||||
.space 0x20
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue