mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 06:24:30 +00:00
Add support for 'after' and 'number' in mkldscript and use 'after' to properly shift the code segment (#194)
* Add support for 'after' and 'number' in mkldscript * Use 'after' in spec to ensure code ends up after dmadata in RAM
This commit is contained in:
parent
c10bcdc3c4
commit
e413325637
2 changed files with 39 additions and 24 deletions
2
spec
2
spec
|
@ -268,7 +268,7 @@ endseg
|
|||
|
||||
beginseg
|
||||
name "code"
|
||||
address 0x8001CE60
|
||||
after "dmadata"
|
||||
include "build/src/code/z_en_a_keep.o"
|
||||
include "build/src/code/z_en_item00.o"
|
||||
include "build/data/z_en_item00.data.o"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue