mirror of
https://github.com/zeldaret/oot.git
synced 2025-10-20 05:30:26 +00:00
Migrate .bss for fault drawer and .data for item00 (#823)
* Item00 and fault drawer * Test * Test2 * test3 * test4 * remove .data file for item00 * revert hex * WHY * PLEASE * PR fixes (Roman) and run clang-format version 10 * Fault_drawer was swapped ...again)
This commit is contained in:
parent
c644aaa2ee
commit
23dc339882
6 changed files with 316 additions and 101 deletions
2
spec
2
spec
|
@ -283,7 +283,6 @@ beginseg
|
|||
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"
|
||||
include "build/data/z_en_item00.bss.o"
|
||||
include "build/src/code/z_eff_blure.o"
|
||||
include "build/src/code/z_eff_shield_particle.o"
|
||||
|
@ -405,7 +404,6 @@ 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/asm/code_800D71F0.o"
|
||||
include "build/src/code/ucode_disas.o"
|
||||
include "build/src/code/code_800DACC0.o"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue