Commit Graph

556 Commits

Author SHA1 Message Date
poketannenbaum 3a5f4d56ea d_a_obj_pbco 100% (#616)
* Update d_a_obj_pbco.cpp

* Update d_a_obj_pbco.h

* Update d_a_obj_pbco.cpp

* Update src/d/actor/d_a_obj_pbco.cpp

Co-authored-by: Jasper St. Pierre <jstpierre@mecheye.net>

---------

Co-authored-by: Jasper St. Pierre <jstpierre@mecheye.net>
2024-04-21 17:09:42 -07:00
LagoLunatic 459cf6caa7 clean up some inline parameters 2024-04-18 23:16:38 -04:00
LagoLunatic c93901ce2c d_a_boko start 2024-04-17 13:35:53 -04:00
LagoLunatic a116292705 add static keyword in more places 2024-04-17 13:27:52 -04:00
LagoLunatic 2b71216c8b Add enum for attention types 2024-04-17 00:15:24 -04:00
LagoLunatic 5417608f6e d_a_npc_nz 100%, weak order not matching 2024-04-16 22:16:00 -04:00
LagoLunatic e1f3d5ce93 fix some regressions 2024-04-16 20:48:05 -04:00
LagoLunatic 9d746447f9 d_a_bwdg 100%, weak order not matching 2024-04-16 19:56:52 -04:00
LagoLunatic 8238d12e71 add more default parameters for common funcs 2024-04-16 13:44:24 -04:00
LagoLunatic ad0478fe15 d_a_tag_event OK 2024-04-16 13:28:35 -04:00
LagoLunatic ad4d58bab8 d_a_sail start 2024-04-15 22:53:19 -04:00
LagoLunatic d3985aa24d several matches for d_a_npc_nz 2024-04-14 12:52:34 -04:00
LagoLunatic 5b3b66015a d_a_npc_nz: add .inc file, match .data section 2024-04-14 11:27:39 -04:00
LagoLunatic 0a1ce59327 d_a_esa OK 2024-04-14 10:29:28 -04:00
SuperDude88 9819140a32 daNpz_Nz_c Work (#615)
* daNpz_Nz_c Work

* Forgot This

oops
2024-04-14 09:47:43 -04:00
LagoLunatic 133df570d9 d_com_static OK 2024-04-13 15:16:15 -04:00
LagoLunatic 282756e6e8 fix msgId/msgNo naming mixups 2024-04-10 23:55:17 -04:00
LagoLunatic 95f93e05d7 improve some npc_bs1 matches slightly 2024-04-10 23:51:34 -04:00
SuperDude88 bc7fdd6fcb daNpc_Bs1_c Work (#614)
* daNpc_Bs1_c Work

Almost matching

* Every Time

Always has to be something forgotten

* Cleanup

* Tiny Detail Slipped Through

* Last One Hopefully
2024-04-10 23:13:59 -04:00
LagoLunatic ead0213a87 fix everything in d_a_npc_bs1 2024-04-02 18:40:08 -04:00
LagoLunatic a3f191dc63 misc work and cleanup 2024-04-02 16:56:08 -04:00
Crain 7303d2997a d_a_npc_bs1 Work (#613)
* d_a_npc_bs1 Work

* d_a_npc_bs1 Removed redeclaration

* d_a_npc_bs1 PR Feedback
2024-04-02 14:13:50 -04:00
LagoLunatic 8ef6dd4285 Fix some names 2024-03-25 18:49:19 -04:00
LagoLunatic c7cd6b25b2 d_a_bk 2024-03-24 15:22:02 -04:00
LagoLunatic 069135a316 Remove fake csXyz inlines 2024-03-18 23:52:24 -04:00
LagoLunatic c2452afb7f d_a_player_npc OK, d_a_npc_os 100% except weakfunc order 2024-03-18 23:41:02 -04:00
SuperDude88 3f1d64f3ab daNpc_Os_c Work (#611)
* daNpc_Os_c Work

Mostly matching

* How Did I Miss This

Somehow this wasn't erroring on my machine

* Hopefully This Works Now

* Surely this is the last one

* Definitely compiles now

* Cleanup
2024-03-18 22:04:58 -04:00
LagoLunatic 7ce949c59c d_a_pw fixes 2024-03-18 19:15:15 -04:00
Crain 4859b367a9 d_a_pw work (#610)
* d_a_pw work

* d_a_pw PR feedback

* Cleaner switch statement

* d_a_pw-work PR Feedback

* Missing Enum value

* Update src/d/actor/d_a_pw.cpp

Co-authored-by: LagoLunatic <LagoLunatic@users.noreply.github.com>

---------

Co-authored-by: LagoLunatic <LagoLunatic@users.noreply.github.com>
2024-03-18 16:18:17 -04:00
LagoLunatic 4298f20af6 d_a_bk work, fix some fakematches 2024-03-12 01:41:30 -04:00
LagoLunatic 0dd3f6e47c Standardize process ID type to be uint 2024-03-11 19:03:47 -04:00
LagoLunatic d0e8844b4b Add uint typedef 2024-03-11 18:23:44 -04:00
LagoLunatic 029ddf6bb9 minor inline cleanup 2024-03-11 18:12:15 -04:00
LagoLunatic 3f892bfb64 fix version differences 2024-03-08 21:51:15 -05:00
LagoLunatic 443691603d rename fopAc_ac_c member vars to match TP decomp 2024-03-08 21:31:41 -05:00
LagoLunatic 321c4840b8 d_a_movie_player compiles 2024-03-05 16:45:58 -05:00
LagoLunatic 56107e697a Get more JSystem TUs compiling 2024-03-05 16:41:32 -05:00
Miles Acquaviva 9777926534 Matched d_a_obj_tower (#608)
* Matched d_a_obj_tower

* Marked as matching in configure.py

* Fixed data match

* Revisions

* Update d_a_obj_tower.cpp

* fixed build

* fixed build

* removed extra var
2024-03-04 17:40:45 -08:00
LagoLunatic cddc3efdcd Started copying JStudio progress from pikmin2 2024-03-04 18:28:09 -05:00
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
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
LagoLunatic f835d2b98f d_a_npc_md 2024-02-25 18:50:02 -05: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
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