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>
This commit is contained in:
Isghj
2021-05-09 19:18:57 -07:00
committed by GitHub
parent 874a75f456
commit d98e9dfb01
7 changed files with 531 additions and 48 deletions
+1 -1
View File
@@ -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)
}