mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
d_a_bg mostly matching. update version symbols / add platform macros (#2410)
* d_a_bg mostly matching * update version symbols from new dtk * add version platform macros * small fix
This commit is contained in:
@@ -40,17 +40,18 @@ _dtors = .dtors:0x00000000; // type:label scope:global
|
||||
...rodata.0 = .rodata:0x00000000; // type:label scope:local
|
||||
@3771 = .rodata:0x00000000; // type:object size:0xC scope:local
|
||||
l_arcName = .rodata:0x0000000C; // type:object size:0x6 scope:global data:string
|
||||
@4002 = .rodata:0x00000014; // type:object size:0x4 scope:local data:float
|
||||
@4002 = .rodata:0x00000014; // type:object size:0x4 scope:local align:4 data:float
|
||||
@4003 = .rodata:0x00000018; // type:object size:0x4 scope:local
|
||||
@4004 = .rodata:0x0000001C; // type:object size:0x4 scope:local
|
||||
@4029 = .rodata:0x00000020; // type:object size:0x4 scope:local data:float
|
||||
@4138 = .rodata:0x00000024; // type:object size:0x4 scope:local data:float
|
||||
@4286 = .rodata:0x00000028; // type:object size:0x4 scope:local data:float
|
||||
@4336 = .rodata:0x00000030; // type:object size:0x8 scope:local data:double
|
||||
@4029 = .rodata:0x00000020; // type:object size:0x4 scope:local align:4 data:float
|
||||
@4138 = .rodata:0x00000024; // type:object size:0x4 scope:local align:4 data:float
|
||||
@4286 = .rodata:0x00000028; // type:object size:0x4 scope:local align:4 data:float
|
||||
@4336 = .rodata:0x00000030; // type:object size:0x8 scope:local align:8 data:double
|
||||
@4452 = .rodata:0x00000038; // type:object size:0x4 scope:local
|
||||
@stringBase0 = .rodata:0x0000003C; // type:object size:0x2F scope:local data:string_table
|
||||
cNullVec__6Z2Calc = .data:0x00000000; // type:object size:0xC scope:global
|
||||
@1787 = .data:0x0000000C; // type:object size:0x4 scope:local
|
||||
lbl_756_data_10 = .data:0x00000010; // type:object size:0x10
|
||||
@4030 = .data:0x00000020; // type:object size:0xC scope:local
|
||||
@4031 = .data:0x0000002C; // type:object size:0xC scope:local
|
||||
@4032 = .data:0x00000038; // type:object size:0xC scope:local
|
||||
@@ -66,4 +67,4 @@ __vt__12J3DFrameCtrl = .data:0x0000011C; // type:object size:0xC scope:global
|
||||
__vt__11daTit_HIO_c = .data:0x00000128; // type:object size:0xC scope:global
|
||||
__global_destructor_chain = .bss:0x00000000; // type:object size:0x4 scope:global
|
||||
@3997 = .bss:0x00000008; // type:object size:0xC scope:local
|
||||
g_daTitHIO = .bss:0x00000014; // type:object size:0x1C scope:global data:float
|
||||
g_daTitHIO = .bss:0x00000014; // type:object size:0x1C scope:global align:4 data:float
|
||||
|
||||
Reference in New Issue
Block a user