mirror of https://github.com/zeldaret/tp.git
Debug version now builds OK and all_source compiles (#2343)
* Fix missing arg to JUT_ASSERT * Fix some MWCC version diff errors * Compile m_Do_ext, d_demo, actor_mng * Add VSCode task to quickly switch between versions * Unlink magLift for debug * Update the hash of the debug dol The old cbea5fa... hash here was for the dol generated by the alf2dol.py script, which produces incorrect alignment. The dol with the new hash can be obtained by using `dtk elf2dol` to convert the debug .alf file to a dol. The DOL now builds OK. * Fix all debug REL dtor splits All RELs now also build OK, meaning `ninja build/ShieldD/ok` now succeeds. * Add genMessage declarations to all HIO subclasses * Fixing more compilation errors * m_Do_mtx 100% on debug Cannot be linked due to weak function name mangling? * Improve various matches * Fix all remaining compilation errors * Fix new compilation errors from main * Fix retail regression * Link f_pc_profile_lst
This commit is contained in:
parent
d0f89e41b1
commit
4dc0cd9d09
|
|
@ -2,6 +2,20 @@
|
|||
// Use Ctrl+Shift+B to run build tasks.
|
||||
// Or "Run Build Task" in the Command Palette.
|
||||
"version": "2.0.0",
|
||||
"inputs": [
|
||||
{
|
||||
"id": "gameVersion",
|
||||
"type": "pickString",
|
||||
"options": [
|
||||
"GZ2E01",
|
||||
"GZ2P01",
|
||||
"GZ2J01",
|
||||
"ShieldD",
|
||||
],
|
||||
"default": "GZ2E01",
|
||||
"description": "Game version to build."
|
||||
},
|
||||
],
|
||||
"tasks": [
|
||||
{
|
||||
"label": "ninja",
|
||||
|
|
@ -12,5 +26,11 @@
|
|||
"isDefault": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "configure",
|
||||
"type": "shell",
|
||||
"command": "${command:python.interpreterPath} configure.py --version ${input:gameVersion}",
|
||||
"problemMatcher": [],
|
||||
},
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,6 +9,15 @@ quick_analysis: true # Initial analysis completed
|
|||
force_active: [
|
||||
_MetroTRK_Has_Framing,
|
||||
]
|
||||
|
||||
block_relocations:
|
||||
- source: .sdata:0x804505ac
|
||||
add_relocations:
|
||||
- source: .sdata:0x804505ac
|
||||
type: abs
|
||||
target: buffer__14mDoMtx_stack_c
|
||||
addend: 0x300
|
||||
|
||||
modules:
|
||||
- object: files/RELS.arc:rels/mmem/f_pc_profile_lst.rel
|
||||
hash: 183231361986731ad6bd26624a03a44dceda905b
|
||||
|
|
|
|||
|
|
@ -5,10 +5,10 @@ Create__9daAndsw_cFv = .text:0x00000078; // type:function size:0x40 scope:global
|
|||
create__9daAndsw_cFv = .text:0x000000B8; // type:function size:0x68 scope:global
|
||||
execute__9daAndsw_cFv = .text:0x00000120; // type:function size:0x9C scope:global
|
||||
_delete__9daAndsw_cFv = .text:0x000001BC; // type:function size:0x8 scope:global
|
||||
daAndsw_Execute__FP9daAndsw_c = .text:0x000001C4; // type:function size:0x20 scope:global
|
||||
daAndsw_Delete__FP9daAndsw_c = .text:0x000001E4; // type:function size:0x20 scope:global
|
||||
daAndsw_Create__FP10fopAc_ac_c = .text:0x00000204; // type:function size:0x20 scope:global
|
||||
daAndsw_Execute__FP9daAndsw_c = .text:0x000001C4; // type:function size:0x20 scope:local
|
||||
daAndsw_Delete__FP9daAndsw_c = .text:0x000001E4; // type:function size:0x20 scope:local
|
||||
daAndsw_Create__FP10fopAc_ac_c = .text:0x00000204; // type:function size:0x20 scope:local
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
_dtors = .dtors:0x00000000; // type:label scope:global
|
||||
l_daAndsw_Method = .data:0x00000000; // type:object size:0x20 scope:global
|
||||
l_daAndsw_Method = .data:0x00000000; // type:object size:0x20 scope:local
|
||||
g_profile_ANDSW = .data:0x00000020; // type:object size:0x30 scope:global
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
cbea5fad2ab6d04b96c18d1280643a41d87214b0 build/ShieldD/framework.dol
|
||||
16415549d9adce985b8cf736f1a5d7afb570b48e build/ShieldD/framework.dol
|
||||
f8631666f2f163dd0d5c8e0a56af82f4db5c525a build/ShieldD/d_a_L7demo_drD/d_a_L7demo_drD.rel
|
||||
22ccf35f33dc61c2b6bd27dd4f8e60ba5d8d5141 build/ShieldD/d_a_L7low_drD/d_a_L7low_drD.rel
|
||||
12a27b9dfe1b69bd7b58de4bb0652f2a0b8e152f build/ShieldD/d_a_L7op_demo_drD/d_a_L7op_demo_drD.rel
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
name: framework
|
||||
object_base: orig/ShieldD
|
||||
object: sys/main.dol
|
||||
hash: cbea5fad2ab6d04b96c18d1280643a41d87214b0
|
||||
hash: 16415549d9adce985b8cf736f1a5d7afb570b48e
|
||||
symbols: config/ShieldD/symbols.txt
|
||||
splits: config/ShieldD/splits.txt
|
||||
# map: orig/ShieldD/fixed_maps/RframeworkD.map
|
||||
|
|
@ -9,6 +9,14 @@ mw_comment_version: 14
|
|||
write_asm: true
|
||||
ldscript_template: config/ShieldD/ldscript.tpl
|
||||
|
||||
block_relocations:
|
||||
- source: .sdata:0x8073f3f4
|
||||
add_relocations:
|
||||
- source: .sdata:0x8073f3f4
|
||||
type: abs
|
||||
target: buffer__14mDoMtx_stack_c
|
||||
addend: 0x300
|
||||
|
||||
modules:
|
||||
- object: files/rel/RVL/Debug/d_a_alldieD.rel
|
||||
hash: a2c9e702b4c87ea0efa440a83799cc28eeedcfe2
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_andsw.cpp:
|
||||
|
|
|
|||
|
|
@ -14,9 +14,9 @@ __ct__9daAndsw_cFv = .text:0x00000430; // type:function size:0x34 scope:global
|
|||
execute__9daAndsw_cFv = .text:0x00000470; // type:function size:0x114 scope:global
|
||||
getType__9daAndsw_cFv = .text:0x00000590; // type:function size:0x3C scope:global
|
||||
_delete__9daAndsw_cFv = .text:0x000005D0; // type:function size:0x2C scope:global
|
||||
daAndsw_Execute__FP9daAndsw_c = .text:0x00000600; // type:function size:0x28 scope:global
|
||||
daAndsw_Delete__FP9daAndsw_c = .text:0x00000630; // type:function size:0x44 scope:global
|
||||
daAndsw_Create__FP10fopAc_ac_c = .text:0x00000680; // type:function size:0x50 scope:global
|
||||
daAndsw_Execute__FP9daAndsw_c = .text:0x00000600; // type:function size:0x28 scope:local
|
||||
daAndsw_Delete__FP9daAndsw_c = .text:0x00000630; // type:function size:0x44 scope:local
|
||||
daAndsw_Create__FP10fopAc_ac_c = .text:0x00000680; // type:function size:0x50 scope:local
|
||||
__dt__13daAndsw_HIO_cFv = .text:0x000006D0; // type:function size:0x5C scope:global
|
||||
__sinit_\d_a_andsw_cpp = .text:0x00000730; // type:function size:0x44 scope:local
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
|
|
@ -31,7 +31,7 @@ _dtors = .dtors:0x00000000; // type:label scope:global
|
|||
@114232 = .data:0x00000094; // type:object size:0x17 scope:local
|
||||
@114272 = .data:0x000000B0; // type:object size:0x18 scope:local data:string
|
||||
@114288 = .data:0x000000C8; // type:object size:0x18 scope:local data:string
|
||||
l_daAndsw_Method = .data:0x000000E0; // type:object size:0x20 scope:global
|
||||
l_daAndsw_Method = .data:0x000000E0; // type:object size:0x20 scope:local
|
||||
g_profile_ANDSW = .data:0x00000100; // type:object size:0x30 scope:global
|
||||
__vt__13daAndsw_HIO_c = .data:0x00000130; // type:object size:0x20 scope:global
|
||||
@114290 = .data:0x00000150; // type:object size:0xE scope:local data:string
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_b_gnd.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_balloon_2D.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_bullet.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_coach_2D.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_coach_fire.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_cstaF.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_cstatue.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_demo00.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_demo_item.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_door_push.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_dshutter.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_e_kr.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_e_sg.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_e_sm2.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_e_wb.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_e_yr.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_formation_mng.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_guard_mng.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_kytag03.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_kytag06.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_kytag09.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_kytag10.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_kytag11.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_kytag13.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_mg_rod.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_myna.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_npc_aru.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_npc_ashB.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_npc_ash.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_npc_bans.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_npc_besu.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_npc_blue_ns.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_npc_bou.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_npc_bouS.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_npc_chat.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_npc_chin.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_npc_clerka.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_npc_clerkb.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_npc_clerkt.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_npc_coach.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_npc_df.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_npc_doc.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_npc_doorboy.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_npc_drainSol.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_npc_fairy.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_npc_fairy_seirei.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_npc_gnd.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_npc_gra.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_npc_grc.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_npc_grd.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_npc_grm.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_npc_grmc.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_npc_gro.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_npc_grr.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_npc_grs.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_npc_grz.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_npc_gwolf.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_npc_hanjo.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_npc_hoz.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_npc_impal.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_npc_ins.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_npc_jagar.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_npc_kakashi.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_npc_kasi_hana.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_npc_kasi_kyu.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_npc_kasi_mich.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_npc_kdk.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_npc_kkri.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_npc_kn.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_npc_knj.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_npc_kolin.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_npc_kolinb.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_npc_kyury.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_npc_len.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_npc_lud.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_npc_maro.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_npc_midp.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_npc_moi.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_npc_moir.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_npc_myna2.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_npc_pachi_besu.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_npc_pachi_maro.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_npc_pachi_taro.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_npc_post.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_npc_pouya.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_npc_prayer.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_npc_raca.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_npc_rafrel.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_npc_saru.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_npc_seib.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_npc_seic.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_npc_seid.cpp:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ REL/executor.c:
|
|||
|
||||
REL/global_destructor_chain.c:
|
||||
.text start:0x00000080 end:0x00000100
|
||||
.dtors start:0x00000000 end:0x00000008
|
||||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10
|
||||
.bss start:0x00000000 end:0x00000008
|
||||
|
||||
d/actor/d_a_npc_seira2.cpp:
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue