mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-17 12:39:27 -04:00
Annotate all data with DUSK_GAME_DATA (#2214)
The hope of auto-importing data via lld MinGW + pseudo_reloc is now dead thanks to ARM64, so I just wrote a script to go annotate every exported data symbol in the game instead.
This commit is contained in:
@@ -35,7 +35,7 @@ daLv2Candle_HIO_c::daLv2Candle_HIO_c() {
|
||||
mColor2B = 0x42;
|
||||
}
|
||||
|
||||
dCcD_SrcGObjInf const daLv2Candle_c::mCcDObjInfo = {
|
||||
DUSK_GAME_DATA dCcD_SrcGObjInf const daLv2Candle_c::mCcDObjInfo = {
|
||||
{
|
||||
0, {
|
||||
{0x200, 0, 0x13},
|
||||
@@ -48,7 +48,7 @@ dCcD_SrcGObjInf const daLv2Candle_c::mCcDObjInfo = {
|
||||
{0},
|
||||
};
|
||||
|
||||
dCcD_SrcCyl daLv2Candle_c::mCcDCyl = {
|
||||
DUSK_GAME_DATA dCcD_SrcCyl daLv2Candle_c::mCcDCyl = {
|
||||
daLv2Candle_c::mCcDObjInfo,
|
||||
{
|
||||
{ {0.0f, 0.0f, 0.0f}, 0, 0}
|
||||
|
||||
Reference in New Issue
Block a user