diff options
| author | Derek Hensley <hensley.derek58@gmail.com> | 2021-06-09 15:51:33 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-09 18:51:33 -0400 |
| commit | 3ac21daf26586c23158c42e38d79de1b24304bfb (patch) | |
| tree | cbac669a4c3b46e8155a4f79b44c6d3519314cb2 /linker_scripts/code_script.txt | |
| parent | 8b21da8c34c3f10c144c31552aeb3363e3ddae7a (diff) | |
ovl_dm_char07 OK (#172)
* Dm_Char07 Ok
* Cleanup
* Documented
* Add small documentation to en_toto and run format
* Better documenting of spotlight flags
* PR suggestions
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 29d971da3..1a7242341 100644 --- a/linker_scripts/code_script.txt +++ b/linker_scripts/code_script.txt @@ -5468,9 +5468,9 @@ SECTIONS ovl_Dm_Char07 : AT(RomLocation) { build/src/overlays/actors/ovl_Dm_Char07/z_dm_char07.o(.text) - build/asm/overlays/ovl_Dm_Char07_data.o(.data) + build/src/overlays/actors/ovl_Dm_Char07/z_dm_char07.o(.data) build/src/overlays/actors/ovl_Dm_Char07/z_dm_char07.o(.rodata) - build/asm/overlays/ovl_Dm_Char07_rodata.o(.rodata) + build/src/overlays/actors/ovl_Dm_Char07/z_dm_char07_overlay.o(.ovl) } SegmentEnd = .; SegmentSize = SegmentEnd - SegmentStart; |
