diff options
| author | kyleburnette <kyle@kyleburnette.com> | 2021-03-27 10:13:56 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-27 12:13:56 -0500 |
| commit | a0b8a7c718f32df1c30f5548fee494b8be6dffe4 (patch) | |
| tree | 77f245c819b7e976f4f886ae0450ba3f736d05fa /linker_scripts/code_script.txt | |
| parent | 6e4d156ad788f4add678481d38f6cfa5f35e33e2 (diff) | |
TwoHeadArena and TwoHeadGfxArena OK (#83)
* TwoHeadArena and TwoHeadGfxArena OK
* Changed negatives to ~ in TwoHeadArena.c
* Renamed functions to match OoT
* Formatted code files
* Removed dispbuf
Diffstat (limited to 'linker_scripts/code_script.txt')
| -rw-r--r-- | linker_scripts/code_script.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linker_scripts/code_script.txt b/linker_scripts/code_script.txt index 71fa3a522..953ff956c 100644 --- a/linker_scripts/code_script.txt +++ b/linker_scripts/code_script.txt @@ -415,8 +415,8 @@ SECTIONS build/asm/code/z_play.o(.text) build/asm/code/z_play_hireso.o(.text) build/asm/code/PreRender.o(.text) - build/asm/code/code_0x801727F0.o(.text) - build/asm/code/code_0x80172A00.o(.text) + build/src/code/TwoHeadGfxArena.o(.text) + build/src/code/TwoHeadArena.o(.text) build/asm/code/code_0x80172BC0.o(.text) build/asm/code/code_0x80172C30.o(.text) build/src/code/title_setup.o(.text) |
