Commit Graph

93 Commits

Author SHA1 Message Date
TakaRikka e46fc4f7d1 Merge branch 'main' of https://github.com/zeldaret/tww into agb 2023-09-23 00:02:17 -07:00
TakaRikka ee401fb19f work on d_a_agb 2023-09-23 00:00:37 -07:00
Jasper St. Pierre a6126589f0 f_op_actor_mng progress 2023-09-22 22:10:16 -07:00
Jasper St. Pierre c8292b3624 Merge pull request #71 from LagoLunatic/item
d_item_data & d_a_itembase OK
2023-09-22 19:48:04 -07:00
LagoLunatic 267b501438 d_a_itembase OK 2023-09-22 20:32:52 -04:00
Jasper St. Pierre 7c32410878 f_op_actor progress, c_m3d_g_sph done 2023-09-22 11:17:16 -07:00
Jasper St. Pierre 54c8c9c4e9 d_point_wind match, d_path start 2023-09-22 02:11:26 -07:00
LagoLunatic afeb2a0965 Add item enum names as comments to each entry 2023-09-22 01:25:19 -04:00
LagoLunatic adae400cbf d_item_data OK 2023-09-22 00:53:29 -04:00
SuperDude88 e6d2a36987 daShopItem_c "OK"
Functions and data matching

