diff options
| author | petrie911 <69443847+petrie911@users.noreply.github.com> | 2024-04-06 12:40:41 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-06 10:40:41 -0700 |
| commit | 45ae63ccc550ea29f475669a87f7f8ac681a6b29 (patch) | |
| tree | 19e43bc0ba2e51853534cc42e3bf452fe677d8fe /spec | |
| parent | e3ce14c932b80e5ed4c7680cb9dd9f638d739541 (diff) | |
Obj_Mine matched (#1225)
* Obj_Mine
* Obj_Mine
* Fixups
* Nonmatchings + cleanup
* Small cleanup
* externs
* structs complete
* wew
* some docs. still baffling
* documented physics stuff
* docs. physics be wack
* forgot some things
* format
* more cleanup
* merge and such
* format
* more format and cleanup
* asm stuff
* Update src/overlays/actors/ovl_Obj_Mine/z_obj_mine.c
Co-authored-by: Anghelo Carvajal <angheloalf95@gmail.com>
* now with decomp.me
* removed some extraneous macros I didn't end up using
* fixes and formats
* merge
* my god, it matches
* format
* removed macros
* more fixes
* format
* format
---------
Co-authored-by: Maide <eeeedddccc@hotmail.co.uk>
Co-authored-by: Derek Hensley <hensley.derek58@gmail.com>
Co-authored-by: petrie911 <petrie911@users.noreply.github.com>
Co-authored-by: petrie911 <pmontag@Monday.localdomain>
Co-authored-by: Anghelo Carvajal <angheloalf95@gmail.com>
Diffstat (limited to 'spec')
| -rw-r--r-- | spec | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -2905,9 +2905,7 @@ beginseg name "ovl_Obj_Mine" compress include "build/src/overlays/actors/ovl_Obj_Mine/z_obj_mine.o" - include "build/data/ovl_Obj_Mine/ovl_Obj_Mine.data.o" - include "build/data/ovl_Obj_Mine/ovl_Obj_Mine.bss.o" - include "build/data/ovl_Obj_Mine/ovl_Obj_Mine.reloc.o" + include "build/src/overlays/actors/ovl_Obj_Mine/ovl_Obj_Mine_reloc.o" endseg beginseg |
