diff options
| author | Tharo <17233964+Thar0@users.noreply.github.com> | 2021-09-12 16:10:10 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-12 11:10:10 -0400 |
| commit | eccfd2efbf5d76f496dd0e110a2691c687e7d92d (patch) | |
| tree | b9bfe0db620add721e8f11f5d38aabd3dc21f483 /spec | |
| parent | e31e35658dd08e9f983eef8aef0e239ecd603333 (diff) | |
Decompile ovl_Door_Warp1 (#949)
* Initial progress on Door_Warp1
* Fix merge
* More work on Door_Warp1
* Decompile most of Door_Warp1
* 2 more functions OK
* All decompiled, 3 nonmatching
* Tiny improvements, fix several warnings
* Remove commented GLOBAL_ASM lines
* Fix
* Fix merge
* Two more matches
* Some docs
* More docs
* Use generated reloc under NON_MATCHING
* Fix accesses in ru1
* Add break and add limbs and dlists for the skeleton to the object xml
* Comment values for enums
Co-authored-by: Anghelo Carvajal <angheloalf95@gmail.com>
* boolean returns for flag checking functions
Co-authored-by: louist103 <35883445+louist103@users.noreply.github.com>
* Named more loop variables i and named DoorWarp1_FloatPlayer
* Last function matched thanks to Roman
* Some further suggestions
* Fix
Co-authored-by: Thar0 <maximilianc64@gmail.com>
Co-authored-by: Anghelo Carvajal <angheloalf95@gmail.com>
Co-authored-by: louist103 <35883445+louist103@users.noreply.github.com>
Diffstat (limited to 'spec')
| -rw-r--r-- | spec | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1575,9 +1575,11 @@ endseg beginseg name "ovl_Door_Warp1" include "build/src/overlays/actors/ovl_Door_Warp1/z_door_warp1.o" - include "build/data/overlays/actors/z_door_warp1.data.o" - include "build/data/overlays/actors/z_door_warp1.bss.o" +#ifdef NON_MATCHING + include "build/src/overlays/actors/ovl_Door_Warp1/ovl_Door_Warp1_reloc.o" +#else include "build/data/overlays/actors/z_door_warp1.reloc.o" +#endif endseg beginseg |
