Anghelo Carvajal
83e263ab12
ovl_En_Ma_Yts OK and partially documented (#164 )
...
* destroy
* moar
* limbdraw
* some setups identified
* func_80B8D6F8
* func_80B8E0BC
* fix unmatching
* func_80B8D12C
* func_80B8D1E8
* func_80B8DBB8
* some renaiming
* some renaimings
* symbols
* small renaming and a few functions
* Almost every function done
* lots of renames
* Fix merge conflicts
* misc notes
* struct_800BD888_arg1
* some renamings and enum
* func_80B8D2D8
* func_80B8DA28
* import data and cleanup
* format
* minor changes
* Documentation pass
* update enum name
* Remove object XML
* run format
* Move EN_MA_YTS_PARSE_TYPE to header
* fix conflicts
* Update src/overlays/actors/ovl_En_Ma_Yts/z_en_ma_yts.c
Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com >
* Update src/overlays/actors/ovl_En_Ma_Yts/z_en_ma_yts.h
Co-authored-by: Kenix3 <kenixwhisperwind@gmail.com >
* Update src/overlays/actors/ovl_En_Ma_Yts/z_en_ma_yts.c
Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com >
* move struct to z64animation
* Change PARSE_TYPE macro to accept actor param
* format
Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com >
Co-authored-by: Kenix3 <kenixwhisperwind@gmail.com >
2021-06-09 18:38:35 -04:00
engineer124
f4687fbbe7
General Cleanup ( #155 )
...
* minor fixes
* Consolidate into globalCtx
* fix error
* Fix Warnings
Co-authored-by: engineer124 <engineer124enginer124@gmail.com >
2021-05-20 21:24:47 -04:00
Zach Banks
dea3c8fd79
Fix all warnings raised by IDO ( #152 )
...
* Fix all warnings raised by IDO, ignore trailing commas
* Set -woff=624,...; keep const in printf functions
* Remove redefined macros in irqmgr.c
* Remove DECR macro & reformat
* Address PR comments from AngheloAlf
2021-05-18 22:28:04 -04:00
Anghelo Carvajal
c56934038a
Format everything ( #141 )
...
* Add trailing comma
* Run format and add some missing trailing commas
* Enforce the same clang-format version for everybody
* z_en_m_fire1
2021-05-18 20:00:36 -04:00
Zelllll
874a75f456
Scene Changes ( #114 )
...
* match function
* major cleanups
* rename switch functions
* use graph_alloc to fix fake matches
* more documentation
* more matches, lots of changes
* lots more work
* format
* Update z_scene_proc.c
* very hard lagrange interpolation function OK!
* remove any remaining
* documentation done, only two functions left
* a few more things
* one function left!
* document another oot leftover
* last function decompiled, not matched yet
* scene_proc complete
* start work on z_scene
* done with z_scene
* remove unessecary typedefs
* fix some things to remove warnings
* Add z_scene_table and decomp data
* Delete ctx.c
* add draw cfg enum
* cleanup
* most scene table functions done
* done for now
* all scene files done
* Update include/z64scene.h
Co-authored-by: Anghelo Carvajal <anghelo.carvajal.14@sansano.usm.cl >
* add missing macros
* fix some renames
* scene texture file rename
* added temporary structs so it still builds
* more structs
* even more old structs
* fix boyo
* should fix compile error
* lets hope nothing broke
* ub comment back
Co-authored-by: Anghelo Carvajal <anghelo.carvajal.14@sansano.usm.cl >
2021-05-09 22:12:42 -04:00
Rozelette
d2c181a0a9
z_lib fully matched ( #85 )
...
* z_lib OK
* Documentation
* Added stdbool and stdint
* Fixup for new names
* Fixup bad merge
* Feedback
* Use u/s32 for intptr_t
2021-04-07 17:16:16 -04:00
Lucas Shaw
623b6d5318
Some OOT transfers, some renaming, etc ( #75 )
...
* Progress on various files
* gfxprint stuff
* split some rodata, add iconv for rodata string parsing
* z_std_dma rodata
* 2 nonmatchings in gfxprint
* mtxuty-cvt ok
* more
* match a function in idle.c
* progress
* Cleanup
* Rename BgPolygon to CollisionPoly
* progress
* some effect stuff
* more effect progress
* updates
* made suggested changes
* z_effect_soft_sprite_old_init mostly ok
Co-authored-by: Lucas Shaw <lucas.shaw1123@gmail.com >
Co-authored-by: Rozelette <Rozelette@users.noreply.github.com >
2021-03-27 16:17:41 -05:00
Isghj
e64d4d8bf2
EnPoFusen: OK ( #69 )
...
* EnPoFusen: OK
EnPoFusen: WIP
EnPoFusen: init is matched
* EnPoFusen: requested changes
* Update src/overlays/actors/ovl_En_Ma4/z_en_ma4.h
Co-authored-by: Rozelette <Rozelette@users.noreply.github.com >
* EnPoFusen: forgot I renamed a function to check diff, changed back
* EnPoFusen: Bad search and replace
* EnPoFusen: really bad search replace
* EnPoFusen: ColliderInit and requested changes
* Functions: renamed func_800B8EC8 to Audio_PlayActorSound2
Co-authored-by: isghj8 <isghj8@gmail.com >
Co-authored-by: Rozelette <Rozelette@users.noreply.github.com >
2021-03-24 03:58:25 -05:00
Tharo
1a2e6d7ffe
z_collision_check.c ( #58 )
...
* setup
* Progress on z_collision_check.c
* Further progress on z_collision_check.c
* renamed code_0x800E03A0 to z_collision_btltbls, z_collision_check.c decompiled besides bss
* Structs changes
* Document functions
* overlayhelpers folder, colliderinit.py and ichaindis.py
* Flags, format existing ColliderInits
* Fix merge
* Few more small improvements
* Review suggestions
2021-03-22 17:48:15 -04:00
Kenix3
037ba9a22e
Initial support of tracking progress per code/boot/overlay, and outputs the stats to csv.
2021-03-10 22:28:06 -05:00
Zelllll
fb1ed529ad
Add OoT actor structs and enums ( #55 )
...
* add oot structs
* revert formatting
* fix comment thing
* fix accidental renames
* slight fix
* naviEnemyId -> hintId
* fix headers
2021-02-28 22:52:12 -05:00
Tharo
c55e9eeee5
pragma variant for GLOBAL_ASM ( #49 )
...
* pragma GLOBAL_ASM
* Revert split_asm.py arg description change
2021-02-23 23:15:58 -05:00
Rozelette
12e258561e
Cleanup some function identifications. ( #7 )
...
* Add missed functions, remove not functions
* Fix typo
2020-08-06 18:11:32 -04:00
Rafael Moura
c9dc82cbe5
func_800B72F8 decompiled
2020-06-23 17:35:29 -04:00
Kenix3
5c97d35841
Added macros header
...
Additionally, updated code to use PHYSICAL_TO_VIRTUAL and ALIGN16 macros.
Additionally, retyped gRspSegmentPhysAddrs back to u32 as in OOT. These get the straight return value of PHYSICAL_TO_VIRTUAL, so they are u32.
2020-06-04 23:07:09 -04:00
Kenix3
664182c289
Fixes known undefined behaviour from DmaMgr and Lib_Ptr taking u32 rather than void*
2020-06-04 21:41:44 -04:00
Kenix3
f230898dfe
z_scene functions now use the same structs as OOT ( #3 )
...
* z_scene now uses OOT structs where available
Additionally commits a decompiled z_actor function.
* Fixes audio_setBGM function call in Scene_HeaderCommand15
* Update structs.h
Co-authored-by: rozlette <uberpanzermensch@gmail.com >
Co-authored-by: Egor Ananyin <ananinegor@gmail.com >
2020-04-29 22:14:29 -05:00
Egor Ananyin
42f515dd4c
z_actor.c: Some functions
2020-03-18 16:01:00 +03:00
rozlette
ff958ad932
Rename many functions, structs, and variables to match the oot decomp. Some things have not been renamed as their respective files have not been decompiled yet.
2020-03-15 01:13:53 -05:00
Cleverking2003
0c35be2381
More functions from z_actor.c ( #6 )
...
* More functions from z_actor.c
* Apply suggestions from code review
Co-authored-by: Rozelette <Rozelette@users.noreply.github.com >
2020-03-10 12:24:59 -05:00
Cleverking2003
da9aaf43c1
Some functions from z_actor.c ( #5 )
...
* Decompiled some functions from z_actor.c
* More functions
* Coding style
* Minor fixes
2020-03-04 11:44:43 -06:00
rozlette
581a97b561
Make non-matchings consistent with oot
2020-02-20 16:29:22 -06:00
rozlette
727a546fcf
Update to latest ghidra project
2020-01-08 08:32:20 -06:00
rozlette
9bc4990814
Update to latest from ghidra project
2019-12-14 23:38:35 -06:00
rozlette
60eaf159b4
Generate all major headers from ghidra project
2019-12-07 18:21:34 -06:00
rozlette
a09a799eef
Rename tons of structs because we aren't using the z_ prefix anymore ;_;
2019-11-14 00:52:31 -06:00
rozlette
57633d0e26
Decomp 1 function in z_actor
2019-09-29 14:19:42 -05:00