1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-10-16 19:51:23 +00:00

Move fault_drawer bss to data/ asm because -g3 bss is fun (#1335)

This commit is contained in:
Dragorn421 2022-07-30 16:09:42 +02:00 committed by GitHub
commit 2f5eac6b76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 25 additions and 9 deletions

1
spec
View file

@ -409,6 +409,7 @@ beginseg
include "build/src/code/fault.o"
include "build/data/fault.bss.o"
include "build/src/code/fault_drawer.o"
include "build/data/fault_drawer.bss.o"
include "build/src/code/kanread.o"
include "build/src/code/ucode_disas.o"
pad_text // audio library aligned to 32 bytes?