diff options
| author | Isghj <42048411+isghj5@users.noreply.github.com> | 2021-05-09 19:18:57 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-09 22:18:57 -0400 |
| commit | d98e9dfb013b00dfb20a0e8a96de6dd82977c749 (patch) | |
| tree | 823350e761db689d2d52689d406c70f8cfbb490a /linker_scripts/code_script.txt | |
| parent | 874a75f456b8943d09e5e682811397c578ae6671 (diff) | |
Obj_Lightswitch (Sunswitch and Stonetower Temple flip switch) (#107)
* ObjLightswitch: fast
* ObjLightswitch: data migrated, except collider init is broke
* ObjLightswitch: nvm, collider documented
* ObjLightswitch: OK with 3 non-equiv, docs starting
* ObjLightswitch: more docs
* ObjLightswitch: some requested changes
* ObjLightswitch: requested changes
Co-authored-by: isghj8 <isghj8@gmail.com>
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 472e324bf..61d968166 100644 --- a/linker_scripts/code_script.txt +++ b/linker_scripts/code_script.txt @@ -2506,7 +2506,7 @@ SECTIONS ovl_Obj_Lightswitch : AT(RomLocation) { build/src/overlays/actors/ovl_Obj_Lightswitch/z_obj_lightswitch.o(.text) - build/asm/overlays/ovl_Obj_Lightswitch_data.o(.data) + build/src/overlays/actors/ovl_Obj_Lightswitch/z_obj_lightswitch.o(.data) build/src/overlays/actors/ovl_Obj_Lightswitch/z_obj_lightswitch.o(.rodata) build/asm/overlays/ovl_Obj_Lightswitch_rodata.o(.rodata) } |
