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
This commit is contained in:
robojumper
2024-10-10 18:21:07 +02:00
committed by GitHub
parent 558db54bf4
commit 98f7e90125
1870 changed files with 41899 additions and 18219 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#include <d/tg/d_t_timer.h>
#include <d/t/d_t_timer.h>
#include <toBeSorted/sceneflag_manager.h>
SPECIAL_ACTOR_PROFILE(TIMER_TAG, dTgTimer_c, fProfile::TAG_TIMER, 0x029F, 0, 0);