d_a_shop_item.cpp still breaks checksum, probably from weak functions/vtables that need to be placed earlier
2023-09-21 22:18:57 -04:00
LagoLunatic 54e41169c5 Add .inc file association to recommended settings 2023-09-21 17:18:00 -04:00
TakaRikka e9413fffa3 fix sqrt function 2023-09-20 21:51:21 -07:00
TakaRikka 31b3332347 Merge branch 'main' of https://github.com/zeldaret/tww into ky2 2023-09-20 21:10:41 -07:00
LagoLunatic 246da3327b d_a_andsw2 OK (#65) 2023-09-20 21:10:06 -07:00
LagoLunatic 1ad444aa73 Started d_a_arrow (#64)
* More d_bg header improvements

* Cleanup, use mtx inlines in more places

* Added JntHit_c to headers

* Started d_a_arrow
2023-09-20 21:09:23 -07:00
TakaRikka 62e1473c58 d_kankyo_wether almost done 2023-09-20 21:04:56 -07:00
Jasper St. Pierre b2fc1d2683 Move statics out of actor/ dir 2023-09-20 09:22:35 -07:00
TakaRikka 1a63838b65 d_kankyo_data / d_kankyo_demo OK 2023-09-19 21:26:20 -07:00
SuperDude88 54a8ffbe37 daObjTpost_c Nearly OK (#60)
* daObjTpost_c Nearly OK

Also a little bit more work on fopNpc_npc_c

* Remove Duplicate Struct
2023-09-19 16:49:23 -07:00
TakaRikka 853e5c7fba most of d_kankyo done (#61)
* most of d_kankyo done

* some kankyo fixes
2023-09-19 16:46:06 -07:00
Kristopher Early 0a9745477f [ACTOR] d_a_rectangle OK (#58)
* Update d_a_rectangle.cpp

* Update d_a_rectangle.cpp

* parking

* 100% match

* fixing this return type as it cant really be a bool

* this isn't padding, its the size of fopAc_ac_c

* formatting
2023-09-19 16:44:03 -07:00
Jcw87 5023f3aa70 m_Do_printf (#53) 2023-09-18 13:52:15 -07:00
TakaRikka dffe17b2fe add player HIO data (#56) 2023-09-18 12:29:58 -07:00
LagoLunatic 01f2fc433f d_a_nh done (no match) (#55)
* Fix sin and cos

* Fix dCcD_GObjInf JP inlining difference

* Improvements to dDlst_alphaModel_c

* d_a_nh done (no match)
2023-09-18 12:29:40 -07:00
Kristopher Early 543eb4daa5 [Actor] d_a_spotbox 99.2% (#51) 2023-09-17 18:43:02 -04:00
TakaRikka b4d68622e0 work on d_stage (#50) 2023-09-17 12:00:36 -07:00
LagoLunatic e806b15578 d_a_nh 75% done (#49)
* d_a_nh 75% done

* More nh actions
2023-09-17 11:58:28 -07:00
SuperDude88 65a63eea69 Fill out fopNpc_npc_c (#48)
* Fill out fopNpc_npc_c

Start filling out the members

* More Matches

Still should/will get more cleanup
2023-09-17 11:44:16 -07:00
fig02 2c82d9708f Split player functions into appropriate .inc files (#47)
* split files

* remove functions that are prob weak
2023-09-16 22:16:52 -07:00
Dylan Ascencio 246274d24a Add dEvt and dNpc enums (#45)
* Small but important fix for m_DoExt_McaMorf

* Better fix for m_DoExt_McaMorf lol

* Work on d_a_mozo

* Add dEvt_Command_e, dEvt_Condition_e, and dNpc_MessageStatus_e; also implement those 3 in d_a_obj_paper.

* 100% match d_a_disappear

* Remove nonmatching comments from d_a_disappear

* Clean up d_a_mozo slightly
2023-09-16 16:56:31 -07:00
LagoLunatic f0cc6a9bef Remove const from fopAcM functions (#44) 2023-09-16 13:50:52 -07:00
TakaRikka 00fe8a0873 d_seafightgame, m_Do_machine_exception, m_Do_reset, m_Do_DVDError OK (#41)
* m_Do_machine_exception OK

* m_Do_Reset OK

* m_Do_DVDError OK

* some fixes for JP

* JP OK again

* d_seafightgame OK

* cleanup m_Do_Reset a bit
2023-09-16 13:46:37 -07:00
SuperDude88 f00e07e4c4 andsw0 Work (#40) 2023-09-16 10:24:47 -04:00
Luke Street f67a9d9411 Match & link d_a_alldie; more d_com_inf_game (#38) 2023-09-16 10:23:12 -04:00
LagoLunatic 5fb89c15d8 d_a_kaji OK (#35)
* d_a_kaji OK

* Fix return types

* Whoops, wrong bool for one
2023-09-15 00:23:23 -04:00
LagoLunatic c754cf4e2a Started work on pushable boxes (#32)
* Started work on pushable boxes

* Minor fixes

* Fix inlines

* Comment GetHomeRoomNo
2023-09-14 15:42:57 -07:00
TakaRikka f1d8c41c38 work on d_s_play (#31)
* work on d_s_play

* some fixes
2023-09-14 12:45:49 -07:00
Jasper St. Pierre 7c49f1093c Merge pull request #28 from SuperDude88/main
daShopItem_c Almost OK
2023-09-13 21:29:36 -07:00
Dylan Ascencio 66b24882a5 Major work on d_a_obj_paper 2023-09-14 00:16:00 -04:00
SuperDude88 83b6d3b11b Fix CreateInit()
Not sure where I got the int return from
2023-09-13 22:40:31 -04:00
SuperDude88 5e4c71f7ac Match _create() 2023-09-13 22:17:10 -04:00
SuperDude88 a8e8fe3bb0 Mostly fix _create 2023-09-13 22:11:36 -04:00
SuperDude88 7f61dd9c22 daShopItem_c Almost OK
- Regswap in createInit()
- No clue what set_mtx() is doing
- Some issues in _create(), maybe from daItemBase_c
2023-09-13 21:29:08 -04:00
Jasper St. Pierre 44c39026c0 d_a_obj_Ygush00 almost 2023-09-13 15:34:06 -07:00
Jasper St. Pierre 8f4ec8a8a5 Merge pull request #25 from Trueffeloot/d_a_tag_kb_item
d_a_tag_kb_item OK
2023-09-13 15:02:10 -07:00
fig02 6431f41437 match phase_1, phase_2, phase_3 (#26) 2023-09-13 14:52:11 -07:00
Trueffeloot 3347d15277 jpn match 2023-09-13 21:05:48 +02:00
Trueffeloot b04ac8f24b format d_a_tag_kb_item 2023-09-13 15:28:46 +02:00
Trueffeloot 08badaaa04 d_a_tag_kb_item OK 2023-09-13 15:25:28 +02:00
fig02 47b3b6c933 fix conflict 2023-09-13 00:55:29 -04:00