mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 06:24:30 +00:00
code_800F7260 (#433)
* Split code_800F7260 * More function splits, migrate rodata * Initial progress * Small progress * More substantial progress, finally figured out structs * 2 functions left * Move prototypes to functions.h * Remove unused asm, move most externs to variables.h * Fix merge * Ran formatter * Brackets to avoid && & Co-authored-by: krimtonz <33664508+krimtonz@users.noreply.github.com> * More variables to variables.h * Braces around early return Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com> * ARRAY_COUNT in sBankSizes and remove unnecessary temp vars Co-authored-by: krimtonz <33664508+krimtonz@users.noreply.github.com> Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com>
This commit is contained in:
parent
b4096eee34
commit
695552f0b8
37 changed files with 751 additions and 1555 deletions
1
spec
1
spec
|
@ -419,7 +419,6 @@ beginseg
|
|||
include "build/src/code/code_800EC960.o"
|
||||
include "build/data/code_800EC960.data.o"
|
||||
include "build/src/code/code_800F7260.o"
|
||||
include "build/data/code_800F7260.data.o"
|
||||
include "build/src/code/code_800F9280.o"
|
||||
include "build/data/code_800F9280.data.o"
|
||||
include "build/data/code_800F9280.rodata.o"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue