14 Commits

Author SHA1 Message Date
robojumper 9a4a557a1a Fix some REL setup mistakes 2026-01-30 00:05:51 +01:00
robojumper 1ea69393a8 d_a_b_lastboss 99% 2026-01-28 19:14:18 +01:00
robojumper f8842f94f9 More documentation 2026-01-28 19:14:18 +01:00
robojumper 5f8b0b881e One unattempted function remains 2026-01-28 19:14:18 +01:00
robojumper 0927e0ba4a Verify and fix some matches 2026-01-28 19:14:18 +01:00
robojumper 81a599e313 More funcs (one regswap in dAcBlastboss_c::checkDamage) 2026-01-28 19:14:17 +01:00
robojumper 85be0bc8f0 State funcs done 2026-01-28 19:14:17 +01:00
robojumper f6ac925487 Progress 2026-01-28 19:14:17 +01:00
robojumper dcb16363e5 dAcBlastboss_c::executeState_Fight OK 2026-01-28 19:14:17 +01:00
robojumper 2223fd4856 More 2026-01-28 19:14:17 +01:00
robojumper 6dd18a9bce dAcBlastboss_c::actorExecute OK 2026-01-28 19:14:14 +01:00
robojumper 12c5c2862d d_a_b_lastboss WIP 2026-01-28 19:13:39 +01:00
Elijah Thomas 26af4db82d update from dtk-template - clangd :) (#66)
* update from dtk-template and start work towards using clangd

* include <a> -> "a"

* Update build.yml

* remove/add non-trivial class in union warning
2024-10-16 15:36:02 -04:00
robojumper 98f7e90125 Set up REL templates (#60)
* Fix .data sections misidentified as .rodata by dtk

dtk can't always reliably identify REL sections in its initial analysis.
This is a manual fix - the list of RELs to fix was found by looking
at supposed .rodata splits that contained an fBase vtable, since vtables
should be in .data. This fix is required for scripted creation of REL actors
based on rel .data

* More consistent d/t header paths

* Data fixups for parsing

* Tmp actor file setup

* Fixes

* Set up almost all REL templates

* formatting

* Fix formatting
2024-10-10 12:21:07 -04:00