Commit Graph
16 Commits
Author SHA1 Message Date
roemingandGitHub da03a43cef Adding tons of enum resource files (#2886)
* add shield assets

* add shieldD assets

* add GCN US assets

* add GCN JP asset enums

* add GCN PAL asset enums

* add WII asset enums

* add WII Rev 2 asset enums

* add all other files

* change asset include directory to force "res/" prefix

* remove wrong duplicate marks

* Allow cpp files to reference arc enums

* rename all resource files to not begin with "res_"

* update res_arc tool to use argparse

* remove Stage enums
2025-11-28 19:10:04 -08:00
roemingandGitHub 178191908c kcol progress (#2855) 2025-11-23 21:16:42 -08:00
roemingandGitHub 6f7457a870 add debug functionality to d_a_horse, match almost all functions (#2834)
* add debug functinality to d_a_horse, match almost all functions

* fix some wii funcs

* fix wii build
2025-11-20 14:41:52 -08:00
roemingandGitHub 977aee7c94 add debug functionality + close to linking hozelda (#2804) 2025-11-14 16:10:46 -08:00
roemingandGitHub a3c76c8a7e rename variable in accordance with assert (#2797) 2025-11-12 16:45:53 -08:00
roemingandGitHub 5c298bc401 D a npc gra matching debug (#2788)
* match all d_a_npc_gra functions in debug

* update all offsets to match release

* rename parameters

* add ct hack for d_a_npc_gra

* add suggestions

* fix type

* use sound enums

* fix sinit and one regswap

* fix wrong variable usage
2025-11-09 15:17:04 -08:00
roemingandGitHub 6bd013741b link d_a_obj_lv6Tenbin (#2758)
* link d_a_obj_lv6Tenbin

* fix naming convention

* oops, actually fix naming
2025-10-26 06:54:57 +02:00
roemingandGitHub 6ef3f87f06 link d_a_obj_lv6elevta (#2754)
* link d_a_obj_lv6elevta

* fix return

* use implicit construction
2025-10-24 04:20:04 +03:00
roemingandGitHub 428a2c5447 fix build (#2746) 2025-10-19 21:49:10 +03:00
roemingandGitHub 31c0f94a10 link d_a_obj_lv6FurikoTrap (#2745)
* link d_a_obj_lv6FurikoTrap.cpp

* name all fields
2025-10-19 05:13:43 +03:00
roemingandGitHub c215366d9f link d_a_obj_lv6swturn (#2743)
* link d_a_obj_lv6swturn

* fix pal and jp build

* fix suggestions
2025-10-17 19:56:17 -07:00
roemingandGitHub 071e69e78a link d_a_obj_lv6SwGate (#2740)
* link d_a_obj_lv6SwGate

* retrigger build

* resolving suggestions
2025-10-17 18:27:09 +03:00
roemingandGitHub 774692fc3b Make d_a_obj_thashi equivalent (#2731)
* Make d_a_obj_thashi equivalent

* Link d_a_obj_thashi

* Adding suggestions

* formatting

* fix return
2025-10-09 18:42:24 -07:00
roemingandGitHub 0c058d2a2c link d_a_obj_hasu2 (#2722)
* link d_a_obj_hasu2

* fix suggestions

* move dtor to .h, move inline func to .h
2025-10-04 14:39:48 +03:00
roemingandGitHub 3f37bad921 Add ability to extract joint enums from bmd/bdl files (#2704)
* arc extraction will auto-create resource files

* Update enum extraction to extract joint enums

* Update enum extraction to use pathlib

* Move enum extraction to converters folder

* Added check to extract bmd file if src file is modded
2025-09-27 15:30:13 -07:00
roemingandGitHub 818dec837f Add python file to create enums from .arc files (#2670) 2025-09-18 17:55:18 -07:00