Commit Graph

1308 Commits

Author SHA1 Message Date
LagoLunatic e47938b60d d_a_bk work 2024-02-29 16:28:38 -05:00
LagoLunatic 533cd90a5f d_a_hitobj OK (#606)
* d_a_hitobj OK

* Corrections to d_a_hitobj

* Corrections to d_a_hitobj configure.py

* Corrections to d_a_hitobj configure.py

* Remove unnessecary pointer destructure

* Cleanup d_a_hitobj

---------

Co-authored-by: Jason Carpenter <5916026+breadbored@users.noreply.github.com>
2024-02-28 22:20:26 -05:00
Jasper St. Pierre e6523bd115 d_timer minor work 2024-02-26 22:27:05 -08:00
LagoLunatic 7e5a8dbe16 a few minor c_m3d matches 2024-02-26 22:38:26 -05:00
LagoLunatic bab128d8a8 Copy new c_m3d progress from TP decomp 2024-02-26 22:00:18 -05:00
Jasper St. Pierre 53373a5019 Merge pull request #605 from kageurufu/c_m3d
Implement cM3d_Len3dSqPntAndSegLine
2024-02-26 17:58:06 -08:00
Franklyn Tackitt 68c97bf2db Implement cM3d_Len3dSqPntAndSegLine
Fix cM3d_Len2dSqPntAndSegLine
2024-02-26 16:12:02 -07:00
LagoLunatic fda4313e25 misc cleanup 2024-02-26 15:13:17 -05:00
LagoLunatic f0aec5ac44 Merge pull request #603 from kageurufu/d_a_obj_vfan
d_a_obj_vfan OK
2024-02-26 15:05:47 -05:00
Franklyn Tackitt 9b6f6484c4 PR cleanup 2024-02-26 06:40:35 -07:00
Jasper St. Pierre 6baac47345 d_salvage work 2024-02-25 21:56:33 -08:00
Jasper St. Pierre 6b94b80c17 d_salvage work 2024-02-25 19:17:22 -08:00
LagoLunatic f835d2b98f d_a_npc_md 2024-02-25 18:50:02 -05:00
Jasper St. Pierre 2763919899 d_s_name work 2024-02-25 14:23:22 -08:00
Jasper St. Pierre 661c820d69 d_material 2024-02-25 13:48:17 -08:00
Jasper St. Pierre c1dff9cb1c d_demo work 2024-02-25 13:37:13 -08:00
LagoLunatic 8f767c3737 fix JPN 2024-02-25 14:41:14 -05:00
LagoLunatic 5cd6262c13 misc small cleanup 2024-02-25 14:40:41 -05:00
LagoLunatic 9f90f998ac d_a_tag_volcano OK 2024-02-25 14:34:51 -05:00
Jasper St. Pierre b13eb4e2ce d_a_tag_volcano 99% 2024-02-25 10:52:58 -08:00
Jasper St. Pierre 43afdf878e d_a_tama 2024-02-25 09:45:45 -08:00
LagoLunatic fdba7c3a7b Started cleaning up the itemNo enum 2024-02-25 02:05:17 -05:00
LagoLunatic 914393649b d_a_npc_ji1 cleanup some inlines 2024-02-25 01:29:32 -05:00
LagoLunatic 687ad99080 d_a_npc_md, m_Do_ext work 2024-02-25 01:08:06 -05:00
Jasper St. Pierre ac9f9b0aaf Merge pull request #604 from SuperDude88/main
daNpc_Ji1_c Work
2024-02-24 22:00:45 -08:00
SuperDude88 0e3d78e421 Minor Cleanup
Clarify comments, add missing inline
2024-02-25 00:39:33 -05:00
Jasper St. Pierre 7b10a31630 d_a_kt work 2024-02-24 21:35:06 -08:00
SuperDude88 5730214b49 Didn't Catch These
I'm not sure why this didn't immediately error on my machine
2024-02-25 00:16:42 -05:00
SuperDude88 d627dd6a0a Start Orca 2024-02-25 00:06:20 -05:00
Jasper St. Pierre c2a559b4db d_a_kt work 2024-02-24 13:49:10 -08:00
LagoLunatic a95d23b1ad d_a_npc_md work 2024-02-24 02:21:05 -05:00
LagoLunatic bfebc68547 enum cleanup for d_a_obj_toripost 2024-02-23 02:00:55 -05:00
LagoLunatic 383ed1ee51 Use dCcG_At_Spl enum in Src structs 2024-02-23 00:59:14 -05:00
LagoLunatic 15e2e3e86c Fix a fakematch in d_a_warpfout 2024-02-23 00:55:23 -05:00
Franklyn Tackitt 152c393ecd Cleanup from PR 2024-02-22 08:25:45 -07:00
Jasper St. Pierre 166e0158c7 Merge pull request #602 from kageurufu/d_a_ikari
d_a_ikari OK
2024-02-21 21:42:07 -08:00
Franklyn Tackitt 48b3d4f31c We don't actually need nosyminline for ikari 2024-02-21 18:39:31 -07:00
Franklyn Tackitt bb203d5fe6 retype _createHeap and createHeap_CB
Fixes the return on createHeap_CB

Matching!
2024-02-21 18:38:32 -07:00
Franklyn Tackitt f6a35d66d2 ... Fix the actor_method_class order 2024-02-21 18:35:16 -07:00
Franklyn Tackitt 3556c0c0d3 (d_a_obj_vfan) Doesn't yet match
Symbols are all in the right order with `nosyminline`.
There's a whole lot of vtables (64B worth) in the .data too
2024-02-21 17:19:21 -07:00
Franklyn Tackitt 87fd22d315 I know its a BOOL return, but...
return TRUE/FALSE/_createHeap() generates non-matching code
but just return; works with no warnings
not great, but it works
2024-02-21 17:11:11 -07:00
Jasper St. Pierre 6a064be266 [d_a_warpfout]: Class methods and .data OK (#601)
* [d_a_warpfout]: Class methods and .data OK

.rodata missing... something

* Clean up issues raised in PR

Remove unnecessary this->
Retype _execute and _delete from BOOL to bool

* Swap mEvtInfo.mCommand for mEvtInfo.checkCommandTalk()

* Matching

* More cleanup for the PR

---------

Co-authored-by: Franklyn Tackitt <git@frank.af>
2024-02-21 16:51:13 -05:00
Franklyn Tackitt 93ee2acd21 Remove comments and cleanup for the PR 2024-02-21 14:35:12 -07:00
Franklyn Tackitt 1038ef6ba3 (d_a_ikari) OK 2024-02-21 11:14:36 -07:00
LagoLunatic 1af06107e0 More enum cleanup 2024-02-20 00:07:18 -05:00
LagoLunatic 32728226a2 d_a_wall OK 2024-02-16 14:19:33 -05:00
Andrew Glaze 3cf49ac324 work on d_a_wall (#599)
* work on d_a_wall

* fix suggestions and formatting
2024-02-16 13:50:50 -05:00
LagoLunatic e713c46d12 Fakematch d_a_agb's weak order with next-TU hack 2024-02-12 16:15:48 -05:00
LagoLunatic b8a8861f41 Fix d_a_agb PAL version differences 2024-02-12 16:13:26 -05:00
LagoLunatic 3b55ba2088 Fix d_a_agb JPN version differences 2024-02-12 15:55:14 -05:00