diff options
| author | Zelllll <56516451+Zelllll@users.noreply.github.com> | 2021-05-01 01:44:29 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-01 02:44:29 -0400 |
| commit | 1ca8a9c24dabfe979d45b3db5360ef76971a3929 (patch) | |
| tree | 7f60035920bf98ef14ff6ecf3ade132d39f46b81 /linker_scripts/code_script.txt | |
| parent | c377ffe4ac629c44d5d3a7976ca1d4ee76b9fde8 (diff) | |
(Mostly) Decompile PreRender.c (#105)
* start prerender
* match func_8016FDB8
* fix fake af match
* actually add prerender
* Delete ctx.c
* test
* lots of oot transfers
* lots of new functions done
* match even more functions
* slowly thread functions
* two prerender functions left
* some docs
* make names more consistent with oot
* ready for pr?
* Update PreRender.c
Diffstat (limited to 'linker_scripts/code_script.txt')
| -rw-r--r-- | linker_scripts/code_script.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linker_scripts/code_script.txt b/linker_scripts/code_script.txt index 51c51ac70..c140853b5 100644 --- a/linker_scripts/code_script.txt +++ b/linker_scripts/code_script.txt @@ -442,7 +442,7 @@ SECTIONS build/asm/code/z_overlay.o(.text) build/asm/code/z_play.o(.text) build/asm/code/z_play_hireso.o(.text) - build/asm/code/PreRender.o(.text) + build/src/code/PreRender.o(.text) build/src/code/TwoHeadGfxArena.o(.text) build/src/code/TwoHeadArena.o(.text) build/asm/code/code_0x80172BC0.o(.text) |
