diff options
| author | engineer124 <47598039+engineer124@users.noreply.github.com> | 2021-05-23 01:36:21 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-22 11:36:21 -0400 |
| commit | cf3eb3b2e19bb60ec9d93b04a57127585e8ac6df (patch) | |
| tree | 146df6c153a719c117a5cb9f72ad0bcd6b374e54 /linker_scripts/code_script.txt | |
| parent | f4687fbbe76b4699e7cfd8315fb83cd00b666e3a (diff) | |
Ovl_En_Fg OK (#133)
* En_Fg Frogs 9/18 decompiled
* En_Fg Frogs One Non-Matching
* documentation and cleanup
* final matched function
* code_script
* whitespace
* Fixed some mistakes, EnFg_UpdateDust no longer matches?
* fixed nonmatching
* Minor fixes and documentation
* PR suggestions
* Fixed genericHeader rename to common
* Fix Warnings
* PR Good Documentation Suggestions
* update names
* more pr suggestions
Co-authored-by: Jared Collette <jcollette@4000v-udp25-l.eng.unimelb.edu.au>
Co-authored-by: engineer124 <engineer124enginer124@gmail.com>
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 ea5ba3c72..03f8f83f9 100644 --- a/linker_scripts/code_script.txt +++ b/linker_scripts/code_script.txt @@ -4379,9 +4379,9 @@ SECTIONS ovl_En_Fg : AT(RomLocation) { build/src/overlays/actors/ovl_En_Fg/z_en_fg.o(.text) - build/asm/overlays/ovl_En_Fg_data.o(.data) + build/src/overlays/actors/ovl_En_Fg/z_en_fg.o(.data) build/src/overlays/actors/ovl_En_Fg/z_en_fg.o(.rodata) - build/asm/overlays/ovl_En_Fg_rodata.o(.rodata) + build/src/overlays/actors/ovl_En_Fg/z_en_fg_overlay.o(.ovl) } SegmentEnd = .; SegmentSize = SegmentEnd - SegmentStart; |
