mirror of
https://github.com/zeldaret/ss
synced 2026-06-05 03:07:49 -04:00
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:
@@ -12,10 +12,10 @@ fn_2_400 = .text:0x00000400; // type:function size:0x8
|
||||
fn_2_410 = .text:0x00000410; // type:function size:0x128
|
||||
fn_2_540 = .text:0x00000540; // type:function size:0x18
|
||||
fn_2_560 = .text:0x00000560; // type:function size:0x8
|
||||
fn_2_570 = .text:0x00000570; // type:function size:0x30
|
||||
SoftwareKeyboard__ctorCont = .text:0x000005A0; // type:function size:0x78
|
||||
dSKB_c_classInit__Fv = .text:0x00000570; // type:function size:0x30
|
||||
__ct__6dSKB_cFv = .text:0x000005A0; // type:function size:0x78
|
||||
fn_2_620 = .text:0x00000620; // type:function size:0x40
|
||||
fn_2_660 = .text:0x00000660; // type:function size:0xB0
|
||||
__dt__6dSKB_cFv = .text:0x00000660; // type:function size:0xB0
|
||||
SoftwareKeyboard__init = .text:0x00000710; // type:function size:0x22C
|
||||
fn_2_940 = .text:0x00000940; // type:function size:0x8
|
||||
fn_2_950 = .text:0x00000950; // type:function size:0x8
|
||||
@@ -629,7 +629,7 @@ fn_2_1F130 = .text:0x0001F130; // type:function size:0x20C
|
||||
fn_2_1F340 = .text:0x0001F340; // type:function size:0x2EC
|
||||
fn_2_1F630 = .text:0x0001F630; // type:function size:0x2E8
|
||||
fn_2_1F920 = .text:0x0001F920; // type:function size:0xA8
|
||||
fn_2_1F9D0 = .text:0x0001F9D0; // type:function size:0x10
|
||||
finalizeState__74sStateMgr_c<6dSKB_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x0001F9D0; // type:function size:0x10
|
||||
fn_2_1F9E0 = .text:0x0001F9E0; // type:function size:0x7C
|
||||
fn_2_1FA60 = .text:0x0001FA60; // type:function size:0x154
|
||||
fn_2_1FBC0 = .text:0x0001FBC0; // type:function size:0x714
|
||||
@@ -1448,7 +1448,7 @@ lbl_2_data_20 = .data:0x00000020; // type:object size:0x120
|
||||
jumptable_2_data_140 = .data:0x00000140; // type:object size:0x30 scope:local
|
||||
lbl_2_data_170 = .data:0x00000170; // type:object size:0x4 data:string
|
||||
lbl_2_data_174 = .data:0x00000174; // type:object size:0x10
|
||||
lbl_2_data_184 = .data:0x00000184; // type:object size:0xC
|
||||
g_profile_SKB = .data:0x00000184; // type:object size:0xC
|
||||
lbl_2_data_190 = .data:0x00000190; // type:object size:0xC
|
||||
lbl_2_data_19C = .data:0x0000019C; // type:object size:0xC
|
||||
lbl_2_data_1A8 = .data:0x000001A8; // type:object size:0xC
|
||||
|
||||
@@ -3,54 +3,54 @@ _epilog = .text:0x00000030; // type:function size:0x2C scope:global
|
||||
_unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
fn_246_F0 = .text:0x000000F0; // type:function size:0xE4
|
||||
fn_246_1E0 = .text:0x000001E0; // type:function size:0x58
|
||||
fn_246_240 = .text:0x00000240; // type:function size:0x6C
|
||||
fn_246_2B0 = .text:0x000002B0; // type:function size:0xA0
|
||||
fn_246_350 = .text:0x00000350; // type:function size:0xA4
|
||||
dAcAsuraBullet_c_classInit__Fv = .text:0x000000F0; // type:function size:0xE4
|
||||
__dt__29sFState_c<16dAcAsuraBullet_c>Fv = .text:0x000001E0; // type:function size:0x58
|
||||
__dt__32sFStateFct_c<16dAcAsuraBullet_c>Fv = .text:0x00000240; // type:function size:0x6C
|
||||
__dt__85sStateMgr_c<16dAcAsuraBullet_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000002B0; // type:function size:0xA0
|
||||
__dt__55sFStateMgr_c<16dAcAsuraBullet_c,20sStateMethodUsr_FI_c>Fv = .text:0x00000350; // type:function size:0xA4
|
||||
fn_246_400 = .text:0x00000400; // type:function size:0x58
|
||||
fn_246_460 = .text:0x00000460; // type:function size:0xA8
|
||||
fn_246_510 = .text:0x00000510; // type:function size:0x30
|
||||
fn_246_540 = .text:0x00000540; // type:function size:0x10
|
||||
changeState__85sStateMgr_c<16dAcAsuraBullet_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x00000540; // type:function size:0x10
|
||||
fn_246_550 = .text:0x00000550; // type:function size:0x1C
|
||||
fn_246_570 = .text:0x00000570; // type:function size:0x7C
|
||||
fn_246_5F0 = .text:0x000005F0; // type:function size:0x16C
|
||||
fn_246_760 = .text:0x00000760; // type:function size:0x8
|
||||
fn_246_770 = .text:0x00000770; // type:function size:0x240
|
||||
fn_246_9B0 = .text:0x000009B0; // type:function size:0x10
|
||||
fn_246_9C0 = .text:0x000009C0; // type:function size:0x10
|
||||
executeState__85sStateMgr_c<16dAcAsuraBullet_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000009B0; // type:function size:0x10
|
||||
getStateID__85sStateMgr_c<16dAcAsuraBullet_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000009C0; // type:function size:0x10
|
||||
fn_246_9D0 = .text:0x000009D0; // type:function size:0xA4
|
||||
fn_246_A80 = .text:0x00000A80; // type:function size:0x2B4
|
||||
fn_246_D40 = .text:0x00000D40; // type:function size:0x33C
|
||||
fn_246_1080 = .text:0x00001080; // type:function size:0x4
|
||||
fn_246_1090 = .text:0x00001090; // type:function size:0x4
|
||||
fn_246_10A0 = .text:0x000010A0; // type:function size:0x4
|
||||
fn_246_10B0 = .text:0x000010B0; // type:function size:0x4
|
||||
fn_246_10C0 = .text:0x000010C0; // type:function size:0x100
|
||||
fn_246_11C0 = .text:0x000011C0; // type:function size:0x60
|
||||
fn_246_1220 = .text:0x00001220; // type:function size:0xC
|
||||
fn_246_1230 = .text:0x00001230; // type:function size:0x1C
|
||||
fn_246_1250 = .text:0x00001250; // type:function size:0x1C
|
||||
fn_246_1270 = .text:0x00001270; // type:function size:0x1C
|
||||
fn_246_1290 = .text:0x00001290; // type:function size:0x10
|
||||
fn_246_12A0 = .text:0x000012A0; // type:function size:0x10
|
||||
fn_246_12B0 = .text:0x000012B0; // type:function size:0x10
|
||||
fn_246_12C0 = .text:0x000012C0; // type:function size:0x10
|
||||
fn_246_12D0 = .text:0x000012D0; // type:function size:0x10
|
||||
fn_246_12E0 = .text:0x000012E0; // type:function size:0x10
|
||||
fn_246_12F0 = .text:0x000012F0; // type:function size:0x30
|
||||
fn_246_1320 = .text:0x00001320; // type:function size:0x30
|
||||
fn_246_1350 = .text:0x00001350; // type:function size:0x30
|
||||
fn_246_1380 = .text:0x00001380; // type:function size:0x1D8
|
||||
fn_246_1560 = .text:0x00001560; // type:function size:0x58
|
||||
fn_246_15C0 = .text:0x000015C0; // type:function size:0x88
|
||||
initializeState_Attack__16dAcAsuraBullet_cFv = .text:0x00000A80; // type:function size:0x2B4
|
||||
executeState_Attack__16dAcAsuraBullet_cFv = .text:0x00000D40; // type:function size:0x33C
|
||||
finalizeState_Attack__16dAcAsuraBullet_cFv = .text:0x00001080; // type:function size:0x4
|
||||
initializeState_Wait__16dAcAsuraBullet_cFv = .text:0x00001090; // type:function size:0x4
|
||||
executeState_Wait__16dAcAsuraBullet_cFv = .text:0x000010A0; // type:function size:0x4
|
||||
finalizeState_Wait__16dAcAsuraBullet_cFv = .text:0x000010B0; // type:function size:0x4
|
||||
__dt__16dAcAsuraBullet_cFv = .text:0x000010C0; // type:function size:0x100
|
||||
build__32sFStateFct_c<16dAcAsuraBullet_c>FRC12sStateIDIf_c = .text:0x000011C0; // type:function size:0x60
|
||||
dispose__32sFStateFct_c<16dAcAsuraBullet_c>FRP10sStateIf_c = .text:0x00001220; // type:function size:0xC
|
||||
initialize__29sFState_c<16dAcAsuraBullet_c>Fv = .text:0x00001230; // type:function size:0x1C
|
||||
execute__29sFState_c<16dAcAsuraBullet_c>Fv = .text:0x00001250; // type:function size:0x1C
|
||||
finalize__29sFState_c<16dAcAsuraBullet_c>Fv = .text:0x00001270; // type:function size:0x1C
|
||||
initializeState__85sStateMgr_c<16dAcAsuraBullet_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00001290; // type:function size:0x10
|
||||
finalizeState__85sStateMgr_c<16dAcAsuraBullet_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000012A0; // type:function size:0x10
|
||||
refreshState__85sStateMgr_c<16dAcAsuraBullet_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000012B0; // type:function size:0x10
|
||||
getState__85sStateMgr_c<16dAcAsuraBullet_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000012C0; // type:function size:0x10
|
||||
getNewStateID__85sStateMgr_c<16dAcAsuraBullet_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000012D0; // type:function size:0x10
|
||||
getOldStateID__85sStateMgr_c<16dAcAsuraBullet_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000012E0; // type:function size:0x10
|
||||
finalizeState__31sFStateID_c<16dAcAsuraBullet_c>CFR16dAcAsuraBullet_c = .text:0x000012F0; // type:function size:0x30
|
||||
executeState__31sFStateID_c<16dAcAsuraBullet_c>CFR16dAcAsuraBullet_c = .text:0x00001320; // type:function size:0x30
|
||||
initializeState__31sFStateID_c<16dAcAsuraBullet_c>CFR16dAcAsuraBullet_c = .text:0x00001350; // type:function size:0x30
|
||||
__sinit_\d_a_asura_bullet_cpp = .text:0x00001380; // type:function size:0x1D8 scope:local
|
||||
__dt__31sFStateID_c<16dAcAsuraBullet_c>Fv = .text:0x00001560; // type:function size:0x58
|
||||
isSameName__31sFStateID_c<16dAcAsuraBullet_c>CFPCc = .text:0x000015C0; // type:function size:0x88
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
_dtors = .dtors:0x00000000; // type:label scope:global
|
||||
__destroy_global_chain_reference = .dtors:0x00000000; // type:object size:0x4 scope:global
|
||||
lbl_246_rodata_0 = .rodata:0x00000000; // type:object size:0x20 data:float
|
||||
lbl_246_rodata_20 = .rodata:0x00000020; // type:object size:0x3C data:float
|
||||
lbl_246_rodata_5C = .rodata:0x0000005C; // type:object size:0x4 data:float
|
||||
lbl_246_data_0 = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
g_profile_ASURA_BULLET = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
lbl_246_data_10 = .data:0x00000010; // type:object size:0x30
|
||||
lbl_246_data_40 = .data:0x00000040; // type:object size:0x8
|
||||
lbl_246_data_48 = .data:0x00000048; // type:object size:0x8
|
||||
|
||||
@@ -3,47 +3,47 @@ _epilog = .text:0x00000030; // type:function size:0x2C scope:global
|
||||
_unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
AcAvater_Bullet__ctor = .text:0x000000F0; // type:function size:0xCC
|
||||
fn_135_1C0 = .text:0x000001C0; // type:function size:0x58
|
||||
fn_135_220 = .text:0x00000220; // type:function size:0x6C
|
||||
fn_135_290 = .text:0x00000290; // type:function size:0xA0
|
||||
fn_135_330 = .text:0x00000330; // type:function size:0xA4
|
||||
dAcAvater_Bullet_c_classInit__Fv = .text:0x000000F0; // type:function size:0xCC
|
||||
__dt__31sFState_c<18dAcAvater_Bullet_c>Fv = .text:0x000001C0; // type:function size:0x58
|
||||
__dt__34sFStateFct_c<18dAcAvater_Bullet_c>Fv = .text:0x00000220; // type:function size:0x6C
|
||||
__dt__87sStateMgr_c<18dAcAvater_Bullet_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000290; // type:function size:0xA0
|
||||
__dt__57sFStateMgr_c<18dAcAvater_Bullet_c,20sStateMethodUsr_FI_c>Fv = .text:0x00000330; // type:function size:0xA4
|
||||
fn_135_3E0 = .text:0x000003E0; // type:function size:0xC4
|
||||
fn_135_4B0 = .text:0x000004B0; // type:function size:0x13C
|
||||
fn_135_5F0 = .text:0x000005F0; // type:function size:0x10
|
||||
changeState__87sStateMgr_c<18dAcAvater_Bullet_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x000005F0; // type:function size:0x10
|
||||
fn_135_600 = .text:0x00000600; // type:function size:0x8
|
||||
fn_135_610 = .text:0x00000610; // type:function size:0x88
|
||||
fn_135_6A0 = .text:0x000006A0; // type:function size:0x10
|
||||
executeState__87sStateMgr_c<18dAcAvater_Bullet_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000006A0; // type:function size:0x10
|
||||
fn_135_6B0 = .text:0x000006B0; // type:function size:0x1F4
|
||||
fn_135_8B0 = .text:0x000008B0; // type:function size:0x1C
|
||||
fn_135_8D0 = .text:0x000008D0; // type:function size:0x4
|
||||
fn_135_8E0 = .text:0x000008E0; // type:function size:0x40
|
||||
fn_135_920 = .text:0x00000920; // type:function size:0x4
|
||||
fn_135_930 = .text:0x00000930; // type:function size:0xC
|
||||
fn_135_940 = .text:0x00000940; // type:function size:0x194
|
||||
fn_135_AE0 = .text:0x00000AE0; // type:function size:0x4
|
||||
initializeState_Wait__18dAcAvater_Bullet_cFv = .text:0x000008D0; // type:function size:0x4
|
||||
executeState_Wait__18dAcAvater_Bullet_cFv = .text:0x000008E0; // type:function size:0x40
|
||||
finalizeState_Wait__18dAcAvater_Bullet_cFv = .text:0x00000920; // type:function size:0x4
|
||||
initializeState_Move__18dAcAvater_Bullet_cFv = .text:0x00000930; // type:function size:0xC
|
||||
executeState_Move__18dAcAvater_Bullet_cFv = .text:0x00000940; // type:function size:0x194
|
||||
finalizeState_Move__18dAcAvater_Bullet_cFv = .text:0x00000AE0; // type:function size:0x4
|
||||
fn_135_AF0 = .text:0x00000AF0; // type:function size:0xFC
|
||||
fn_135_BF0 = .text:0x00000BF0; // type:function size:0xC4
|
||||
fn_135_CC0 = .text:0x00000CC0; // type:function size:0x10
|
||||
getStateID__87sStateMgr_c<18dAcAvater_Bullet_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00000CC0; // type:function size:0x10
|
||||
fn_135_CD0 = .text:0x00000CD0; // type:function size:0x28
|
||||
fn_135_D00 = .text:0x00000D00; // type:function size:0xF0
|
||||
fn_135_DF0 = .text:0x00000DF0; // type:function size:0x60
|
||||
fn_135_E50 = .text:0x00000E50; // type:function size:0xC
|
||||
fn_135_E60 = .text:0x00000E60; // type:function size:0x1C
|
||||
fn_135_E80 = .text:0x00000E80; // type:function size:0x1C
|
||||
fn_135_EA0 = .text:0x00000EA0; // type:function size:0x1C
|
||||
fn_135_EC0 = .text:0x00000EC0; // type:function size:0x10
|
||||
fn_135_ED0 = .text:0x00000ED0; // type:function size:0x10
|
||||
fn_135_EE0 = .text:0x00000EE0; // type:function size:0x10
|
||||
fn_135_EF0 = .text:0x00000EF0; // type:function size:0x10
|
||||
fn_135_F00 = .text:0x00000F00; // type:function size:0x10
|
||||
fn_135_F10 = .text:0x00000F10; // type:function size:0x10
|
||||
fn_135_F20 = .text:0x00000F20; // type:function size:0x30
|
||||
fn_135_F50 = .text:0x00000F50; // type:function size:0x30
|
||||
fn_135_F80 = .text:0x00000F80; // type:function size:0x30
|
||||
fn_135_FB0 = .text:0x00000FB0; // type:function size:0x1C0
|
||||
fn_135_1170 = .text:0x00001170; // type:function size:0x58
|
||||
fn_135_11D0 = .text:0x000011D0; // type:function size:0x88
|
||||
__dt__18dAcAvater_Bullet_cFv = .text:0x00000D00; // type:function size:0xF0
|
||||
build__34sFStateFct_c<18dAcAvater_Bullet_c>FRC12sStateIDIf_c = .text:0x00000DF0; // type:function size:0x60
|
||||
dispose__34sFStateFct_c<18dAcAvater_Bullet_c>FRP10sStateIf_c = .text:0x00000E50; // type:function size:0xC
|
||||
initialize__31sFState_c<18dAcAvater_Bullet_c>Fv = .text:0x00000E60; // type:function size:0x1C
|
||||
execute__31sFState_c<18dAcAvater_Bullet_c>Fv = .text:0x00000E80; // type:function size:0x1C
|
||||
finalize__31sFState_c<18dAcAvater_Bullet_c>Fv = .text:0x00000EA0; // type:function size:0x1C
|
||||
initializeState__87sStateMgr_c<18dAcAvater_Bullet_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000EC0; // type:function size:0x10
|
||||
finalizeState__87sStateMgr_c<18dAcAvater_Bullet_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000ED0; // type:function size:0x10
|
||||
refreshState__87sStateMgr_c<18dAcAvater_Bullet_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000EE0; // type:function size:0x10
|
||||
getState__87sStateMgr_c<18dAcAvater_Bullet_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00000EF0; // type:function size:0x10
|
||||
getNewStateID__87sStateMgr_c<18dAcAvater_Bullet_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00000F00; // type:function size:0x10
|
||||
getOldStateID__87sStateMgr_c<18dAcAvater_Bullet_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00000F10; // type:function size:0x10
|
||||
finalizeState__33sFStateID_c<18dAcAvater_Bullet_c>CFR18dAcAvater_Bullet_c = .text:0x00000F20; // type:function size:0x30
|
||||
executeState__33sFStateID_c<18dAcAvater_Bullet_c>CFR18dAcAvater_Bullet_c = .text:0x00000F50; // type:function size:0x30
|
||||
initializeState__33sFStateID_c<18dAcAvater_Bullet_c>CFR18dAcAvater_Bullet_c = .text:0x00000F80; // type:function size:0x30
|
||||
__sinit_\d_a_avater_bullet_cpp = .text:0x00000FB0; // type:function size:0x1C0 scope:local
|
||||
__dt__33sFStateID_c<18dAcAvater_Bullet_c>Fv = .text:0x00001170; // type:function size:0x58
|
||||
isSameName__33sFStateID_c<18dAcAvater_Bullet_c>CFPCc = .text:0x000011D0; // type:function size:0x88
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
_dtors = .dtors:0x00000000; // type:label scope:global
|
||||
__destroy_global_chain_reference = .dtors:0x00000000; // type:object size:0x4 scope:global
|
||||
@@ -53,7 +53,7 @@ lbl_135_rodata_1C = .rodata:0x0000001C; // type:object size:0x20 data:4byte
|
||||
lbl_135_rodata_3C = .rodata:0x0000003C; // type:object size:0x18 data:float
|
||||
lbl_135_rodata_54 = .rodata:0x00000054; // type:object size:0x8 data:float
|
||||
lbl_135_data_0 = .data:0x00000000; // type:object size:0x30 data:4byte
|
||||
lbl_135_data_30 = .data:0x00000030; // type:object size:0x10
|
||||
g_profile_AVATER_BULLET = .data:0x00000030; // type:object size:0x10
|
||||
lbl_135_data_40 = .data:0x00000040; // type:object size:0x10
|
||||
lbl_135_data_50 = .data:0x00000050; // type:object size:0x10
|
||||
lbl_135_data_60 = .data:0x00000060; // type:object size:0x10
|
||||
|
||||
@@ -2,7 +2,7 @@ Sections:
|
||||
.text type:code align:16
|
||||
.ctors type:rodata align:4
|
||||
.dtors type:rodata align:4
|
||||
.rodata type:rodata align:16
|
||||
.data type:data align:16
|
||||
.bss type:bss align:8
|
||||
|
||||
REL/executor.c:
|
||||
|
||||
@@ -3,74 +3,74 @@ _epilog = .text:0x00000030; // type:function size:0x2C scope:global
|
||||
_unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
Avater_Race_Mng__ctor = .text:0x000000F0; // type:function size:0xC0
|
||||
fn_136_1B0 = .text:0x000001B0; // type:function size:0x58
|
||||
fn_136_210 = .text:0x00000210; // type:function size:0x58
|
||||
fn_136_270 = .text:0x00000270; // type:function size:0x6C
|
||||
fn_136_2E0 = .text:0x000002E0; // type:function size:0xA0
|
||||
fn_136_380 = .text:0x00000380; // type:function size:0xA4
|
||||
dAvater_Race_Mng_c_classInit__Fv = .text:0x000000F0; // type:function size:0xC0
|
||||
__dt__18dAvater_Race_Mng_cFv = .text:0x000001B0; // type:function size:0x58
|
||||
__dt__31sFState_c<18dAvater_Race_Mng_c>Fv = .text:0x00000210; // type:function size:0x58
|
||||
__dt__34sFStateFct_c<18dAvater_Race_Mng_c>Fv = .text:0x00000270; // type:function size:0x6C
|
||||
__dt__87sStateMgr_c<18dAvater_Race_Mng_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000002E0; // type:function size:0xA0
|
||||
__dt__57sFStateMgr_c<18dAvater_Race_Mng_c,20sStateMethodUsr_FI_c>Fv = .text:0x00000380; // type:function size:0xA4
|
||||
fn_136_430 = .text:0x00000430; // type:function size:0x8
|
||||
fn_136_440 = .text:0x00000440; // type:function size:0x7C
|
||||
fn_136_4C0 = .text:0x000004C0; // type:function size:0x10
|
||||
changeState__87sStateMgr_c<18dAvater_Race_Mng_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x000004C0; // type:function size:0x10
|
||||
fn_136_4D0 = .text:0x000004D0; // type:function size:0x38
|
||||
fn_136_510 = .text:0x00000510; // type:function size:0x14
|
||||
fn_136_530 = .text:0x00000530; // type:function size:0x4
|
||||
fn_136_540 = .text:0x00000540; // type:function size:0x44
|
||||
fn_136_590 = .text:0x00000590; // type:function size:0x10
|
||||
executeState__87sStateMgr_c<18dAvater_Race_Mng_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000590; // type:function size:0x10
|
||||
fn_136_5A0 = .text:0x000005A0; // type:function size:0x8
|
||||
fn_136_5B0 = .text:0x000005B0; // type:function size:0x14
|
||||
fn_136_5D0 = .text:0x000005D0; // type:function size:0x48
|
||||
fn_136_620 = .text:0x00000620; // type:function size:0x4
|
||||
fn_136_630 = .text:0x00000630; // type:function size:0x4
|
||||
fn_136_640 = .text:0x00000640; // type:function size:0x4
|
||||
fn_136_650 = .text:0x00000650; // type:function size:0x4
|
||||
fn_136_660 = .text:0x00000660; // type:function size:0xC
|
||||
fn_136_670 = .text:0x00000670; // type:function size:0x5C
|
||||
fn_136_6D0 = .text:0x000006D0; // type:function size:0x4
|
||||
fn_136_6E0 = .text:0x000006E0; // type:function size:0x4
|
||||
fn_136_6F0 = .text:0x000006F0; // type:function size:0x4
|
||||
fn_136_700 = .text:0x00000700; // type:function size:0x4
|
||||
fn_136_710 = .text:0x00000710; // type:function size:0x4
|
||||
fn_136_720 = .text:0x00000720; // type:function size:0x4
|
||||
fn_136_730 = .text:0x00000730; // type:function size:0x4
|
||||
fn_136_740 = .text:0x00000740; // type:function size:0x4
|
||||
fn_136_750 = .text:0x00000750; // type:function size:0x4
|
||||
fn_136_760 = .text:0x00000760; // type:function size:0x4
|
||||
initializeState_StartWait__18dAvater_Race_Mng_cFv = .text:0x000005B0; // type:function size:0x14
|
||||
executeState_StartWait__18dAvater_Race_Mng_cFv = .text:0x000005D0; // type:function size:0x48
|
||||
finalizeState_StartWait__18dAvater_Race_Mng_cFv = .text:0x00000620; // type:function size:0x4
|
||||
initializeState_Race__18dAvater_Race_Mng_cFv = .text:0x00000630; // type:function size:0x4
|
||||
executeState_Race__18dAvater_Race_Mng_cFv = .text:0x00000640; // type:function size:0x4
|
||||
finalizeState_Race__18dAvater_Race_Mng_cFv = .text:0x00000650; // type:function size:0x4
|
||||
initializeState_Message__18dAvater_Race_Mng_cFv = .text:0x00000660; // type:function size:0xC
|
||||
executeState_Message__18dAvater_Race_Mng_cFv = .text:0x00000670; // type:function size:0x5C
|
||||
finalizeState_Message__18dAvater_Race_Mng_cFv = .text:0x000006D0; // type:function size:0x4
|
||||
initializeState_Hide__18dAvater_Race_Mng_cFv = .text:0x000006E0; // type:function size:0x4
|
||||
executeState_Hide__18dAvater_Race_Mng_cFv = .text:0x000006F0; // type:function size:0x4
|
||||
finalizeState_Hide__18dAvater_Race_Mng_cFv = .text:0x00000700; // type:function size:0x4
|
||||
initializeState_Finish__18dAvater_Race_Mng_cFv = .text:0x00000710; // type:function size:0x4
|
||||
executeState_Finish__18dAvater_Race_Mng_cFv = .text:0x00000720; // type:function size:0x4
|
||||
finalizeState_Finish__18dAvater_Race_Mng_cFv = .text:0x00000730; // type:function size:0x4
|
||||
initializeState_LevelUpDemo__18dAvater_Race_Mng_cFv = .text:0x00000740; // type:function size:0x4
|
||||
executeState_LevelUpDemo__18dAvater_Race_Mng_cFv = .text:0x00000750; // type:function size:0x4
|
||||
finalizeState_LevelUpDemo__18dAvater_Race_Mng_cFv = .text:0x00000760; // type:function size:0x4
|
||||
fn_136_770 = .text:0x00000770; // type:function size:0x18
|
||||
fn_136_790 = .text:0x00000790; // type:function size:0x18
|
||||
fn_136_7B0 = .text:0x000007B0; // type:function size:0x44
|
||||
fn_136_800 = .text:0x00000800; // type:function size:0x10
|
||||
getStateID__87sStateMgr_c<18dAvater_Race_Mng_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00000800; // type:function size:0x10
|
||||
fn_136_810 = .text:0x00000810; // type:function size:0x5C
|
||||
fn_136_870 = .text:0x00000870; // type:function size:0x94
|
||||
fn_136_910 = .text:0x00000910; // type:function size:0xD4
|
||||
fn_136_9F0 = .text:0x000009F0; // type:function size:0x60
|
||||
fn_136_A50 = .text:0x00000A50; // type:function size:0xC
|
||||
fn_136_A60 = .text:0x00000A60; // type:function size:0x1C
|
||||
fn_136_A80 = .text:0x00000A80; // type:function size:0x1C
|
||||
fn_136_AA0 = .text:0x00000AA0; // type:function size:0x1C
|
||||
fn_136_AC0 = .text:0x00000AC0; // type:function size:0x10
|
||||
fn_136_AD0 = .text:0x00000AD0; // type:function size:0x10
|
||||
fn_136_AE0 = .text:0x00000AE0; // type:function size:0x10
|
||||
fn_136_AF0 = .text:0x00000AF0; // type:function size:0x10
|
||||
fn_136_B00 = .text:0x00000B00; // type:function size:0x10
|
||||
fn_136_B10 = .text:0x00000B10; // type:function size:0x10
|
||||
fn_136_B20 = .text:0x00000B20; // type:function size:0x30
|
||||
fn_136_B50 = .text:0x00000B50; // type:function size:0x30
|
||||
fn_136_B80 = .text:0x00000B80; // type:function size:0x30
|
||||
fn_136_BB0 = .text:0x00000BB0; // type:function size:0x4B0
|
||||
fn_136_1060 = .text:0x00001060; // type:function size:0x58
|
||||
fn_136_10C0 = .text:0x000010C0; // type:function size:0x88
|
||||
build__34sFStateFct_c<18dAvater_Race_Mng_c>FRC12sStateIDIf_c = .text:0x000009F0; // type:function size:0x60
|
||||
dispose__34sFStateFct_c<18dAvater_Race_Mng_c>FRP10sStateIf_c = .text:0x00000A50; // type:function size:0xC
|
||||
initialize__31sFState_c<18dAvater_Race_Mng_c>Fv = .text:0x00000A60; // type:function size:0x1C
|
||||
execute__31sFState_c<18dAvater_Race_Mng_c>Fv = .text:0x00000A80; // type:function size:0x1C
|
||||
finalize__31sFState_c<18dAvater_Race_Mng_c>Fv = .text:0x00000AA0; // type:function size:0x1C
|
||||
initializeState__87sStateMgr_c<18dAvater_Race_Mng_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000AC0; // type:function size:0x10
|
||||
finalizeState__87sStateMgr_c<18dAvater_Race_Mng_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000AD0; // type:function size:0x10
|
||||
refreshState__87sStateMgr_c<18dAvater_Race_Mng_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000AE0; // type:function size:0x10
|
||||
getState__87sStateMgr_c<18dAvater_Race_Mng_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00000AF0; // type:function size:0x10
|
||||
getNewStateID__87sStateMgr_c<18dAvater_Race_Mng_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00000B00; // type:function size:0x10
|
||||
getOldStateID__87sStateMgr_c<18dAvater_Race_Mng_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00000B10; // type:function size:0x10
|
||||
finalizeState__33sFStateID_c<18dAvater_Race_Mng_c>CFR18dAvater_Race_Mng_c = .text:0x00000B20; // type:function size:0x30
|
||||
executeState__33sFStateID_c<18dAvater_Race_Mng_c>CFR18dAvater_Race_Mng_c = .text:0x00000B50; // type:function size:0x30
|
||||
initializeState__33sFStateID_c<18dAvater_Race_Mng_c>CFR18dAvater_Race_Mng_c = .text:0x00000B80; // type:function size:0x30
|
||||
__sinit_\d_a_avater_race_mng_cpp = .text:0x00000BB0; // type:function size:0x4B0 scope:local
|
||||
__dt__33sFStateID_c<18dAvater_Race_Mng_c>Fv = .text:0x00001060; // type:function size:0x58
|
||||
isSameName__33sFStateID_c<18dAvater_Race_Mng_c>CFPCc = .text:0x000010C0; // type:function size:0x88
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
_dtors = .dtors:0x00000000; // type:label scope:global
|
||||
__destroy_global_chain_reference = .dtors:0x00000000; // type:object size:0x4 scope:global
|
||||
lbl_136_section4_0 = .rodata:0x00000000; // type:object size:0x10 data:4byte
|
||||
lbl_136_section4_10 = .rodata:0x00000010; // type:object size:0x20 data:string
|
||||
lbl_136_section4_30 = .rodata:0x00000030; // type:object size:0x78
|
||||
lbl_136_section4_A8 = .rodata:0x000000A8; // type:object size:0x30
|
||||
lbl_136_section4_D8 = .rodata:0x000000D8; // type:object size:0x30
|
||||
lbl_136_section4_108 = .rodata:0x00000108; // type:object size:0x18
|
||||
lbl_136_section4_120 = .rodata:0x00000120; // type:object size:0x244
|
||||
lbl_136_section4_364 = .rodata:0x00000364; // type:object size:0x34
|
||||
g_profile_AVATER_RACE_MNG = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
lbl_136_section4_10 = .data:0x00000010; // type:object size:0x20 data:string
|
||||
lbl_136_section4_30 = .data:0x00000030; // type:object size:0x78
|
||||
lbl_136_section4_A8 = .data:0x000000A8; // type:object size:0x30
|
||||
lbl_136_section4_D8 = .data:0x000000D8; // type:object size:0x30
|
||||
lbl_136_section4_108 = .data:0x00000108; // type:object size:0x18
|
||||
lbl_136_section4_120 = .data:0x00000120; // type:object size:0x244
|
||||
lbl_136_section4_364 = .data:0x00000364; // type:object size:0x34
|
||||
__global_destructor_chain = .bss:0x00000000; // type:object size:0x4 scope:global
|
||||
lbl_136_bss_8 = .bss:0x00000008; // type:object size:0x10 data:4byte
|
||||
lbl_136_bss_18 = .bss:0x00000018; // type:object size:0x40 data:4byte
|
||||
|
||||
@@ -3,14 +3,14 @@ _epilog = .text:0x00000030; // type:function size:0x2C scope:global
|
||||
_unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
AcBAsura__ctor = .text:0x000000F0; // type:function size:0x3C8
|
||||
dAcBAsura_c_classInit__Fv = .text:0x000000F0; // type:function size:0x3C8
|
||||
fn_245_4C0 = .text:0x000004C0; // type:function size:0x58
|
||||
fn_245_520 = .text:0x00000520; // type:function size:0x90
|
||||
fn_245_5B0 = .text:0x000005B0; // type:function size:0x90
|
||||
fn_245_640 = .text:0x00000640; // type:function size:0x58
|
||||
fn_245_6A0 = .text:0x000006A0; // type:function size:0x6C
|
||||
fn_245_710 = .text:0x00000710; // type:function size:0xA0
|
||||
fn_245_7B0 = .text:0x000007B0; // type:function size:0xA4
|
||||
__dt__24sFState_c<11dAcBAsura_c>Fv = .text:0x00000640; // type:function size:0x58
|
||||
__dt__27sFStateFct_c<11dAcBAsura_c>Fv = .text:0x000006A0; // type:function size:0x6C
|
||||
__dt__80sStateMgr_c<11dAcBAsura_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000710; // type:function size:0xA0
|
||||
__dt__50sFStateMgr_c<11dAcBAsura_c,20sStateMethodUsr_FI_c>Fv = .text:0x000007B0; // type:function size:0xA4
|
||||
ActorReference__ctor = .text:0x00000860; // type:function size:0x14
|
||||
fn_245_880 = .text:0x00000880; // type:function size:0x58
|
||||
fn_245_8E0 = .text:0x000008E0; // type:function size:0x58
|
||||
@@ -38,12 +38,12 @@ fn_245_11B0 = .text:0x000011B0; // type:function size:0x280
|
||||
AcBAsura__initModels = .text:0x00001430; // type:function size:0x284
|
||||
AcBAsura__init1 = .text:0x000016C0; // type:function size:0x18CC
|
||||
AcBAsura__isInBossRush = .text:0x00002F90; // type:function size:0x8
|
||||
fn_245_2FA0 = .text:0x00002FA0; // type:function size:0x10
|
||||
changeState__80sStateMgr_c<11dAcBAsura_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x00002FA0; // type:function size:0x10
|
||||
fn_245_2FB0 = .text:0x00002FB0; // type:function size:0x8
|
||||
fn_245_2FC0 = .text:0x00002FC0; // type:function size:0x34
|
||||
AcBAsura__update = .text:0x00003000; // type:function size:0x1220
|
||||
fn_245_4220 = .text:0x00004220; // type:function size:0x10
|
||||
fn_245_4230 = .text:0x00004230; // type:function size:0x10
|
||||
getStateID__80sStateMgr_c<11dAcBAsura_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00004220; // type:function size:0x10
|
||||
executeState__80sStateMgr_c<11dAcBAsura_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00004230; // type:function size:0x10
|
||||
AcBAsura__draw = .text:0x00004240; // type:function size:0x244
|
||||
fn_245_4490 = .text:0x00004490; // type:function size:0xC
|
||||
fn_245_44A0 = .text:0x000044A0; // type:function size:0xE0
|
||||
@@ -109,103 +109,103 @@ fn_245_8C20 = .text:0x00008C20; // type:function size:0x94
|
||||
fn_245_8CC0 = .text:0x00008CC0; // type:function size:0xA4
|
||||
fn_245_8D70 = .text:0x00008D70; // type:function size:0x4C
|
||||
fn_245_8DC0 = .text:0x00008DC0; // type:function size:0xDC
|
||||
AcBAsura__stateAttackEnter = .text:0x00008EA0; // type:function size:0xEC
|
||||
AcBAsura__stateAttackUpdate = .text:0x00008F90; // type:function size:0x958
|
||||
AcBAsura__stateAttackLeave = .text:0x000098F0; // type:function size:0x118
|
||||
fn_245_9A10 = .text:0x00009A10; // type:function size:0x180
|
||||
fn_245_9B90 = .text:0x00009B90; // type:function size:0xC80
|
||||
fn_245_A810 = .text:0x0000A810; // type:function size:0x114
|
||||
AcBAsura__stateAttackHighEnter = .text:0x0000A930; // type:function size:0x78
|
||||
AcBAsura__stateAttackHighUpdate = .text:0x0000A9B0; // type:function size:0x1F4
|
||||
AcBAsura__stateAttackHighLeave = .text:0x0000ABB0; // type:function size:0x68
|
||||
fn_245_AC20 = .text:0x0000AC20; // type:function size:0x94
|
||||
fn_245_ACC0 = .text:0x0000ACC0; // type:function size:0x334
|
||||
fn_245_B000 = .text:0x0000B000; // type:function size:0x94
|
||||
fn_245_B0A0 = .text:0x0000B0A0; // type:function size:0x1C
|
||||
fn_245_B0C0 = .text:0x0000B0C0; // type:function size:0xC0
|
||||
fn_245_B180 = .text:0x0000B180; // type:function size:0x4
|
||||
fn_245_B190 = .text:0x0000B190; // type:function size:0x8C
|
||||
fn_245_B220 = .text:0x0000B220; // type:function size:0x170
|
||||
fn_245_B390 = .text:0x0000B390; // type:function size:0x28
|
||||
fn_245_B3C0 = .text:0x0000B3C0; // type:function size:0xA8
|
||||
fn_245_B470 = .text:0x0000B470; // type:function size:0x440
|
||||
fn_245_B8B0 = .text:0x0000B8B0; // type:function size:0xF4
|
||||
AcBAsura__stateDamageEnter = .text:0x0000B9B0; // type:function size:0x7C
|
||||
AcBAsura__stateDamageUpdate = .text:0x0000BA30; // type:function size:0x98
|
||||
AcBAsura__stateDamageLeave = .text:0x0000BAD0; // type:function size:0x4C
|
||||
AcBAsura__stateDamageBEnter = .text:0x0000BB20; // type:function size:0x90
|
||||
AcBAsura__stateDamageBUpdate = .text:0x0000BBB0; // type:function size:0xF8
|
||||
AcBAsura__stateDamageBLeave = .text:0x0000BCB0; // type:function size:0x4
|
||||
AcBAsura__stateDeadEnter = .text:0x0000BCC0; // type:function size:0x70
|
||||
AcBAsura__stateDeadUpdate = .text:0x0000BD30; // type:function size:0x60
|
||||
AcBAsura__stateDeadLeave = .text:0x0000BD90; // type:function size:0x4
|
||||
AcBAsura__stateDeadBEnter = .text:0x0000BDA0; // type:function size:0x160
|
||||
AcBAsura__stateDeadBUpdate = .text:0x0000BF00; // type:function size:0xCBC
|
||||
AcBAsura__stateDeadBLeave = .text:0x0000CBC0; // type:function size:0x4
|
||||
AcBAsura__stateDisconnectEnter = .text:0x0000CBD0; // type:function size:0x158
|
||||
AcBAsura__stateDisconnectUpdate = .text:0x0000CD30; // type:function size:0xA0
|
||||
AcBAsura__stateDisconnectLeave = .text:0x0000CDD0; // type:function size:0x4
|
||||
fn_245_CDE0 = .text:0x0000CDE0; // type:function size:0x84
|
||||
fn_245_CE70 = .text:0x0000CE70; // type:function size:0xA8
|
||||
fn_245_CF20 = .text:0x0000CF20; // type:function size:0x4
|
||||
AcBAsura__stateFireEnter = .text:0x0000CF30; // type:function size:0x4C
|
||||
AcBAsura__stateFireUpdate = .text:0x0000CF80; // type:function size:0x16C
|
||||
AcBAsura__stateFireLeave = .text:0x0000D0F0; // type:function size:0x4
|
||||
fn_245_D100 = .text:0x0000D100; // type:function size:0x144
|
||||
fn_245_D250 = .text:0x0000D250; // type:function size:0x10A8
|
||||
fn_245_E300 = .text:0x0000E300; // type:function size:0xA8
|
||||
fn_245_E3B0 = .text:0x0000E3B0; // type:function size:0xDC
|
||||
fn_245_E490 = .text:0x0000E490; // type:function size:0xBE0
|
||||
fn_245_F070 = .text:0x0000F070; // type:function size:0x14
|
||||
fn_245_F090 = .text:0x0000F090; // type:function size:0x2D0
|
||||
fn_245_F360 = .text:0x0000F360; // type:function size:0x644
|
||||
fn_245_F9B0 = .text:0x0000F9B0; // type:function size:0x4
|
||||
fn_245_F9C0 = .text:0x0000F9C0; // type:function size:0x24C
|
||||
fn_245_FC10 = .text:0x0000FC10; // type:function size:0x920
|
||||
fn_245_10530 = .text:0x00010530; // type:function size:0x6C
|
||||
fn_245_105A0 = .text:0x000105A0; // type:function size:0x5C
|
||||
fn_245_10600 = .text:0x00010600; // type:function size:0x138
|
||||
fn_245_10740 = .text:0x00010740; // type:function size:0x10
|
||||
fn_245_10750 = .text:0x00010750; // type:function size:0x54
|
||||
fn_245_107B0 = .text:0x000107B0; // type:function size:0x31C
|
||||
fn_245_10AD0 = .text:0x00010AD0; // type:function size:0x18
|
||||
fn_245_10AF0 = .text:0x00010AF0; // type:function size:0x84
|
||||
fn_245_10B80 = .text:0x00010B80; // type:function size:0xAC
|
||||
fn_245_10C30 = .text:0x00010C30; // type:function size:0x4
|
||||
AcBAsura__stateWaitEnter = .text:0x00010C40; // type:function size:0x5C
|
||||
AcBAsura__stateWaitUpdate = .text:0x00010CA0; // type:function size:0x334
|
||||
AcBAsura__stateWaitLeave = .text:0x00010FE0; // type:function size:0x14
|
||||
fn_245_11000 = .text:0x00011000; // type:function size:0xC4
|
||||
fn_245_110D0 = .text:0x000110D0; // type:function size:0x594
|
||||
fn_245_11670 = .text:0x00011670; // type:function size:0x78
|
||||
fn_245_116F0 = .text:0x000116F0; // type:function size:0x10
|
||||
fn_245_11700 = .text:0x00011700; // type:function size:0x64
|
||||
fn_245_11770 = .text:0x00011770; // type:function size:0x4
|
||||
fn_245_11780 = .text:0x00011780; // type:function size:0x4
|
||||
fn_245_11790 = .text:0x00011790; // type:function size:0x4C
|
||||
fn_245_117E0 = .text:0x000117E0; // type:function size:0x4
|
||||
fn_245_117F0 = .text:0x000117F0; // type:function size:0x4
|
||||
initializeState_Attack__11dAcBAsura_cFv = .text:0x00008EA0; // type:function size:0xEC
|
||||
executeState_Attack__11dAcBAsura_cFv = .text:0x00008F90; // type:function size:0x958
|
||||
finalizeState_Attack__11dAcBAsura_cFv = .text:0x000098F0; // type:function size:0x118
|
||||
initializeState_AttackB__11dAcBAsura_cFv = .text:0x00009A10; // type:function size:0x180
|
||||
executeState_AttackB__11dAcBAsura_cFv = .text:0x00009B90; // type:function size:0xC80
|
||||
finalizeState_AttackB__11dAcBAsura_cFv = .text:0x0000A810; // type:function size:0x114
|
||||
initializeState_AttackHigh__11dAcBAsura_cFv = .text:0x0000A930; // type:function size:0x78
|
||||
executeState_AttackHigh__11dAcBAsura_cFv = .text:0x0000A9B0; // type:function size:0x1F4
|
||||
finalizeState_AttackHigh__11dAcBAsura_cFv = .text:0x0000ABB0; // type:function size:0x68
|
||||
initializeState_BreakLegB__11dAcBAsura_cFv = .text:0x0000AC20; // type:function size:0x94
|
||||
executeState_BreakLegB__11dAcBAsura_cFv = .text:0x0000ACC0; // type:function size:0x334
|
||||
finalizeState_BreakLegB__11dAcBAsura_cFv = .text:0x0000B000; // type:function size:0x94
|
||||
initializeState_BreakWaitB__11dAcBAsura_cFv = .text:0x0000B0A0; // type:function size:0x1C
|
||||
executeState_BreakWaitB__11dAcBAsura_cFv = .text:0x0000B0C0; // type:function size:0xC0
|
||||
finalizeState_BreakWaitB__11dAcBAsura_cFv = .text:0x0000B180; // type:function size:0x4
|
||||
initializeState_ChargeB__11dAcBAsura_cFv = .text:0x0000B190; // type:function size:0x8C
|
||||
executeState_ChargeB__11dAcBAsura_cFv = .text:0x0000B220; // type:function size:0x170
|
||||
finalizeState_ChargeB__11dAcBAsura_cFv = .text:0x0000B390; // type:function size:0x28
|
||||
initializeState_CutAllB__11dAcBAsura_cFv = .text:0x0000B3C0; // type:function size:0xA8
|
||||
executeState_CutAllB__11dAcBAsura_cFv = .text:0x0000B470; // type:function size:0x440
|
||||
finalizeState_CutAllB__11dAcBAsura_cFv = .text:0x0000B8B0; // type:function size:0xF4
|
||||
initializeState_Damage__11dAcBAsura_cFv = .text:0x0000B9B0; // type:function size:0x7C
|
||||
executeState_Damage__11dAcBAsura_cFv = .text:0x0000BA30; // type:function size:0x98
|
||||
finalizeState_Damage__11dAcBAsura_cFv = .text:0x0000BAD0; // type:function size:0x4C
|
||||
initializeState_DamageB__11dAcBAsura_cFv = .text:0x0000BB20; // type:function size:0x90
|
||||
executeState_DamageB__11dAcBAsura_cFv = .text:0x0000BBB0; // type:function size:0xF8
|
||||
finalizeState_DamageB__11dAcBAsura_cFv = .text:0x0000BCB0; // type:function size:0x4
|
||||
initializeState_Dead__11dAcBAsura_cFv = .text:0x0000BCC0; // type:function size:0x70
|
||||
executeState_Dead__11dAcBAsura_cFv = .text:0x0000BD30; // type:function size:0x60
|
||||
finalizeState_Dead__11dAcBAsura_cFv = .text:0x0000BD90; // type:function size:0x4
|
||||
initializeState_DeadB__11dAcBAsura_cFv = .text:0x0000BDA0; // type:function size:0x160
|
||||
executeState_DeadB__11dAcBAsura_cFv = .text:0x0000BF00; // type:function size:0xCBC
|
||||
finalizeState_DeadB__11dAcBAsura_cFv = .text:0x0000CBC0; // type:function size:0x4
|
||||
initializeState_Disconnect__11dAcBAsura_cFv = .text:0x0000CBD0; // type:function size:0x158
|
||||
executeState_Disconnect__11dAcBAsura_cFv = .text:0x0000CD30; // type:function size:0xA0
|
||||
finalizeState_Disconnect__11dAcBAsura_cFv = .text:0x0000CDD0; // type:function size:0x4
|
||||
initializeState_DisconnectB__11dAcBAsura_cFv = .text:0x0000CDE0; // type:function size:0x84
|
||||
executeState_DisconnectB__11dAcBAsura_cFv = .text:0x0000CE70; // type:function size:0xA8
|
||||
finalizeState_DisconnectB__11dAcBAsura_cFv = .text:0x0000CF20; // type:function size:0x4
|
||||
initializeState_Fire__11dAcBAsura_cFv = .text:0x0000CF30; // type:function size:0x4C
|
||||
executeState_Fire__11dAcBAsura_cFv = .text:0x0000CF80; // type:function size:0x16C
|
||||
finalizeState_Fire__11dAcBAsura_cFv = .text:0x0000D0F0; // type:function size:0x4
|
||||
initializeState_Recover__11dAcBAsura_cFv = .text:0x0000D100; // type:function size:0x144
|
||||
executeState_Recover__11dAcBAsura_cFv = .text:0x0000D250; // type:function size:0x10A8
|
||||
finalizeState_Recover__11dAcBAsura_cFv = .text:0x0000E300; // type:function size:0xA8
|
||||
initializeState_RecoverB__11dAcBAsura_cFv = .text:0x0000E3B0; // type:function size:0xDC
|
||||
executeState_RecoverB__11dAcBAsura_cFv = .text:0x0000E490; // type:function size:0xBE0
|
||||
finalizeState_RecoverB__11dAcBAsura_cFv = .text:0x0000F070; // type:function size:0x14
|
||||
initializeState_Start__11dAcBAsura_cFv = .text:0x0000F090; // type:function size:0x2D0
|
||||
executeState_Start__11dAcBAsura_cFv = .text:0x0000F360; // type:function size:0x644
|
||||
finalizeState_Start__11dAcBAsura_cFv = .text:0x0000F9B0; // type:function size:0x4
|
||||
initializeState_StartB__11dAcBAsura_cFv = .text:0x0000F9C0; // type:function size:0x24C
|
||||
executeState_StartB__11dAcBAsura_cFv = .text:0x0000FC10; // type:function size:0x920
|
||||
finalizeState_StartB__11dAcBAsura_cFv = .text:0x00010530; // type:function size:0x6C
|
||||
initializeState_StunB__11dAcBAsura_cFv = .text:0x000105A0; // type:function size:0x5C
|
||||
executeState_StunB__11dAcBAsura_cFv = .text:0x00010600; // type:function size:0x138
|
||||
finalizeState_StunB__11dAcBAsura_cFv = .text:0x00010740; // type:function size:0x10
|
||||
initializeState_SummonB__11dAcBAsura_cFv = .text:0x00010750; // type:function size:0x54
|
||||
executeState_SummonB__11dAcBAsura_cFv = .text:0x000107B0; // type:function size:0x31C
|
||||
finalizeState_SummonB__11dAcBAsura_cFv = .text:0x00010AD0; // type:function size:0x18
|
||||
initializeState_SwordGame__11dAcBAsura_cFv = .text:0x00010AF0; // type:function size:0x84
|
||||
executeState_SwordGame__11dAcBAsura_cFv = .text:0x00010B80; // type:function size:0xAC
|
||||
finalizeState_SwordGame__11dAcBAsura_cFv = .text:0x00010C30; // type:function size:0x4
|
||||
initializeState_Wait__11dAcBAsura_cFv = .text:0x00010C40; // type:function size:0x5C
|
||||
executeState_Wait__11dAcBAsura_cFv = .text:0x00010CA0; // type:function size:0x334
|
||||
finalizeState_Wait__11dAcBAsura_cFv = .text:0x00010FE0; // type:function size:0x14
|
||||
initializeState_WaitB__11dAcBAsura_cFv = .text:0x00011000; // type:function size:0xC4
|
||||
executeState_WaitB__11dAcBAsura_cFv = .text:0x000110D0; // type:function size:0x594
|
||||
finalizeState_WaitB__11dAcBAsura_cFv = .text:0x00011670; // type:function size:0x78
|
||||
getNewStateID__80sStateMgr_c<11dAcBAsura_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000116F0; // type:function size:0x10
|
||||
initializeState_Test__11dAcBAsura_cFv = .text:0x00011700; // type:function size:0x64
|
||||
executeState_Test__11dAcBAsura_cFv = .text:0x00011770; // type:function size:0x4
|
||||
finalizeState_Test__11dAcBAsura_cFv = .text:0x00011780; // type:function size:0x4
|
||||
initializeState_TestB__11dAcBAsura_cFv = .text:0x00011790; // type:function size:0x4C
|
||||
executeState_TestB__11dAcBAsura_cFv = .text:0x000117E0; // type:function size:0x4
|
||||
finalizeState_TestB__11dAcBAsura_cFv = .text:0x000117F0; // type:function size:0x4
|
||||
fn_245_11800 = .text:0x00011800; // type:function size:0x8
|
||||
fn_245_11810 = .text:0x00011810; // type:function size:0x4
|
||||
fn_245_11820 = .text:0x00011820; // type:function size:0x4
|
||||
fn_245_11830 = .text:0x00011830; // type:function size:0x8
|
||||
fn_245_11840 = .text:0x00011840; // type:function size:0x37C
|
||||
fn_245_11BC0 = .text:0x00011BC0; // type:function size:0x60
|
||||
fn_245_11C20 = .text:0x00011C20; // type:function size:0xC
|
||||
fn_245_11C30 = .text:0x00011C30; // type:function size:0x1C
|
||||
fn_245_11C50 = .text:0x00011C50; // type:function size:0x1C
|
||||
fn_245_11C70 = .text:0x00011C70; // type:function size:0x1C
|
||||
fn_245_11C90 = .text:0x00011C90; // type:function size:0x10
|
||||
fn_245_11CA0 = .text:0x00011CA0; // type:function size:0x10
|
||||
fn_245_11CB0 = .text:0x00011CB0; // type:function size:0x10
|
||||
fn_245_11CC0 = .text:0x00011CC0; // type:function size:0x10
|
||||
fn_245_11CD0 = .text:0x00011CD0; // type:function size:0x10
|
||||
fn_245_11CE0 = .text:0x00011CE0; // type:function size:0x30
|
||||
fn_245_11D10 = .text:0x00011D10; // type:function size:0x30
|
||||
fn_245_11D40 = .text:0x00011D40; // type:function size:0x30
|
||||
fn_245_11D70 = .text:0x00011D70; // type:function size:0x12F8
|
||||
fn_245_13070 = .text:0x00013070; // type:function size:0x58
|
||||
fn_245_130D0 = .text:0x000130D0; // type:function size:0x88
|
||||
__dt__11dAcBAsura_cFv = .text:0x00011840; // type:function size:0x37C
|
||||
build__27sFStateFct_c<11dAcBAsura_c>FRC12sStateIDIf_c = .text:0x00011BC0; // type:function size:0x60
|
||||
dispose__27sFStateFct_c<11dAcBAsura_c>FRP10sStateIf_c = .text:0x00011C20; // type:function size:0xC
|
||||
initialize__24sFState_c<11dAcBAsura_c>Fv = .text:0x00011C30; // type:function size:0x1C
|
||||
execute__24sFState_c<11dAcBAsura_c>Fv = .text:0x00011C50; // type:function size:0x1C
|
||||
finalize__24sFState_c<11dAcBAsura_c>Fv = .text:0x00011C70; // type:function size:0x1C
|
||||
initializeState__80sStateMgr_c<11dAcBAsura_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00011C90; // type:function size:0x10
|
||||
finalizeState__80sStateMgr_c<11dAcBAsura_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00011CA0; // type:function size:0x10
|
||||
refreshState__80sStateMgr_c<11dAcBAsura_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00011CB0; // type:function size:0x10
|
||||
getState__80sStateMgr_c<11dAcBAsura_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00011CC0; // type:function size:0x10
|
||||
getOldStateID__80sStateMgr_c<11dAcBAsura_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00011CD0; // type:function size:0x10
|
||||
finalizeState__26sFStateID_c<11dAcBAsura_c>CFR11dAcBAsura_c = .text:0x00011CE0; // type:function size:0x30
|
||||
executeState__26sFStateID_c<11dAcBAsura_c>CFR11dAcBAsura_c = .text:0x00011D10; // type:function size:0x30
|
||||
initializeState__26sFStateID_c<11dAcBAsura_c>CFR11dAcBAsura_c = .text:0x00011D40; // type:function size:0x30
|
||||
__sinit_\d_a_b_asura_cpp = .text:0x00011D70; // type:function size:0x12F8 scope:local
|
||||
__dt__26sFStateID_c<11dAcBAsura_c>Fv = .text:0x00013070; // type:function size:0x58
|
||||
isSameName__26sFStateID_c<11dAcBAsura_c>CFPCc = .text:0x000130D0; // type:function size:0x88
|
||||
fn_245_13160 = .text:0x00013160; // type:function size:0x8
|
||||
fn_245_13170 = .text:0x00013170; // type:function size:0x8
|
||||
fn_245_13180 = .text:0x00013180; // type:function size:0x8
|
||||
@@ -238,7 +238,7 @@ lbl_245_rodata_29C = .rodata:0x0000029C; // type:object size:0x5C data:float
|
||||
lbl_245_rodata_2F8 = .rodata:0x000002F8; // type:object size:0x90 data:double
|
||||
lbl_245_rodata_388 = .rodata:0x00000388; // type:object size:0x74 data:float
|
||||
lbl_245_rodata_3FC = .rodata:0x000003FC; // type:object size:0xF0 data:float
|
||||
lbl_245_data_0 = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
g_profile_B_ASURA = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
lbl_245_data_10 = .data:0x00000010; // type:object size:0x10
|
||||
lbl_245_data_20 = .data:0x00000020; // type:object size:0xC
|
||||
lbl_245_data_2C = .data:0x0000002C; // type:object size:0x10
|
||||
|
||||
@@ -4,22 +4,22 @@ _unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
fn_242_F0 = .text:0x000000F0; // type:function size:0x40
|
||||
fn_242_130 = .text:0x00000130; // type:function size:0x204
|
||||
dAcAsuraArm_c_classInit__Fv = .text:0x00000130; // type:function size:0x204
|
||||
fn_242_340 = .text:0x00000340; // type:function size:0x18
|
||||
fn_242_360 = .text:0x00000360; // type:function size:0x58
|
||||
fn_242_3C0 = .text:0x000003C0; // type:function size:0x58
|
||||
fn_242_420 = .text:0x00000420; // type:function size:0x6C
|
||||
fn_242_490 = .text:0x00000490; // type:function size:0xA0
|
||||
fn_242_530 = .text:0x00000530; // type:function size:0xA4
|
||||
__dt__26sFState_c<13dAcAsuraArm_c>Fv = .text:0x000003C0; // type:function size:0x58
|
||||
__dt__29sFStateFct_c<13dAcAsuraArm_c>Fv = .text:0x00000420; // type:function size:0x6C
|
||||
__dt__82sStateMgr_c<13dAcAsuraArm_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000490; // type:function size:0xA0
|
||||
__dt__52sFStateMgr_c<13dAcAsuraArm_c,20sStateMethodUsr_FI_c>Fv = .text:0x00000530; // type:function size:0xA4
|
||||
fn_242_5E0 = .text:0x000005E0; // type:function size:0x58
|
||||
fn_242_640 = .text:0x00000640; // type:function size:0x58
|
||||
fn_242_6A0 = .text:0x000006A0; // type:function size:0x90
|
||||
fn_242_730 = .text:0x00000730; // type:function size:0x4
|
||||
fn_242_740 = .text:0x00000740; // type:function size:0x98
|
||||
fn_242_7E0 = .text:0x000007E0; // type:function size:0x1FC
|
||||
fn_242_9E0 = .text:0x000009E0; // type:function size:0x10
|
||||
getStateID__82sStateMgr_c<13dAcAsuraArm_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000009E0; // type:function size:0x10
|
||||
fn_242_9F0 = .text:0x000009F0; // type:function size:0x18
|
||||
fn_242_A10 = .text:0x00000A10; // type:function size:0x10
|
||||
changeState__82sStateMgr_c<13dAcAsuraArm_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x00000A10; // type:function size:0x10
|
||||
fn_242_A20 = .text:0x00000A20; // type:function size:0xD8
|
||||
fn_242_B00 = .text:0x00000B00; // type:function size:0x1B4
|
||||
fn_242_CC0 = .text:0x00000CC0; // type:function size:0x54
|
||||
@@ -36,35 +36,35 @@ fn_242_14B0 = .text:0x000014B0; // type:function size:0x2E0
|
||||
fn_242_1790 = .text:0x00001790; // type:function size:0x8
|
||||
fn_242_17A0 = .text:0x000017A0; // type:function size:0x84
|
||||
fn_242_1830 = .text:0x00001830; // type:function size:0x2A8
|
||||
fn_242_1AE0 = .text:0x00001AE0; // type:function size:0x10
|
||||
executeState__82sStateMgr_c<13dAcAsuraArm_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00001AE0; // type:function size:0x10
|
||||
fn_242_1AF0 = .text:0x00001AF0; // type:function size:0x154
|
||||
fn_242_1C50 = .text:0x00001C50; // type:function size:0xCC
|
||||
fn_242_1D20 = .text:0x00001D20; // type:function size:0x82C
|
||||
fn_242_2550 = .text:0x00002550; // type:function size:0xCC
|
||||
fn_242_2620 = .text:0x00002620; // type:function size:0x4
|
||||
fn_242_2630 = .text:0x00002630; // type:function size:0x4
|
||||
fn_242_2640 = .text:0x00002640; // type:function size:0x4
|
||||
fn_242_2650 = .text:0x00002650; // type:function size:0x18
|
||||
fn_242_2670 = .text:0x00002670; // type:function size:0xAC
|
||||
fn_242_2720 = .text:0x00002720; // type:function size:0x88
|
||||
fn_242_27B0 = .text:0x000027B0; // type:function size:0x1BC
|
||||
fn_242_2970 = .text:0x00002970; // type:function size:0x60
|
||||
fn_242_29D0 = .text:0x000029D0; // type:function size:0xC
|
||||
fn_242_29E0 = .text:0x000029E0; // type:function size:0x1C
|
||||
fn_242_2A00 = .text:0x00002A00; // type:function size:0x1C
|
||||
fn_242_2A20 = .text:0x00002A20; // type:function size:0x1C
|
||||
fn_242_2A40 = .text:0x00002A40; // type:function size:0x10
|
||||
fn_242_2A50 = .text:0x00002A50; // type:function size:0x10
|
||||
fn_242_2A60 = .text:0x00002A60; // type:function size:0x10
|
||||
fn_242_2A70 = .text:0x00002A70; // type:function size:0x10
|
||||
fn_242_2A80 = .text:0x00002A80; // type:function size:0x10
|
||||
fn_242_2A90 = .text:0x00002A90; // type:function size:0x10
|
||||
fn_242_2AA0 = .text:0x00002AA0; // type:function size:0x30
|
||||
fn_242_2AD0 = .text:0x00002AD0; // type:function size:0x30
|
||||
fn_242_2B00 = .text:0x00002B00; // type:function size:0x30
|
||||
fn_242_2B30 = .text:0x00002B30; // type:function size:0x4D0
|
||||
fn_242_3000 = .text:0x00003000; // type:function size:0x58
|
||||
fn_242_3060 = .text:0x00003060; // type:function size:0x88
|
||||
initializeState_Pulled__13dAcAsuraArm_cFv = .text:0x00001C50; // type:function size:0xCC
|
||||
executeState_Pulled__13dAcAsuraArm_cFv = .text:0x00001D20; // type:function size:0x82C
|
||||
finalizeState_Pulled__13dAcAsuraArm_cFv = .text:0x00002550; // type:function size:0xCC
|
||||
initializeState_Wait__13dAcAsuraArm_cFv = .text:0x00002620; // type:function size:0x4
|
||||
executeState_Wait__13dAcAsuraArm_cFv = .text:0x00002630; // type:function size:0x4
|
||||
finalizeState_Wait__13dAcAsuraArm_cFv = .text:0x00002640; // type:function size:0x4
|
||||
initializeState_Demo__13dAcAsuraArm_cFv = .text:0x00002650; // type:function size:0x18
|
||||
executeState_Demo__13dAcAsuraArm_cFv = .text:0x00002670; // type:function size:0xAC
|
||||
finalizeState_Demo__13dAcAsuraArm_cFv = .text:0x00002720; // type:function size:0x88
|
||||
__dt__13dAcAsuraArm_cFv = .text:0x000027B0; // type:function size:0x1BC
|
||||
build__29sFStateFct_c<13dAcAsuraArm_c>FRC12sStateIDIf_c = .text:0x00002970; // type:function size:0x60
|
||||
dispose__29sFStateFct_c<13dAcAsuraArm_c>FRP10sStateIf_c = .text:0x000029D0; // type:function size:0xC
|
||||
initialize__26sFState_c<13dAcAsuraArm_c>Fv = .text:0x000029E0; // type:function size:0x1C
|
||||
execute__26sFState_c<13dAcAsuraArm_c>Fv = .text:0x00002A00; // type:function size:0x1C
|
||||
finalize__26sFState_c<13dAcAsuraArm_c>Fv = .text:0x00002A20; // type:function size:0x1C
|
||||
initializeState__82sStateMgr_c<13dAcAsuraArm_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00002A40; // type:function size:0x10
|
||||
finalizeState__82sStateMgr_c<13dAcAsuraArm_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00002A50; // type:function size:0x10
|
||||
refreshState__82sStateMgr_c<13dAcAsuraArm_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00002A60; // type:function size:0x10
|
||||
getState__82sStateMgr_c<13dAcAsuraArm_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00002A70; // type:function size:0x10
|
||||
getNewStateID__82sStateMgr_c<13dAcAsuraArm_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00002A80; // type:function size:0x10
|
||||
getOldStateID__82sStateMgr_c<13dAcAsuraArm_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00002A90; // type:function size:0x10
|
||||
finalizeState__28sFStateID_c<13dAcAsuraArm_c>CFR13dAcAsuraArm_c = .text:0x00002AA0; // type:function size:0x30
|
||||
executeState__28sFStateID_c<13dAcAsuraArm_c>CFR13dAcAsuraArm_c = .text:0x00002AD0; // type:function size:0x30
|
||||
initializeState__28sFStateID_c<13dAcAsuraArm_c>CFR13dAcAsuraArm_c = .text:0x00002B00; // type:function size:0x30
|
||||
__sinit_\d_a_b_asura_arm_cpp = .text:0x00002B30; // type:function size:0x4D0 scope:local
|
||||
__dt__28sFStateID_c<13dAcAsuraArm_c>Fv = .text:0x00003000; // type:function size:0x58
|
||||
isSameName__28sFStateID_c<13dAcAsuraArm_c>CFPCc = .text:0x00003060; // type:function size:0x88
|
||||
fn_242_30F0 = .text:0x000030F0; // type:function size:0x8
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
_dtors = .dtors:0x00000000; // type:label scope:global
|
||||
@@ -75,7 +75,7 @@ lbl_242_rodata_48 = .rodata:0x00000048; // type:object size:0x4 data:float
|
||||
lbl_242_rodata_4C = .rodata:0x0000004C; // type:object size:0x1C data:float
|
||||
lbl_242_rodata_68 = .rodata:0x00000068; // type:object size:0x1C data:float
|
||||
lbl_242_rodata_84 = .rodata:0x00000084; // type:object size:0x74 data:float
|
||||
lbl_242_data_0 = .data:0x00000000; // type:object size:0x108 data:4byte
|
||||
g_profile_ASURA_ARM = .data:0x00000000; // type:object size:0x108 data:4byte
|
||||
lbl_242_data_108 = .data:0x00000108; // type:object size:0x80
|
||||
lbl_242_data_188 = .data:0x00000188; // type:object size:0x70
|
||||
lbl_242_data_1F8 = .data:0x000001F8; // type:object size:0x30
|
||||
|
||||
@@ -4,57 +4,57 @@ _unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
fn_243_F0 = .text:0x000000F0; // type:function size:0x40
|
||||
fn_243_130 = .text:0x00000130; // type:function size:0x180
|
||||
dAcAsuraFoot_c_classInit__Fv = .text:0x00000130; // type:function size:0x180
|
||||
fn_243_2B0 = .text:0x000002B0; // type:function size:0x18
|
||||
fn_243_2D0 = .text:0x000002D0; // type:function size:0x58
|
||||
fn_243_330 = .text:0x00000330; // type:function size:0x58
|
||||
fn_243_390 = .text:0x00000390; // type:function size:0x6C
|
||||
fn_243_400 = .text:0x00000400; // type:function size:0xA0
|
||||
fn_243_4A0 = .text:0x000004A0; // type:function size:0xA4
|
||||
__dt__27sFState_c<14dAcAsuraFoot_c>Fv = .text:0x00000330; // type:function size:0x58
|
||||
__dt__30sFStateFct_c<14dAcAsuraFoot_c>Fv = .text:0x00000390; // type:function size:0x6C
|
||||
__dt__83sStateMgr_c<14dAcAsuraFoot_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000400; // type:function size:0xA0
|
||||
__dt__53sFStateMgr_c<14dAcAsuraFoot_c,20sStateMethodUsr_FI_c>Fv = .text:0x000004A0; // type:function size:0xA4
|
||||
fn_243_550 = .text:0x00000550; // type:function size:0x4
|
||||
fn_243_560 = .text:0x00000560; // type:function size:0x88
|
||||
fn_243_5F0 = .text:0x000005F0; // type:function size:0x24
|
||||
fn_243_620 = .text:0x00000620; // type:function size:0x10
|
||||
fn_243_630 = .text:0x00000630; // type:function size:0x10
|
||||
changeState__83sStateMgr_c<14dAcAsuraFoot_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x00000620; // type:function size:0x10
|
||||
getStateID__83sStateMgr_c<14dAcAsuraFoot_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00000630; // type:function size:0x10
|
||||
fn_243_640 = .text:0x00000640; // type:function size:0x4
|
||||
fn_243_650 = .text:0x00000650; // type:function size:0x194
|
||||
fn_243_7F0 = .text:0x000007F0; // type:function size:0xD8
|
||||
fn_243_8D0 = .text:0x000008D0; // type:function size:0x180
|
||||
fn_243_A50 = .text:0x00000A50; // type:function size:0x8
|
||||
fn_243_A60 = .text:0x00000A60; // type:function size:0x118
|
||||
fn_243_B80 = .text:0x00000B80; // type:function size:0x10
|
||||
executeState__83sStateMgr_c<14dAcAsuraFoot_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000B80; // type:function size:0x10
|
||||
fn_243_B90 = .text:0x00000B90; // type:function size:0xE0
|
||||
fn_243_C70 = .text:0x00000C70; // type:function size:0x160
|
||||
fn_243_DD0 = .text:0x00000DD0; // type:function size:0x3C8
|
||||
fn_243_11A0 = .text:0x000011A0; // type:function size:0x4
|
||||
fn_243_11B0 = .text:0x000011B0; // type:function size:0x4
|
||||
fn_243_11C0 = .text:0x000011C0; // type:function size:0x4
|
||||
fn_243_11D0 = .text:0x000011D0; // type:function size:0x4
|
||||
fn_243_11E0 = .text:0x000011E0; // type:function size:0x164
|
||||
fn_243_1350 = .text:0x00001350; // type:function size:0x60
|
||||
fn_243_13B0 = .text:0x000013B0; // type:function size:0xC
|
||||
fn_243_13C0 = .text:0x000013C0; // type:function size:0x1C
|
||||
fn_243_13E0 = .text:0x000013E0; // type:function size:0x1C
|
||||
fn_243_1400 = .text:0x00001400; // type:function size:0x1C
|
||||
fn_243_1420 = .text:0x00001420; // type:function size:0x10
|
||||
fn_243_1430 = .text:0x00001430; // type:function size:0x10
|
||||
fn_243_1440 = .text:0x00001440; // type:function size:0x10
|
||||
fn_243_1450 = .text:0x00001450; // type:function size:0x10
|
||||
fn_243_1460 = .text:0x00001460; // type:function size:0x10
|
||||
fn_243_1470 = .text:0x00001470; // type:function size:0x10
|
||||
fn_243_1480 = .text:0x00001480; // type:function size:0x30
|
||||
fn_243_14B0 = .text:0x000014B0; // type:function size:0x30
|
||||
fn_243_14E0 = .text:0x000014E0; // type:function size:0x30
|
||||
fn_243_1510 = .text:0x00001510; // type:function size:0x1E0
|
||||
fn_243_16F0 = .text:0x000016F0; // type:function size:0x58
|
||||
fn_243_1750 = .text:0x00001750; // type:function size:0x88
|
||||
initializeState_Pulled__14dAcAsuraFoot_cFv = .text:0x00000C70; // type:function size:0x160
|
||||
executeState_Pulled__14dAcAsuraFoot_cFv = .text:0x00000DD0; // type:function size:0x3C8
|
||||
finalizeState_Pulled__14dAcAsuraFoot_cFv = .text:0x000011A0; // type:function size:0x4
|
||||
initializeState_Wait__14dAcAsuraFoot_cFv = .text:0x000011B0; // type:function size:0x4
|
||||
executeState_Wait__14dAcAsuraFoot_cFv = .text:0x000011C0; // type:function size:0x4
|
||||
finalizeState_Wait__14dAcAsuraFoot_cFv = .text:0x000011D0; // type:function size:0x4
|
||||
__dt__14dAcAsuraFoot_cFv = .text:0x000011E0; // type:function size:0x164
|
||||
build__30sFStateFct_c<14dAcAsuraFoot_c>FRC12sStateIDIf_c = .text:0x00001350; // type:function size:0x60
|
||||
dispose__30sFStateFct_c<14dAcAsuraFoot_c>FRP10sStateIf_c = .text:0x000013B0; // type:function size:0xC
|
||||
initialize__27sFState_c<14dAcAsuraFoot_c>Fv = .text:0x000013C0; // type:function size:0x1C
|
||||
execute__27sFState_c<14dAcAsuraFoot_c>Fv = .text:0x000013E0; // type:function size:0x1C
|
||||
finalize__27sFState_c<14dAcAsuraFoot_c>Fv = .text:0x00001400; // type:function size:0x1C
|
||||
initializeState__83sStateMgr_c<14dAcAsuraFoot_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00001420; // type:function size:0x10
|
||||
finalizeState__83sStateMgr_c<14dAcAsuraFoot_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00001430; // type:function size:0x10
|
||||
refreshState__83sStateMgr_c<14dAcAsuraFoot_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00001440; // type:function size:0x10
|
||||
getState__83sStateMgr_c<14dAcAsuraFoot_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00001450; // type:function size:0x10
|
||||
getNewStateID__83sStateMgr_c<14dAcAsuraFoot_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00001460; // type:function size:0x10
|
||||
getOldStateID__83sStateMgr_c<14dAcAsuraFoot_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00001470; // type:function size:0x10
|
||||
finalizeState__29sFStateID_c<14dAcAsuraFoot_c>CFR14dAcAsuraFoot_c = .text:0x00001480; // type:function size:0x30
|
||||
executeState__29sFStateID_c<14dAcAsuraFoot_c>CFR14dAcAsuraFoot_c = .text:0x000014B0; // type:function size:0x30
|
||||
initializeState__29sFStateID_c<14dAcAsuraFoot_c>CFR14dAcAsuraFoot_c = .text:0x000014E0; // type:function size:0x30
|
||||
__sinit_\d_a_b_asura_foot_cpp = .text:0x00001510; // type:function size:0x1E0 scope:local
|
||||
__dt__29sFStateID_c<14dAcAsuraFoot_c>Fv = .text:0x000016F0; // type:function size:0x58
|
||||
isSameName__29sFStateID_c<14dAcAsuraFoot_c>CFPCc = .text:0x00001750; // type:function size:0x88
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
_dtors = .dtors:0x00000000; // type:label scope:global
|
||||
__destroy_global_chain_reference = .dtors:0x00000000; // type:object size:0x4 scope:global
|
||||
lbl_243_rodata_0 = .rodata:0x00000000; // type:object size:0xC data:float
|
||||
lbl_243_rodata_C = .rodata:0x0000000C; // type:object size:0x54 data:float
|
||||
lbl_243_rodata_60 = .rodata:0x00000060; // type:object size:0x8 data:float
|
||||
lbl_243_data_0 = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
g_profile_ASURA_FOOT = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
lbl_243_data_10 = .data:0x00000010; // type:object size:0x64
|
||||
lbl_243_data_74 = .data:0x00000074; // type:object size:0x1C data:string
|
||||
lbl_243_data_90 = .data:0x00000090; // type:object size:0x8 data:4byte
|
||||
|
||||
@@ -1,19 +1,19 @@
|
||||
_prolog = .text:0x00000000; // type:function size:0x2C scope:global
|
||||
_epilog = .text:0x00000030; // type:function size:0x2C scope:global
|
||||
_unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
fn_124_70 = .text:0x00000070; // type:function size:0x54
|
||||
dAcBBbshockwave_c_classInit__Fv = .text:0x00000070; // type:function size:0x54
|
||||
fn_124_D0 = .text:0x000000D0; // type:function size:0xC4
|
||||
fn_124_1A0 = .text:0x000001A0; // type:function size:0x3B0
|
||||
fn_124_550 = .text:0x00000550; // type:function size:0x8
|
||||
fn_124_560 = .text:0x00000560; // type:function size:0xD4
|
||||
fn_124_640 = .text:0x00000640; // type:function size:0x8
|
||||
fn_124_650 = .text:0x00000650; // type:function size:0x68
|
||||
__dt__17dAcBBbshockwave_cFv = .text:0x00000650; // type:function size:0x68
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
_dtors = .dtors:0x00000000; // type:label scope:global
|
||||
lbl_124_rodata_0 = .rodata:0x00000000; // type:object size:0x8 data:float
|
||||
lbl_124_rodata_8 = .rodata:0x00000008; // type:object size:0x28 data:float
|
||||
lbl_124_rodata_30 = .rodata:0x00000030; // type:object size:0x8 data:double
|
||||
lbl_124_data_0 = .data:0x00000000; // type:object size:0x10
|
||||
g_profile_B_BBSHWV = .data:0x00000000; // type:object size:0x10
|
||||
lbl_124_data_10 = .data:0x00000010; // type:object size:0x30
|
||||
lbl_124_data_40 = .data:0x00000040; // type:object size:0x4 data:4byte
|
||||
lbl_124_data_44 = .data:0x00000044; // type:object size:0x4 data:4byte
|
||||
|
||||
@@ -4,7 +4,7 @@ _unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
fn_122_F0 = .text:0x000000F0; // type:function size:0x40
|
||||
AcBBigBoss2__ctor = .text:0x00000130; // type:function size:0x4C8
|
||||
dAcBBigBoss2_c_classInit__Fv = .text:0x00000130; // type:function size:0x4C8
|
||||
fn_122_600 = .text:0x00000600; // type:function size:0x58
|
||||
fn_122_660 = .text:0x00000660; // type:function size:0x40
|
||||
fn_122_6A0 = .text:0x000006A0; // type:function size:0x4
|
||||
@@ -18,10 +18,10 @@ fn_122_810 = .text:0x00000810; // type:function size:0x58
|
||||
fn_122_870 = .text:0x00000870; // type:function size:0x90
|
||||
fn_122_900 = .text:0x00000900; // type:function size:0x58
|
||||
fn_122_960 = .text:0x00000960; // type:function size:0x90
|
||||
fn_122_9F0 = .text:0x000009F0; // type:function size:0x58
|
||||
fn_122_A50 = .text:0x00000A50; // type:function size:0x6C
|
||||
fn_122_AC0 = .text:0x00000AC0; // type:function size:0xA0
|
||||
fn_122_B60 = .text:0x00000B60; // type:function size:0xA4
|
||||
__dt__27sFState_c<14dAcBBigBoss2_c>Fv = .text:0x000009F0; // type:function size:0x58
|
||||
__dt__30sFStateFct_c<14dAcBBigBoss2_c>Fv = .text:0x00000A50; // type:function size:0x6C
|
||||
__dt__83sStateMgr_c<14dAcBBigBoss2_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000AC0; // type:function size:0xA0
|
||||
__dt__53sFStateMgr_c<14dAcBBigBoss2_c,20sStateMethodUsr_FI_c>Fv = .text:0x00000B60; // type:function size:0xA4
|
||||
fn_122_C10 = .text:0x00000C10; // type:function size:0x1C
|
||||
fn_122_C30 = .text:0x00000C30; // type:function size:0xC
|
||||
fn_122_C40 = .text:0x00000C40; // type:function size:0x198
|
||||
@@ -77,7 +77,7 @@ fn_122_51D0 = .text:0x000051D0; // type:function size:0x10
|
||||
fn_122_51E0 = .text:0x000051E0; // type:function size:0x209C
|
||||
fn_122_7280 = .text:0x00007280; // type:function size:0x1D4
|
||||
fn_122_7460 = .text:0x00007460; // type:function size:0x5C
|
||||
fn_122_74C0 = .text:0x000074C0; // type:function size:0x10
|
||||
getStateID__83sStateMgr_c<14dAcBBigBoss2_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000074C0; // type:function size:0x10
|
||||
fn_122_74D0 = .text:0x000074D0; // type:function size:0x144
|
||||
fn_122_7620 = .text:0x00007620; // type:function size:0xC
|
||||
fn_122_7630 = .text:0x00007630; // type:function size:0x28
|
||||
@@ -99,7 +99,7 @@ fn_122_A230 = .text:0x0000A230; // type:function size:0x8
|
||||
fn_122_A240 = .text:0x0000A240; // type:function size:0x20
|
||||
fn_122_A260 = .text:0x0000A260; // type:function size:0x20
|
||||
fn_122_A280 = .text:0x0000A280; // type:function size:0x140
|
||||
fn_122_A3C0 = .text:0x0000A3C0; // type:function size:0x10
|
||||
changeState__83sStateMgr_c<14dAcBBigBoss2_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x0000A3C0; // type:function size:0x10
|
||||
fn_122_A3D0 = .text:0x0000A3D0; // type:function size:0x338
|
||||
fn_122_A710 = .text:0x0000A710; // type:function size:0x58
|
||||
fn_122_A770 = .text:0x0000A770; // type:function size:0xC90
|
||||
@@ -136,7 +136,7 @@ fn_122_182A0 = .text:0x000182A0; // type:function size:0x14
|
||||
fn_122_182C0 = .text:0x000182C0; // type:function size:0x8
|
||||
fn_122_182D0 = .text:0x000182D0; // type:function size:0x18
|
||||
fn_122_182F0 = .text:0x000182F0; // type:function size:0x14
|
||||
fn_122_18310 = .text:0x00018310; // type:function size:0x10
|
||||
executeState__83sStateMgr_c<14dAcBBigBoss2_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00018310; // type:function size:0x10
|
||||
fn_122_18320 = .text:0x00018320; // type:function size:0x8
|
||||
fn_122_18330 = .text:0x00018330; // type:function size:0xC
|
||||
fn_122_18340 = .text:0x00018340; // type:function size:0xC
|
||||
@@ -169,138 +169,138 @@ fn_122_26540 = .text:0x00026540; // type:function size:0xB8
|
||||
fn_122_26600 = .text:0x00026600; // type:function size:0x248
|
||||
fn_122_26850 = .text:0x00026850; // type:function size:0x5C
|
||||
fn_122_268B0 = .text:0x000268B0; // type:function size:0x56C
|
||||
fn_122_26E20 = .text:0x00026E20; // type:function size:0x80
|
||||
fn_122_26EA0 = .text:0x00026EA0; // type:function size:0xC0
|
||||
fn_122_26F60 = .text:0x00026F60; // type:function size:0x4
|
||||
fn_122_26F70 = .text:0x00026F70; // type:function size:0x180
|
||||
fn_122_270F0 = .text:0x000270F0; // type:function size:0x2164
|
||||
fn_122_29260 = .text:0x00029260; // type:function size:0x50
|
||||
fn_122_292B0 = .text:0x000292B0; // type:function size:0x1F4
|
||||
fn_122_294B0 = .text:0x000294B0; // type:function size:0x8
|
||||
fn_122_294C0 = .text:0x000294C0; // type:function size:0x4
|
||||
fn_122_294D0 = .text:0x000294D0; // type:function size:0x1FC
|
||||
fn_122_296D0 = .text:0x000296D0; // type:function size:0x314
|
||||
fn_122_299F0 = .text:0x000299F0; // type:function size:0x4
|
||||
fn_122_29A00 = .text:0x00029A00; // type:function size:0x7C
|
||||
fn_122_29A80 = .text:0x00029A80; // type:function size:0xA28
|
||||
fn_122_2A4B0 = .text:0x0002A4B0; // type:function size:0x4
|
||||
fn_122_2A4C0 = .text:0x0002A4C0; // type:function size:0x5C
|
||||
fn_122_2A520 = .text:0x0002A520; // type:function size:0x14C
|
||||
fn_122_2A670 = .text:0x0002A670; // type:function size:0x4
|
||||
fn_122_2A680 = .text:0x0002A680; // type:function size:0x4
|
||||
fn_122_2A690 = .text:0x0002A690; // type:function size:0x40
|
||||
fn_122_2A6D0 = .text:0x0002A6D0; // type:function size:0x4
|
||||
fn_122_2A6E0 = .text:0x0002A6E0; // type:function size:0x84
|
||||
AcBigBoss2__handleBBADDEvent = .text:0x0002A770; // type:function size:0x168
|
||||
fn_122_2A8E0 = .text:0x0002A8E0; // type:function size:0x4
|
||||
fn_122_2A8F0 = .text:0x0002A8F0; // type:function size:0x1B4
|
||||
fn_122_2AAB0 = .text:0x0002AAB0; // type:function size:0xB0
|
||||
fn_122_2AB60 = .text:0x0002AB60; // type:function size:0x10
|
||||
fn_122_2AB70 = .text:0x0002AB70; // type:function size:0x124
|
||||
fn_122_2ACA0 = .text:0x0002ACA0; // type:function size:0x134
|
||||
fn_122_2ADE0 = .text:0x0002ADE0; // type:function size:0x10
|
||||
fn_122_2ADF0 = .text:0x0002ADF0; // type:function size:0x124
|
||||
fn_122_2AF20 = .text:0x0002AF20; // type:function size:0x58
|
||||
fn_122_2AF80 = .text:0x0002AF80; // type:function size:0x4
|
||||
fn_122_2AF90 = .text:0x0002AF90; // type:function size:0x1FC
|
||||
fn_122_2B190 = .text:0x0002B190; // type:function size:0x5FC
|
||||
fn_122_2B790 = .text:0x0002B790; // type:function size:0x38
|
||||
fn_122_2B7D0 = .text:0x0002B7D0; // type:function size:0x280
|
||||
fn_122_2BA50 = .text:0x0002BA50; // type:function size:0x6D0
|
||||
fn_122_2C120 = .text:0x0002C120; // type:function size:0x4
|
||||
fn_122_2C130 = .text:0x0002C130; // type:function size:0xDC
|
||||
fn_122_2C210 = .text:0x0002C210; // type:function size:0xB0
|
||||
fn_122_2C2C0 = .text:0x0002C2C0; // type:function size:0x10
|
||||
fn_122_2C2D0 = .text:0x0002C2D0; // type:function size:0x78C
|
||||
fn_122_2CA60 = .text:0x0002CA60; // type:function size:0x58
|
||||
fn_122_2CAC0 = .text:0x0002CAC0; // type:function size:0x4
|
||||
fn_122_2CAD0 = .text:0x0002CAD0; // type:function size:0x18C
|
||||
fn_122_2CC60 = .text:0x0002CC60; // type:function size:0x208
|
||||
fn_122_2CE70 = .text:0x0002CE70; // type:function size:0x4
|
||||
fn_122_2CE80 = .text:0x0002CE80; // type:function size:0x228
|
||||
fn_122_2D0B0 = .text:0x0002D0B0; // type:function size:0xA44
|
||||
fn_122_2DB00 = .text:0x0002DB00; // type:function size:0x8
|
||||
fn_122_2DB10 = .text:0x0002DB10; // type:function size:0x298
|
||||
fn_122_2DDB0 = .text:0x0002DDB0; // type:function size:0xF4
|
||||
fn_122_2DEB0 = .text:0x0002DEB0; // type:function size:0x4
|
||||
fn_122_2DEC0 = .text:0x0002DEC0; // type:function size:0x4
|
||||
fn_122_2DED0 = .text:0x0002DED0; // type:function size:0x4
|
||||
fn_122_2DEE0 = .text:0x0002DEE0; // type:function size:0x4
|
||||
fn_122_2DEF0 = .text:0x0002DEF0; // type:function size:0x2F8
|
||||
fn_122_2E1F0 = .text:0x0002E1F0; // type:function size:0x384
|
||||
fn_122_2E580 = .text:0x0002E580; // type:function size:0x8
|
||||
fn_122_2E590 = .text:0x0002E590; // type:function size:0x198
|
||||
fn_122_2E730 = .text:0x0002E730; // type:function size:0x2B08
|
||||
fn_122_31240 = .text:0x00031240; // type:function size:0x44
|
||||
fn_122_31290 = .text:0x00031290; // type:function size:0x228
|
||||
fn_122_314C0 = .text:0x000314C0; // type:function size:0x17C
|
||||
fn_122_31640 = .text:0x00031640; // type:function size:0x4
|
||||
fn_122_31650 = .text:0x00031650; // type:function size:0x4D0
|
||||
fn_122_31B20 = .text:0x00031B20; // type:function size:0x924
|
||||
fn_122_32450 = .text:0x00032450; // type:function size:0x44
|
||||
fn_122_324A0 = .text:0x000324A0; // type:function size:0x10C
|
||||
fn_122_325B0 = .text:0x000325B0; // type:function size:0x498
|
||||
fn_122_32A50 = .text:0x00032A50; // type:function size:0x4
|
||||
fn_122_32A60 = .text:0x00032A60; // type:function size:0x10C
|
||||
fn_122_32B70 = .text:0x00032B70; // type:function size:0x64
|
||||
fn_122_32BE0 = .text:0x00032BE0; // type:function size:0x4
|
||||
fn_122_32BF0 = .text:0x00032BF0; // type:function size:0x4
|
||||
fn_122_32C00 = .text:0x00032C00; // type:function size:0x4
|
||||
fn_122_32C10 = .text:0x00032C10; // type:function size:0x4
|
||||
fn_122_32C20 = .text:0x00032C20; // type:function size:0x3C4
|
||||
fn_122_32FF0 = .text:0x00032FF0; // type:function size:0xE64
|
||||
fn_122_33E60 = .text:0x00033E60; // type:function size:0x40
|
||||
fn_122_33EA0 = .text:0x00033EA0; // type:function size:0xFC
|
||||
fn_122_33FA0 = .text:0x00033FA0; // type:function size:0x70
|
||||
fn_122_34010 = .text:0x00034010; // type:function size:0x4
|
||||
fn_122_34020 = .text:0x00034020; // type:function size:0x1FC
|
||||
fn_122_34220 = .text:0x00034220; // type:function size:0x13C
|
||||
fn_122_34360 = .text:0x00034360; // type:function size:0x4
|
||||
AcBigBoss2__handleBBSTUNREVEvent = .text:0x00034370; // type:function size:0x2A0
|
||||
fn_122_34610 = .text:0x00034610; // type:function size:0x104C
|
||||
fn_122_35660 = .text:0x00035660; // type:function size:0x68
|
||||
fn_122_356D0 = .text:0x000356D0; // type:function size:0x370
|
||||
AcBigBoss2__handleBBSTUNFFEvent = .text:0x00035A40; // type:function size:0x148C
|
||||
fn_122_36ED0 = .text:0x00036ED0; // type:function size:0x8
|
||||
fn_122_36EE0 = .text:0x00036EE0; // type:function size:0x1CC
|
||||
fn_122_370B0 = .text:0x000370B0; // type:function size:0x1248
|
||||
fn_122_38300 = .text:0x00038300; // type:function size:0x50
|
||||
fn_122_38350 = .text:0x00038350; // type:function size:0x16C
|
||||
fn_122_384C0 = .text:0x000384C0; // type:function size:0x11C
|
||||
fn_122_385E0 = .text:0x000385E0; // type:function size:0x4
|
||||
fn_122_385F0 = .text:0x000385F0; // type:function size:0x328
|
||||
fn_122_38920 = .text:0x00038920; // type:function size:0x22C
|
||||
fn_122_38B50 = .text:0x00038B50; // type:function size:0x4
|
||||
fn_122_38B60 = .text:0x00038B60; // type:function size:0x284
|
||||
fn_122_38DF0 = .text:0x00038DF0; // type:function size:0x50C
|
||||
fn_122_39300 = .text:0x00039300; // type:function size:0x4
|
||||
fn_122_39310 = .text:0x00039310; // type:function size:0x24C
|
||||
fn_122_39560 = .text:0x00039560; // type:function size:0x2E4
|
||||
fn_122_39850 = .text:0x00039850; // type:function size:0x4
|
||||
fn_122_39860 = .text:0x00039860; // type:function size:0x300
|
||||
fn_122_39B60 = .text:0x00039B60; // type:function size:0x34C
|
||||
fn_122_39EB0 = .text:0x00039EB0; // type:function size:0x50
|
||||
fn_122_39F00 = .text:0x00039F00; // type:function size:0x20C
|
||||
fn_122_3A110 = .text:0x0003A110; // type:function size:0x80
|
||||
fn_122_3A190 = .text:0x0003A190; // type:function size:0x4
|
||||
fn_122_3A1A0 = .text:0x0003A1A0; // type:function size:0x278
|
||||
fn_122_3A420 = .text:0x0003A420; // type:function size:0xA60
|
||||
fn_122_3AE80 = .text:0x0003AE80; // type:function size:0x8
|
||||
fn_122_3AE90 = .text:0x0003AE90; // type:function size:0x1FC
|
||||
fn_122_3B090 = .text:0x0003B090; // type:function size:0x10C
|
||||
fn_122_3B1A0 = .text:0x0003B1A0; // type:function size:0x4
|
||||
fn_122_3B1B0 = .text:0x0003B1B0; // type:function size:0xD4
|
||||
fn_122_3B290 = .text:0x0003B290; // type:function size:0x2F44
|
||||
fn_122_3E1E0 = .text:0x0003E1E0; // type:function size:0x6C
|
||||
fn_122_3E250 = .text:0x0003E250; // type:function size:0x4
|
||||
fn_122_3E260 = .text:0x0003E260; // type:function size:0xC
|
||||
fn_122_3E270 = .text:0x0003E270; // type:function size:0x4
|
||||
fn_122_3E280 = .text:0x0003E280; // type:function size:0x220
|
||||
fn_122_3E4A0 = .text:0x0003E4A0; // type:function size:0x40
|
||||
fn_122_3E4E0 = .text:0x0003E4E0; // type:function size:0x4
|
||||
fn_122_3E4F0 = .text:0x0003E4F0; // type:function size:0x4
|
||||
fn_122_3E500 = .text:0x0003E500; // type:function size:0x4
|
||||
fn_122_3E510 = .text:0x0003E510; // type:function size:0x4
|
||||
initializeState_AppearWait__14dAcBBigBoss2_cFv = .text:0x00026E20; // type:function size:0x80
|
||||
executeState_AppearWait__14dAcBBigBoss2_cFv = .text:0x00026EA0; // type:function size:0xC0
|
||||
finalizeState_AppearWait__14dAcBBigBoss2_cFv = .text:0x00026F60; // type:function size:0x4
|
||||
initializeState_AppearDemo__14dAcBBigBoss2_cFv = .text:0x00026F70; // type:function size:0x180
|
||||
executeState_AppearDemo__14dAcBBigBoss2_cFv = .text:0x000270F0; // type:function size:0x2164
|
||||
finalizeState_AppearDemo__14dAcBBigBoss2_cFv = .text:0x00029260; // type:function size:0x50
|
||||
initializeState_Wait__14dAcBBigBoss2_cFv = .text:0x000292B0; // type:function size:0x1F4
|
||||
executeState_Wait__14dAcBBigBoss2_cFv = .text:0x000294B0; // type:function size:0x8
|
||||
finalizeState_Wait__14dAcBBigBoss2_cFv = .text:0x000294C0; // type:function size:0x4
|
||||
initializeState_Walk__14dAcBBigBoss2_cFv = .text:0x000294D0; // type:function size:0x1FC
|
||||
executeState_Walk__14dAcBBigBoss2_cFv = .text:0x000296D0; // type:function size:0x314
|
||||
finalizeState_Walk__14dAcBBigBoss2_cFv = .text:0x000299F0; // type:function size:0x4
|
||||
initializeState_Reach__14dAcBBigBoss2_cFv = .text:0x00029A00; // type:function size:0x7C
|
||||
executeState_Reach__14dAcBBigBoss2_cFv = .text:0x00029A80; // type:function size:0xA28
|
||||
finalizeState_Reach__14dAcBBigBoss2_cFv = .text:0x0002A4B0; // type:function size:0x4
|
||||
initializeState_Turn__14dAcBBigBoss2_cFv = .text:0x0002A4C0; // type:function size:0x5C
|
||||
executeState_Turn__14dAcBBigBoss2_cFv = .text:0x0002A520; // type:function size:0x14C
|
||||
finalizeState_Turn__14dAcBBigBoss2_cFv = .text:0x0002A670; // type:function size:0x4
|
||||
initializeState_ImpaAdvice__14dAcBBigBoss2_cFv = .text:0x0002A680; // type:function size:0x4
|
||||
executeState_ImpaAdvice__14dAcBBigBoss2_cFv = .text:0x0002A690; // type:function size:0x40
|
||||
finalizeState_ImpaAdvice__14dAcBBigBoss2_cFv = .text:0x0002A6D0; // type:function size:0x4
|
||||
initializeState_BadAdvice__14dAcBBigBoss2_cFv = .text:0x0002A6E0; // type:function size:0x84
|
||||
executeState_BadAdvice__14dAcBBigBoss2_cFv = .text:0x0002A770; // type:function size:0x168
|
||||
finalizeState_BadAdvice__14dAcBBigBoss2_cFv = .text:0x0002A8E0; // type:function size:0x4
|
||||
initializeState_ShakeHead__14dAcBBigBoss2_cFv = .text:0x0002A8F0; // type:function size:0x1B4
|
||||
executeState_ShakeHead__14dAcBBigBoss2_cFv = .text:0x0002AAB0; // type:function size:0xB0
|
||||
finalizeState_ShakeHead__14dAcBBigBoss2_cFv = .text:0x0002AB60; // type:function size:0x10
|
||||
initializeState_HeadDamage__14dAcBBigBoss2_cFv = .text:0x0002AB70; // type:function size:0x124
|
||||
executeState_HeadDamage__14dAcBBigBoss2_cFv = .text:0x0002ACA0; // type:function size:0x134
|
||||
finalizeState_HeadDamage__14dAcBBigBoss2_cFv = .text:0x0002ADE0; // type:function size:0x10
|
||||
initializeState_HeadPain__14dAcBBigBoss2_cFv = .text:0x0002ADF0; // type:function size:0x124
|
||||
executeState_HeadPain__14dAcBBigBoss2_cFv = .text:0x0002AF20; // type:function size:0x58
|
||||
finalizeState_HeadPain__14dAcBBigBoss2_cFv = .text:0x0002AF80; // type:function size:0x4
|
||||
initializeState_HeadRecover__14dAcBBigBoss2_cFv = .text:0x0002AF90; // type:function size:0x1FC
|
||||
executeState_HeadRecover__14dAcBBigBoss2_cFv = .text:0x0002B190; // type:function size:0x5FC
|
||||
finalizeState_HeadRecover__14dAcBBigBoss2_cFv = .text:0x0002B790; // type:function size:0x38
|
||||
initializeState_HeadDamageThrow__14dAcBBigBoss2_cFv = .text:0x0002B7D0; // type:function size:0x280
|
||||
executeState_HeadDamageThrow__14dAcBBigBoss2_cFv = .text:0x0002BA50; // type:function size:0x6D0
|
||||
finalizeState_HeadDamageThrow__14dAcBBigBoss2_cFv = .text:0x0002C120; // type:function size:0x4
|
||||
initializeState_DropByHand__14dAcBBigBoss2_cFv = .text:0x0002C130; // type:function size:0xDC
|
||||
executeState_DropByHand__14dAcBBigBoss2_cFv = .text:0x0002C210; // type:function size:0xB0
|
||||
finalizeState_DropByHand__14dAcBBigBoss2_cFv = .text:0x0002C2C0; // type:function size:0x10
|
||||
initializeState_Attack__14dAcBBigBoss2_cFv = .text:0x0002C2D0; // type:function size:0x78C
|
||||
executeState_Attack__14dAcBBigBoss2_cFv = .text:0x0002CA60; // type:function size:0x58
|
||||
finalizeState_Attack__14dAcBBigBoss2_cFv = .text:0x0002CAC0; // type:function size:0x4
|
||||
initializeState_FootBroken__14dAcBBigBoss2_cFv = .text:0x0002CAD0; // type:function size:0x18C
|
||||
executeState_FootBroken__14dAcBBigBoss2_cFv = .text:0x0002CC60; // type:function size:0x208
|
||||
finalizeState_FootBroken__14dAcBBigBoss2_cFv = .text:0x0002CE70; // type:function size:0x4
|
||||
initializeState_FootRecover__14dAcBBigBoss2_cFv = .text:0x0002CE80; // type:function size:0x228
|
||||
executeState_FootRecover__14dAcBBigBoss2_cFv = .text:0x0002D0B0; // type:function size:0xA44
|
||||
finalizeState_FootRecover__14dAcBBigBoss2_cFv = .text:0x0002DB00; // type:function size:0x8
|
||||
initializeState_BombHit__14dAcBBigBoss2_cFv = .text:0x0002DB10; // type:function size:0x298
|
||||
executeState_BombHit__14dAcBBigBoss2_cFv = .text:0x0002DDB0; // type:function size:0xF4
|
||||
finalizeState_BombHit__14dAcBBigBoss2_cFv = .text:0x0002DEB0; // type:function size:0x4
|
||||
initializeState_ArmBroken__14dAcBBigBoss2_cFv = .text:0x0002DEC0; // type:function size:0x4
|
||||
executeState_ArmBroken__14dAcBBigBoss2_cFv = .text:0x0002DED0; // type:function size:0x4
|
||||
finalizeState_ArmBroken__14dAcBBigBoss2_cFv = .text:0x0002DEE0; // type:function size:0x4
|
||||
initializeState_ArmRecover__14dAcBBigBoss2_cFv = .text:0x0002DEF0; // type:function size:0x2F8
|
||||
executeState_ArmRecover__14dAcBBigBoss2_cFv = .text:0x0002E1F0; // type:function size:0x384
|
||||
finalizeState_ArmRecover__14dAcBBigBoss2_cFv = .text:0x0002E580; // type:function size:0x8
|
||||
initializeState_Mount__14dAcBBigBoss2_cFv = .text:0x0002E590; // type:function size:0x198
|
||||
executeState_Mount__14dAcBBigBoss2_cFv = .text:0x0002E730; // type:function size:0x2B08
|
||||
finalizeState_Mount__14dAcBBigBoss2_cFv = .text:0x00031240; // type:function size:0x44
|
||||
initializeState_MountDamage__14dAcBBigBoss2_cFv = .text:0x00031290; // type:function size:0x228
|
||||
executeState_MountDamage__14dAcBBigBoss2_cFv = .text:0x000314C0; // type:function size:0x17C
|
||||
finalizeState_MountDamage__14dAcBBigBoss2_cFv = .text:0x00031640; // type:function size:0x4
|
||||
initializeState_Fall__14dAcBBigBoss2_cFv = .text:0x00031650; // type:function size:0x4D0
|
||||
executeState_Fall__14dAcBBigBoss2_cFv = .text:0x00031B20; // type:function size:0x924
|
||||
finalizeState_Fall__14dAcBBigBoss2_cFv = .text:0x00032450; // type:function size:0x44
|
||||
initializeState_CancelMount__14dAcBBigBoss2_cFv = .text:0x000324A0; // type:function size:0x10C
|
||||
executeState_CancelMount__14dAcBBigBoss2_cFv = .text:0x000325B0; // type:function size:0x498
|
||||
finalizeState_CancelMount__14dAcBBigBoss2_cFv = .text:0x00032A50; // type:function size:0x4
|
||||
initializeState_ArmAttack__14dAcBBigBoss2_cFv = .text:0x00032A60; // type:function size:0x10C
|
||||
executeState_ArmAttack__14dAcBBigBoss2_cFv = .text:0x00032B70; // type:function size:0x64
|
||||
finalizeState_ArmAttack__14dAcBBigBoss2_cFv = .text:0x00032BE0; // type:function size:0x4
|
||||
initializeState_MountArmBroken__14dAcBBigBoss2_cFv = .text:0x00032BF0; // type:function size:0x4
|
||||
executeState_MountArmBroken__14dAcBBigBoss2_cFv = .text:0x00032C00; // type:function size:0x4
|
||||
finalizeState_MountArmBroken__14dAcBBigBoss2_cFv = .text:0x00032C10; // type:function size:0x4
|
||||
initializeState_Stun__14dAcBBigBoss2_cFv = .text:0x00032C20; // type:function size:0x3C4
|
||||
executeState_Stun__14dAcBBigBoss2_cFv = .text:0x00032FF0; // type:function size:0xE64
|
||||
finalizeState_Stun__14dAcBBigBoss2_cFv = .text:0x00033E60; // type:function size:0x40
|
||||
initializeState_StunBombDamage__14dAcBBigBoss2_cFv = .text:0x00033EA0; // type:function size:0xFC
|
||||
executeState_StunBombDamage__14dAcBBigBoss2_cFv = .text:0x00033FA0; // type:function size:0x70
|
||||
finalizeState_StunBombDamage__14dAcBBigBoss2_cFv = .text:0x00034010; // type:function size:0x4
|
||||
initializeState_StunWait__14dAcBBigBoss2_cFv = .text:0x00034020; // type:function size:0x1FC
|
||||
executeState_StunWait__14dAcBBigBoss2_cFv = .text:0x00034220; // type:function size:0x13C
|
||||
finalizeState_StunWait__14dAcBBigBoss2_cFv = .text:0x00034360; // type:function size:0x4
|
||||
initializeState_StunRecover__14dAcBBigBoss2_cFv = .text:0x00034370; // type:function size:0x2A0
|
||||
executeState_StunRecover__14dAcBBigBoss2_cFv = .text:0x00034610; // type:function size:0x104C
|
||||
finalizeState_StunRecover__14dAcBBigBoss2_cFv = .text:0x00035660; // type:function size:0x68
|
||||
initializeState_StunFrontFall__14dAcBBigBoss2_cFv = .text:0x000356D0; // type:function size:0x370
|
||||
executeState_StunFrontFall__14dAcBBigBoss2_cFv = .text:0x00035A40; // type:function size:0x148C
|
||||
finalizeState_StunFrontFall__14dAcBBigBoss2_cFv = .text:0x00036ED0; // type:function size:0x8
|
||||
initializeState_StunDamage__14dAcBBigBoss2_cFv = .text:0x00036EE0; // type:function size:0x1CC
|
||||
executeState_StunDamage__14dAcBBigBoss2_cFv = .text:0x000370B0; // type:function size:0x1248
|
||||
finalizeState_StunDamage__14dAcBBigBoss2_cFv = .text:0x00038300; // type:function size:0x50
|
||||
initializeState_StunPain__14dAcBBigBoss2_cFv = .text:0x00038350; // type:function size:0x16C
|
||||
executeState_StunPain__14dAcBBigBoss2_cFv = .text:0x000384C0; // type:function size:0x11C
|
||||
finalizeState_StunPain__14dAcBBigBoss2_cFv = .text:0x000385E0; // type:function size:0x4
|
||||
initializeState_FrontFall__14dAcBBigBoss2_cFv = .text:0x000385F0; // type:function size:0x328
|
||||
executeState_FrontFall__14dAcBBigBoss2_cFv = .text:0x00038920; // type:function size:0x22C
|
||||
finalizeState_FrontFall__14dAcBBigBoss2_cFv = .text:0x00038B50; // type:function size:0x4
|
||||
initializeState_Rush__14dAcBBigBoss2_cFv = .text:0x00038B60; // type:function size:0x284
|
||||
executeState_Rush__14dAcBBigBoss2_cFv = .text:0x00038DF0; // type:function size:0x50C
|
||||
finalizeState_Rush__14dAcBBigBoss2_cFv = .text:0x00039300; // type:function size:0x4
|
||||
initializeState_RushDamage__14dAcBBigBoss2_cFv = .text:0x00039310; // type:function size:0x24C
|
||||
executeState_RushDamage__14dAcBBigBoss2_cFv = .text:0x00039560; // type:function size:0x2E4
|
||||
finalizeState_RushDamage__14dAcBBigBoss2_cFv = .text:0x00039850; // type:function size:0x4
|
||||
initializeState_Rise__14dAcBBigBoss2_cFv = .text:0x00039860; // type:function size:0x300
|
||||
executeState_Rise__14dAcBBigBoss2_cFv = .text:0x00039B60; // type:function size:0x34C
|
||||
finalizeState_Rise__14dAcBBigBoss2_cFv = .text:0x00039EB0; // type:function size:0x50
|
||||
initializeState_Tied__14dAcBBigBoss2_cFv = .text:0x00039F00; // type:function size:0x20C
|
||||
executeState_Tied__14dAcBBigBoss2_cFv = .text:0x0003A110; // type:function size:0x80
|
||||
finalizeState_Tied__14dAcBBigBoss2_cFv = .text:0x0003A190; // type:function size:0x4
|
||||
initializeState_LevelUp__14dAcBBigBoss2_cFv = .text:0x0003A1A0; // type:function size:0x278
|
||||
executeState_LevelUp__14dAcBBigBoss2_cFv = .text:0x0003A420; // type:function size:0xA60
|
||||
finalizeState_LevelUp__14dAcBBigBoss2_cFv = .text:0x0003AE80; // type:function size:0x8
|
||||
initializeState_GuardBallista__14dAcBBigBoss2_cFv = .text:0x0003AE90; // type:function size:0x1FC
|
||||
executeState_GuardBallista__14dAcBBigBoss2_cFv = .text:0x0003B090; // type:function size:0x10C
|
||||
finalizeState_GuardBallista__14dAcBBigBoss2_cFv = .text:0x0003B1A0; // type:function size:0x4
|
||||
initializeState_Evacuation__14dAcBBigBoss2_cFv = .text:0x0003B1B0; // type:function size:0xD4
|
||||
executeState_Evacuation__14dAcBBigBoss2_cFv = .text:0x0003B290; // type:function size:0x2F44
|
||||
finalizeState_Evacuation__14dAcBBigBoss2_cFv = .text:0x0003E1E0; // type:function size:0x6C
|
||||
initializeState_StoneWait__14dAcBBigBoss2_cFv = .text:0x0003E250; // type:function size:0x4
|
||||
executeState_StoneWait__14dAcBBigBoss2_cFv = .text:0x0003E260; // type:function size:0xC
|
||||
finalizeState_StoneWait__14dAcBBigBoss2_cFv = .text:0x0003E270; // type:function size:0x4
|
||||
initializeState_SwordGameWait__14dAcBBigBoss2_cFv = .text:0x0003E280; // type:function size:0x220
|
||||
executeState_SwordGameWait__14dAcBBigBoss2_cFv = .text:0x0003E4A0; // type:function size:0x40
|
||||
finalizeState_SwordGameWait__14dAcBBigBoss2_cFv = .text:0x0003E4E0; // type:function size:0x4
|
||||
initializeState_SwordGameEnd__14dAcBBigBoss2_cFv = .text:0x0003E4F0; // type:function size:0x4
|
||||
executeState_SwordGameEnd__14dAcBBigBoss2_cFv = .text:0x0003E500; // type:function size:0x4
|
||||
finalizeState_SwordGameEnd__14dAcBBigBoss2_cFv = .text:0x0003E510; // type:function size:0x4
|
||||
fn_122_3E520 = .text:0x0003E520; // type:function size:0xA0
|
||||
fn_122_3E5C0 = .text:0x0003E5C0; // type:function size:0x124
|
||||
fn_122_3E6F0 = .text:0x0003E6F0; // type:function size:0x110
|
||||
@@ -310,7 +310,7 @@ fn_122_3EC80 = .text:0x0003EC80; // type:function size:0x8
|
||||
fn_122_3EC90 = .text:0x0003EC90; // type:function size:0x4
|
||||
fn_122_3ECA0 = .text:0x0003ECA0; // type:function size:0x4
|
||||
fn_122_3ECB0 = .text:0x0003ECB0; // type:function size:0x8
|
||||
fn_122_3ECC0 = .text:0x0003ECC0; // type:function size:0x48C
|
||||
__dt__14dAcBBigBoss2_cFv = .text:0x0003ECC0; // type:function size:0x48C
|
||||
fn_122_3F150 = .text:0x0003F150; // type:function size:0x4
|
||||
fn_122_3F160 = .text:0x0003F160; // type:function size:0x4
|
||||
fn_122_3F170 = .text:0x0003F170; // type:function size:0x4
|
||||
@@ -319,23 +319,23 @@ fn_122_3F190 = .text:0x0003F190; // type:function size:0x4
|
||||
fn_122_3F1A0 = .text:0x0003F1A0; // type:function size:0x4
|
||||
fn_122_3F1B0 = .text:0x0003F1B0; // type:function size:0x4
|
||||
fn_122_3F1C0 = .text:0x0003F1C0; // type:function size:0x4
|
||||
fn_122_3F1D0 = .text:0x0003F1D0; // type:function size:0x60
|
||||
fn_122_3F230 = .text:0x0003F230; // type:function size:0xC
|
||||
fn_122_3F240 = .text:0x0003F240; // type:function size:0x1C
|
||||
fn_122_3F260 = .text:0x0003F260; // type:function size:0x1C
|
||||
fn_122_3F280 = .text:0x0003F280; // type:function size:0x1C
|
||||
fn_122_3F2A0 = .text:0x0003F2A0; // type:function size:0x10
|
||||
fn_122_3F2B0 = .text:0x0003F2B0; // type:function size:0x10
|
||||
fn_122_3F2C0 = .text:0x0003F2C0; // type:function size:0x10
|
||||
fn_122_3F2D0 = .text:0x0003F2D0; // type:function size:0x10
|
||||
fn_122_3F2E0 = .text:0x0003F2E0; // type:function size:0x10
|
||||
fn_122_3F2F0 = .text:0x0003F2F0; // type:function size:0x10
|
||||
fn_122_3F300 = .text:0x0003F300; // type:function size:0x30
|
||||
fn_122_3F330 = .text:0x0003F330; // type:function size:0x30
|
||||
fn_122_3F360 = .text:0x0003F360; // type:function size:0x30
|
||||
fn_122_3F390 = .text:0x0003F390; // type:function size:0x2220
|
||||
fn_122_415B0 = .text:0x000415B0; // type:function size:0x58
|
||||
fn_122_41610 = .text:0x00041610; // type:function size:0x88
|
||||
build__30sFStateFct_c<14dAcBBigBoss2_c>FRC12sStateIDIf_c = .text:0x0003F1D0; // type:function size:0x60
|
||||
dispose__30sFStateFct_c<14dAcBBigBoss2_c>FRP10sStateIf_c = .text:0x0003F230; // type:function size:0xC
|
||||
initialize__27sFState_c<14dAcBBigBoss2_c>Fv = .text:0x0003F240; // type:function size:0x1C
|
||||
execute__27sFState_c<14dAcBBigBoss2_c>Fv = .text:0x0003F260; // type:function size:0x1C
|
||||
finalize__27sFState_c<14dAcBBigBoss2_c>Fv = .text:0x0003F280; // type:function size:0x1C
|
||||
initializeState__83sStateMgr_c<14dAcBBigBoss2_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x0003F2A0; // type:function size:0x10
|
||||
finalizeState__83sStateMgr_c<14dAcBBigBoss2_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x0003F2B0; // type:function size:0x10
|
||||
refreshState__83sStateMgr_c<14dAcBBigBoss2_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x0003F2C0; // type:function size:0x10
|
||||
getState__83sStateMgr_c<14dAcBBigBoss2_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x0003F2D0; // type:function size:0x10
|
||||
getNewStateID__83sStateMgr_c<14dAcBBigBoss2_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x0003F2E0; // type:function size:0x10
|
||||
getOldStateID__83sStateMgr_c<14dAcBBigBoss2_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x0003F2F0; // type:function size:0x10
|
||||
finalizeState__29sFStateID_c<14dAcBBigBoss2_c>CFR14dAcBBigBoss2_c = .text:0x0003F300; // type:function size:0x30
|
||||
executeState__29sFStateID_c<14dAcBBigBoss2_c>CFR14dAcBBigBoss2_c = .text:0x0003F330; // type:function size:0x30
|
||||
initializeState__29sFStateID_c<14dAcBBigBoss2_c>CFR14dAcBBigBoss2_c = .text:0x0003F360; // type:function size:0x30
|
||||
__sinit_\d_a_b_bigboss2_cpp = .text:0x0003F390; // type:function size:0x2220 scope:local
|
||||
__dt__29sFStateID_c<14dAcBBigBoss2_c>Fv = .text:0x000415B0; // type:function size:0x58
|
||||
isSameName__29sFStateID_c<14dAcBBigBoss2_c>CFPCc = .text:0x00041610; // type:function size:0x88
|
||||
fn_122_416A0 = .text:0x000416A0; // type:function size:0x8
|
||||
fn_122_416B0 = .text:0x000416B0; // type:function size:0x8
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
@@ -368,7 +368,7 @@ lbl_122_rodata_76C = .rodata:0x0000076C; // type:object size:0x50 data:float
|
||||
lbl_122_rodata_7BC = .rodata:0x000007BC; // type:object size:0x128 data:float
|
||||
lbl_122_rodata_8E4 = .rodata:0x000008E4; // type:object size:0x254 data:float
|
||||
lbl_122_rodata_B38 = .rodata:0x00000B38; // type:object size:0x1BC data:float
|
||||
lbl_122_data_0 = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
g_profile_B_BIGBOSS2 = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
lbl_122_data_10 = .data:0x00000010; // type:object size:0x8
|
||||
lbl_122_data_18 = .data:0x00000018; // type:object size:0x8
|
||||
lbl_122_data_20 = .data:0x00000020; // type:object size:0xC
|
||||
|
||||
@@ -4,7 +4,7 @@ _unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
fn_123_F0 = .text:0x000000F0; // type:function size:0x40
|
||||
AcBBigBoss3__ctor = .text:0x00000130; // type:function size:0x4F4
|
||||
dAcBBigBoss3_c_classInit__Fv = .text:0x00000130; // type:function size:0x4F4
|
||||
fn_123_630 = .text:0x00000630; // type:function size:0x58
|
||||
fn_123_690 = .text:0x00000690; // type:function size:0x40
|
||||
fn_123_6D0 = .text:0x000006D0; // type:function size:0x4
|
||||
@@ -18,10 +18,10 @@ fn_123_840 = .text:0x00000840; // type:function size:0x58
|
||||
fn_123_8A0 = .text:0x000008A0; // type:function size:0x90
|
||||
fn_123_930 = .text:0x00000930; // type:function size:0x58
|
||||
fn_123_990 = .text:0x00000990; // type:function size:0x90
|
||||
fn_123_A20 = .text:0x00000A20; // type:function size:0x58
|
||||
fn_123_A80 = .text:0x00000A80; // type:function size:0x6C
|
||||
fn_123_AF0 = .text:0x00000AF0; // type:function size:0xA0
|
||||
fn_123_B90 = .text:0x00000B90; // type:function size:0xA4
|
||||
__dt__27sFState_c<14dAcBBigBoss3_c>Fv = .text:0x00000A20; // type:function size:0x58
|
||||
__dt__30sFStateFct_c<14dAcBBigBoss3_c>Fv = .text:0x00000A80; // type:function size:0x6C
|
||||
__dt__83sStateMgr_c<14dAcBBigBoss3_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000AF0; // type:function size:0xA0
|
||||
__dt__53sFStateMgr_c<14dAcBBigBoss3_c,20sStateMethodUsr_FI_c>Fv = .text:0x00000B90; // type:function size:0xA4
|
||||
fn_123_C40 = .text:0x00000C40; // type:function size:0xD8
|
||||
fn_123_D20 = .text:0x00000D20; // type:function size:0xDC
|
||||
fn_123_E00 = .text:0x00000E00; // type:function size:0x30
|
||||
@@ -65,7 +65,7 @@ fn_123_3630 = .text:0x00003630; // type:function size:0x10
|
||||
fn_123_3640 = .text:0x00003640; // type:function size:0x2590
|
||||
fn_123_5BD0 = .text:0x00005BD0; // type:function size:0x1D4
|
||||
fn_123_5DB0 = .text:0x00005DB0; // type:function size:0x5C
|
||||
fn_123_5E10 = .text:0x00005E10; // type:function size:0x10
|
||||
getStateID__83sStateMgr_c<14dAcBBigBoss3_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00005E10; // type:function size:0x10
|
||||
fn_123_5E20 = .text:0x00005E20; // type:function size:0xC
|
||||
fn_123_5E30 = .text:0x00005E30; // type:function size:0x28
|
||||
fn_123_5E60 = .text:0x00005E60; // type:function size:0x10
|
||||
@@ -84,7 +84,7 @@ fn_123_8C90 = .text:0x00008C90; // type:function size:0x8
|
||||
fn_123_8CA0 = .text:0x00008CA0; // type:function size:0x20
|
||||
fn_123_8CC0 = .text:0x00008CC0; // type:function size:0x20
|
||||
fn_123_8CE0 = .text:0x00008CE0; // type:function size:0x160
|
||||
fn_123_8E40 = .text:0x00008E40; // type:function size:0x10
|
||||
changeState__83sStateMgr_c<14dAcBBigBoss3_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x00008E40; // type:function size:0x10
|
||||
fn_123_8E50 = .text:0x00008E50; // type:function size:0x1F0
|
||||
fn_123_9040 = .text:0x00009040; // type:function size:0x2C
|
||||
fn_123_9070 = .text:0x00009070; // type:function size:0x45C
|
||||
@@ -116,7 +116,7 @@ fn_123_13FC0 = .text:0x00013FC0; // type:function size:0x8
|
||||
fn_123_13FD0 = .text:0x00013FD0; // type:function size:0x8
|
||||
fn_123_13FE0 = .text:0x00013FE0; // type:function size:0x18
|
||||
fn_123_14000 = .text:0x00014000; // type:function size:0x14
|
||||
fn_123_14020 = .text:0x00014020; // type:function size:0x10
|
||||
executeState__83sStateMgr_c<14dAcBBigBoss3_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00014020; // type:function size:0x10
|
||||
fn_123_14030 = .text:0x00014030; // type:function size:0x8
|
||||
fn_123_14040 = .text:0x00014040; // type:function size:0xC
|
||||
fn_123_14050 = .text:0x00014050; // type:function size:0xC
|
||||
@@ -152,129 +152,129 @@ fn_123_201A0 = .text:0x000201A0; // type:function size:0xB4
|
||||
fn_123_20260 = .text:0x00020260; // type:function size:0x5C
|
||||
fn_123_202C0 = .text:0x000202C0; // type:function size:0x258
|
||||
fn_123_20520 = .text:0x00020520; // type:function size:0x1290
|
||||
fn_123_217B0 = .text:0x000217B0; // type:function size:0x90
|
||||
fn_123_21840 = .text:0x00021840; // type:function size:0x98
|
||||
fn_123_218E0 = .text:0x000218E0; // type:function size:0x4
|
||||
fn_123_218F0 = .text:0x000218F0; // type:function size:0x190
|
||||
AcBigBoss3__handleBBossAppearEvent = .text:0x00021A80; // type:function size:0x1C0C
|
||||
fn_123_23690 = .text:0x00023690; // type:function size:0x54
|
||||
fn_123_236F0 = .text:0x000236F0; // type:function size:0x98
|
||||
fn_123_23790 = .text:0x00023790; // type:function size:0x8
|
||||
fn_123_237A0 = .text:0x000237A0; // type:function size:0x4
|
||||
fn_123_237B0 = .text:0x000237B0; // type:function size:0x34
|
||||
fn_123_237F0 = .text:0x000237F0; // type:function size:0xC8
|
||||
fn_123_238C0 = .text:0x000238C0; // type:function size:0x4
|
||||
fn_123_238D0 = .text:0x000238D0; // type:function size:0x7C
|
||||
fn_123_23950 = .text:0x00023950; // type:function size:0x838
|
||||
fn_123_24190 = .text:0x00024190; // type:function size:0x4
|
||||
fn_123_241A0 = .text:0x000241A0; // type:function size:0x5C
|
||||
fn_123_24200 = .text:0x00024200; // type:function size:0x14C
|
||||
fn_123_24350 = .text:0x00024350; // type:function size:0x4
|
||||
fn_123_24360 = .text:0x00024360; // type:function size:0x4
|
||||
fn_123_24370 = .text:0x00024370; // type:function size:0x40
|
||||
fn_123_243B0 = .text:0x000243B0; // type:function size:0x4
|
||||
fn_123_243C0 = .text:0x000243C0; // type:function size:0xB4
|
||||
fn_123_24480 = .text:0x00024480; // type:function size:0x13C
|
||||
fn_123_245C0 = .text:0x000245C0; // type:function size:0x14
|
||||
fn_123_245E0 = .text:0x000245E0; // type:function size:0xB4
|
||||
fn_123_246A0 = .text:0x000246A0; // type:function size:0x134
|
||||
fn_123_247E0 = .text:0x000247E0; // type:function size:0x14
|
||||
fn_123_24800 = .text:0x00024800; // type:function size:0xB4
|
||||
fn_123_248C0 = .text:0x000248C0; // type:function size:0x58
|
||||
fn_123_24920 = .text:0x00024920; // type:function size:0x4
|
||||
fn_123_24930 = .text:0x00024930; // type:function size:0xB4
|
||||
fn_123_249F0 = .text:0x000249F0; // type:function size:0x158
|
||||
fn_123_24B50 = .text:0x00024B50; // type:function size:0x4
|
||||
fn_123_24B60 = .text:0x00024B60; // type:function size:0x1FC
|
||||
fn_123_24D60 = .text:0x00024D60; // type:function size:0x1194
|
||||
fn_123_25F00 = .text:0x00025F00; // type:function size:0x38
|
||||
fn_123_25F40 = .text:0x00025F40; // type:function size:0x7C
|
||||
fn_123_25FC0 = .text:0x00025FC0; // type:function size:0x8E4
|
||||
fn_123_268B0 = .text:0x000268B0; // type:function size:0x4
|
||||
fn_123_268C0 = .text:0x000268C0; // type:function size:0xB4
|
||||
fn_123_26980 = .text:0x00026980; // type:function size:0xB4
|
||||
fn_123_26A40 = .text:0x00026A40; // type:function size:0x14
|
||||
fn_123_26A60 = .text:0x00026A60; // type:function size:0x214
|
||||
fn_123_26C80 = .text:0x00026C80; // type:function size:0x58
|
||||
fn_123_26CE0 = .text:0x00026CE0; // type:function size:0x4
|
||||
fn_123_26CF0 = .text:0x00026CF0; // type:function size:0x12C
|
||||
fn_123_26E20 = .text:0x00026E20; // type:function size:0x190
|
||||
fn_123_26FB0 = .text:0x00026FB0; // type:function size:0x4
|
||||
fn_123_26FC0 = .text:0x00026FC0; // type:function size:0x198
|
||||
fn_123_27160 = .text:0x00027160; // type:function size:0xA44
|
||||
fn_123_27BB0 = .text:0x00027BB0; // type:function size:0x8
|
||||
fn_123_27BC0 = .text:0x00027BC0; // type:function size:0x288
|
||||
fn_123_27E50 = .text:0x00027E50; // type:function size:0x384
|
||||
fn_123_281E0 = .text:0x000281E0; // type:function size:0x8
|
||||
fn_123_281F0 = .text:0x000281F0; // type:function size:0x4
|
||||
fn_123_28200 = .text:0x00028200; // type:function size:0x4
|
||||
fn_123_28210 = .text:0x00028210; // type:function size:0x4
|
||||
fn_123_28220 = .text:0x00028220; // type:function size:0x74
|
||||
fn_123_282A0 = .text:0x000282A0; // type:function size:0x64
|
||||
fn_123_28310 = .text:0x00028310; // type:function size:0x4
|
||||
fn_123_28320 = .text:0x00028320; // type:function size:0x17C
|
||||
fn_123_284A0 = .text:0x000284A0; // type:function size:0xB0
|
||||
fn_123_28550 = .text:0x00028550; // type:function size:0x4
|
||||
fn_123_28560 = .text:0x00028560; // type:function size:0x3BC
|
||||
fn_123_28920 = .text:0x00028920; // type:function size:0xBE0
|
||||
fn_123_29500 = .text:0x00029500; // type:function size:0x4
|
||||
fn_123_29510 = .text:0x00029510; // type:function size:0x90
|
||||
fn_123_295A0 = .text:0x000295A0; // type:function size:0x15C
|
||||
fn_123_29700 = .text:0x00029700; // type:function size:0x4
|
||||
fn_123_29710 = .text:0x00029710; // type:function size:0xFC
|
||||
fn_123_29810 = .text:0x00029810; // type:function size:0x70
|
||||
fn_123_29880 = .text:0x00029880; // type:function size:0x4
|
||||
fn_123_29890 = .text:0x00029890; // type:function size:0x28C
|
||||
fn_123_29B20 = .text:0x00029B20; // type:function size:0x13AC
|
||||
fn_123_2AED0 = .text:0x0002AED0; // type:function size:0x48
|
||||
fn_123_2AF20 = .text:0x0002AF20; // type:function size:0xF0
|
||||
fn_123_2B010 = .text:0x0002B010; // type:function size:0x1CF0
|
||||
fn_123_2CD00 = .text:0x0002CD00; // type:function size:0x54
|
||||
fn_123_2CD60 = .text:0x0002CD60; // type:function size:0x90
|
||||
fn_123_2CDF0 = .text:0x0002CDF0; // type:function size:0xA4
|
||||
fn_123_2CEA0 = .text:0x0002CEA0; // type:function size:0x4
|
||||
fn_123_2CEB0 = .text:0x0002CEB0; // type:function size:0x17C
|
||||
fn_123_2D030 = .text:0x0002D030; // type:function size:0x9F4
|
||||
fn_123_2DA30 = .text:0x0002DA30; // type:function size:0x8
|
||||
fn_123_2DA40 = .text:0x0002DA40; // type:function size:0x60
|
||||
fn_123_2DAA0 = .text:0x0002DAA0; // type:function size:0xBC
|
||||
fn_123_2DB60 = .text:0x0002DB60; // type:function size:0x4
|
||||
fn_123_2DB70 = .text:0x0002DB70; // type:function size:0xDC
|
||||
fn_123_2DC50 = .text:0x0002DC50; // type:function size:0x368
|
||||
fn_123_2DFC0 = .text:0x0002DFC0; // type:function size:0x3C
|
||||
fn_123_2E000 = .text:0x0002E000; // type:function size:0x13C
|
||||
fn_123_2E140 = .text:0x0002E140; // type:function size:0x688
|
||||
fn_123_2E7D0 = .text:0x0002E7D0; // type:function size:0x4
|
||||
fn_123_2E7E0 = .text:0x0002E7E0; // type:function size:0x1F0
|
||||
AcBigBoss3__handleBBFLYFALLEventMaybe = .text:0x0002E9D0; // type:function size:0xFD4
|
||||
fn_123_2F9B0 = .text:0x0002F9B0; // type:function size:0x10
|
||||
fn_123_2F9C0 = .text:0x0002F9C0; // type:function size:0xB0
|
||||
fn_123_2FA70 = .text:0x0002FA70; // type:function size:0xAB8
|
||||
fn_123_30530 = .text:0x00030530; // type:function size:0x4
|
||||
fn_123_30540 = .text:0x00030540; // type:function size:0x54
|
||||
fn_123_305A0 = .text:0x000305A0; // type:function size:0x5C
|
||||
fn_123_30600 = .text:0x00030600; // type:function size:0x4
|
||||
fn_123_30610 = .text:0x00030610; // type:function size:0x4C
|
||||
fn_123_30660 = .text:0x00030660; // type:function size:0x90
|
||||
fn_123_306F0 = .text:0x000306F0; // type:function size:0x4
|
||||
fn_123_30700 = .text:0x00030700; // type:function size:0xC4
|
||||
fn_123_307D0 = .text:0x000307D0; // type:function size:0x1E4
|
||||
fn_123_309C0 = .text:0x000309C0; // type:function size:0x4
|
||||
fn_123_309D0 = .text:0x000309D0; // type:function size:0x90
|
||||
fn_123_30A60 = .text:0x00030A60; // type:function size:0x94
|
||||
fn_123_30B00 = .text:0x00030B00; // type:function size:0x4
|
||||
fn_123_30B10 = .text:0x00030B10; // type:function size:0xE0
|
||||
fn_123_30BF0 = .text:0x00030BF0; // type:function size:0x31C8
|
||||
fn_123_33DC0 = .text:0x00033DC0; // type:function size:0x6C
|
||||
fn_123_33E30 = .text:0x00033E30; // type:function size:0x4
|
||||
fn_123_33E40 = .text:0x00033E40; // type:function size:0xC
|
||||
fn_123_33E50 = .text:0x00033E50; // type:function size:0x4
|
||||
fn_123_33E60 = .text:0x00033E60; // type:function size:0xD8
|
||||
fn_123_33F40 = .text:0x00033F40; // type:function size:0x54
|
||||
fn_123_33FA0 = .text:0x00033FA0; // type:function size:0x4
|
||||
fn_123_33FB0 = .text:0x00033FB0; // type:function size:0x4
|
||||
fn_123_33FC0 = .text:0x00033FC0; // type:function size:0x4
|
||||
fn_123_33FD0 = .text:0x00033FD0; // type:function size:0x4
|
||||
initializeState_AppearWait__14dAcBBigBoss3_cFv = .text:0x000217B0; // type:function size:0x90
|
||||
executeState_AppearWait__14dAcBBigBoss3_cFv = .text:0x00021840; // type:function size:0x98
|
||||
finalizeState_AppearWait__14dAcBBigBoss3_cFv = .text:0x000218E0; // type:function size:0x4
|
||||
initializeState_AppearDemo__14dAcBBigBoss3_cFv = .text:0x000218F0; // type:function size:0x190
|
||||
executeState_AppearDemo__14dAcBBigBoss3_cFv = .text:0x00021A80; // type:function size:0x1C0C
|
||||
finalizeState_AppearDemo__14dAcBBigBoss3_cFv = .text:0x00023690; // type:function size:0x54
|
||||
initializeState_Wait__14dAcBBigBoss3_cFv = .text:0x000236F0; // type:function size:0x98
|
||||
executeState_Wait__14dAcBBigBoss3_cFv = .text:0x00023790; // type:function size:0x8
|
||||
finalizeState_Wait__14dAcBBigBoss3_cFv = .text:0x000237A0; // type:function size:0x4
|
||||
initializeState_Walk__14dAcBBigBoss3_cFv = .text:0x000237B0; // type:function size:0x34
|
||||
executeState_Walk__14dAcBBigBoss3_cFv = .text:0x000237F0; // type:function size:0xC8
|
||||
finalizeState_Walk__14dAcBBigBoss3_cFv = .text:0x000238C0; // type:function size:0x4
|
||||
initializeState_Reach__14dAcBBigBoss3_cFv = .text:0x000238D0; // type:function size:0x7C
|
||||
executeState_Reach__14dAcBBigBoss3_cFv = .text:0x00023950; // type:function size:0x838
|
||||
finalizeState_Reach__14dAcBBigBoss3_cFv = .text:0x00024190; // type:function size:0x4
|
||||
initializeState_Turn__14dAcBBigBoss3_cFv = .text:0x000241A0; // type:function size:0x5C
|
||||
executeState_Turn__14dAcBBigBoss3_cFv = .text:0x00024200; // type:function size:0x14C
|
||||
finalizeState_Turn__14dAcBBigBoss3_cFv = .text:0x00024350; // type:function size:0x4
|
||||
initializeState_ImpaAdvice__14dAcBBigBoss3_cFv = .text:0x00024360; // type:function size:0x4
|
||||
executeState_ImpaAdvice__14dAcBBigBoss3_cFv = .text:0x00024370; // type:function size:0x40
|
||||
finalizeState_ImpaAdvice__14dAcBBigBoss3_cFv = .text:0x000243B0; // type:function size:0x4
|
||||
initializeState_ShakeHead__14dAcBBigBoss3_cFv = .text:0x000243C0; // type:function size:0xB4
|
||||
executeState_ShakeHead__14dAcBBigBoss3_cFv = .text:0x00024480; // type:function size:0x13C
|
||||
finalizeState_ShakeHead__14dAcBBigBoss3_cFv = .text:0x000245C0; // type:function size:0x14
|
||||
initializeState_HeadDamage__14dAcBBigBoss3_cFv = .text:0x000245E0; // type:function size:0xB4
|
||||
executeState_HeadDamage__14dAcBBigBoss3_cFv = .text:0x000246A0; // type:function size:0x134
|
||||
finalizeState_HeadDamage__14dAcBBigBoss3_cFv = .text:0x000247E0; // type:function size:0x14
|
||||
initializeState_HeadPain__14dAcBBigBoss3_cFv = .text:0x00024800; // type:function size:0xB4
|
||||
executeState_HeadPain__14dAcBBigBoss3_cFv = .text:0x000248C0; // type:function size:0x58
|
||||
finalizeState_HeadPain__14dAcBBigBoss3_cFv = .text:0x00024920; // type:function size:0x4
|
||||
initializeState_FlyPain__14dAcBBigBoss3_cFv = .text:0x00024930; // type:function size:0xB4
|
||||
executeState_FlyPain__14dAcBBigBoss3_cFv = .text:0x000249F0; // type:function size:0x158
|
||||
finalizeState_FlyPain__14dAcBBigBoss3_cFv = .text:0x00024B50; // type:function size:0x4
|
||||
initializeState_HeadRecover__14dAcBBigBoss3_cFv = .text:0x00024B60; // type:function size:0x1FC
|
||||
executeState_HeadRecover__14dAcBBigBoss3_cFv = .text:0x00024D60; // type:function size:0x1194
|
||||
finalizeState_HeadRecover__14dAcBBigBoss3_cFv = .text:0x00025F00; // type:function size:0x38
|
||||
initializeState_HeadDamageThrow__14dAcBBigBoss3_cFv = .text:0x00025F40; // type:function size:0x7C
|
||||
executeState_HeadDamageThrow__14dAcBBigBoss3_cFv = .text:0x00025FC0; // type:function size:0x8E4
|
||||
finalizeState_HeadDamageThrow__14dAcBBigBoss3_cFv = .text:0x000268B0; // type:function size:0x4
|
||||
initializeState_DropByHand__14dAcBBigBoss3_cFv = .text:0x000268C0; // type:function size:0xB4
|
||||
executeState_DropByHand__14dAcBBigBoss3_cFv = .text:0x00026980; // type:function size:0xB4
|
||||
finalizeState_DropByHand__14dAcBBigBoss3_cFv = .text:0x00026A40; // type:function size:0x14
|
||||
initializeState_Attack__14dAcBBigBoss3_cFv = .text:0x00026A60; // type:function size:0x214
|
||||
executeState_Attack__14dAcBBigBoss3_cFv = .text:0x00026C80; // type:function size:0x58
|
||||
finalizeState_Attack__14dAcBBigBoss3_cFv = .text:0x00026CE0; // type:function size:0x4
|
||||
initializeState_FootBroken__14dAcBBigBoss3_cFv = .text:0x00026CF0; // type:function size:0x12C
|
||||
executeState_FootBroken__14dAcBBigBoss3_cFv = .text:0x00026E20; // type:function size:0x190
|
||||
finalizeState_FootBroken__14dAcBBigBoss3_cFv = .text:0x00026FB0; // type:function size:0x4
|
||||
initializeState_FootRecover__14dAcBBigBoss3_cFv = .text:0x00026FC0; // type:function size:0x198
|
||||
executeState_FootRecover__14dAcBBigBoss3_cFv = .text:0x00027160; // type:function size:0xA44
|
||||
finalizeState_FootRecover__14dAcBBigBoss3_cFv = .text:0x00027BB0; // type:function size:0x8
|
||||
initializeState_ArmRecover__14dAcBBigBoss3_cFv = .text:0x00027BC0; // type:function size:0x288
|
||||
executeState_ArmRecover__14dAcBBigBoss3_cFv = .text:0x00027E50; // type:function size:0x384
|
||||
finalizeState_ArmRecover__14dAcBBigBoss3_cFv = .text:0x000281E0; // type:function size:0x8
|
||||
initializeState_ArmBroken__14dAcBBigBoss3_cFv = .text:0x000281F0; // type:function size:0x4
|
||||
executeState_ArmBroken__14dAcBBigBoss3_cFv = .text:0x00028200; // type:function size:0x4
|
||||
finalizeState_ArmBroken__14dAcBBigBoss3_cFv = .text:0x00028210; // type:function size:0x4
|
||||
initializeState_ArmAttack__14dAcBBigBoss3_cFv = .text:0x00028220; // type:function size:0x74
|
||||
executeState_ArmAttack__14dAcBBigBoss3_cFv = .text:0x000282A0; // type:function size:0x64
|
||||
finalizeState_ArmAttack__14dAcBBigBoss3_cFv = .text:0x00028310; // type:function size:0x4
|
||||
initializeState_BombHit__14dAcBBigBoss3_cFv = .text:0x00028320; // type:function size:0x17C
|
||||
executeState_BombHit__14dAcBBigBoss3_cFv = .text:0x000284A0; // type:function size:0xB0
|
||||
finalizeState_BombHit__14dAcBBigBoss3_cFv = .text:0x00028550; // type:function size:0x4
|
||||
initializeState_Stun__14dAcBBigBoss3_cFv = .text:0x00028560; // type:function size:0x3BC
|
||||
executeState_Stun__14dAcBBigBoss3_cFv = .text:0x00028920; // type:function size:0xBE0
|
||||
finalizeState_Stun__14dAcBBigBoss3_cFv = .text:0x00029500; // type:function size:0x4
|
||||
initializeState_StunWait__14dAcBBigBoss3_cFv = .text:0x00029510; // type:function size:0x90
|
||||
executeState_StunWait__14dAcBBigBoss3_cFv = .text:0x000295A0; // type:function size:0x15C
|
||||
finalizeState_StunWait__14dAcBBigBoss3_cFv = .text:0x00029700; // type:function size:0x4
|
||||
initializeState_StunBombDamage__14dAcBBigBoss3_cFv = .text:0x00029710; // type:function size:0xFC
|
||||
executeState_StunBombDamage__14dAcBBigBoss3_cFv = .text:0x00029810; // type:function size:0x70
|
||||
finalizeState_StunBombDamage__14dAcBBigBoss3_cFv = .text:0x00029880; // type:function size:0x4
|
||||
initializeState_StunRecover__14dAcBBigBoss3_cFv = .text:0x00029890; // type:function size:0x28C
|
||||
executeState_StunRecover__14dAcBBigBoss3_cFv = .text:0x00029B20; // type:function size:0x13AC
|
||||
finalizeState_StunRecover__14dAcBBigBoss3_cFv = .text:0x0002AED0; // type:function size:0x48
|
||||
initializeState_StunDamage__14dAcBBigBoss3_cFv = .text:0x0002AF20; // type:function size:0xF0
|
||||
executeState_StunDamage__14dAcBBigBoss3_cFv = .text:0x0002B010; // type:function size:0x1CF0
|
||||
finalizeState_StunDamage__14dAcBBigBoss3_cFv = .text:0x0002CD00; // type:function size:0x54
|
||||
initializeState_StunPain__14dAcBBigBoss3_cFv = .text:0x0002CD60; // type:function size:0x90
|
||||
executeState_StunPain__14dAcBBigBoss3_cFv = .text:0x0002CDF0; // type:function size:0xA4
|
||||
finalizeState_StunPain__14dAcBBigBoss3_cFv = .text:0x0002CEA0; // type:function size:0x4
|
||||
initializeState_LevelUp__14dAcBBigBoss3_cFv = .text:0x0002CEB0; // type:function size:0x17C
|
||||
executeState_LevelUp__14dAcBBigBoss3_cFv = .text:0x0002D030; // type:function size:0x9F4
|
||||
finalizeState_LevelUp__14dAcBBigBoss3_cFv = .text:0x0002DA30; // type:function size:0x8
|
||||
initializeState_PreFly__14dAcBBigBoss3_cFv = .text:0x0002DA40; // type:function size:0x60
|
||||
executeState_PreFly__14dAcBBigBoss3_cFv = .text:0x0002DAA0; // type:function size:0xBC
|
||||
finalizeState_PreFly__14dAcBBigBoss3_cFv = .text:0x0002DB60; // type:function size:0x4
|
||||
initializeState_PreFlyDemo__14dAcBBigBoss3_cFv = .text:0x0002DB70; // type:function size:0xDC
|
||||
executeState_PreFlyDemo__14dAcBBigBoss3_cFv = .text:0x0002DC50; // type:function size:0x368
|
||||
finalizeState_PreFlyDemo__14dAcBBigBoss3_cFv = .text:0x0002DFC0; // type:function size:0x3C
|
||||
initializeState_Fly__14dAcBBigBoss3_cFv = .text:0x0002E000; // type:function size:0x13C
|
||||
executeState_Fly__14dAcBBigBoss3_cFv = .text:0x0002E140; // type:function size:0x688
|
||||
finalizeState_Fly__14dAcBBigBoss3_cFv = .text:0x0002E7D0; // type:function size:0x4
|
||||
initializeState_FlyFall__14dAcBBigBoss3_cFv = .text:0x0002E7E0; // type:function size:0x1F0
|
||||
executeState_FlyFall__14dAcBBigBoss3_cFv = .text:0x0002E9D0; // type:function size:0xFD4
|
||||
finalizeState_FlyFall__14dAcBBigBoss3_cFv = .text:0x0002F9B0; // type:function size:0x10
|
||||
initializeState_FlyFallGround__14dAcBBigBoss3_cFv = .text:0x0002F9C0; // type:function size:0xB0
|
||||
executeState_FlyFallGround__14dAcBBigBoss3_cFv = .text:0x0002FA70; // type:function size:0xAB8
|
||||
finalizeState_FlyFallGround__14dAcBBigBoss3_cFv = .text:0x00030530; // type:function size:0x4
|
||||
initializeState_FlyFallGroundWait__14dAcBBigBoss3_cFv = .text:0x00030540; // type:function size:0x54
|
||||
executeState_FlyFallGroundWait__14dAcBBigBoss3_cFv = .text:0x000305A0; // type:function size:0x5C
|
||||
finalizeState_FlyFallGroundWait__14dAcBBigBoss3_cFv = .text:0x00030600; // type:function size:0x4
|
||||
initializeState_FlyFallRecover__14dAcBBigBoss3_cFv = .text:0x00030610; // type:function size:0x4C
|
||||
executeState_FlyFallRecover__14dAcBBigBoss3_cFv = .text:0x00030660; // type:function size:0x90
|
||||
finalizeState_FlyFallRecover__14dAcBBigBoss3_cFv = .text:0x000306F0; // type:function size:0x4
|
||||
initializeState_FlyReach__14dAcBBigBoss3_cFv = .text:0x00030700; // type:function size:0xC4
|
||||
executeState_FlyReach__14dAcBBigBoss3_cFv = .text:0x000307D0; // type:function size:0x1E4
|
||||
finalizeState_FlyReach__14dAcBBigBoss3_cFv = .text:0x000309C0; // type:function size:0x4
|
||||
initializeState_GuardBallista__14dAcBBigBoss3_cFv = .text:0x000309D0; // type:function size:0x90
|
||||
executeState_GuardBallista__14dAcBBigBoss3_cFv = .text:0x00030A60; // type:function size:0x94
|
||||
finalizeState_GuardBallista__14dAcBBigBoss3_cFv = .text:0x00030B00; // type:function size:0x4
|
||||
initializeState_Evacuation__14dAcBBigBoss3_cFv = .text:0x00030B10; // type:function size:0xE0
|
||||
executeState_Evacuation__14dAcBBigBoss3_cFv = .text:0x00030BF0; // type:function size:0x31C8
|
||||
finalizeState_Evacuation__14dAcBBigBoss3_cFv = .text:0x00033DC0; // type:function size:0x6C
|
||||
initializeState_StoneWait__14dAcBBigBoss3_cFv = .text:0x00033E30; // type:function size:0x4
|
||||
executeState_StoneWait__14dAcBBigBoss3_cFv = .text:0x00033E40; // type:function size:0xC
|
||||
finalizeState_StoneWait__14dAcBBigBoss3_cFv = .text:0x00033E50; // type:function size:0x4
|
||||
initializeState_SwordGameWait__14dAcBBigBoss3_cFv = .text:0x00033E60; // type:function size:0xD8
|
||||
executeState_SwordGameWait__14dAcBBigBoss3_cFv = .text:0x00033F40; // type:function size:0x54
|
||||
finalizeState_SwordGameWait__14dAcBBigBoss3_cFv = .text:0x00033FA0; // type:function size:0x4
|
||||
initializeState_SwordGameEnd__14dAcBBigBoss3_cFv = .text:0x00033FB0; // type:function size:0x4
|
||||
executeState_SwordGameEnd__14dAcBBigBoss3_cFv = .text:0x00033FC0; // type:function size:0x4
|
||||
finalizeState_SwordGameEnd__14dAcBBigBoss3_cFv = .text:0x00033FD0; // type:function size:0x4
|
||||
fn_123_33FE0 = .text:0x00033FE0; // type:function size:0x88
|
||||
fn_123_34070 = .text:0x00034070; // type:function size:0x13C
|
||||
fn_123_341B0 = .text:0x000341B0; // type:function size:0x16C
|
||||
@@ -283,7 +283,7 @@ fn_123_348B0 = .text:0x000348B0; // type:function size:0x8
|
||||
fn_123_348C0 = .text:0x000348C0; // type:function size:0x4
|
||||
fn_123_348D0 = .text:0x000348D0; // type:function size:0x4
|
||||
fn_123_348E0 = .text:0x000348E0; // type:function size:0x8
|
||||
fn_123_348F0 = .text:0x000348F0; // type:function size:0x4C4
|
||||
__dt__14dAcBBigBoss3_cFv = .text:0x000348F0; // type:function size:0x4C4
|
||||
fn_123_34DC0 = .text:0x00034DC0; // type:function size:0x4
|
||||
fn_123_34DD0 = .text:0x00034DD0; // type:function size:0x4
|
||||
fn_123_34DE0 = .text:0x00034DE0; // type:function size:0x4
|
||||
@@ -292,23 +292,23 @@ fn_123_34E00 = .text:0x00034E00; // type:function size:0x4
|
||||
fn_123_34E10 = .text:0x00034E10; // type:function size:0x4
|
||||
fn_123_34E20 = .text:0x00034E20; // type:function size:0x4
|
||||
fn_123_34E30 = .text:0x00034E30; // type:function size:0x4
|
||||
fn_123_34E40 = .text:0x00034E40; // type:function size:0x60
|
||||
fn_123_34EA0 = .text:0x00034EA0; // type:function size:0xC
|
||||
fn_123_34EB0 = .text:0x00034EB0; // type:function size:0x1C
|
||||
fn_123_34ED0 = .text:0x00034ED0; // type:function size:0x1C
|
||||
fn_123_34EF0 = .text:0x00034EF0; // type:function size:0x1C
|
||||
fn_123_34F10 = .text:0x00034F10; // type:function size:0x10
|
||||
fn_123_34F20 = .text:0x00034F20; // type:function size:0x10
|
||||
fn_123_34F30 = .text:0x00034F30; // type:function size:0x10
|
||||
fn_123_34F40 = .text:0x00034F40; // type:function size:0x10
|
||||
fn_123_34F50 = .text:0x00034F50; // type:function size:0x10
|
||||
fn_123_34F60 = .text:0x00034F60; // type:function size:0x10
|
||||
fn_123_34F70 = .text:0x00034F70; // type:function size:0x30
|
||||
fn_123_34FA0 = .text:0x00034FA0; // type:function size:0x30
|
||||
fn_123_34FD0 = .text:0x00034FD0; // type:function size:0x30
|
||||
fn_123_35000 = .text:0x00035000; // type:function size:0x223C
|
||||
fn_123_37240 = .text:0x00037240; // type:function size:0x58
|
||||
fn_123_372A0 = .text:0x000372A0; // type:function size:0x88
|
||||
build__30sFStateFct_c<14dAcBBigBoss3_c>FRC12sStateIDIf_c = .text:0x00034E40; // type:function size:0x60
|
||||
dispose__30sFStateFct_c<14dAcBBigBoss3_c>FRP10sStateIf_c = .text:0x00034EA0; // type:function size:0xC
|
||||
initialize__27sFState_c<14dAcBBigBoss3_c>Fv = .text:0x00034EB0; // type:function size:0x1C
|
||||
execute__27sFState_c<14dAcBBigBoss3_c>Fv = .text:0x00034ED0; // type:function size:0x1C
|
||||
finalize__27sFState_c<14dAcBBigBoss3_c>Fv = .text:0x00034EF0; // type:function size:0x1C
|
||||
initializeState__83sStateMgr_c<14dAcBBigBoss3_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00034F10; // type:function size:0x10
|
||||
finalizeState__83sStateMgr_c<14dAcBBigBoss3_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00034F20; // type:function size:0x10
|
||||
refreshState__83sStateMgr_c<14dAcBBigBoss3_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00034F30; // type:function size:0x10
|
||||
getState__83sStateMgr_c<14dAcBBigBoss3_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00034F40; // type:function size:0x10
|
||||
getNewStateID__83sStateMgr_c<14dAcBBigBoss3_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00034F50; // type:function size:0x10
|
||||
getOldStateID__83sStateMgr_c<14dAcBBigBoss3_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00034F60; // type:function size:0x10
|
||||
finalizeState__29sFStateID_c<14dAcBBigBoss3_c>CFR14dAcBBigBoss3_c = .text:0x00034F70; // type:function size:0x30
|
||||
executeState__29sFStateID_c<14dAcBBigBoss3_c>CFR14dAcBBigBoss3_c = .text:0x00034FA0; // type:function size:0x30
|
||||
initializeState__29sFStateID_c<14dAcBBigBoss3_c>CFR14dAcBBigBoss3_c = .text:0x00034FD0; // type:function size:0x30
|
||||
__sinit_\d_a_b_bigboss3_cpp = .text:0x00035000; // type:function size:0x223C scope:local
|
||||
__dt__29sFStateID_c<14dAcBBigBoss3_c>Fv = .text:0x00037240; // type:function size:0x58
|
||||
isSameName__29sFStateID_c<14dAcBBigBoss3_c>CFPCc = .text:0x000372A0; // type:function size:0x88
|
||||
fn_123_37330 = .text:0x00037330; // type:function size:0x8
|
||||
fn_123_37340 = .text:0x00037340; // type:function size:0x8
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
@@ -338,7 +338,7 @@ lbl_123_rodata_6A8 = .rodata:0x000006A8; // type:object size:0x40 data:float
|
||||
lbl_123_rodata_6E8 = .rodata:0x000006E8; // type:object size:0x74 data:float
|
||||
lbl_123_rodata_75C = .rodata:0x0000075C; // type:object size:0x64 data:float
|
||||
lbl_123_rodata_7C0 = .rodata:0x000007C0; // type:object size:0x438 data:float
|
||||
lbl_123_data_0 = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
g_profile_B_BIGBOSS3 = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
lbl_123_data_10 = .data:0x00000010; // type:object size:0x8
|
||||
lbl_123_data_18 = .data:0x00000018; // type:object size:0x8
|
||||
lbl_123_data_20 = .data:0x00000020; // type:object size:0xC
|
||||
|
||||
@@ -4,7 +4,7 @@ _unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
fn_121_F0 = .text:0x000000F0; // type:function size:0x40
|
||||
AcBBigBoss__ctor = .text:0x00000130; // type:function size:0x3D4
|
||||
dAcBBigBoss_c_classInit__Fv = .text:0x00000130; // type:function size:0x3D4
|
||||
fn_121_510 = .text:0x00000510; // type:function size:0x58
|
||||
fn_121_570 = .text:0x00000570; // type:function size:0x40
|
||||
fn_121_5B0 = .text:0x000005B0; // type:function size:0x4
|
||||
@@ -18,10 +18,10 @@ fn_121_720 = .text:0x00000720; // type:function size:0x58
|
||||
fn_121_780 = .text:0x00000780; // type:function size:0x90
|
||||
fn_121_810 = .text:0x00000810; // type:function size:0x58
|
||||
fn_121_870 = .text:0x00000870; // type:function size:0x90
|
||||
fn_121_900 = .text:0x00000900; // type:function size:0x58
|
||||
fn_121_960 = .text:0x00000960; // type:function size:0x6C
|
||||
fn_121_9D0 = .text:0x000009D0; // type:function size:0xA0
|
||||
fn_121_A70 = .text:0x00000A70; // type:function size:0xA4
|
||||
__dt__26sFState_c<13dAcBBigBoss_c>Fv = .text:0x00000900; // type:function size:0x58
|
||||
__dt__29sFStateFct_c<13dAcBBigBoss_c>Fv = .text:0x00000960; // type:function size:0x6C
|
||||
__dt__82sStateMgr_c<13dAcBBigBoss_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000009D0; // type:function size:0xA0
|
||||
__dt__52sFStateMgr_c<13dAcBBigBoss_c,20sStateMethodUsr_FI_c>Fv = .text:0x00000A70; // type:function size:0xA4
|
||||
fn_121_B20 = .text:0x00000B20; // type:function size:0x18C
|
||||
fn_121_CB0 = .text:0x00000CB0; // type:function size:0x190
|
||||
fn_121_E40 = .text:0x00000E40; // type:function size:0x1C
|
||||
@@ -64,7 +64,7 @@ fn_121_30D0 = .text:0x000030D0; // type:function size:0x10
|
||||
fn_121_30E0 = .text:0x000030E0; // type:function size:0x1BFC
|
||||
fn_121_4CE0 = .text:0x00004CE0; // type:function size:0x1D4
|
||||
fn_121_4EC0 = .text:0x00004EC0; // type:function size:0x58
|
||||
fn_121_4F20 = .text:0x00004F20; // type:function size:0x10
|
||||
getStateID__82sStateMgr_c<13dAcBBigBoss_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00004F20; // type:function size:0x10
|
||||
fn_121_4F30 = .text:0x00004F30; // type:function size:0x1DC
|
||||
fn_121_5110 = .text:0x00005110; // type:function size:0x684
|
||||
fn_121_57A0 = .text:0x000057A0; // type:function size:0x1C
|
||||
@@ -76,7 +76,7 @@ fn_121_5C70 = .text:0x00005C70; // type:function size:0x1C0
|
||||
fn_121_5E30 = .text:0x00005E30; // type:function size:0x8E0
|
||||
fn_121_6710 = .text:0x00006710; // type:function size:0x8
|
||||
fn_121_6720 = .text:0x00006720; // type:function size:0x120
|
||||
fn_121_6840 = .text:0x00006840; // type:function size:0x10
|
||||
changeState__82sStateMgr_c<13dAcBBigBoss_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x00006840; // type:function size:0x10
|
||||
fn_121_6850 = .text:0x00006850; // type:function size:0x8C8
|
||||
fn_121_7120 = .text:0x00007120; // type:function size:0x8A8
|
||||
fn_121_79D0 = .text:0x000079D0; // type:function size:0x2C
|
||||
@@ -98,7 +98,7 @@ fn_121_C0F0 = .text:0x0000C0F0; // type:function size:0x6C
|
||||
fn_121_C160 = .text:0x0000C160; // type:function size:0x384
|
||||
fn_121_C4F0 = .text:0x0000C4F0; // type:function size:0x18
|
||||
fn_121_C510 = .text:0x0000C510; // type:function size:0x10
|
||||
fn_121_C520 = .text:0x0000C520; // type:function size:0x10
|
||||
executeState__82sStateMgr_c<13dAcBBigBoss_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x0000C520; // type:function size:0x10
|
||||
fn_121_C530 = .text:0x0000C530; // type:function size:0x8
|
||||
fn_121_C540 = .text:0x0000C540; // type:function size:0xC
|
||||
fn_121_C550 = .text:0x0000C550; // type:function size:0xC
|
||||
@@ -126,96 +126,96 @@ fn_121_138C0 = .text:0x000138C0; // type:function size:0x3F8
|
||||
fn_121_13CC0 = .text:0x00013CC0; // type:function size:0x5C
|
||||
fn_121_13D20 = .text:0x00013D20; // type:function size:0x9E0
|
||||
fn_121_14700 = .text:0x00014700; // type:function size:0x304
|
||||
fn_121_14A10 = .text:0x00014A10; // type:function size:0x80
|
||||
fn_121_14A90 = .text:0x00014A90; // type:function size:0x98
|
||||
fn_121_14B30 = .text:0x00014B30; // type:function size:0x4
|
||||
fn_121_14B40 = .text:0x00014B40; // type:function size:0x184
|
||||
fn_121_14CD0 = .text:0x00014CD0; // type:function size:0x1ED0
|
||||
fn_121_16BA0 = .text:0x00016BA0; // type:function size:0x5C
|
||||
fn_121_16C00 = .text:0x00016C00; // type:function size:0x58
|
||||
fn_121_16C60 = .text:0x00016C60; // type:function size:0x8
|
||||
fn_121_16C70 = .text:0x00016C70; // type:function size:0x4
|
||||
fn_121_16C80 = .text:0x00016C80; // type:function size:0x34
|
||||
fn_121_16CC0 = .text:0x00016CC0; // type:function size:0x110
|
||||
fn_121_16DD0 = .text:0x00016DD0; // type:function size:0x4
|
||||
fn_121_16DE0 = .text:0x00016DE0; // type:function size:0x12C
|
||||
fn_121_16F10 = .text:0x00016F10; // type:function size:0x364
|
||||
fn_121_17280 = .text:0x00017280; // type:function size:0x4
|
||||
fn_121_17290 = .text:0x00017290; // type:function size:0x58
|
||||
fn_121_172F0 = .text:0x000172F0; // type:function size:0x148
|
||||
fn_121_17440 = .text:0x00017440; // type:function size:0x4
|
||||
fn_121_17450 = .text:0x00017450; // type:function size:0x4
|
||||
fn_121_17460 = .text:0x00017460; // type:function size:0x40
|
||||
fn_121_174A0 = .text:0x000174A0; // type:function size:0x4
|
||||
fn_121_174B0 = .text:0x000174B0; // type:function size:0xB4
|
||||
fn_121_17570 = .text:0x00017570; // type:function size:0xB0
|
||||
fn_121_17620 = .text:0x00017620; // type:function size:0x10
|
||||
fn_121_17630 = .text:0x00017630; // type:function size:0xB4
|
||||
fn_121_176F0 = .text:0x000176F0; // type:function size:0x164
|
||||
fn_121_17860 = .text:0x00017860; // type:function size:0x4
|
||||
fn_121_17870 = .text:0x00017870; // type:function size:0x1F0
|
||||
fn_121_17A60 = .text:0x00017A60; // type:function size:0x138C
|
||||
fn_121_18DF0 = .text:0x00018DF0; // type:function size:0x8
|
||||
fn_121_18E00 = .text:0x00018E00; // type:function size:0xB4
|
||||
fn_121_18EC0 = .text:0x00018EC0; // type:function size:0x58
|
||||
fn_121_18F20 = .text:0x00018F20; // type:function size:0x4
|
||||
fn_121_18F30 = .text:0x00018F30; // type:function size:0x1F8
|
||||
fn_121_19130 = .text:0x00019130; // type:function size:0x418
|
||||
fn_121_19550 = .text:0x00019550; // type:function size:0x10
|
||||
fn_121_19560 = .text:0x00019560; // type:function size:0x1CC
|
||||
fn_121_19730 = .text:0x00019730; // type:function size:0x628
|
||||
fn_121_19D60 = .text:0x00019D60; // type:function size:0x4
|
||||
fn_121_19D70 = .text:0x00019D70; // type:function size:0x358
|
||||
fn_121_1A0D0 = .text:0x0001A0D0; // type:function size:0x364
|
||||
fn_121_1A440 = .text:0x0001A440; // type:function size:0x4
|
||||
fn_121_1A450 = .text:0x0001A450; // type:function size:0x1A8
|
||||
fn_121_1A600 = .text:0x0001A600; // type:function size:0x174
|
||||
fn_121_1A780 = .text:0x0001A780; // type:function size:0x14
|
||||
fn_121_1A7A0 = .text:0x0001A7A0; // type:function size:0x150
|
||||
fn_121_1A8F0 = .text:0x0001A8F0; // type:function size:0x408
|
||||
fn_121_1AD00 = .text:0x0001AD00; // type:function size:0x10
|
||||
fn_121_1AD10 = .text:0x0001AD10; // type:function size:0x17C
|
||||
fn_121_1AE90 = .text:0x0001AE90; // type:function size:0x31C
|
||||
fn_121_1B1B0 = .text:0x0001B1B0; // type:function size:0x44
|
||||
fn_121_1B200 = .text:0x0001B200; // type:function size:0xA0
|
||||
fn_121_1B2A0 = .text:0x0001B2A0; // type:function size:0x80
|
||||
fn_121_1B320 = .text:0x0001B320; // type:function size:0x4
|
||||
fn_121_1B330 = .text:0x0001B330; // type:function size:0x14C
|
||||
fn_121_1B480 = .text:0x0001B480; // type:function size:0x88C
|
||||
fn_121_1BD10 = .text:0x0001BD10; // type:function size:0x8
|
||||
fn_121_1BD20 = .text:0x0001BD20; // type:function size:0x218
|
||||
fn_121_1BF40 = .text:0x0001BF40; // type:function size:0x2A4
|
||||
fn_121_1C1F0 = .text:0x0001C1F0; // type:function size:0x4
|
||||
fn_121_1C200 = .text:0x0001C200; // type:function size:0x194
|
||||
fn_121_1C3A0 = .text:0x0001C3A0; // type:function size:0x7F8
|
||||
fn_121_1CBA0 = .text:0x0001CBA0; // type:function size:0x8
|
||||
fn_121_1CBB0 = .text:0x0001CBB0; // type:function size:0x218
|
||||
fn_121_1CDD0 = .text:0x0001CDD0; // type:function size:0xB1C
|
||||
fn_121_1D8F0 = .text:0x0001D8F0; // type:function size:0x4
|
||||
fn_121_1D900 = .text:0x0001D900; // type:function size:0x90
|
||||
fn_121_1D990 = .text:0x0001D990; // type:function size:0xF0
|
||||
fn_121_1DA80 = .text:0x0001DA80; // type:function size:0x4
|
||||
fn_121_1DA90 = .text:0x0001DA90; // type:function size:0x290
|
||||
fn_121_1DD20 = .text:0x0001DD20; // type:function size:0xB54
|
||||
fn_121_1E880 = .text:0x0001E880; // type:function size:0x44
|
||||
fn_121_1E8D0 = .text:0x0001E8D0; // type:function size:0xEC
|
||||
fn_121_1E9C0 = .text:0x0001E9C0; // type:function size:0xE20
|
||||
fn_121_1F7E0 = .text:0x0001F7E0; // type:function size:0x50
|
||||
fn_121_1F830 = .text:0x0001F830; // type:function size:0x90
|
||||
fn_121_1F8C0 = .text:0x0001F8C0; // type:function size:0xA4
|
||||
fn_121_1F970 = .text:0x0001F970; // type:function size:0x4
|
||||
fn_121_1F980 = .text:0x0001F980; // type:function size:0xCC
|
||||
fn_121_1FA50 = .text:0x0001FA50; // type:function size:0x2648
|
||||
fn_121_220A0 = .text:0x000220A0; // type:function size:0x6C
|
||||
fn_121_22110 = .text:0x00022110; // type:function size:0x4
|
||||
fn_121_22120 = .text:0x00022120; // type:function size:0xC
|
||||
fn_121_22130 = .text:0x00022130; // type:function size:0x4
|
||||
fn_121_22140 = .text:0x00022140; // type:function size:0xCC
|
||||
fn_121_22210 = .text:0x00022210; // type:function size:0x40
|
||||
fn_121_22250 = .text:0x00022250; // type:function size:0x4
|
||||
fn_121_22260 = .text:0x00022260; // type:function size:0x4
|
||||
fn_121_22270 = .text:0x00022270; // type:function size:0x4
|
||||
fn_121_22280 = .text:0x00022280; // type:function size:0x4
|
||||
initializeState_AppearWait__13dAcBBigBoss_cFv = .text:0x00014A10; // type:function size:0x80
|
||||
executeState_AppearWait__13dAcBBigBoss_cFv = .text:0x00014A90; // type:function size:0x98
|
||||
finalizeState_AppearWait__13dAcBBigBoss_cFv = .text:0x00014B30; // type:function size:0x4
|
||||
initializeState_AppearDemo__13dAcBBigBoss_cFv = .text:0x00014B40; // type:function size:0x184
|
||||
executeState_AppearDemo__13dAcBBigBoss_cFv = .text:0x00014CD0; // type:function size:0x1ED0
|
||||
finalizeState_AppearDemo__13dAcBBigBoss_cFv = .text:0x00016BA0; // type:function size:0x5C
|
||||
initializeState_Wait__13dAcBBigBoss_cFv = .text:0x00016C00; // type:function size:0x58
|
||||
executeState_Wait__13dAcBBigBoss_cFv = .text:0x00016C60; // type:function size:0x8
|
||||
finalizeState_Wait__13dAcBBigBoss_cFv = .text:0x00016C70; // type:function size:0x4
|
||||
initializeState_Walk__13dAcBBigBoss_cFv = .text:0x00016C80; // type:function size:0x34
|
||||
executeState_Walk__13dAcBBigBoss_cFv = .text:0x00016CC0; // type:function size:0x110
|
||||
finalizeState_Walk__13dAcBBigBoss_cFv = .text:0x00016DD0; // type:function size:0x4
|
||||
initializeState_Reach__13dAcBBigBoss_cFv = .text:0x00016DE0; // type:function size:0x12C
|
||||
executeState_Reach__13dAcBBigBoss_cFv = .text:0x00016F10; // type:function size:0x364
|
||||
finalizeState_Reach__13dAcBBigBoss_cFv = .text:0x00017280; // type:function size:0x4
|
||||
initializeState_Turn__13dAcBBigBoss_cFv = .text:0x00017290; // type:function size:0x58
|
||||
executeState_Turn__13dAcBBigBoss_cFv = .text:0x000172F0; // type:function size:0x148
|
||||
finalizeState_Turn__13dAcBBigBoss_cFv = .text:0x00017440; // type:function size:0x4
|
||||
initializeState_ImpaAdvice__13dAcBBigBoss_cFv = .text:0x00017450; // type:function size:0x4
|
||||
executeState_ImpaAdvice__13dAcBBigBoss_cFv = .text:0x00017460; // type:function size:0x40
|
||||
finalizeState_ImpaAdvice__13dAcBBigBoss_cFv = .text:0x000174A0; // type:function size:0x4
|
||||
initializeState_ShakeHead__13dAcBBigBoss_cFv = .text:0x000174B0; // type:function size:0xB4
|
||||
executeState_ShakeHead__13dAcBBigBoss_cFv = .text:0x00017570; // type:function size:0xB0
|
||||
finalizeState_ShakeHead__13dAcBBigBoss_cFv = .text:0x00017620; // type:function size:0x10
|
||||
initializeState_HeadDamage__13dAcBBigBoss_cFv = .text:0x00017630; // type:function size:0xB4
|
||||
executeState_HeadDamage__13dAcBBigBoss_cFv = .text:0x000176F0; // type:function size:0x164
|
||||
finalizeState_HeadDamage__13dAcBBigBoss_cFv = .text:0x00017860; // type:function size:0x4
|
||||
initializeState_StunFrontFall__13dAcBBigBoss_cFv = .text:0x00017870; // type:function size:0x1F0
|
||||
executeState_StunFrontFall__13dAcBBigBoss_cFv = .text:0x00017A60; // type:function size:0x138C
|
||||
finalizeState_StunFrontFall__13dAcBBigBoss_cFv = .text:0x00018DF0; // type:function size:0x8
|
||||
initializeState_HeadPain__13dAcBBigBoss_cFv = .text:0x00018E00; // type:function size:0xB4
|
||||
executeState_HeadPain__13dAcBBigBoss_cFv = .text:0x00018EC0; // type:function size:0x58
|
||||
finalizeState_HeadPain__13dAcBBigBoss_cFv = .text:0x00018F20; // type:function size:0x4
|
||||
initializeState_HeadRecover__13dAcBBigBoss_cFv = .text:0x00018F30; // type:function size:0x1F8
|
||||
executeState_HeadRecover__13dAcBBigBoss_cFv = .text:0x00019130; // type:function size:0x418
|
||||
finalizeState_HeadRecover__13dAcBBigBoss_cFv = .text:0x00019550; // type:function size:0x10
|
||||
initializeState_HeadDamageThrow__13dAcBBigBoss_cFv = .text:0x00019560; // type:function size:0x1CC
|
||||
executeState_HeadDamageThrow__13dAcBBigBoss_cFv = .text:0x00019730; // type:function size:0x628
|
||||
finalizeState_HeadDamageThrow__13dAcBBigBoss_cFv = .text:0x00019D60; // type:function size:0x4
|
||||
initializeState_Attack__13dAcBBigBoss_cFv = .text:0x00019D70; // type:function size:0x358
|
||||
executeState_Attack__13dAcBBigBoss_cFv = .text:0x0001A0D0; // type:function size:0x364
|
||||
finalizeState_Attack__13dAcBBigBoss_cFv = .text:0x0001A440; // type:function size:0x4
|
||||
initializeState_FrontFall__13dAcBBigBoss_cFv = .text:0x0001A450; // type:function size:0x1A8
|
||||
executeState_FrontFall__13dAcBBigBoss_cFv = .text:0x0001A600; // type:function size:0x174
|
||||
finalizeState_FrontFall__13dAcBBigBoss_cFv = .text:0x0001A780; // type:function size:0x14
|
||||
initializeState_Rush__13dAcBBigBoss_cFv = .text:0x0001A7A0; // type:function size:0x150
|
||||
executeState_Rush__13dAcBBigBoss_cFv = .text:0x0001A8F0; // type:function size:0x408
|
||||
finalizeState_Rush__13dAcBBigBoss_cFv = .text:0x0001AD00; // type:function size:0x10
|
||||
initializeState_Rise__13dAcBBigBoss_cFv = .text:0x0001AD10; // type:function size:0x17C
|
||||
executeState_Rise__13dAcBBigBoss_cFv = .text:0x0001AE90; // type:function size:0x31C
|
||||
finalizeState_Rise__13dAcBBigBoss_cFv = .text:0x0001B1B0; // type:function size:0x44
|
||||
initializeState_Tied__13dAcBBigBoss_cFv = .text:0x0001B200; // type:function size:0xA0
|
||||
executeState_Tied__13dAcBBigBoss_cFv = .text:0x0001B2A0; // type:function size:0x80
|
||||
finalizeState_Tied__13dAcBBigBoss_cFv = .text:0x0001B320; // type:function size:0x4
|
||||
initializeState_LevelUp__13dAcBBigBoss_cFv = .text:0x0001B330; // type:function size:0x14C
|
||||
executeState_LevelUp__13dAcBBigBoss_cFv = .text:0x0001B480; // type:function size:0x88C
|
||||
finalizeState_LevelUp__13dAcBBigBoss_cFv = .text:0x0001BD10; // type:function size:0x8
|
||||
initializeState_FootBroken__13dAcBBigBoss_cFv = .text:0x0001BD20; // type:function size:0x218
|
||||
executeState_FootBroken__13dAcBBigBoss_cFv = .text:0x0001BF40; // type:function size:0x2A4
|
||||
finalizeState_FootBroken__13dAcBBigBoss_cFv = .text:0x0001C1F0; // type:function size:0x4
|
||||
initializeState_FootRecover__13dAcBBigBoss_cFv = .text:0x0001C200; // type:function size:0x194
|
||||
executeState_FootRecover__13dAcBBigBoss_cFv = .text:0x0001C3A0; // type:function size:0x7F8
|
||||
finalizeState_FootRecover__13dAcBBigBoss_cFv = .text:0x0001CBA0; // type:function size:0x8
|
||||
initializeState_Stun__13dAcBBigBoss_cFv = .text:0x0001CBB0; // type:function size:0x218
|
||||
executeState_Stun__13dAcBBigBoss_cFv = .text:0x0001CDD0; // type:function size:0xB1C
|
||||
finalizeState_Stun__13dAcBBigBoss_cFv = .text:0x0001D8F0; // type:function size:0x4
|
||||
initializeState_StunWait__13dAcBBigBoss_cFv = .text:0x0001D900; // type:function size:0x90
|
||||
executeState_StunWait__13dAcBBigBoss_cFv = .text:0x0001D990; // type:function size:0xF0
|
||||
finalizeState_StunWait__13dAcBBigBoss_cFv = .text:0x0001DA80; // type:function size:0x4
|
||||
initializeState_StunRecover__13dAcBBigBoss_cFv = .text:0x0001DA90; // type:function size:0x290
|
||||
executeState_StunRecover__13dAcBBigBoss_cFv = .text:0x0001DD20; // type:function size:0xB54
|
||||
finalizeState_StunRecover__13dAcBBigBoss_cFv = .text:0x0001E880; // type:function size:0x44
|
||||
initializeState_StunDamage__13dAcBBigBoss_cFv = .text:0x0001E8D0; // type:function size:0xEC
|
||||
executeState_StunDamage__13dAcBBigBoss_cFv = .text:0x0001E9C0; // type:function size:0xE20
|
||||
finalizeState_StunDamage__13dAcBBigBoss_cFv = .text:0x0001F7E0; // type:function size:0x50
|
||||
initializeState_StunPain__13dAcBBigBoss_cFv = .text:0x0001F830; // type:function size:0x90
|
||||
executeState_StunPain__13dAcBBigBoss_cFv = .text:0x0001F8C0; // type:function size:0xA4
|
||||
finalizeState_StunPain__13dAcBBigBoss_cFv = .text:0x0001F970; // type:function size:0x4
|
||||
initializeState_Evacuation__13dAcBBigBoss_cFv = .text:0x0001F980; // type:function size:0xCC
|
||||
executeState_Evacuation__13dAcBBigBoss_cFv = .text:0x0001FA50; // type:function size:0x2648
|
||||
finalizeState_Evacuation__13dAcBBigBoss_cFv = .text:0x000220A0; // type:function size:0x6C
|
||||
initializeState_StoneWait__13dAcBBigBoss_cFv = .text:0x00022110; // type:function size:0x4
|
||||
executeState_StoneWait__13dAcBBigBoss_cFv = .text:0x00022120; // type:function size:0xC
|
||||
finalizeState_StoneWait__13dAcBBigBoss_cFv = .text:0x00022130; // type:function size:0x4
|
||||
initializeState_SwordGameWait__13dAcBBigBoss_cFv = .text:0x00022140; // type:function size:0xCC
|
||||
executeState_SwordGameWait__13dAcBBigBoss_cFv = .text:0x00022210; // type:function size:0x40
|
||||
finalizeState_SwordGameWait__13dAcBBigBoss_cFv = .text:0x00022250; // type:function size:0x4
|
||||
initializeState_SwordGameEnd__13dAcBBigBoss_cFv = .text:0x00022260; // type:function size:0x4
|
||||
executeState_SwordGameEnd__13dAcBBigBoss_cFv = .text:0x00022270; // type:function size:0x4
|
||||
finalizeState_SwordGameEnd__13dAcBBigBoss_cFv = .text:0x00022280; // type:function size:0x4
|
||||
fn_121_22290 = .text:0x00022290; // type:function size:0x88
|
||||
fn_121_22320 = .text:0x00022320; // type:function size:0x124
|
||||
fn_121_22450 = .text:0x00022450; // type:function size:0x188
|
||||
@@ -223,7 +223,7 @@ fn_121_225E0 = .text:0x000225E0; // type:function size:0x8
|
||||
fn_121_225F0 = .text:0x000225F0; // type:function size:0x4
|
||||
fn_121_22600 = .text:0x00022600; // type:function size:0x4
|
||||
fn_121_22610 = .text:0x00022610; // type:function size:0x8
|
||||
fn_121_22620 = .text:0x00022620; // type:function size:0x3BC
|
||||
__dt__13dAcBBigBoss_cFv = .text:0x00022620; // type:function size:0x3BC
|
||||
fn_121_229E0 = .text:0x000229E0; // type:function size:0x4
|
||||
fn_121_229F0 = .text:0x000229F0; // type:function size:0x4
|
||||
fn_121_22A00 = .text:0x00022A00; // type:function size:0x4
|
||||
@@ -232,23 +232,23 @@ fn_121_22A20 = .text:0x00022A20; // type:function size:0x4
|
||||
fn_121_22A30 = .text:0x00022A30; // type:function size:0x4
|
||||
fn_121_22A40 = .text:0x00022A40; // type:function size:0x4
|
||||
fn_121_22A50 = .text:0x00022A50; // type:function size:0x4
|
||||
fn_121_22A60 = .text:0x00022A60; // type:function size:0x60
|
||||
fn_121_22AC0 = .text:0x00022AC0; // type:function size:0xC
|
||||
fn_121_22AD0 = .text:0x00022AD0; // type:function size:0x1C
|
||||
fn_121_22AF0 = .text:0x00022AF0; // type:function size:0x1C
|
||||
fn_121_22B10 = .text:0x00022B10; // type:function size:0x1C
|
||||
fn_121_22B30 = .text:0x00022B30; // type:function size:0x10
|
||||
fn_121_22B40 = .text:0x00022B40; // type:function size:0x10
|
||||
fn_121_22B50 = .text:0x00022B50; // type:function size:0x10
|
||||
fn_121_22B60 = .text:0x00022B60; // type:function size:0x10
|
||||
fn_121_22B70 = .text:0x00022B70; // type:function size:0x10
|
||||
fn_121_22B80 = .text:0x00022B80; // type:function size:0x10
|
||||
fn_121_22B90 = .text:0x00022B90; // type:function size:0x30
|
||||
fn_121_22BC0 = .text:0x00022BC0; // type:function size:0x30
|
||||
fn_121_22BF0 = .text:0x00022BF0; // type:function size:0x30
|
||||
fn_121_22C20 = .text:0x00022C20; // type:function size:0x1680
|
||||
fn_121_242A0 = .text:0x000242A0; // type:function size:0x58
|
||||
fn_121_24300 = .text:0x00024300; // type:function size:0x88
|
||||
build__29sFStateFct_c<13dAcBBigBoss_c>FRC12sStateIDIf_c = .text:0x00022A60; // type:function size:0x60
|
||||
dispose__29sFStateFct_c<13dAcBBigBoss_c>FRP10sStateIf_c = .text:0x00022AC0; // type:function size:0xC
|
||||
initialize__26sFState_c<13dAcBBigBoss_c>Fv = .text:0x00022AD0; // type:function size:0x1C
|
||||
execute__26sFState_c<13dAcBBigBoss_c>Fv = .text:0x00022AF0; // type:function size:0x1C
|
||||
finalize__26sFState_c<13dAcBBigBoss_c>Fv = .text:0x00022B10; // type:function size:0x1C
|
||||
initializeState__82sStateMgr_c<13dAcBBigBoss_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00022B30; // type:function size:0x10
|
||||
finalizeState__82sStateMgr_c<13dAcBBigBoss_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00022B40; // type:function size:0x10
|
||||
refreshState__82sStateMgr_c<13dAcBBigBoss_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00022B50; // type:function size:0x10
|
||||
getState__82sStateMgr_c<13dAcBBigBoss_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00022B60; // type:function size:0x10
|
||||
getNewStateID__82sStateMgr_c<13dAcBBigBoss_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00022B70; // type:function size:0x10
|
||||
getOldStateID__82sStateMgr_c<13dAcBBigBoss_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00022B80; // type:function size:0x10
|
||||
finalizeState__28sFStateID_c<13dAcBBigBoss_c>CFR13dAcBBigBoss_c = .text:0x00022B90; // type:function size:0x30
|
||||
executeState__28sFStateID_c<13dAcBBigBoss_c>CFR13dAcBBigBoss_c = .text:0x00022BC0; // type:function size:0x30
|
||||
initializeState__28sFStateID_c<13dAcBBigBoss_c>CFR13dAcBBigBoss_c = .text:0x00022BF0; // type:function size:0x30
|
||||
__sinit_\d_a_b_bigboss_cpp = .text:0x00022C20; // type:function size:0x1680 scope:local
|
||||
__dt__28sFStateID_c<13dAcBBigBoss_c>Fv = .text:0x000242A0; // type:function size:0x58
|
||||
isSameName__28sFStateID_c<13dAcBBigBoss_c>CFPCc = .text:0x00024300; // type:function size:0x88
|
||||
fn_121_24390 = .text:0x00024390; // type:function size:0x8
|
||||
fn_121_243A0 = .text:0x000243A0; // type:function size:0x8
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
@@ -280,7 +280,7 @@ lbl_121_rodata_780 = .rodata:0x00000780; // type:object size:0x30 data:float
|
||||
lbl_121_rodata_7B0 = .rodata:0x000007B0; // type:object size:0x44 data:float
|
||||
lbl_121_rodata_7F4 = .rodata:0x000007F4; // type:object size:0x160 data:float
|
||||
lbl_121_rodata_954 = .rodata:0x00000954; // type:object size:0x1AC data:float
|
||||
lbl_121_data_0 = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
g_profile_B_BIGBOSS = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
lbl_121_data_10 = .data:0x00000010; // type:object size:0x8
|
||||
lbl_121_data_18 = .data:0x00000018; // type:object size:0x8
|
||||
lbl_121_data_20 = .data:0x00000020; // type:object size:0xC
|
||||
|
||||
@@ -2,7 +2,7 @@ _prolog = .text:0x00000000; // type:function size:0x2C scope:global
|
||||
_epilog = .text:0x00000030; // type:function size:0x2C scope:global
|
||||
_unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
fn_120_70 = .text:0x00000070; // type:function size:0x40
|
||||
AcBBigBossBase__ctor = .text:0x000000B0; // type:function size:0x268
|
||||
dAcBBigbossbase_c_classInit__Fv = .text:0x000000B0; // type:function size:0x268
|
||||
fn_120_320 = .text:0x00000320; // type:function size:0x58
|
||||
fn_120_380 = .text:0x00000380; // type:function size:0x40
|
||||
fn_120_3C0 = .text:0x000003C0; // type:function size:0x4
|
||||
@@ -193,7 +193,7 @@ fn_120_D910 = .text:0x0000D910; // type:function size:0x8
|
||||
fn_120_D920 = .text:0x0000D920; // type:function size:0x4
|
||||
fn_120_D930 = .text:0x0000D930; // type:function size:0x4
|
||||
fn_120_D940 = .text:0x0000D940; // type:function size:0x8
|
||||
fn_120_D950 = .text:0x0000D950; // type:function size:0x260
|
||||
__dt__17dAcBBigbossbase_cFv = .text:0x0000D950; // type:function size:0x260
|
||||
fn_120_DBB0 = .text:0x0000DBB0; // type:function size:0x11C
|
||||
fn_120_DCD0 = .text:0x0000DCD0; // type:function size:0x40
|
||||
fn_120_DD10 = .text:0x0000DD10; // type:function size:0x40
|
||||
@@ -239,7 +239,7 @@ lbl_120_rodata_E0 = .rodata:0x000000E0; // type:object size:0x8 data:float
|
||||
lbl_120_rodata_E8 = .rodata:0x000000E8; // type:object size:0x10 data:float
|
||||
lbl_120_rodata_F8 = .rodata:0x000000F8; // type:object size:0x1C data:float
|
||||
lbl_120_rodata_114 = .rodata:0x00000114; // type:object size:0xC8 data:float
|
||||
lbl_120_data_0 = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
g_profile_B_BIGBOSS_BASE = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
lbl_120_data_10 = .data:0x00000010; // type:object size:0xC
|
||||
lbl_120_data_1C = .data:0x0000001C; // type:object size:0xC
|
||||
lbl_120_data_28 = .data:0x00000028; // type:object size:0x10
|
||||
|
||||
@@ -3,11 +3,11 @@ _epilog = .text:0x00000030; // type:function size:0x2C scope:global
|
||||
_unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
fn_228_F0 = .text:0x000000F0; // type:function size:0x414
|
||||
fn_228_510 = .text:0x00000510; // type:function size:0x58
|
||||
fn_228_570 = .text:0x00000570; // type:function size:0x6C
|
||||
fn_228_5E0 = .text:0x000005E0; // type:function size:0xA0
|
||||
fn_228_680 = .text:0x00000680; // type:function size:0xA4
|
||||
dAcGirahimu2_c_classInit__Fv = .text:0x000000F0; // type:function size:0x414
|
||||
__dt__27sFState_c<14dAcGirahimu2_c>Fv = .text:0x00000510; // type:function size:0x58
|
||||
__dt__30sFStateFct_c<14dAcGirahimu2_c>Fv = .text:0x00000570; // type:function size:0x6C
|
||||
__dt__83sStateMgr_c<14dAcGirahimu2_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000005E0; // type:function size:0xA0
|
||||
__dt__53sFStateMgr_c<14dAcGirahimu2_c,20sStateMethodUsr_FI_c>Fv = .text:0x00000680; // type:function size:0xA4
|
||||
fn_228_730 = .text:0x00000730; // type:function size:0x3C
|
||||
fn_228_770 = .text:0x00000770; // type:function size:0x40
|
||||
fn_228_7B0 = .text:0x000007B0; // type:function size:0x4
|
||||
@@ -23,7 +23,7 @@ fn_228_BD0 = .text:0x00000BD0; // type:function size:0x14
|
||||
fn_228_BF0 = .text:0x00000BF0; // type:function size:0x58
|
||||
fn_228_C50 = .text:0x00000C50; // type:function size:0xB0
|
||||
fn_228_D00 = .text:0x00000D00; // type:function size:0x2EC
|
||||
fn_228_FF0 = .text:0x00000FF0; // type:function size:0x10
|
||||
changeState__83sStateMgr_c<14dAcGirahimu2_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x00000FF0; // type:function size:0x10
|
||||
fn_228_1000 = .text:0x00001000; // type:function size:0x4
|
||||
fn_228_1010 = .text:0x00001010; // type:function size:0x88
|
||||
fn_228_10A0 = .text:0x000010A0; // type:function size:0x234
|
||||
@@ -81,7 +81,7 @@ fn_228_4BD0 = .text:0x00004BD0; // type:function size:0x48
|
||||
fn_228_4C20 = .text:0x00004C20; // type:function size:0xA4
|
||||
fn_228_4CD0 = .text:0x00004CD0; // type:function size:0xC8
|
||||
fn_228_4DA0 = .text:0x00004DA0; // type:function size:0x354
|
||||
fn_228_5100 = .text:0x00005100; // type:function size:0x10
|
||||
getStateID__83sStateMgr_c<14dAcGirahimu2_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00005100; // type:function size:0x10
|
||||
fn_228_5110 = .text:0x00005110; // type:function size:0x2E4
|
||||
fn_228_5400 = .text:0x00005400; // type:function size:0x340
|
||||
fn_228_5740 = .text:0x00005740; // type:function size:0x24
|
||||
@@ -97,7 +97,7 @@ fn_228_67A0 = .text:0x000067A0; // type:function size:0x8
|
||||
fn_228_67B0 = .text:0x000067B0; // type:function size:0x8
|
||||
fn_228_67C0 = .text:0x000067C0; // type:function size:0x184
|
||||
fn_228_6950 = .text:0x00006950; // type:function size:0x764
|
||||
fn_228_70C0 = .text:0x000070C0; // type:function size:0x10
|
||||
executeState__83sStateMgr_c<14dAcGirahimu2_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000070C0; // type:function size:0x10
|
||||
fn_228_70D0 = .text:0x000070D0; // type:function size:0xD0
|
||||
fn_228_71A0 = .text:0x000071A0; // type:function size:0x334
|
||||
fn_228_74E0 = .text:0x000074E0; // type:function size:0x4
|
||||
@@ -131,25 +131,25 @@ fn_228_8F30 = .text:0x00008F30; // type:function size:0x4
|
||||
fn_228_8F40 = .text:0x00008F40; // type:function size:0x4
|
||||
fn_228_8F50 = .text:0x00008F50; // type:function size:0x8
|
||||
fn_228_8F60 = .text:0x00008F60; // type:function size:0x28
|
||||
fn_228_8F90 = .text:0x00008F90; // type:function size:0x74
|
||||
__dt__14dAcGirahimu2_cFv = .text:0x00008F90; // type:function size:0x74
|
||||
fn_228_9010 = .text:0x00009010; // type:function size:0x4
|
||||
fn_228_9020 = .text:0x00009020; // type:function size:0x4
|
||||
fn_228_9030 = .text:0x00009030; // type:function size:0x4
|
||||
fn_228_9040 = .text:0x00009040; // type:function size:0x4
|
||||
fn_228_9050 = .text:0x00009050; // type:function size:0x4
|
||||
fn_228_9060 = .text:0x00009060; // type:function size:0x60
|
||||
fn_228_90C0 = .text:0x000090C0; // type:function size:0xC
|
||||
fn_228_90D0 = .text:0x000090D0; // type:function size:0x1C
|
||||
fn_228_90F0 = .text:0x000090F0; // type:function size:0x1C
|
||||
fn_228_9110 = .text:0x00009110; // type:function size:0x1C
|
||||
fn_228_9130 = .text:0x00009130; // type:function size:0x10
|
||||
fn_228_9140 = .text:0x00009140; // type:function size:0x10
|
||||
fn_228_9150 = .text:0x00009150; // type:function size:0x10
|
||||
fn_228_9160 = .text:0x00009160; // type:function size:0x10
|
||||
fn_228_9170 = .text:0x00009170; // type:function size:0x10
|
||||
fn_228_9180 = .text:0x00009180; // type:function size:0x10
|
||||
fn_228_9190 = .text:0x00009190; // type:function size:0x10BC
|
||||
fn_228_A250 = .text:0x0000A250; // type:function size:0x58
|
||||
build__30sFStateFct_c<14dAcGirahimu2_c>FRC12sStateIDIf_c = .text:0x00009060; // type:function size:0x60
|
||||
dispose__30sFStateFct_c<14dAcGirahimu2_c>FRP10sStateIf_c = .text:0x000090C0; // type:function size:0xC
|
||||
initialize__27sFState_c<14dAcGirahimu2_c>Fv = .text:0x000090D0; // type:function size:0x1C
|
||||
execute__27sFState_c<14dAcGirahimu2_c>Fv = .text:0x000090F0; // type:function size:0x1C
|
||||
finalize__27sFState_c<14dAcGirahimu2_c>Fv = .text:0x00009110; // type:function size:0x1C
|
||||
initializeState__83sStateMgr_c<14dAcGirahimu2_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00009130; // type:function size:0x10
|
||||
finalizeState__83sStateMgr_c<14dAcGirahimu2_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00009140; // type:function size:0x10
|
||||
refreshState__83sStateMgr_c<14dAcGirahimu2_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00009150; // type:function size:0x10
|
||||
getState__83sStateMgr_c<14dAcGirahimu2_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00009160; // type:function size:0x10
|
||||
getNewStateID__83sStateMgr_c<14dAcGirahimu2_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00009170; // type:function size:0x10
|
||||
getOldStateID__83sStateMgr_c<14dAcGirahimu2_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00009180; // type:function size:0x10
|
||||
__sinit_\d_a_b_girahimu2_cpp = .text:0x00009190; // type:function size:0x10BC scope:local
|
||||
__dt__29sFStateID_c<14dAcGirahimu2_c>Fv = .text:0x0000A250; // type:function size:0x58
|
||||
fn_228_A2B0 = .text:0x0000A2B0; // type:function size:0x5C
|
||||
fn_228_A310 = .text:0x0000A310; // type:function size:0xC
|
||||
fn_228_A320 = .text:0x0000A320; // type:function size:0xC
|
||||
@@ -157,10 +157,10 @@ fn_228_A330 = .text:0x0000A330; // type:function size:0xC
|
||||
fn_228_A340 = .text:0x0000A340; // type:function size:0xC
|
||||
fn_228_A350 = .text:0x0000A350; // type:function size:0xDC
|
||||
fn_228_A430 = .text:0x0000A430; // type:function size:0xE0
|
||||
fn_228_A510 = .text:0x0000A510; // type:function size:0x88
|
||||
fn_228_A5A0 = .text:0x0000A5A0; // type:function size:0x30
|
||||
fn_228_A5D0 = .text:0x0000A5D0; // type:function size:0x30
|
||||
fn_228_A600 = .text:0x0000A600; // type:function size:0x30
|
||||
isSameName__29sFStateID_c<14dAcGirahimu2_c>CFPCc = .text:0x0000A510; // type:function size:0x88
|
||||
initializeState__29sFStateID_c<14dAcGirahimu2_c>CFR14dAcGirahimu2_c = .text:0x0000A5A0; // type:function size:0x30
|
||||
executeState__29sFStateID_c<14dAcGirahimu2_c>CFR14dAcGirahimu2_c = .text:0x0000A5D0; // type:function size:0x30
|
||||
finalizeState__29sFStateID_c<14dAcGirahimu2_c>CFR14dAcGirahimu2_c = .text:0x0000A600; // type:function size:0x30
|
||||
fn_228_A630 = .text:0x0000A630; // type:function size:0x8
|
||||
fn_228_A640 = .text:0x0000A640; // type:function size:0x8
|
||||
fn_228_A650 = .text:0x0000A650; // type:function size:0x8
|
||||
@@ -179,7 +179,7 @@ lbl_228_rodata_B8 = .rodata:0x000000B8; // type:object size:0x4 data:float
|
||||
lbl_228_rodata_BC = .rodata:0x000000BC; // type:object size:0x4 data:float
|
||||
lbl_228_rodata_C0 = .rodata:0x000000C0; // type:object size:0x70 data:float
|
||||
lbl_228_rodata_130 = .rodata:0x00000130; // type:object size:0x30 data:float
|
||||
lbl_228_data_0 = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
g_profile_B_GIRAHIMU2 = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
lbl_228_data_10 = .data:0x00000010; // type:object size:0x8 data:string
|
||||
lbl_228_data_18 = .data:0x00000018; // type:object size:0x8
|
||||
lbl_228_data_20 = .data:0x00000020; // type:object size:0xC
|
||||
|
||||
@@ -3,11 +3,11 @@ _epilog = .text:0x00000030; // type:function size:0x2C scope:global
|
||||
_unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
fn_229_F0 = .text:0x000000F0; // type:function size:0x270
|
||||
fn_229_360 = .text:0x00000360; // type:function size:0x58
|
||||
fn_229_3C0 = .text:0x000003C0; // type:function size:0x6C
|
||||
fn_229_430 = .text:0x00000430; // type:function size:0xA0
|
||||
fn_229_4D0 = .text:0x000004D0; // type:function size:0xA4
|
||||
dAcGirahimu3Base_c_classInit__Fv = .text:0x000000F0; // type:function size:0x270
|
||||
__dt__31sFState_c<18dAcGirahimu3Base_c>Fv = .text:0x00000360; // type:function size:0x58
|
||||
__dt__34sFStateFct_c<18dAcGirahimu3Base_c>Fv = .text:0x000003C0; // type:function size:0x6C
|
||||
__dt__87sStateMgr_c<18dAcGirahimu3Base_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000430; // type:function size:0xA0
|
||||
__dt__57sFStateMgr_c<18dAcGirahimu3Base_c,20sStateMethodUsr_FI_c>Fv = .text:0x000004D0; // type:function size:0xA4
|
||||
fn_229_580 = .text:0x00000580; // type:function size:0x3C
|
||||
fn_229_5C0 = .text:0x000005C0; // type:function size:0x40
|
||||
fn_229_600 = .text:0x00000600; // type:function size:0x4
|
||||
@@ -16,7 +16,7 @@ fn_229_670 = .text:0x00000670; // type:function size:0x58
|
||||
fn_229_6D0 = .text:0x000006D0; // type:function size:0x90
|
||||
fn_229_760 = .text:0x00000760; // type:function size:0xC
|
||||
fn_229_770 = .text:0x00000770; // type:function size:0xC
|
||||
fn_229_780 = .text:0x00000780; // type:function size:0x26C
|
||||
__dt__18dAcGirahimu3Base_cFv = .text:0x00000780; // type:function size:0x26C
|
||||
fn_229_9F0 = .text:0x000009F0; // type:function size:0x338
|
||||
fn_229_D30 = .text:0x00000D30; // type:function size:0x41C
|
||||
fn_229_1150 = .text:0x00001150; // type:function size:0xEC
|
||||
@@ -81,7 +81,7 @@ fn_229_33A0 = .text:0x000033A0; // type:function size:0x4
|
||||
fn_229_33B0 = .text:0x000033B0; // type:function size:0x10C
|
||||
fn_229_34C0 = .text:0x000034C0; // type:function size:0xE0
|
||||
fn_229_35A0 = .text:0x000035A0; // type:function size:0x70
|
||||
fn_229_3610 = .text:0x00003610; // type:function size:0x10
|
||||
changeState__87sStateMgr_c<18dAcGirahimu3Base_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x00003610; // type:function size:0x10
|
||||
fn_229_3620 = .text:0x00003620; // type:function size:0x140
|
||||
fn_229_3760 = .text:0x00003760; // type:function size:0x88
|
||||
fn_229_37F0 = .text:0x000037F0; // type:function size:0x250
|
||||
@@ -94,33 +94,33 @@ fn_229_3C70 = .text:0x00003C70; // type:function size:0x4
|
||||
fn_229_3C80 = .text:0x00003C80; // type:function size:0x4
|
||||
fn_229_3C90 = .text:0x00003C90; // type:function size:0x8
|
||||
fn_229_3CA0 = .text:0x00003CA0; // type:function size:0x8
|
||||
fn_229_3CB0 = .text:0x00003CB0; // type:function size:0x10
|
||||
fn_229_3CC0 = .text:0x00003CC0; // type:function size:0x10
|
||||
executeState__87sStateMgr_c<18dAcGirahimu3Base_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00003CB0; // type:function size:0x10
|
||||
getStateID__87sStateMgr_c<18dAcGirahimu3Base_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00003CC0; // type:function size:0x10
|
||||
fn_229_3CD0 = .text:0x00003CD0; // type:function size:0x4
|
||||
fn_229_3CE0 = .text:0x00003CE0; // type:function size:0x4
|
||||
fn_229_3CF0 = .text:0x00003CF0; // type:function size:0x4
|
||||
fn_229_3D00 = .text:0x00003D00; // type:function size:0x4
|
||||
fn_229_3D10 = .text:0x00003D10; // type:function size:0x4
|
||||
fn_229_3D20 = .text:0x00003D20; // type:function size:0x60
|
||||
fn_229_3D80 = .text:0x00003D80; // type:function size:0xC
|
||||
fn_229_3D90 = .text:0x00003D90; // type:function size:0x1C
|
||||
fn_229_3DB0 = .text:0x00003DB0; // type:function size:0x1C
|
||||
fn_229_3DD0 = .text:0x00003DD0; // type:function size:0x1C
|
||||
fn_229_3DF0 = .text:0x00003DF0; // type:function size:0x10
|
||||
fn_229_3E00 = .text:0x00003E00; // type:function size:0x10
|
||||
fn_229_3E10 = .text:0x00003E10; // type:function size:0x10
|
||||
fn_229_3E20 = .text:0x00003E20; // type:function size:0x10
|
||||
fn_229_3E30 = .text:0x00003E30; // type:function size:0x10
|
||||
fn_229_3E40 = .text:0x00003E40; // type:function size:0x10
|
||||
fn_229_3E50 = .text:0x00003E50; // type:function size:0x30
|
||||
fn_229_3E80 = .text:0x00003E80; // type:function size:0x30
|
||||
fn_229_3EB0 = .text:0x00003EB0; // type:function size:0x30
|
||||
fn_229_3EE0 = .text:0x00003EE0; // type:function size:0x200
|
||||
fn_229_40E0 = .text:0x000040E0; // type:function size:0x58
|
||||
build__34sFStateFct_c<18dAcGirahimu3Base_c>FRC12sStateIDIf_c = .text:0x00003D20; // type:function size:0x60
|
||||
dispose__34sFStateFct_c<18dAcGirahimu3Base_c>FRP10sStateIf_c = .text:0x00003D80; // type:function size:0xC
|
||||
initialize__31sFState_c<18dAcGirahimu3Base_c>Fv = .text:0x00003D90; // type:function size:0x1C
|
||||
execute__31sFState_c<18dAcGirahimu3Base_c>Fv = .text:0x00003DB0; // type:function size:0x1C
|
||||
finalize__31sFState_c<18dAcGirahimu3Base_c>Fv = .text:0x00003DD0; // type:function size:0x1C
|
||||
initializeState__87sStateMgr_c<18dAcGirahimu3Base_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00003DF0; // type:function size:0x10
|
||||
finalizeState__87sStateMgr_c<18dAcGirahimu3Base_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00003E00; // type:function size:0x10
|
||||
refreshState__87sStateMgr_c<18dAcGirahimu3Base_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00003E10; // type:function size:0x10
|
||||
getState__87sStateMgr_c<18dAcGirahimu3Base_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00003E20; // type:function size:0x10
|
||||
getNewStateID__87sStateMgr_c<18dAcGirahimu3Base_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00003E30; // type:function size:0x10
|
||||
getOldStateID__87sStateMgr_c<18dAcGirahimu3Base_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00003E40; // type:function size:0x10
|
||||
finalizeState__33sFStateID_c<18dAcGirahimu3Base_c>CFR18dAcGirahimu3Base_c = .text:0x00003E50; // type:function size:0x30
|
||||
executeState__33sFStateID_c<18dAcGirahimu3Base_c>CFR18dAcGirahimu3Base_c = .text:0x00003E80; // type:function size:0x30
|
||||
initializeState__33sFStateID_c<18dAcGirahimu3Base_c>CFR18dAcGirahimu3Base_c = .text:0x00003EB0; // type:function size:0x30
|
||||
__sinit_\d_a_b_girahimu3_base_cpp = .text:0x00003EE0; // type:function size:0x200 scope:local
|
||||
__dt__33sFStateID_c<18dAcGirahimu3Base_c>Fv = .text:0x000040E0; // type:function size:0x58
|
||||
fn_229_4140 = .text:0x00004140; // type:function size:0x5C
|
||||
fn_229_41A0 = .text:0x000041A0; // type:function size:0xDC
|
||||
fn_229_4280 = .text:0x00004280; // type:function size:0xE0
|
||||
fn_229_4360 = .text:0x00004360; // type:function size:0x88
|
||||
isSameName__33sFStateID_c<18dAcGirahimu3Base_c>CFPCc = .text:0x00004360; // type:function size:0x88
|
||||
fn_229_43F0 = .text:0x000043F0; // type:function size:0x8
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
_dtors = .dtors:0x00000000; // type:label scope:global
|
||||
@@ -137,7 +137,7 @@ lbl_229_rodata_58 = .rodata:0x00000058; // type:object size:0x8 data:double
|
||||
lbl_229_rodata_60 = .rodata:0x00000060; // type:object size:0x4 data:float
|
||||
lbl_229_rodata_64 = .rodata:0x00000064; // type:object size:0x4 data:float
|
||||
lbl_229_rodata_68 = .rodata:0x00000068; // type:object size:0x40 data:float
|
||||
lbl_229_data_0 = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
g_profile_B_GIRAHIMU3_BASE = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
lbl_229_data_10 = .data:0x00000010; // type:object size:0x30
|
||||
lbl_229_data_40 = .data:0x00000040; // type:object size:0x30
|
||||
lbl_229_data_70 = .data:0x00000070; // type:object size:0xC
|
||||
|
||||
@@ -3,7 +3,7 @@ _epilog = .text:0x00000030; // type:function size:0x2C scope:global
|
||||
_unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
fn_230_F0 = .text:0x000000F0; // type:function size:0x4C8
|
||||
dAcGirahimu3First_c_classInit__Fv = .text:0x000000F0; // type:function size:0x4C8
|
||||
fn_230_5C0 = .text:0x000005C0; // type:function size:0x58
|
||||
fn_230_620 = .text:0x00000620; // type:function size:0x6C
|
||||
fn_230_690 = .text:0x00000690; // type:function size:0xA0
|
||||
@@ -134,7 +134,7 @@ fn_230_8360 = .text:0x00008360; // type:function size:0x8
|
||||
fn_230_8370 = .text:0x00008370; // type:function size:0x4
|
||||
fn_230_8380 = .text:0x00008380; // type:function size:0x4
|
||||
fn_230_8390 = .text:0x00008390; // type:function size:0x8
|
||||
fn_230_83A0 = .text:0x000083A0; // type:function size:0x304
|
||||
__dt__19dAcGirahimu3First_cFv = .text:0x000083A0; // type:function size:0x304
|
||||
fn_230_86B0 = .text:0x000086B0; // type:function size:0x10
|
||||
fn_230_86C0 = .text:0x000086C0; // type:function size:0x10
|
||||
fn_230_86D0 = .text:0x000086D0; // type:function size:0x10
|
||||
@@ -168,7 +168,7 @@ fn_230_8980 = .text:0x00008980; // type:function size:0x10
|
||||
fn_230_8990 = .text:0x00008990; // type:function size:0x30
|
||||
fn_230_89C0 = .text:0x000089C0; // type:function size:0x30
|
||||
fn_230_89F0 = .text:0x000089F0; // type:function size:0x30
|
||||
fn_230_8A20 = .text:0x00008A20; // type:function size:0xFB4
|
||||
__sinit_\d_a_b_girahimu3_first_cpp = .text:0x00008A20; // type:function size:0xFB4 scope:local
|
||||
fn_230_99E0 = .text:0x000099E0; // type:function size:0x58
|
||||
fn_230_9A40 = .text:0x00009A40; // type:function size:0x88
|
||||
fn_230_9AD0 = .text:0x00009AD0; // type:function size:0x8
|
||||
@@ -201,7 +201,7 @@ lbl_230_rodata_130 = .rodata:0x00000130; // type:object size:0xC data:float
|
||||
lbl_230_rodata_13C = .rodata:0x0000013C; // type:object size:0x2C data:float
|
||||
lbl_230_rodata_168 = .rodata:0x00000168; // type:object size:0x8 data:float
|
||||
lbl_230_data_0 = .data:0x00000000; // type:object size:0x8 data:4byte
|
||||
lbl_230_data_8 = .data:0x00000008; // type:object size:0x10
|
||||
g_profile_B_GIRAHIMU3_FIRST = .data:0x00000008; // type:object size:0x10
|
||||
lbl_230_data_18 = .data:0x00000018; // type:object size:0x30
|
||||
lbl_230_data_48 = .data:0x00000048; // type:object size:0x2C
|
||||
lbl_230_data_74 = .data:0x00000074; // type:object size:0x5C
|
||||
|
||||
@@ -3,11 +3,11 @@ _epilog = .text:0x00000030; // type:function size:0x2C scope:global
|
||||
_unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
fn_231_F0 = .text:0x000000F0; // type:function size:0x3B4
|
||||
fn_231_4B0 = .text:0x000004B0; // type:function size:0x58
|
||||
fn_231_510 = .text:0x00000510; // type:function size:0x6C
|
||||
fn_231_580 = .text:0x00000580; // type:function size:0xA0
|
||||
fn_231_620 = .text:0x00000620; // type:function size:0xA4
|
||||
dAcGirahimu3Second_c_classInit__Fv = .text:0x000000F0; // type:function size:0x3B4
|
||||
__dt__33sFState_c<20dAcGirahimu3Second_c>Fv = .text:0x000004B0; // type:function size:0x58
|
||||
__dt__36sFStateFct_c<20dAcGirahimu3Second_c>Fv = .text:0x00000510; // type:function size:0x6C
|
||||
__dt__89sStateMgr_c<20dAcGirahimu3Second_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000580; // type:function size:0xA0
|
||||
__dt__59sFStateMgr_c<20dAcGirahimu3Second_c,20sStateMethodUsr_FI_c>Fv = .text:0x00000620; // type:function size:0xA4
|
||||
fn_231_6D0 = .text:0x000006D0; // type:function size:0x3C
|
||||
fn_231_710 = .text:0x00000710; // type:function size:0x40
|
||||
fn_231_750 = .text:0x00000750; // type:function size:0x58
|
||||
@@ -21,7 +21,7 @@ fn_231_AB0 = .text:0x00000AB0; // type:function size:0x58
|
||||
fn_231_B10 = .text:0x00000B10; // type:function size:0x38
|
||||
fn_231_B50 = .text:0x00000B50; // type:function size:0x54
|
||||
fn_231_BB0 = .text:0x00000BB0; // type:function size:0x84
|
||||
fn_231_C40 = .text:0x00000C40; // type:function size:0x10
|
||||
changeState__89sStateMgr_c<20dAcGirahimu3Second_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x00000C40; // type:function size:0x10
|
||||
fn_231_C50 = .text:0x00000C50; // type:function size:0x30
|
||||
fn_231_C80 = .text:0x00000C80; // type:function size:0x4
|
||||
fn_231_C90 = .text:0x00000C90; // type:function size:0x490
|
||||
@@ -32,7 +32,7 @@ fn_231_1C30 = .text:0x00001C30; // type:function size:0x78
|
||||
fn_231_1CB0 = .text:0x00001CB0; // type:function size:0x10
|
||||
fn_231_1CC0 = .text:0x00001CC0; // type:function size:0x6C
|
||||
fn_231_1D30 = .text:0x00001D30; // type:function size:0x4A0
|
||||
fn_231_21D0 = .text:0x000021D0; // type:function size:0x10
|
||||
getStateID__89sStateMgr_c<20dAcGirahimu3Second_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000021D0; // type:function size:0x10
|
||||
fn_231_21E0 = .text:0x000021E0; // type:function size:0x190
|
||||
fn_231_2370 = .text:0x00002370; // type:function size:0x318
|
||||
fn_231_2690 = .text:0x00002690; // type:function size:0x64
|
||||
@@ -67,65 +67,65 @@ fn_231_38F0 = .text:0x000038F0; // type:function size:0x13C
|
||||
fn_231_3A30 = .text:0x00003A30; // type:function size:0xA4
|
||||
fn_231_3AE0 = .text:0x00003AE0; // type:function size:0x218
|
||||
fn_231_3D00 = .text:0x00003D00; // type:function size:0x5DC
|
||||
fn_231_42E0 = .text:0x000042E0; // type:function size:0x10
|
||||
executeState__89sStateMgr_c<20dAcGirahimu3Second_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000042E0; // type:function size:0x10
|
||||
fn_231_42F0 = .text:0x000042F0; // type:function size:0xD8
|
||||
fn_231_43D0 = .text:0x000043D0; // type:function size:0xB0
|
||||
fn_231_4480 = .text:0x00004480; // type:function size:0x8E0
|
||||
fn_231_4D60 = .text:0x00004D60; // type:function size:0x1C
|
||||
fn_231_4D80 = .text:0x00004D80; // type:function size:0x174
|
||||
fn_231_4F00 = .text:0x00004F00; // type:function size:0x41C
|
||||
fn_231_5320 = .text:0x00005320; // type:function size:0x4
|
||||
fn_231_5330 = .text:0x00005330; // type:function size:0x118
|
||||
fn_231_5450 = .text:0x00005450; // type:function size:0x644
|
||||
fn_231_5AA0 = .text:0x00005AA0; // type:function size:0xC
|
||||
fn_231_5AB0 = .text:0x00005AB0; // type:function size:0x70
|
||||
fn_231_5B20 = .text:0x00005B20; // type:function size:0x248
|
||||
fn_231_5D70 = .text:0x00005D70; // type:function size:0x4
|
||||
fn_231_5D80 = .text:0x00005D80; // type:function size:0xF8
|
||||
fn_231_5E80 = .text:0x00005E80; // type:function size:0x2AC
|
||||
fn_231_6130 = .text:0x00006130; // type:function size:0x3C
|
||||
fn_231_6170 = .text:0x00006170; // type:function size:0xF8
|
||||
fn_231_6270 = .text:0x00006270; // type:function size:0x2AC
|
||||
fn_231_6520 = .text:0x00006520; // type:function size:0x3C
|
||||
fn_231_6560 = .text:0x00006560; // type:function size:0xD0
|
||||
fn_231_6630 = .text:0x00006630; // type:function size:0x1B0
|
||||
fn_231_67E0 = .text:0x000067E0; // type:function size:0x4
|
||||
fn_231_67F0 = .text:0x000067F0; // type:function size:0xBC
|
||||
fn_231_68B0 = .text:0x000068B0; // type:function size:0x328
|
||||
fn_231_6BE0 = .text:0x00006BE0; // type:function size:0x4
|
||||
fn_231_6BF0 = .text:0x00006BF0; // type:function size:0xC0
|
||||
fn_231_6CB0 = .text:0x00006CB0; // type:function size:0x54
|
||||
fn_231_6D10 = .text:0x00006D10; // type:function size:0x4
|
||||
fn_231_6D20 = .text:0x00006D20; // type:function size:0x70
|
||||
fn_231_6D90 = .text:0x00006D90; // type:function size:0xA0
|
||||
fn_231_6E30 = .text:0x00006E30; // type:function size:0x4
|
||||
fn_231_6E40 = .text:0x00006E40; // type:function size:0x90
|
||||
fn_231_6ED0 = .text:0x00006ED0; // type:function size:0x1AC
|
||||
fn_231_7080 = .text:0x00007080; // type:function size:0x4
|
||||
fn_231_7090 = .text:0x00007090; // type:function size:0x74
|
||||
fn_231_7110 = .text:0x00007110; // type:function size:0x408
|
||||
fn_231_7520 = .text:0x00007520; // type:function size:0x4
|
||||
fn_231_7530 = .text:0x00007530; // type:function size:0x70
|
||||
fn_231_75A0 = .text:0x000075A0; // type:function size:0x78
|
||||
fn_231_7620 = .text:0x00007620; // type:function size:0x4
|
||||
fn_231_7630 = .text:0x00007630; // type:function size:0x84
|
||||
fn_231_76C0 = .text:0x000076C0; // type:function size:0x320
|
||||
fn_231_79E0 = .text:0x000079E0; // type:function size:0x34
|
||||
fn_231_7A20 = .text:0x00007A20; // type:function size:0x78
|
||||
fn_231_7AA0 = .text:0x00007AA0; // type:function size:0x4F8
|
||||
fn_231_7FA0 = .text:0x00007FA0; // type:function size:0xC
|
||||
fn_231_7FB0 = .text:0x00007FB0; // type:function size:0x68
|
||||
fn_231_8020 = .text:0x00008020; // type:function size:0x94
|
||||
fn_231_80C0 = .text:0x000080C0; // type:function size:0x4
|
||||
fn_231_80D0 = .text:0x000080D0; // type:function size:0x124
|
||||
fn_231_8200 = .text:0x00008200; // type:function size:0x124
|
||||
fn_231_8330 = .text:0x00008330; // type:function size:0x4
|
||||
fn_231_8340 = .text:0x00008340; // type:function size:0x80
|
||||
fn_231_83C0 = .text:0x000083C0; // type:function size:0x140
|
||||
fn_231_8500 = .text:0x00008500; // type:function size:0x18
|
||||
fn_231_8520 = .text:0x00008520; // type:function size:0x58
|
||||
fn_231_8580 = .text:0x00008580; // type:function size:0x19C
|
||||
fn_231_8720 = .text:0x00008720; // type:function size:0x48
|
||||
initializeState_Demo__20dAcGirahimu3Second_cFv = .text:0x000043D0; // type:function size:0xB0
|
||||
executeState_Demo__20dAcGirahimu3Second_cFv = .text:0x00004480; // type:function size:0x8E0
|
||||
finalizeState_Demo__20dAcGirahimu3Second_cFv = .text:0x00004D60; // type:function size:0x1C
|
||||
initializeState_Demo2__20dAcGirahimu3Second_cFv = .text:0x00004D80; // type:function size:0x174
|
||||
executeState_Demo2__20dAcGirahimu3Second_cFv = .text:0x00004F00; // type:function size:0x41C
|
||||
finalizeState_Demo2__20dAcGirahimu3Second_cFv = .text:0x00005320; // type:function size:0x4
|
||||
initializeState_Wait__20dAcGirahimu3Second_cFv = .text:0x00005330; // type:function size:0x118
|
||||
executeState_Wait__20dAcGirahimu3Second_cFv = .text:0x00005450; // type:function size:0x644
|
||||
finalizeState_Wait__20dAcGirahimu3Second_cFv = .text:0x00005AA0; // type:function size:0xC
|
||||
initializeState_Walk__20dAcGirahimu3Second_cFv = .text:0x00005AB0; // type:function size:0x70
|
||||
executeState_Walk__20dAcGirahimu3Second_cFv = .text:0x00005B20; // type:function size:0x248
|
||||
finalizeState_Walk__20dAcGirahimu3Second_cFv = .text:0x00005D70; // type:function size:0x4
|
||||
initializeState_Attack__20dAcGirahimu3Second_cFv = .text:0x00005D80; // type:function size:0xF8
|
||||
executeState_Attack__20dAcGirahimu3Second_cFv = .text:0x00005E80; // type:function size:0x2AC
|
||||
finalizeState_Attack__20dAcGirahimu3Second_cFv = .text:0x00006130; // type:function size:0x3C
|
||||
initializeState_CounterAttack__20dAcGirahimu3Second_cFv = .text:0x00006170; // type:function size:0xF8
|
||||
executeState_CounterAttack__20dAcGirahimu3Second_cFv = .text:0x00006270; // type:function size:0x2AC
|
||||
finalizeState_CounterAttack__20dAcGirahimu3Second_cFv = .text:0x00006520; // type:function size:0x3C
|
||||
initializeState_Disturb__20dAcGirahimu3Second_cFv = .text:0x00006560; // type:function size:0xD0
|
||||
executeState_Disturb__20dAcGirahimu3Second_cFv = .text:0x00006630; // type:function size:0x1B0
|
||||
finalizeState_Disturb__20dAcGirahimu3Second_cFv = .text:0x000067E0; // type:function size:0x4
|
||||
initializeState_SwordBeamDamage__20dAcGirahimu3Second_cFv = .text:0x000067F0; // type:function size:0xBC
|
||||
executeState_SwordBeamDamage__20dAcGirahimu3Second_cFv = .text:0x000068B0; // type:function size:0x328
|
||||
finalizeState_SwordBeamDamage__20dAcGirahimu3Second_cFv = .text:0x00006BE0; // type:function size:0x4
|
||||
initializeState_GuardSword__20dAcGirahimu3Second_cFv = .text:0x00006BF0; // type:function size:0xC0
|
||||
executeState_GuardSword__20dAcGirahimu3Second_cFv = .text:0x00006CB0; // type:function size:0x54
|
||||
finalizeState_GuardSword__20dAcGirahimu3Second_cFv = .text:0x00006D10; // type:function size:0x4
|
||||
initializeState_Provoke__20dAcGirahimu3Second_cFv = .text:0x00006D20; // type:function size:0x70
|
||||
executeState_Provoke__20dAcGirahimu3Second_cFv = .text:0x00006D90; // type:function size:0xA0
|
||||
finalizeState_Provoke__20dAcGirahimu3Second_cFv = .text:0x00006E30; // type:function size:0x4
|
||||
initializeState_KnifeReady__20dAcGirahimu3Second_cFv = .text:0x00006E40; // type:function size:0x90
|
||||
executeState_KnifeReady__20dAcGirahimu3Second_cFv = .text:0x00006ED0; // type:function size:0x1AC
|
||||
finalizeState_KnifeReady__20dAcGirahimu3Second_cFv = .text:0x00007080; // type:function size:0x4
|
||||
initializeState_KnifeAttack__20dAcGirahimu3Second_cFv = .text:0x00007090; // type:function size:0x74
|
||||
executeState_KnifeAttack__20dAcGirahimu3Second_cFv = .text:0x00007110; // type:function size:0x408
|
||||
finalizeState_KnifeAttack__20dAcGirahimu3Second_cFv = .text:0x00007520; // type:function size:0x4
|
||||
initializeState_SwordBeamReady__20dAcGirahimu3Second_cFv = .text:0x00007530; // type:function size:0x70
|
||||
executeState_SwordBeamReady__20dAcGirahimu3Second_cFv = .text:0x000075A0; // type:function size:0x78
|
||||
finalizeState_SwordBeamReady__20dAcGirahimu3Second_cFv = .text:0x00007620; // type:function size:0x4
|
||||
initializeState_SwordBeamAttack__20dAcGirahimu3Second_cFv = .text:0x00007630; // type:function size:0x84
|
||||
executeState_SwordBeamAttack__20dAcGirahimu3Second_cFv = .text:0x000076C0; // type:function size:0x320
|
||||
finalizeState_SwordBeamAttack__20dAcGirahimu3Second_cFv = .text:0x000079E0; // type:function size:0x34
|
||||
initializeState_SwordBeamRally__20dAcGirahimu3Second_cFv = .text:0x00007A20; // type:function size:0x78
|
||||
executeState_SwordBeamRally__20dAcGirahimu3Second_cFv = .text:0x00007AA0; // type:function size:0x4F8
|
||||
finalizeState_SwordBeamRally__20dAcGirahimu3Second_cFv = .text:0x00007FA0; // type:function size:0xC
|
||||
initializeState_GuardJust__20dAcGirahimu3Second_cFv = .text:0x00007FB0; // type:function size:0x68
|
||||
executeState_GuardJust__20dAcGirahimu3Second_cFv = .text:0x00008020; // type:function size:0x94
|
||||
finalizeState_GuardJust__20dAcGirahimu3Second_cFv = .text:0x000080C0; // type:function size:0x4
|
||||
initializeState_Damage__20dAcGirahimu3Second_cFv = .text:0x000080D0; // type:function size:0x124
|
||||
executeState_Damage__20dAcGirahimu3Second_cFv = .text:0x00008200; // type:function size:0x124
|
||||
finalizeState_Damage__20dAcGirahimu3Second_cFv = .text:0x00008330; // type:function size:0x4
|
||||
initializeState_SummonSword__20dAcGirahimu3Second_cFv = .text:0x00008340; // type:function size:0x80
|
||||
executeState_SummonSword__20dAcGirahimu3Second_cFv = .text:0x000083C0; // type:function size:0x140
|
||||
finalizeState_SummonSword__20dAcGirahimu3Second_cFv = .text:0x00008500; // type:function size:0x18
|
||||
initializeState_EscapeWarp__20dAcGirahimu3Second_cFv = .text:0x00008520; // type:function size:0x58
|
||||
executeState_EscapeWarp__20dAcGirahimu3Second_cFv = .text:0x00008580; // type:function size:0x19C
|
||||
finalizeState_EscapeWarp__20dAcGirahimu3Second_cFv = .text:0x00008720; // type:function size:0x48
|
||||
fn_231_8770 = .text:0x00008770; // type:function size:0xF40
|
||||
fn_231_96B0 = .text:0x000096B0; // type:function size:0x5E8
|
||||
fn_231_9CA0 = .text:0x00009CA0; // type:function size:0x8
|
||||
@@ -133,29 +133,29 @@ fn_231_9CB0 = .text:0x00009CB0; // type:function size:0x4
|
||||
fn_231_9CC0 = .text:0x00009CC0; // type:function size:0x4
|
||||
fn_231_9CD0 = .text:0x00009CD0; // type:function size:0x8
|
||||
fn_231_9CE0 = .text:0x00009CE0; // type:function size:0x8
|
||||
fn_231_9CF0 = .text:0x00009CF0; // type:function size:0x184
|
||||
__dt__20dAcGirahimu3Second_cFv = .text:0x00009CF0; // type:function size:0x184
|
||||
fn_231_9E80 = .text:0x00009E80; // type:function size:0x4
|
||||
fn_231_9E90 = .text:0x00009E90; // type:function size:0x4
|
||||
fn_231_9EA0 = .text:0x00009EA0; // type:function size:0x4
|
||||
fn_231_9EB0 = .text:0x00009EB0; // type:function size:0x4
|
||||
fn_231_9EC0 = .text:0x00009EC0; // type:function size:0x4
|
||||
fn_231_9ED0 = .text:0x00009ED0; // type:function size:0x60
|
||||
fn_231_9F30 = .text:0x00009F30; // type:function size:0xC
|
||||
fn_231_9F40 = .text:0x00009F40; // type:function size:0x1C
|
||||
fn_231_9F60 = .text:0x00009F60; // type:function size:0x1C
|
||||
fn_231_9F80 = .text:0x00009F80; // type:function size:0x1C
|
||||
fn_231_9FA0 = .text:0x00009FA0; // type:function size:0x10
|
||||
fn_231_9FB0 = .text:0x00009FB0; // type:function size:0x10
|
||||
fn_231_9FC0 = .text:0x00009FC0; // type:function size:0x10
|
||||
fn_231_9FD0 = .text:0x00009FD0; // type:function size:0x10
|
||||
fn_231_9FE0 = .text:0x00009FE0; // type:function size:0x10
|
||||
fn_231_9FF0 = .text:0x00009FF0; // type:function size:0x10
|
||||
fn_231_A000 = .text:0x0000A000; // type:function size:0x1338
|
||||
fn_231_B340 = .text:0x0000B340; // type:function size:0x58
|
||||
fn_231_B3A0 = .text:0x0000B3A0; // type:function size:0x88
|
||||
fn_231_B430 = .text:0x0000B430; // type:function size:0x30
|
||||
fn_231_B460 = .text:0x0000B460; // type:function size:0x30
|
||||
fn_231_B490 = .text:0x0000B490; // type:function size:0x30
|
||||
build__36sFStateFct_c<20dAcGirahimu3Second_c>FRC12sStateIDIf_c = .text:0x00009ED0; // type:function size:0x60
|
||||
dispose__36sFStateFct_c<20dAcGirahimu3Second_c>FRP10sStateIf_c = .text:0x00009F30; // type:function size:0xC
|
||||
initialize__33sFState_c<20dAcGirahimu3Second_c>Fv = .text:0x00009F40; // type:function size:0x1C
|
||||
execute__33sFState_c<20dAcGirahimu3Second_c>Fv = .text:0x00009F60; // type:function size:0x1C
|
||||
finalize__33sFState_c<20dAcGirahimu3Second_c>Fv = .text:0x00009F80; // type:function size:0x1C
|
||||
initializeState__89sStateMgr_c<20dAcGirahimu3Second_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00009FA0; // type:function size:0x10
|
||||
finalizeState__89sStateMgr_c<20dAcGirahimu3Second_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00009FB0; // type:function size:0x10
|
||||
refreshState__89sStateMgr_c<20dAcGirahimu3Second_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00009FC0; // type:function size:0x10
|
||||
getState__89sStateMgr_c<20dAcGirahimu3Second_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00009FD0; // type:function size:0x10
|
||||
getNewStateID__89sStateMgr_c<20dAcGirahimu3Second_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00009FE0; // type:function size:0x10
|
||||
getOldStateID__89sStateMgr_c<20dAcGirahimu3Second_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00009FF0; // type:function size:0x10
|
||||
__sinit_\d_a_b_girahimu3_second_cpp = .text:0x0000A000; // type:function size:0x1338 scope:local
|
||||
__dt__35sFStateID_c<20dAcGirahimu3Second_c>Fv = .text:0x0000B340; // type:function size:0x58
|
||||
isSameName__35sFStateID_c<20dAcGirahimu3Second_c>CFPCc = .text:0x0000B3A0; // type:function size:0x88
|
||||
initializeState__35sFStateID_c<20dAcGirahimu3Second_c>CFR20dAcGirahimu3Second_c = .text:0x0000B430; // type:function size:0x30
|
||||
executeState__35sFStateID_c<20dAcGirahimu3Second_c>CFR20dAcGirahimu3Second_c = .text:0x0000B460; // type:function size:0x30
|
||||
finalizeState__35sFStateID_c<20dAcGirahimu3Second_c>CFR20dAcGirahimu3Second_c = .text:0x0000B490; // type:function size:0x30
|
||||
fn_231_B4C0 = .text:0x0000B4C0; // type:function size:0x8
|
||||
fn_231_B4D0 = .text:0x0000B4D0; // type:function size:0x8
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
@@ -173,7 +173,7 @@ lbl_231_rodata_14C = .rodata:0x0000014C; // type:object size:0x4 data:float
|
||||
lbl_231_rodata_150 = .rodata:0x00000150; // type:object size:0x1C data:float
|
||||
lbl_231_rodata_16C = .rodata:0x0000016C; // type:object size:0x14 data:float
|
||||
lbl_231_rodata_180 = .rodata:0x00000180; // type:object size:0xB8 data:float
|
||||
lbl_231_data_0 = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
g_profile_B_GIRAHIMU3_SECOND = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
lbl_231_data_10 = .data:0x00000010; // type:object size:0x2C
|
||||
lbl_231_data_3C = .data:0x0000003C; // type:object size:0x4 data:4byte
|
||||
lbl_231_data_40 = .data:0x00000040; // type:object size:0x4 data:4byte
|
||||
|
||||
@@ -3,11 +3,11 @@ _epilog = .text:0x00000030; // type:function size:0x2C scope:global
|
||||
_unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
fn_232_F0 = .text:0x000000F0; // type:function size:0x3B8
|
||||
fn_232_4B0 = .text:0x000004B0; // type:function size:0x58
|
||||
fn_232_510 = .text:0x00000510; // type:function size:0x6C
|
||||
fn_232_580 = .text:0x00000580; // type:function size:0xA0
|
||||
fn_232_620 = .text:0x00000620; // type:function size:0xA4
|
||||
dAcGirahimu3Third_c_classInit__Fv = .text:0x000000F0; // type:function size:0x3B8
|
||||
__dt__32sFState_c<19dAcGirahimu3Third_c>Fv = .text:0x000004B0; // type:function size:0x58
|
||||
__dt__35sFStateFct_c<19dAcGirahimu3Third_c>Fv = .text:0x00000510; // type:function size:0x6C
|
||||
__dt__88sStateMgr_c<19dAcGirahimu3Third_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000580; // type:function size:0xA0
|
||||
__dt__58sFStateMgr_c<19dAcGirahimu3Third_c,20sStateMethodUsr_FI_c>Fv = .text:0x00000620; // type:function size:0xA4
|
||||
fn_232_6D0 = .text:0x000006D0; // type:function size:0x3C
|
||||
fn_232_710 = .text:0x00000710; // type:function size:0x40
|
||||
fn_232_750 = .text:0x00000750; // type:function size:0x58
|
||||
@@ -22,7 +22,7 @@ fn_232_B20 = .text:0x00000B20; // type:function size:0x4C
|
||||
fn_232_B70 = .text:0x00000B70; // type:function size:0x10
|
||||
fn_232_B80 = .text:0x00000B80; // type:function size:0x8C
|
||||
fn_232_C10 = .text:0x00000C10; // type:function size:0x268
|
||||
fn_232_E80 = .text:0x00000E80; // type:function size:0x10
|
||||
getStateID__88sStateMgr_c<19dAcGirahimu3Third_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00000E80; // type:function size:0x10
|
||||
fn_232_E90 = .text:0x00000E90; // type:function size:0xBC
|
||||
fn_232_F50 = .text:0x00000F50; // type:function size:0x154
|
||||
fn_232_10B0 = .text:0x000010B0; // type:function size:0x60
|
||||
@@ -44,7 +44,7 @@ fn_232_1988 = .text:0x00001988; // type:function size:0x4
|
||||
fn_232_1990 = .text:0x00001990; // type:function size:0x114
|
||||
fn_232_1AB0 = .text:0x00001AB0; // type:function size:0x20
|
||||
fn_232_1AD0 = .text:0x00001AD0; // type:function size:0xACC
|
||||
fn_232_25A0 = .text:0x000025A0; // type:function size:0x10
|
||||
changeState__88sStateMgr_c<19dAcGirahimu3Third_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x000025A0; // type:function size:0x10
|
||||
fn_232_25B0 = .text:0x000025B0; // type:function size:0x1C
|
||||
fn_232_25D0 = .text:0x000025D0; // type:function size:0x128
|
||||
fn_232_2700 = .text:0x00002700; // type:function size:0x9C
|
||||
@@ -72,75 +72,75 @@ fn_232_3770 = .text:0x00003770; // type:function size:0xB4
|
||||
fn_232_3830 = .text:0x00003830; // type:function size:0x80
|
||||
fn_232_38B0 = .text:0x000038B0; // type:function size:0x1E8
|
||||
fn_232_3AA0 = .text:0x00003AA0; // type:function size:0x850
|
||||
fn_232_42F0 = .text:0x000042F0; // type:function size:0x10
|
||||
executeState__88sStateMgr_c<19dAcGirahimu3Third_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000042F0; // type:function size:0x10
|
||||
fn_232_4300 = .text:0x00004300; // type:function size:0xD8
|
||||
fn_232_43E0 = .text:0x000043E0; // type:function size:0xBC
|
||||
fn_232_44A0 = .text:0x000044A0; // type:function size:0x8D0
|
||||
fn_232_4D70 = .text:0x00004D70; // type:function size:0x10
|
||||
fn_232_4D80 = .text:0x00004D80; // type:function size:0x140
|
||||
fn_232_4EC0 = .text:0x00004EC0; // type:function size:0x528
|
||||
fn_232_53F0 = .text:0x000053F0; // type:function size:0x4
|
||||
fn_232_5400 = .text:0x00005400; // type:function size:0xAC
|
||||
fn_232_54B0 = .text:0x000054B0; // type:function size:0x198
|
||||
fn_232_5650 = .text:0x00005650; // type:function size:0x4
|
||||
fn_232_5660 = .text:0x00005660; // type:function size:0x78
|
||||
fn_232_56E0 = .text:0x000056E0; // type:function size:0x13C
|
||||
fn_232_5820 = .text:0x00005820; // type:function size:0x4
|
||||
fn_232_5830 = .text:0x00005830; // type:function size:0x18C
|
||||
fn_232_59C0 = .text:0x000059C0; // type:function size:0x2F4
|
||||
fn_232_5CC0 = .text:0x00005CC0; // type:function size:0x1C
|
||||
fn_232_5CE0 = .text:0x00005CE0; // type:function size:0xA8
|
||||
fn_232_5D90 = .text:0x00005D90; // type:function size:0xE8
|
||||
fn_232_5E80 = .text:0x00005E80; // type:function size:0x18
|
||||
fn_232_5EA0 = .text:0x00005EA0; // type:function size:0x94
|
||||
fn_232_5F40 = .text:0x00005F40; // type:function size:0x160
|
||||
fn_232_60A0 = .text:0x000060A0; // type:function size:0x4
|
||||
fn_232_60B0 = .text:0x000060B0; // type:function size:0xC0
|
||||
fn_232_6170 = .text:0x00006170; // type:function size:0x17C
|
||||
fn_232_62F0 = .text:0x000062F0; // type:function size:0x4
|
||||
fn_232_6300 = .text:0x00006300; // type:function size:0xB8
|
||||
fn_232_63C0 = .text:0x000063C0; // type:function size:0x278
|
||||
fn_232_6640 = .text:0x00006640; // type:function size:0x1C
|
||||
fn_232_6660 = .text:0x00006660; // type:function size:0x118
|
||||
fn_232_6780 = .text:0x00006780; // type:function size:0x278
|
||||
fn_232_6A00 = .text:0x00006A00; // type:function size:0x1C
|
||||
fn_232_6A20 = .text:0x00006A20; // type:function size:0x60
|
||||
fn_232_6A80 = .text:0x00006A80; // type:function size:0x198
|
||||
fn_232_6C20 = .text:0x00006C20; // type:function size:0x20
|
||||
fn_232_6C40 = .text:0x00006C40; // type:function size:0xD8
|
||||
fn_232_6D20 = .text:0x00006D20; // type:function size:0x1EC
|
||||
fn_232_6F10 = .text:0x00006F10; // type:function size:0x20
|
||||
fn_232_6F30 = .text:0x00006F30; // type:function size:0x68
|
||||
fn_232_6FA0 = .text:0x00006FA0; // type:function size:0xE4
|
||||
fn_232_7090 = .text:0x00007090; // type:function size:0x4
|
||||
initializeState_Demo__19dAcGirahimu3Third_cFv = .text:0x000043E0; // type:function size:0xBC
|
||||
executeState_Demo__19dAcGirahimu3Third_cFv = .text:0x000044A0; // type:function size:0x8D0
|
||||
finalizeState_Demo__19dAcGirahimu3Third_cFv = .text:0x00004D70; // type:function size:0x10
|
||||
initializeState_Wait__19dAcGirahimu3Third_cFv = .text:0x00004D80; // type:function size:0x140
|
||||
executeState_Wait__19dAcGirahimu3Third_cFv = .text:0x00004EC0; // type:function size:0x528
|
||||
finalizeState_Wait__19dAcGirahimu3Third_cFv = .text:0x000053F0; // type:function size:0x4
|
||||
initializeState_SceneChange__19dAcGirahimu3Third_cFv = .text:0x00005400; // type:function size:0xAC
|
||||
executeState_SceneChange__19dAcGirahimu3Third_cFv = .text:0x000054B0; // type:function size:0x198
|
||||
finalizeState_SceneChange__19dAcGirahimu3Third_cFv = .text:0x00005650; // type:function size:0x4
|
||||
initializeState_Walk__19dAcGirahimu3Third_cFv = .text:0x00005660; // type:function size:0x78
|
||||
executeState_Walk__19dAcGirahimu3Third_cFv = .text:0x000056E0; // type:function size:0x13C
|
||||
finalizeState_Walk__19dAcGirahimu3Third_cFv = .text:0x00005820; // type:function size:0x4
|
||||
initializeState_GuardSword__19dAcGirahimu3Third_cFv = .text:0x00005830; // type:function size:0x18C
|
||||
executeState_GuardSword__19dAcGirahimu3Third_cFv = .text:0x000059C0; // type:function size:0x2F4
|
||||
finalizeState_GuardSword__19dAcGirahimu3Third_cFv = .text:0x00005CC0; // type:function size:0x1C
|
||||
initializeState_RepairClaymore__19dAcGirahimu3Third_cFv = .text:0x00005CE0; // type:function size:0xA8
|
||||
executeState_RepairClaymore__19dAcGirahimu3Third_cFv = .text:0x00005D90; // type:function size:0xE8
|
||||
finalizeState_RepairClaymore__19dAcGirahimu3Third_cFv = .text:0x00005E80; // type:function size:0x18
|
||||
initializeState_Chance__19dAcGirahimu3Third_cFv = .text:0x00005EA0; // type:function size:0x94
|
||||
executeState_Chance__19dAcGirahimu3Third_cFv = .text:0x00005F40; // type:function size:0x160
|
||||
finalizeState_Chance__19dAcGirahimu3Third_cFv = .text:0x000060A0; // type:function size:0x4
|
||||
initializeState_SwordBeamDamage__19dAcGirahimu3Third_cFv = .text:0x000060B0; // type:function size:0xC0
|
||||
executeState_SwordBeamDamage__19dAcGirahimu3Third_cFv = .text:0x00006170; // type:function size:0x17C
|
||||
finalizeState_SwordBeamDamage__19dAcGirahimu3Third_cFv = .text:0x000062F0; // type:function size:0x4
|
||||
initializeState_Attack__19dAcGirahimu3Third_cFv = .text:0x00006300; // type:function size:0xB8
|
||||
executeState_Attack__19dAcGirahimu3Third_cFv = .text:0x000063C0; // type:function size:0x278
|
||||
finalizeState_Attack__19dAcGirahimu3Third_cFv = .text:0x00006640; // type:function size:0x1C
|
||||
initializeState_CounterAttack__19dAcGirahimu3Third_cFv = .text:0x00006660; // type:function size:0x118
|
||||
executeState_CounterAttack__19dAcGirahimu3Third_cFv = .text:0x00006780; // type:function size:0x278
|
||||
finalizeState_CounterAttack__19dAcGirahimu3Third_cFv = .text:0x00006A00; // type:function size:0x1C
|
||||
initializeState_EscapeWarp__19dAcGirahimu3Third_cFv = .text:0x00006A20; // type:function size:0x60
|
||||
executeState_EscapeWarp__19dAcGirahimu3Third_cFv = .text:0x00006A80; // type:function size:0x198
|
||||
finalizeState_EscapeWarp__19dAcGirahimu3Third_cFv = .text:0x00006C20; // type:function size:0x20
|
||||
initializeState_EscapeWarp2__19dAcGirahimu3Third_cFv = .text:0x00006C40; // type:function size:0xD8
|
||||
executeState_EscapeWarp2__19dAcGirahimu3Third_cFv = .text:0x00006D20; // type:function size:0x1EC
|
||||
finalizeState_EscapeWarp2__19dAcGirahimu3Third_cFv = .text:0x00006F10; // type:function size:0x20
|
||||
initializeState_GuardJust__19dAcGirahimu3Third_cFv = .text:0x00006F30; // type:function size:0x68
|
||||
executeState_GuardJust__19dAcGirahimu3Third_cFv = .text:0x00006FA0; // type:function size:0xE4
|
||||
finalizeState_GuardJust__19dAcGirahimu3Third_cFv = .text:0x00007090; // type:function size:0x4
|
||||
fn_232_70A0 = .text:0x000070A0; // type:function size:0x8
|
||||
fn_232_70B0 = .text:0x000070B0; // type:function size:0x4
|
||||
fn_232_70C0 = .text:0x000070C0; // type:function size:0x4
|
||||
fn_232_70D0 = .text:0x000070D0; // type:function size:0x8
|
||||
fn_232_70E0 = .text:0x000070E0; // type:function size:0x8
|
||||
fn_232_70F0 = .text:0x000070F0; // type:function size:0x174
|
||||
__dt__19dAcGirahimu3Third_cFv = .text:0x000070F0; // type:function size:0x174
|
||||
fn_232_7270 = .text:0x00007270; // type:function size:0x4
|
||||
fn_232_7280 = .text:0x00007280; // type:function size:0x4
|
||||
fn_232_7290 = .text:0x00007290; // type:function size:0x4
|
||||
fn_232_72A0 = .text:0x000072A0; // type:function size:0x4
|
||||
fn_232_72B0 = .text:0x000072B0; // type:function size:0x4
|
||||
fn_232_72C0 = .text:0x000072C0; // type:function size:0x60
|
||||
fn_232_7320 = .text:0x00007320; // type:function size:0xC
|
||||
fn_232_7330 = .text:0x00007330; // type:function size:0x1C
|
||||
fn_232_7350 = .text:0x00007350; // type:function size:0x1C
|
||||
fn_232_7370 = .text:0x00007370; // type:function size:0x1C
|
||||
fn_232_7390 = .text:0x00007390; // type:function size:0x10
|
||||
fn_232_73A0 = .text:0x000073A0; // type:function size:0x10
|
||||
fn_232_73B0 = .text:0x000073B0; // type:function size:0x10
|
||||
fn_232_73C0 = .text:0x000073C0; // type:function size:0x10
|
||||
fn_232_73D0 = .text:0x000073D0; // type:function size:0x10
|
||||
fn_232_73E0 = .text:0x000073E0; // type:function size:0x10
|
||||
fn_232_73F0 = .text:0x000073F0; // type:function size:0x9F4
|
||||
fn_232_7DF0 = .text:0x00007DF0; // type:function size:0x58
|
||||
fn_232_7E50 = .text:0x00007E50; // type:function size:0x88
|
||||
fn_232_7EE0 = .text:0x00007EE0; // type:function size:0x30
|
||||
fn_232_7F10 = .text:0x00007F10; // type:function size:0x30
|
||||
fn_232_7F40 = .text:0x00007F40; // type:function size:0x30
|
||||
build__35sFStateFct_c<19dAcGirahimu3Third_c>FRC12sStateIDIf_c = .text:0x000072C0; // type:function size:0x60
|
||||
dispose__35sFStateFct_c<19dAcGirahimu3Third_c>FRP10sStateIf_c = .text:0x00007320; // type:function size:0xC
|
||||
initialize__32sFState_c<19dAcGirahimu3Third_c>Fv = .text:0x00007330; // type:function size:0x1C
|
||||
execute__32sFState_c<19dAcGirahimu3Third_c>Fv = .text:0x00007350; // type:function size:0x1C
|
||||
finalize__32sFState_c<19dAcGirahimu3Third_c>Fv = .text:0x00007370; // type:function size:0x1C
|
||||
initializeState__88sStateMgr_c<19dAcGirahimu3Third_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00007390; // type:function size:0x10
|
||||
finalizeState__88sStateMgr_c<19dAcGirahimu3Third_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000073A0; // type:function size:0x10
|
||||
refreshState__88sStateMgr_c<19dAcGirahimu3Third_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000073B0; // type:function size:0x10
|
||||
getState__88sStateMgr_c<19dAcGirahimu3Third_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000073C0; // type:function size:0x10
|
||||
getNewStateID__88sStateMgr_c<19dAcGirahimu3Third_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000073D0; // type:function size:0x10
|
||||
getOldStateID__88sStateMgr_c<19dAcGirahimu3Third_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000073E0; // type:function size:0x10
|
||||
__sinit_\d_a_b_girahimu3_third_cpp = .text:0x000073F0; // type:function size:0x9F4 scope:local
|
||||
__dt__34sFStateID_c<19dAcGirahimu3Third_c>Fv = .text:0x00007DF0; // type:function size:0x58
|
||||
isSameName__34sFStateID_c<19dAcGirahimu3Third_c>CFPCc = .text:0x00007E50; // type:function size:0x88
|
||||
initializeState__34sFStateID_c<19dAcGirahimu3Third_c>CFR19dAcGirahimu3Third_c = .text:0x00007EE0; // type:function size:0x30
|
||||
executeState__34sFStateID_c<19dAcGirahimu3Third_c>CFR19dAcGirahimu3Third_c = .text:0x00007F10; // type:function size:0x30
|
||||
finalizeState__34sFStateID_c<19dAcGirahimu3Third_c>CFR19dAcGirahimu3Third_c = .text:0x00007F40; // type:function size:0x30
|
||||
fn_232_7F70 = .text:0x00007F70; // type:function size:0x8
|
||||
fn_232_7F80 = .text:0x00007F80; // type:function size:0x8
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
@@ -156,7 +156,7 @@ lbl_232_rodata_B4 = .rodata:0x000000B4; // type:object size:0x14 data:float
|
||||
lbl_232_rodata_C8 = .rodata:0x000000C8; // type:object size:0x18 data:float
|
||||
lbl_232_rodata_E0 = .rodata:0x000000E0; // type:object size:0x9C data:float
|
||||
lbl_232_rodata_17C = .rodata:0x0000017C; // type:object size:0x28 data:float
|
||||
lbl_232_data_0 = .data:0x00000000; // type:object size:0x40 data:4byte
|
||||
g_profile_B_GIRAHIMU3_THIRD = .data:0x00000000; // type:object size:0x40 data:4byte
|
||||
lbl_232_data_40 = .data:0x00000040; // type:object size:0x18 data:string
|
||||
lbl_232_data_58 = .data:0x00000058; // type:object size:0x18
|
||||
lbl_232_data_70 = .data:0x00000070; // type:object size:0x4
|
||||
|
||||
@@ -3,11 +3,11 @@ _epilog = .text:0x00000030; // type:function size:0x2C scope:global
|
||||
_unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
AcGirahimu__ctor = .text:0x000000F0; // type:function size:0x414
|
||||
fn_227_510 = .text:0x00000510; // type:function size:0x58
|
||||
fn_227_570 = .text:0x00000570; // type:function size:0x6C
|
||||
fn_227_5E0 = .text:0x000005E0; // type:function size:0xA0
|
||||
fn_227_680 = .text:0x00000680; // type:function size:0xA4
|
||||
dAcGirahimu_c_classInit__Fv = .text:0x000000F0; // type:function size:0x414
|
||||
__dt__26sFState_c<13dAcGirahimu_c>Fv = .text:0x00000510; // type:function size:0x58
|
||||
__dt__29sFStateFct_c<13dAcGirahimu_c>Fv = .text:0x00000570; // type:function size:0x6C
|
||||
__dt__82sStateMgr_c<13dAcGirahimu_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000005E0; // type:function size:0xA0
|
||||
__dt__52sFStateMgr_c<13dAcGirahimu_c,20sStateMethodUsr_FI_c>Fv = .text:0x00000680; // type:function size:0xA4
|
||||
fn_227_730 = .text:0x00000730; // type:function size:0x3C
|
||||
fn_227_770 = .text:0x00000770; // type:function size:0x40
|
||||
fn_227_7B0 = .text:0x000007B0; // type:function size:0x4
|
||||
@@ -23,7 +23,7 @@ fn_227_BD0 = .text:0x00000BD0; // type:function size:0x14
|
||||
fn_227_BF0 = .text:0x00000BF0; // type:function size:0x58
|
||||
AcGirahimu__stateSwordDemoEnter = .text:0x00000C50; // type:function size:0x13C
|
||||
AcGirahimuBase__stateSwordDemoUpdate = .text:0x00000D90; // type:function size:0x718
|
||||
fn_227_14B0 = .text:0x000014B0; // type:function size:0x10
|
||||
changeState__82sStateMgr_c<13dAcGirahimu_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x000014B0; // type:function size:0x10
|
||||
AcGirahimu__stateSwordDemoLeave = .text:0x000014C0; // type:function size:0x18
|
||||
AcGirahimu__stateSwordWaitEnter = .text:0x000014E0; // type:function size:0xCC
|
||||
AcGirahimu__stateSwordWaitUpdate = .text:0x000015B0; // type:function size:0x1C4
|
||||
@@ -35,7 +35,7 @@ AcGirahimu__stateSwordPiyoriEnter = .text:0x000019A0; // type:function size:0xA8
|
||||
AcGirahimu__stateSwordPiyoriUpdate = .text:0x00001A50; // type:function size:0xE0
|
||||
AcGirahimu__stateSwordPiyoriLeave = .text:0x00001B30; // type:function size:0xC
|
||||
AcGirahimu__pickNextMove = .text:0x00001B40; // type:function size:0x350
|
||||
fn_227_1E90 = .text:0x00001E90; // type:function size:0x10
|
||||
getStateID__82sStateMgr_c<13dAcGirahimu_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00001E90; // type:function size:0x10
|
||||
fn_227_1EA0 = .text:0x00001EA0; // type:function size:0x14C
|
||||
fn_227_1FF0 = .text:0x00001FF0; // type:function size:0x48
|
||||
fn_227_2040 = .text:0x00002040; // type:function size:0x4C
|
||||
@@ -57,7 +57,7 @@ AcGirahimu__isInBossRush = .text:0x00003250; // type:function size:0x8
|
||||
fn_227_3260 = .text:0x00003260; // type:function size:0x8
|
||||
AcGirahimu__setStateDeath/DeathMiniGame = .text:0x00003270; // type:function size:0x154
|
||||
AcGirahimu__update = .text:0x000033D0; // type:function size:0x804
|
||||
fn_227_3BE0 = .text:0x00003BE0; // type:function size:0x10
|
||||
executeState__82sStateMgr_c<13dAcGirahimu_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00003BE0; // type:function size:0x10
|
||||
AcGirahimu__damage = .text:0x00003BF0; // type:function size:0x94
|
||||
AcGirahimu__changeStateAfterDamageMaybe = .text:0x00003C90; // type:function size:0xF4
|
||||
fn_227_3D90 = .text:0x00003D90; // type:function size:0x18
|
||||
@@ -73,34 +73,34 @@ AcGirahimu__walkWithSword = .text:0x00004270; // type:function size:0x24
|
||||
AcGirahimu__poseWithSwordHigh = .text:0x000042A0; // type:function size:0x28
|
||||
fn_227_42D0 = .text:0x000042D0; // type:function size:0x8
|
||||
fn_227_42E0 = .text:0x000042E0; // type:function size:0x4
|
||||
AcGirahimu__dtor = .text:0x000042F0; // type:function size:0x74
|
||||
__dt__13dAcGirahimu_cFv = .text:0x000042F0; // type:function size:0x74
|
||||
fn_227_4370 = .text:0x00004370; // type:function size:0x4
|
||||
fn_227_4380 = .text:0x00004380; // type:function size:0x4
|
||||
fn_227_4390 = .text:0x00004390; // type:function size:0x4
|
||||
fn_227_43A0 = .text:0x000043A0; // type:function size:0x4
|
||||
fn_227_43B0 = .text:0x000043B0; // type:function size:0x4
|
||||
fn_227_43C0 = .text:0x000043C0; // type:function size:0x60
|
||||
fn_227_4420 = .text:0x00004420; // type:function size:0xC
|
||||
fn_227_4430 = .text:0x00004430; // type:function size:0x1C
|
||||
fn_227_4450 = .text:0x00004450; // type:function size:0x1C
|
||||
fn_227_4470 = .text:0x00004470; // type:function size:0x1C
|
||||
fn_227_4490 = .text:0x00004490; // type:function size:0x10
|
||||
fn_227_44A0 = .text:0x000044A0; // type:function size:0x10
|
||||
fn_227_44B0 = .text:0x000044B0; // type:function size:0x10
|
||||
fn_227_44C0 = .text:0x000044C0; // type:function size:0x10
|
||||
fn_227_44D0 = .text:0x000044D0; // type:function size:0x10
|
||||
fn_227_44E0 = .text:0x000044E0; // type:function size:0x10
|
||||
AcGirahimu__sinit = .text:0x000044F0; // type:function size:0x710
|
||||
fn_227_4C00 = .text:0x00004C00; // type:function size:0x58
|
||||
build__29sFStateFct_c<13dAcGirahimu_c>FRC12sStateIDIf_c = .text:0x000043C0; // type:function size:0x60
|
||||
dispose__29sFStateFct_c<13dAcGirahimu_c>FRP10sStateIf_c = .text:0x00004420; // type:function size:0xC
|
||||
initialize__26sFState_c<13dAcGirahimu_c>Fv = .text:0x00004430; // type:function size:0x1C
|
||||
execute__26sFState_c<13dAcGirahimu_c>Fv = .text:0x00004450; // type:function size:0x1C
|
||||
finalize__26sFState_c<13dAcGirahimu_c>Fv = .text:0x00004470; // type:function size:0x1C
|
||||
initializeState__82sStateMgr_c<13dAcGirahimu_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00004490; // type:function size:0x10
|
||||
finalizeState__82sStateMgr_c<13dAcGirahimu_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000044A0; // type:function size:0x10
|
||||
refreshState__82sStateMgr_c<13dAcGirahimu_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000044B0; // type:function size:0x10
|
||||
getState__82sStateMgr_c<13dAcGirahimu_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000044C0; // type:function size:0x10
|
||||
getNewStateID__82sStateMgr_c<13dAcGirahimu_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000044D0; // type:function size:0x10
|
||||
getOldStateID__82sStateMgr_c<13dAcGirahimu_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000044E0; // type:function size:0x10
|
||||
__sinit_\d_a_b_girahimu_cpp = .text:0x000044F0; // type:function size:0x710 scope:local
|
||||
__dt__28sFStateID_c<13dAcGirahimu_c>Fv = .text:0x00004C00; // type:function size:0x58
|
||||
fn_227_4C60 = .text:0x00004C60; // type:function size:0x5C
|
||||
fn_227_4CC0 = .text:0x00004CC0; // type:function size:0xC
|
||||
fn_227_4CD0 = .text:0x00004CD0; // type:function size:0xC
|
||||
fn_227_4CE0 = .text:0x00004CE0; // type:function size:0xDC
|
||||
fn_227_4DC0 = .text:0x00004DC0; // type:function size:0xE0
|
||||
fn_227_4EA0 = .text:0x00004EA0; // type:function size:0x88
|
||||
fn_227_4F30 = .text:0x00004F30; // type:function size:0x30
|
||||
fn_227_4F60 = .text:0x00004F60; // type:function size:0x30
|
||||
fn_227_4F90 = .text:0x00004F90; // type:function size:0x30
|
||||
isSameName__28sFStateID_c<13dAcGirahimu_c>CFPCc = .text:0x00004EA0; // type:function size:0x88
|
||||
initializeState__28sFStateID_c<13dAcGirahimu_c>CFR13dAcGirahimu_c = .text:0x00004F30; // type:function size:0x30
|
||||
executeState__28sFStateID_c<13dAcGirahimu_c>CFR13dAcGirahimu_c = .text:0x00004F60; // type:function size:0x30
|
||||
finalizeState__28sFStateID_c<13dAcGirahimu_c>CFR13dAcGirahimu_c = .text:0x00004F90; // type:function size:0x30
|
||||
fn_227_4FC0 = .text:0x00004FC0; // type:function size:0x8
|
||||
fn_227_4FD0 = .text:0x00004FD0; // type:function size:0x8
|
||||
fn_227_4FE0 = .text:0x00004FE0; // type:function size:0x8
|
||||
@@ -116,7 +116,7 @@ lbl_227_rodata_4C = .rodata:0x0000004C; // type:object size:0x8 data:float
|
||||
lbl_227_rodata_54 = .rodata:0x00000054; // type:object size:0x24 data:float
|
||||
lbl_227_rodata_78 = .rodata:0x00000078; // type:object size:0x4 data:float
|
||||
lbl_227_rodata_80 = .rodata:0x00000080; // type:object size:0x7C
|
||||
lbl_227_data_0 = .data:0x00000000; // type:object size:0x60 data:4byte
|
||||
g_profile_B_GIRAHIMU = .data:0x00000000; // type:object size:0x60 data:4byte
|
||||
lbl_227_data_60 = .data:0x00000060; // type:object size:0x8 data:string
|
||||
lbl_227_data_68 = .data:0x00000068; // type:object size:0x8
|
||||
lbl_227_data_70 = .data:0x00000070; // type:object size:0xC
|
||||
|
||||
@@ -31,11 +31,11 @@ fn_226_270 = .text:0x00000270; // type:function size:0xC
|
||||
fn_226_280 = .text:0x00000280; // type:function size:0xC
|
||||
fn_226_290 = .text:0x00000290; // type:function size:0xC
|
||||
fn_226_2A0 = .text:0x000002A0; // type:function size:0xC
|
||||
AcGirahimuBase__ctor = .text:0x000002B0; // type:function size:0x3E4
|
||||
fn_226_6A0 = .text:0x000006A0; // type:function size:0x58
|
||||
fn_226_700 = .text:0x00000700; // type:function size:0x6C
|
||||
fn_226_770 = .text:0x00000770; // type:function size:0xA0
|
||||
fn_226_810 = .text:0x00000810; // type:function size:0xA4
|
||||
dAcGirahimuBase_c_classInit__Fv = .text:0x000002B0; // type:function size:0x3E4
|
||||
__dt__30sFState_c<17dAcGirahimuBase_c>Fv = .text:0x000006A0; // type:function size:0x58
|
||||
__dt__33sFStateFct_c<17dAcGirahimuBase_c>Fv = .text:0x00000700; // type:function size:0x6C
|
||||
__dt__86sStateMgr_c<17dAcGirahimuBase_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000770; // type:function size:0xA0
|
||||
__dt__56sFStateMgr_c<17dAcGirahimuBase_c,20sStateMethodUsr_FI_c>Fv = .text:0x00000810; // type:function size:0xA4
|
||||
fn_226_8C0 = .text:0x000008C0; // type:function size:0x3C
|
||||
fn_226_900 = .text:0x00000900; // type:function size:0x40
|
||||
fn_226_940 = .text:0x00000940; // type:function size:0x4
|
||||
@@ -64,7 +64,7 @@ fn_226_3130 = .text:0x00003130; // type:function size:0x14
|
||||
fn_226_3150 = .text:0x00003150; // type:function size:0x1C0
|
||||
AcGirahimuBase__wait = .text:0x00003310; // type:function size:0xD4
|
||||
AcGirahimuBase__swordRelatedUpdateStuffMaybe = .text:0x000033F0; // type:function size:0x3F0
|
||||
fn_226_37E0 = .text:0x000037E0; // type:function size:0x10
|
||||
changeState__86sStateMgr_c<17dAcGirahimuBase_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x000037E0; // type:function size:0x10
|
||||
fn_226_37F0 = .text:0x000037F0; // type:function size:0x8
|
||||
fn_226_3800 = .text:0x00003800; // type:function size:0x1C
|
||||
AcGirahimuBase__walk = .text:0x00003820; // type:function size:0x100
|
||||
@@ -151,7 +151,7 @@ fn_226_7610 = .text:0x00007610; // type:function size:0x1C
|
||||
fn_226_7630 = .text:0x00007630; // type:function size:0x8C
|
||||
AcGirahimuBase__trySetStateWait = .text:0x000076C0; // type:function size:0x28
|
||||
fn_226_76F0 = .text:0x000076F0; // type:function size:0x4
|
||||
AcGirahimuBase__dtor = .text:0x00007700; // type:function size:0x42C
|
||||
__dt__17dAcGirahimuBase_cFv = .text:0x00007700; // type:function size:0x42C
|
||||
AcGirahimuBase__initResNodes = .text:0x00007B30; // type:function size:0x4D4
|
||||
AcGirahimuBase__initModels2 = .text:0x00008010; // type:function size:0x328
|
||||
AcGirahimu__initCollisionStuff = .text:0x00008340; // type:function size:0x22C
|
||||
@@ -192,7 +192,7 @@ fn_226_AEC0 = .text:0x0000AEC0; // type:function size:0xEC
|
||||
fn_226_AFB0 = .text:0x0000AFB0; // type:function size:0xC4
|
||||
AcGirahimuBase__moveAfterTakingDamageMaybe = .text:0x0000B080; // type:function size:0x378
|
||||
fn_226_B400 = .text:0x0000B400; // type:function size:0x4C
|
||||
fn_226_B450 = .text:0x0000B450; // type:function size:0x10
|
||||
getStateID__86sStateMgr_c<17dAcGirahimuBase_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x0000B450; // type:function size:0x10
|
||||
fn_226_B460 = .text:0x0000B460; // type:function size:0x214
|
||||
fn_226_B680 = .text:0x0000B680; // type:function size:0x4
|
||||
fn_226_B690 = .text:0x0000B690; // type:function size:0x114
|
||||
@@ -235,32 +235,32 @@ fn_226_D610 = .text:0x0000D610; // type:function size:0x4
|
||||
fn_226_D620 = .text:0x0000D620; // type:function size:0x4
|
||||
AcGirahimuBase__getActorList = .text:0x0000D630; // type:function size:0x8
|
||||
AcGirahimuBase__walkWithSword = .text:0x0000D640; // type:function size:0x24
|
||||
fn_226_D670 = .text:0x0000D670; // type:function size:0x10
|
||||
executeState__86sStateMgr_c<17dAcGirahimuBase_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x0000D670; // type:function size:0x10
|
||||
fn_226_D680 = .text:0x0000D680; // type:function size:0x4
|
||||
fn_226_D690 = .text:0x0000D690; // type:function size:0x4
|
||||
fn_226_D6A0 = .text:0x0000D6A0; // type:function size:0x4
|
||||
fn_226_D6B0 = .text:0x0000D6B0; // type:function size:0x4
|
||||
fn_226_D6C0 = .text:0x0000D6C0; // type:function size:0x4
|
||||
fn_226_D6D0 = .text:0x0000D6D0; // type:function size:0x60
|
||||
fn_226_D730 = .text:0x0000D730; // type:function size:0xC
|
||||
fn_226_D740 = .text:0x0000D740; // type:function size:0x1C
|
||||
fn_226_D760 = .text:0x0000D760; // type:function size:0x1C
|
||||
fn_226_D780 = .text:0x0000D780; // type:function size:0x1C
|
||||
fn_226_D7A0 = .text:0x0000D7A0; // type:function size:0x10
|
||||
fn_226_D7B0 = .text:0x0000D7B0; // type:function size:0x10
|
||||
fn_226_D7C0 = .text:0x0000D7C0; // type:function size:0x10
|
||||
fn_226_D7D0 = .text:0x0000D7D0; // type:function size:0x10
|
||||
fn_226_D7E0 = .text:0x0000D7E0; // type:function size:0x10
|
||||
fn_226_D7F0 = .text:0x0000D7F0; // type:function size:0x10
|
||||
fn_226_D800 = .text:0x0000D800; // type:function size:0x30
|
||||
fn_226_D830 = .text:0x0000D830; // type:function size:0x30
|
||||
fn_226_D860 = .text:0x0000D860; // type:function size:0x30
|
||||
AcGirahimuBase__sinit = .text:0x0000D890; // type:function size:0x1698
|
||||
fn_226_EF30 = .text:0x0000EF30; // type:function size:0x58
|
||||
build__33sFStateFct_c<17dAcGirahimuBase_c>FRC12sStateIDIf_c = .text:0x0000D6D0; // type:function size:0x60
|
||||
dispose__33sFStateFct_c<17dAcGirahimuBase_c>FRP10sStateIf_c = .text:0x0000D730; // type:function size:0xC
|
||||
initialize__30sFState_c<17dAcGirahimuBase_c>Fv = .text:0x0000D740; // type:function size:0x1C
|
||||
execute__30sFState_c<17dAcGirahimuBase_c>Fv = .text:0x0000D760; // type:function size:0x1C
|
||||
finalize__30sFState_c<17dAcGirahimuBase_c>Fv = .text:0x0000D780; // type:function size:0x1C
|
||||
initializeState__86sStateMgr_c<17dAcGirahimuBase_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x0000D7A0; // type:function size:0x10
|
||||
finalizeState__86sStateMgr_c<17dAcGirahimuBase_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x0000D7B0; // type:function size:0x10
|
||||
refreshState__86sStateMgr_c<17dAcGirahimuBase_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x0000D7C0; // type:function size:0x10
|
||||
getState__86sStateMgr_c<17dAcGirahimuBase_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x0000D7D0; // type:function size:0x10
|
||||
getNewStateID__86sStateMgr_c<17dAcGirahimuBase_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x0000D7E0; // type:function size:0x10
|
||||
getOldStateID__86sStateMgr_c<17dAcGirahimuBase_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x0000D7F0; // type:function size:0x10
|
||||
finalizeState__32sFStateID_c<17dAcGirahimuBase_c>CFR17dAcGirahimuBase_c = .text:0x0000D800; // type:function size:0x30
|
||||
executeState__32sFStateID_c<17dAcGirahimuBase_c>CFR17dAcGirahimuBase_c = .text:0x0000D830; // type:function size:0x30
|
||||
initializeState__32sFStateID_c<17dAcGirahimuBase_c>CFR17dAcGirahimuBase_c = .text:0x0000D860; // type:function size:0x30
|
||||
__sinit_\d_a_b_girahimu_base_cpp = .text:0x0000D890; // type:function size:0x1698 scope:local
|
||||
__dt__32sFStateID_c<17dAcGirahimuBase_c>Fv = .text:0x0000EF30; // type:function size:0x58
|
||||
fn_226_EF90 = .text:0x0000EF90; // type:function size:0x5C
|
||||
fn_226_EFF0 = .text:0x0000EFF0; // type:function size:0xDC
|
||||
fn_226_F0D0 = .text:0x0000F0D0; // type:function size:0xE0
|
||||
fn_226_F1B0 = .text:0x0000F1B0; // type:function size:0x88
|
||||
isSameName__32sFStateID_c<17dAcGirahimuBase_c>CFPCc = .text:0x0000F1B0; // type:function size:0x88
|
||||
fn_226_F240 = .text:0x0000F240; // type:function size:0x8
|
||||
fn_226_F250 = .text:0x0000F250; // type:function size:0x8
|
||||
fn_226_F260 = .text:0x0000F260; // type:function size:0x8
|
||||
@@ -291,7 +291,7 @@ lbl_226_rodata_104 = .rodata:0x00000104; // type:object size:0x20 data:float
|
||||
lbl_226_rodata_124 = .rodata:0x00000124; // type:object size:0x2C data:float
|
||||
lbl_226_rodata_150 = .rodata:0x00000150; // type:object size:0x8 data:float
|
||||
lbl_226_rodata_158 = .rodata:0x00000158; // type:object size:0x2C data:float
|
||||
lbl_226_data_0 = .data:0x00000000; // type:object size:0x9C data:4byte
|
||||
g_profile_B_GIRAHIMU_BASE = .data:0x00000000; // type:object size:0x9C data:4byte
|
||||
lbl_226_data_9C = .data:0x0000009C; // type:object size:0x4 data:4byte
|
||||
lbl_226_data_A0 = .data:0x000000A0; // type:object size:0x4 data:4byte
|
||||
lbl_226_data_A4 = .data:0x000000A4; // type:object size:0x4 data:4byte
|
||||
|
||||
@@ -3,14 +3,14 @@ _epilog = .text:0x00000030; // type:function size:0x2C scope:global
|
||||
_unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
AcBkr__ctor = .text:0x000000F0; // type:function size:0x258
|
||||
dAcBkr_c_classInit__Fv = .text:0x000000F0; // type:function size:0x258
|
||||
fn_140_350 = .text:0x00000350; // type:function size:0x40
|
||||
fn_140_390 = .text:0x00000390; // type:function size:0x4
|
||||
fn_140_3A0 = .text:0x000003A0; // type:function size:0x40
|
||||
fn_140_3E0 = .text:0x000003E0; // type:function size:0x58
|
||||
fn_140_440 = .text:0x00000440; // type:function size:0x6C
|
||||
fn_140_4B0 = .text:0x000004B0; // type:function size:0xA0
|
||||
fn_140_550 = .text:0x00000550; // type:function size:0xA4
|
||||
__dt__20sFState_c<8dAcBkr_c>Fv = .text:0x000003E0; // type:function size:0x58
|
||||
__dt__23sFStateFct_c<8dAcBkr_c>Fv = .text:0x00000440; // type:function size:0x6C
|
||||
__dt__76sStateMgr_c<8dAcBkr_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000004B0; // type:function size:0xA0
|
||||
__dt__46sFStateMgr_c<8dAcBkr_c,20sStateMethodUsr_FI_c>Fv = .text:0x00000550; // type:function size:0xA4
|
||||
fn_140_600 = .text:0x00000600; // type:function size:0x58
|
||||
fn_140_660 = .text:0x00000660; // type:function size:0x90
|
||||
fn_140_6F0 = .text:0x000006F0; // type:function size:0x58
|
||||
@@ -18,56 +18,56 @@ fn_140_750 = .text:0x00000750; // type:function size:0x228
|
||||
AcBkr__initModels = .text:0x00000980; // type:function size:0x168
|
||||
AcBkr__init = .text:0x00000AF0; // type:function size:0x34C
|
||||
isInBossRush = .text:0x00000E40; // type:function size:0x8
|
||||
fn_140_E50 = .text:0x00000E50; // type:function size:0x10
|
||||
changeState__76sStateMgr_c<8dAcBkr_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x00000E50; // type:function size:0x10
|
||||
fn_140_E60 = .text:0x00000E60; // type:function size:0xF0
|
||||
fn_140_F50 = .text:0x00000F50; // type:function size:0x8
|
||||
AcBkr__update = .text:0x00000F60; // type:function size:0x1D50
|
||||
fn_140_2CB0 = .text:0x00002CB0; // type:function size:0x10
|
||||
executeState__76sStateMgr_c<8dAcBkr_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00002CB0; // type:function size:0x10
|
||||
fn_140_2CC0 = .text:0x00002CC0; // type:function size:0x848
|
||||
AcBkr__draw = .text:0x00003510; // type:function size:0x68
|
||||
fn_140_3580 = .text:0x00003580; // type:function size:0xC
|
||||
fn_140_3590 = .text:0x00003590; // type:function size:0x28C
|
||||
fn_140_3820 = .text:0x00003820; // type:function size:0x4
|
||||
fn_140_3830 = .text:0x00003830; // type:function size:0x14
|
||||
fn_140_3850 = .text:0x00003850; // type:function size:0x14
|
||||
fn_140_3870 = .text:0x00003870; // type:function size:0x4
|
||||
fn_140_3880 = .text:0x00003880; // type:function size:0x90
|
||||
fn_140_3910 = .text:0x00003910; // type:function size:0x320
|
||||
fn_140_3C30 = .text:0x00003C30; // type:function size:0x4
|
||||
fn_140_3C40 = .text:0x00003C40; // type:function size:0x70
|
||||
fn_140_3CB0 = .text:0x00003CB0; // type:function size:0x158
|
||||
fn_140_3E10 = .text:0x00003E10; // type:function size:0x4
|
||||
fn_140_3E20 = .text:0x00003E20; // type:function size:0x58
|
||||
fn_140_3E80 = .text:0x00003E80; // type:function size:0x120
|
||||
fn_140_3FA0 = .text:0x00003FA0; // type:function size:0x4
|
||||
fn_140_3FB0 = .text:0x00003FB0; // type:function size:0x48
|
||||
fn_140_4000 = .text:0x00004000; // type:function size:0x254
|
||||
fn_140_4260 = .text:0x00004260; // type:function size:0x4
|
||||
fn_140_4270 = .text:0x00004270; // type:function size:0x88
|
||||
fn_140_4300 = .text:0x00004300; // type:function size:0x780
|
||||
fn_140_4A80 = .text:0x00004A80; // type:function size:0x4
|
||||
fn_140_4A90 = .text:0x00004A90; // type:function size:0x50
|
||||
initializeState_StartDemo__8dAcBkr_cFv = .text:0x00003580; // type:function size:0xC
|
||||
executeState_StartDemo__8dAcBkr_cFv = .text:0x00003590; // type:function size:0x28C
|
||||
finalizeState_StartDemo__8dAcBkr_cFv = .text:0x00003820; // type:function size:0x4
|
||||
initializeState_UnderWater__8dAcBkr_cFv = .text:0x00003830; // type:function size:0x14
|
||||
executeState_UnderWater__8dAcBkr_cFv = .text:0x00003850; // type:function size:0x14
|
||||
finalizeState_UnderWater__8dAcBkr_cFv = .text:0x00003870; // type:function size:0x4
|
||||
initializeState_Appear__8dAcBkr_cFv = .text:0x00003880; // type:function size:0x90
|
||||
executeState_Appear__8dAcBkr_cFv = .text:0x00003910; // type:function size:0x320
|
||||
finalizeState_Appear__8dAcBkr_cFv = .text:0x00003C30; // type:function size:0x4
|
||||
initializeState_Fight__8dAcBkr_cFv = .text:0x00003C40; // type:function size:0x70
|
||||
executeState_Fight__8dAcBkr_cFv = .text:0x00003CB0; // type:function size:0x158
|
||||
finalizeState_Fight__8dAcBkr_cFv = .text:0x00003E10; // type:function size:0x4
|
||||
initializeState_LastFight__8dAcBkr_cFv = .text:0x00003E20; // type:function size:0x58
|
||||
executeState_LastFight__8dAcBkr_cFv = .text:0x00003E80; // type:function size:0x120
|
||||
finalizeState_LastFight__8dAcBkr_cFv = .text:0x00003FA0; // type:function size:0x4
|
||||
initializeState_LastDamage__8dAcBkr_cFv = .text:0x00003FB0; // type:function size:0x48
|
||||
executeState_LastDamage__8dAcBkr_cFv = .text:0x00004000; // type:function size:0x254
|
||||
finalizeState_LastDamage__8dAcBkr_cFv = .text:0x00004260; // type:function size:0x4
|
||||
initializeState_Attack__8dAcBkr_cFv = .text:0x00004270; // type:function size:0x88
|
||||
executeState_Attack__8dAcBkr_cFv = .text:0x00004300; // type:function size:0x780
|
||||
finalizeState_Attack__8dAcBkr_cFv = .text:0x00004A80; // type:function size:0x4
|
||||
initializeState_AttackCrash__8dAcBkr_cFv = .text:0x00004A90; // type:function size:0x50
|
||||
fn_140_4AE0 = .text:0x00004AE0; // type:function size:0x4
|
||||
fn_140_4AF0 = .text:0x00004AF0; // type:function size:0x6F8
|
||||
fn_140_51F0 = .text:0x000051F0; // type:function size:0x4
|
||||
fn_140_5200 = .text:0x00005200; // type:function size:0x44
|
||||
fn_140_5250 = .text:0x00005250; // type:function size:0x124
|
||||
fn_140_5380 = .text:0x00005380; // type:function size:0x4
|
||||
fn_140_5390 = .text:0x00005390; // type:function size:0x68
|
||||
fn_140_5400 = .text:0x00005400; // type:function size:0x80
|
||||
fn_140_5480 = .text:0x00005480; // type:function size:0x4
|
||||
fn_140_5490 = .text:0x00005490; // type:function size:0x5C
|
||||
fn_140_54F0 = .text:0x000054F0; // type:function size:0x498
|
||||
fn_140_5990 = .text:0x00005990; // type:function size:0x4
|
||||
fn_140_59A0 = .text:0x000059A0; // type:function size:0x3C
|
||||
fn_140_59E0 = .text:0x000059E0; // type:function size:0xC4
|
||||
fn_140_5AB0 = .text:0x00005AB0; // type:function size:0x4
|
||||
fn_140_5AC0 = .text:0x00005AC0; // type:function size:0x64
|
||||
fn_140_5B30 = .text:0x00005B30; // type:function size:0x234
|
||||
fn_140_5D70 = .text:0x00005D70; // type:function size:0x4
|
||||
executeState_AttackCrash__8dAcBkr_cFv = .text:0x00004AF0; // type:function size:0x6F8
|
||||
finalizeState_AttackCrash__8dAcBkr_cFv = .text:0x000051F0; // type:function size:0x4
|
||||
initializeState_ArmDamage__8dAcBkr_cFv = .text:0x00005200; // type:function size:0x44
|
||||
executeState_ArmDamage__8dAcBkr_cFv = .text:0x00005250; // type:function size:0x124
|
||||
finalizeState_ArmDamage__8dAcBkr_cFv = .text:0x00005380; // type:function size:0x4
|
||||
initializeState_ArmDamage2__8dAcBkr_cFv = .text:0x00005390; // type:function size:0x68
|
||||
executeState_ArmDamage2__8dAcBkr_cFv = .text:0x00005400; // type:function size:0x80
|
||||
finalizeState_ArmDamage2__8dAcBkr_cFv = .text:0x00005480; // type:function size:0x4
|
||||
initializeState_CoreDamage__8dAcBkr_cFv = .text:0x00005490; // type:function size:0x5C
|
||||
executeState_CoreDamage__8dAcBkr_cFv = .text:0x000054F0; // type:function size:0x498
|
||||
finalizeState_CoreDamage__8dAcBkr_cFv = .text:0x00005990; // type:function size:0x4
|
||||
initializeState_SmallDamage__8dAcBkr_cFv = .text:0x000059A0; // type:function size:0x3C
|
||||
executeState_SmallDamage__8dAcBkr_cFv = .text:0x000059E0; // type:function size:0xC4
|
||||
finalizeState_SmallDamage__8dAcBkr_cFv = .text:0x00005AB0; // type:function size:0x4
|
||||
initializeState_ArmRecover__8dAcBkr_cFv = .text:0x00005AC0; // type:function size:0x64
|
||||
executeState_ArmRecover__8dAcBkr_cFv = .text:0x00005B30; // type:function size:0x234
|
||||
finalizeState_ArmRecover__8dAcBkr_cFv = .text:0x00005D70; // type:function size:0x4
|
||||
fn_140_5D80 = .text:0x00005D80; // type:function size:0x81C
|
||||
fn_140_65A0 = .text:0x000065A0; // type:function size:0x4C
|
||||
fn_140_65F0 = .text:0x000065F0; // type:function size:0x10
|
||||
getStateID__76sStateMgr_c<8dAcBkr_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000065F0; // type:function size:0x10
|
||||
fn_140_6600 = .text:0x00006600; // type:function size:0xC
|
||||
fn_140_6610 = .text:0x00006610; // type:function size:0x1C
|
||||
fn_140_6630 = .text:0x00006630; // type:function size:0x64
|
||||
@@ -81,29 +81,29 @@ fn_140_8650 = .text:0x00008650; // type:function size:0x8
|
||||
fn_140_8660 = .text:0x00008660; // type:function size:0x4
|
||||
fn_140_8670 = .text:0x00008670; // type:function size:0x4
|
||||
fn_140_8680 = .text:0x00008680; // type:function size:0x8
|
||||
fn_140_8690 = .text:0x00008690; // type:function size:0x28C
|
||||
__dt__8dAcBkr_cFv = .text:0x00008690; // type:function size:0x28C
|
||||
fn_140_8920 = .text:0x00008920; // type:function size:0x4
|
||||
fn_140_8930 = .text:0x00008930; // type:function size:0x4
|
||||
fn_140_8940 = .text:0x00008940; // type:function size:0x4
|
||||
fn_140_8950 = .text:0x00008950; // type:function size:0x4
|
||||
fn_140_8960 = .text:0x00008960; // type:function size:0x4
|
||||
fn_140_8970 = .text:0x00008970; // type:function size:0x60
|
||||
fn_140_89D0 = .text:0x000089D0; // type:function size:0xC
|
||||
fn_140_89E0 = .text:0x000089E0; // type:function size:0x1C
|
||||
fn_140_8A00 = .text:0x00008A00; // type:function size:0x1C
|
||||
fn_140_8A20 = .text:0x00008A20; // type:function size:0x1C
|
||||
fn_140_8A40 = .text:0x00008A40; // type:function size:0x10
|
||||
fn_140_8A50 = .text:0x00008A50; // type:function size:0x10
|
||||
fn_140_8A60 = .text:0x00008A60; // type:function size:0x10
|
||||
fn_140_8A70 = .text:0x00008A70; // type:function size:0x10
|
||||
fn_140_8A80 = .text:0x00008A80; // type:function size:0x10
|
||||
fn_140_8A90 = .text:0x00008A90; // type:function size:0x10
|
||||
fn_140_8AA0 = .text:0x00008AA0; // type:function size:0x30
|
||||
fn_140_8AD0 = .text:0x00008AD0; // type:function size:0x30
|
||||
fn_140_8B00 = .text:0x00008B00; // type:function size:0x30
|
||||
fn_140_8B30 = .text:0x00008B30; // type:function size:0x9D4
|
||||
fn_140_9510 = .text:0x00009510; // type:function size:0x58
|
||||
fn_140_9570 = .text:0x00009570; // type:function size:0x88
|
||||
build__23sFStateFct_c<8dAcBkr_c>FRC12sStateIDIf_c = .text:0x00008970; // type:function size:0x60
|
||||
dispose__23sFStateFct_c<8dAcBkr_c>FRP10sStateIf_c = .text:0x000089D0; // type:function size:0xC
|
||||
initialize__20sFState_c<8dAcBkr_c>Fv = .text:0x000089E0; // type:function size:0x1C
|
||||
execute__20sFState_c<8dAcBkr_c>Fv = .text:0x00008A00; // type:function size:0x1C
|
||||
finalize__20sFState_c<8dAcBkr_c>Fv = .text:0x00008A20; // type:function size:0x1C
|
||||
initializeState__76sStateMgr_c<8dAcBkr_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00008A40; // type:function size:0x10
|
||||
finalizeState__76sStateMgr_c<8dAcBkr_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00008A50; // type:function size:0x10
|
||||
refreshState__76sStateMgr_c<8dAcBkr_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00008A60; // type:function size:0x10
|
||||
getState__76sStateMgr_c<8dAcBkr_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00008A70; // type:function size:0x10
|
||||
getNewStateID__76sStateMgr_c<8dAcBkr_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00008A80; // type:function size:0x10
|
||||
getOldStateID__76sStateMgr_c<8dAcBkr_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00008A90; // type:function size:0x10
|
||||
finalizeState__22sFStateID_c<8dAcBkr_c>CFR8dAcBkr_c = .text:0x00008AA0; // type:function size:0x30
|
||||
executeState__22sFStateID_c<8dAcBkr_c>CFR8dAcBkr_c = .text:0x00008AD0; // type:function size:0x30
|
||||
initializeState__22sFStateID_c<8dAcBkr_c>CFR8dAcBkr_c = .text:0x00008B00; // type:function size:0x30
|
||||
__sinit_\d_a_b_kr_cpp = .text:0x00008B30; // type:function size:0x9D4 scope:local
|
||||
__dt__22sFStateID_c<8dAcBkr_c>Fv = .text:0x00009510; // type:function size:0x58
|
||||
isSameName__22sFStateID_c<8dAcBkr_c>CFPCc = .text:0x00009570; // type:function size:0x88
|
||||
fn_140_9600 = .text:0x00009600; // type:function size:0x8
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
_dtors = .dtors:0x00000000; // type:label scope:global
|
||||
@@ -118,7 +118,7 @@ lbl_140_rodata_10C = .rodata:0x0000010C; // type:object size:0x24 data:float
|
||||
lbl_140_rodata_130 = .rodata:0x00000130; // type:object size:0x104 data:float
|
||||
lbl_140_rodata_234 = .rodata:0x00000234; // type:object size:0x4 data:float
|
||||
lbl_140_rodata_238 = .rodata:0x00000238; // type:object size:0x190 data:float
|
||||
lbl_140_data_0 = .data:0x00000000; // type:object size:0xB4 data:4byte
|
||||
g_profile_B_KR = .data:0x00000000; // type:object size:0xB4 data:4byte
|
||||
lbl_140_data_B4 = .data:0x000000B4; // type:object size:0x50
|
||||
lbl_140_data_104 = .data:0x00000104; // type:object size:0xC
|
||||
lbl_140_data_110 = .data:0x00000110; // type:object size:0xC8
|
||||
|
||||
@@ -4,53 +4,53 @@ _unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
fn_142_F0 = .text:0x000000F0; // type:function size:0x40
|
||||
AcBkra__ctor = .text:0x00000130; // type:function size:0x164
|
||||
dAcBkra_c_classInit__Fv = .text:0x00000130; // type:function size:0x164
|
||||
fn_142_2A0 = .text:0x000002A0; // type:function size:0x4
|
||||
fn_142_2B0 = .text:0x000002B0; // type:function size:0x58
|
||||
fn_142_310 = .text:0x00000310; // type:function size:0x58
|
||||
fn_142_370 = .text:0x00000370; // type:function size:0x6C
|
||||
fn_142_3E0 = .text:0x000003E0; // type:function size:0xA0
|
||||
fn_142_480 = .text:0x00000480; // type:function size:0xA4
|
||||
__dt__21sFState_c<9dAcBkra_c>Fv = .text:0x00000310; // type:function size:0x58
|
||||
__dt__24sFStateFct_c<9dAcBkra_c>Fv = .text:0x00000370; // type:function size:0x6C
|
||||
__dt__77sStateMgr_c<9dAcBkra_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000003E0; // type:function size:0xA0
|
||||
__dt__47sFStateMgr_c<9dAcBkra_c,20sStateMethodUsr_FI_c>Fv = .text:0x00000480; // type:function size:0xA4
|
||||
fn_142_530 = .text:0x00000530; // type:function size:0x58
|
||||
fn_142_590 = .text:0x00000590; // type:function size:0x90
|
||||
fn_142_620 = .text:0x00000620; // type:function size:0x74
|
||||
fn_142_6A0 = .text:0x000006A0; // type:function size:0x328
|
||||
fn_142_9D0 = .text:0x000009D0; // type:function size:0x88
|
||||
fn_142_A60 = .text:0x00000A60; // type:function size:0x568
|
||||
fn_142_FD0 = .text:0x00000FD0; // type:function size:0x10
|
||||
changeState__77sStateMgr_c<9dAcBkra_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x00000FD0; // type:function size:0x10
|
||||
fn_142_FE0 = .text:0x00000FE0; // type:function size:0x2C
|
||||
fn_142_1010 = .text:0x00001010; // type:function size:0x8
|
||||
fn_142_1020 = .text:0x00001020; // type:function size:0x1058
|
||||
fn_142_2080 = .text:0x00002080; // type:function size:0x10
|
||||
executeState__77sStateMgr_c<9dAcBkra_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00002080; // type:function size:0x10
|
||||
fn_142_2090 = .text:0x00002090; // type:function size:0x53C
|
||||
fn_142_25D0 = .text:0x000025D0; // type:function size:0x1C0
|
||||
fn_142_2790 = .text:0x00002790; // type:function size:0x22C
|
||||
fn_142_29C0 = .text:0x000029C0; // type:function size:0x5AC
|
||||
fn_142_2F70 = .text:0x00002F70; // type:function size:0x488
|
||||
fn_142_3400 = .text:0x00003400; // type:function size:0xC0
|
||||
fn_142_34C0 = .text:0x000034C0; // type:function size:0xC
|
||||
fn_142_34D0 = .text:0x000034D0; // type:function size:0x1D4
|
||||
fn_142_36B0 = .text:0x000036B0; // type:function size:0x4
|
||||
fn_142_36C0 = .text:0x000036C0; // type:function size:0x20
|
||||
fn_142_36E0 = .text:0x000036E0; // type:function size:0xA04
|
||||
initializeState_Wait__9dAcBkra_cFv = .text:0x000034C0; // type:function size:0xC
|
||||
executeState_Wait__9dAcBkra_cFv = .text:0x000034D0; // type:function size:0x1D4
|
||||
finalizeState_Wait__9dAcBkra_cFv = .text:0x000036B0; // type:function size:0x4
|
||||
initializeState_AttackA__9dAcBkra_cFv = .text:0x000036C0; // type:function size:0x20
|
||||
executeState_AttackA__9dAcBkra_cFv = .text:0x000036E0; // type:function size:0xA04
|
||||
fn_142_40F0 = .text:0x000040F0; // type:function size:0x48
|
||||
fn_142_4140 = .text:0x00004140; // type:function size:0x98
|
||||
fn_142_41E0 = .text:0x000041E0; // type:function size:0x48
|
||||
fn_142_4230 = .text:0x00004230; // type:function size:0x2D0
|
||||
fn_142_4500 = .text:0x00004500; // type:function size:0x4
|
||||
fn_142_4510 = .text:0x00004510; // type:function size:0x60
|
||||
fn_142_4570 = .text:0x00004570; // type:function size:0x4A0
|
||||
fn_142_4A10 = .text:0x00004A10; // type:function size:0x4
|
||||
fn_142_4A20 = .text:0x00004A20; // type:function size:0x14
|
||||
fn_142_4A40 = .text:0x00004A40; // type:function size:0xAAC
|
||||
finalizeState_AttackA__9dAcBkra_cFv = .text:0x00004140; // type:function size:0x98
|
||||
initializeState_AttackB__9dAcBkra_cFv = .text:0x000041E0; // type:function size:0x48
|
||||
executeState_AttackB__9dAcBkra_cFv = .text:0x00004230; // type:function size:0x2D0
|
||||
finalizeState_AttackB__9dAcBkra_cFv = .text:0x00004500; // type:function size:0x4
|
||||
initializeState_Escape__9dAcBkra_cFv = .text:0x00004510; // type:function size:0x60
|
||||
executeState_Escape__9dAcBkra_cFv = .text:0x00004570; // type:function size:0x4A0
|
||||
finalizeState_Escape__9dAcBkra_cFv = .text:0x00004A10; // type:function size:0x4
|
||||
initializeState_InRoom__9dAcBkra_cFv = .text:0x00004A20; // type:function size:0x14
|
||||
executeState_InRoom__9dAcBkra_cFv = .text:0x00004A40; // type:function size:0xAAC
|
||||
fn_142_54F0 = .text:0x000054F0; // type:function size:0x4C
|
||||
fn_142_5540 = .text:0x00005540; // type:function size:0xA4
|
||||
fn_142_55F0 = .text:0x000055F0; // type:function size:0xF4
|
||||
fn_142_56F0 = .text:0x000056F0; // type:function size:0x31C
|
||||
fn_142_5A10 = .text:0x00005A10; // type:function size:0x4
|
||||
fn_142_5A20 = .text:0x00005A20; // type:function size:0x20
|
||||
fn_142_5A40 = .text:0x00005A40; // type:function size:0x138
|
||||
fn_142_5B80 = .text:0x00005B80; // type:function size:0x4
|
||||
finalizeState_InRoom__9dAcBkra_cFv = .text:0x00005540; // type:function size:0xA4
|
||||
initializeState_InRoomDemo__9dAcBkra_cFv = .text:0x000055F0; // type:function size:0xF4
|
||||
executeState_InRoomDemo__9dAcBkra_cFv = .text:0x000056F0; // type:function size:0x31C
|
||||
finalizeState_InRoomDemo__9dAcBkra_cFv = .text:0x00005A10; // type:function size:0x4
|
||||
initializeState_Damage__9dAcBkra_cFv = .text:0x00005A20; // type:function size:0x20
|
||||
executeState_Damage__9dAcBkra_cFv = .text:0x00005A40; // type:function size:0x138
|
||||
finalizeState_Damage__9dAcBkra_cFv = .text:0x00005B80; // type:function size:0x4
|
||||
fn_142_5B90 = .text:0x00005B90; // type:function size:0x8A0
|
||||
fn_142_6430 = .text:0x00006430; // type:function size:0x4C
|
||||
fn_142_6480 = .text:0x00006480; // type:function size:0xC
|
||||
@@ -61,25 +61,25 @@ fn_142_6910 = .text:0x00006910; // type:function size:0x8
|
||||
fn_142_6920 = .text:0x00006920; // type:function size:0x4
|
||||
fn_142_6930 = .text:0x00006930; // type:function size:0x4
|
||||
fn_142_6940 = .text:0x00006940; // type:function size:0x8
|
||||
fn_142_6950 = .text:0x00006950; // type:function size:0x174
|
||||
fn_142_6AD0 = .text:0x00006AD0; // type:function size:0x10
|
||||
fn_142_6AE0 = .text:0x00006AE0; // type:function size:0x60
|
||||
fn_142_6B40 = .text:0x00006B40; // type:function size:0xC
|
||||
fn_142_6B50 = .text:0x00006B50; // type:function size:0x1C
|
||||
fn_142_6B70 = .text:0x00006B70; // type:function size:0x1C
|
||||
fn_142_6B90 = .text:0x00006B90; // type:function size:0x1C
|
||||
fn_142_6BB0 = .text:0x00006BB0; // type:function size:0x10
|
||||
fn_142_6BC0 = .text:0x00006BC0; // type:function size:0x10
|
||||
fn_142_6BD0 = .text:0x00006BD0; // type:function size:0x10
|
||||
fn_142_6BE0 = .text:0x00006BE0; // type:function size:0x10
|
||||
fn_142_6BF0 = .text:0x00006BF0; // type:function size:0x10
|
||||
fn_142_6C00 = .text:0x00006C00; // type:function size:0x10
|
||||
fn_142_6C10 = .text:0x00006C10; // type:function size:0x30
|
||||
fn_142_6C40 = .text:0x00006C40; // type:function size:0x30
|
||||
fn_142_6C70 = .text:0x00006C70; // type:function size:0x30
|
||||
fn_142_6CA0 = .text:0x00006CA0; // type:function size:0x750
|
||||
fn_142_73F0 = .text:0x000073F0; // type:function size:0x58
|
||||
fn_142_7450 = .text:0x00007450; // type:function size:0x88
|
||||
__dt__9dAcBkra_cFv = .text:0x00006950; // type:function size:0x174
|
||||
getStateID__77sStateMgr_c<9dAcBkra_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00006AD0; // type:function size:0x10
|
||||
build__24sFStateFct_c<9dAcBkra_c>FRC12sStateIDIf_c = .text:0x00006AE0; // type:function size:0x60
|
||||
dispose__24sFStateFct_c<9dAcBkra_c>FRP10sStateIf_c = .text:0x00006B40; // type:function size:0xC
|
||||
initialize__21sFState_c<9dAcBkra_c>Fv = .text:0x00006B50; // type:function size:0x1C
|
||||
execute__21sFState_c<9dAcBkra_c>Fv = .text:0x00006B70; // type:function size:0x1C
|
||||
finalize__21sFState_c<9dAcBkra_c>Fv = .text:0x00006B90; // type:function size:0x1C
|
||||
initializeState__77sStateMgr_c<9dAcBkra_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00006BB0; // type:function size:0x10
|
||||
finalizeState__77sStateMgr_c<9dAcBkra_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00006BC0; // type:function size:0x10
|
||||
refreshState__77sStateMgr_c<9dAcBkra_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00006BD0; // type:function size:0x10
|
||||
getState__77sStateMgr_c<9dAcBkra_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00006BE0; // type:function size:0x10
|
||||
getNewStateID__77sStateMgr_c<9dAcBkra_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00006BF0; // type:function size:0x10
|
||||
getOldStateID__77sStateMgr_c<9dAcBkra_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00006C00; // type:function size:0x10
|
||||
finalizeState__23sFStateID_c<9dAcBkra_c>CFR9dAcBkra_c = .text:0x00006C10; // type:function size:0x30
|
||||
executeState__23sFStateID_c<9dAcBkra_c>CFR9dAcBkra_c = .text:0x00006C40; // type:function size:0x30
|
||||
initializeState__23sFStateID_c<9dAcBkra_c>CFR9dAcBkra_c = .text:0x00006C70; // type:function size:0x30
|
||||
__sinit_\d_a_b_kr_arm_cpp = .text:0x00006CA0; // type:function size:0x750 scope:local
|
||||
__dt__23sFStateID_c<9dAcBkra_c>Fv = .text:0x000073F0; // type:function size:0x58
|
||||
isSameName__23sFStateID_c<9dAcBkra_c>CFPCc = .text:0x00007450; // type:function size:0x88
|
||||
fn_142_74E0 = .text:0x000074E0; // type:function size:0x8
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
_dtors = .dtors:0x00000000; // type:label scope:global
|
||||
@@ -89,7 +89,7 @@ lbl_142_rodata_60 = .rodata:0x00000060; // type:object size:0x90 data:float
|
||||
lbl_142_rodata_F0 = .rodata:0x000000F0; // type:object size:0x18 data:double
|
||||
lbl_142_rodata_108 = .rodata:0x00000108; // type:object size:0xB0 data:float
|
||||
lbl_142_rodata_1B8 = .rodata:0x000001B8; // type:object size:0x4 data:float
|
||||
lbl_142_data_0 = .data:0x00000000; // type:object size:0x78 data:4byte
|
||||
g_profile_B_KRA = .data:0x00000000; // type:object size:0x78 data:4byte
|
||||
lbl_142_data_78 = .data:0x00000078; // type:object size:0x4 data:4byte
|
||||
lbl_142_data_7C = .data:0x0000007C; // type:object size:0x4 data:4byte
|
||||
lbl_142_data_80 = .data:0x00000080; // type:object size:0x4 data:4byte
|
||||
|
||||
@@ -4,12 +4,12 @@ _unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
fn_141_F0 = .text:0x000000F0; // type:function size:0x40
|
||||
AcBkrh__ctor = .text:0x00000130; // type:function size:0x1D8
|
||||
dAcBkrh_c_classInit__Fv = .text:0x00000130; // type:function size:0x1D8
|
||||
fn_141_310 = .text:0x00000310; // type:function size:0x58
|
||||
fn_141_370 = .text:0x00000370; // type:function size:0x58
|
||||
fn_141_3D0 = .text:0x000003D0; // type:function size:0x6C
|
||||
fn_141_440 = .text:0x00000440; // type:function size:0xA0
|
||||
fn_141_4E0 = .text:0x000004E0; // type:function size:0xA4
|
||||
__dt__21sFState_c<9dAcBkrh_c>Fv = .text:0x00000370; // type:function size:0x58
|
||||
__dt__24sFStateFct_c<9dAcBkrh_c>Fv = .text:0x000003D0; // type:function size:0x6C
|
||||
__dt__77sStateMgr_c<9dAcBkrh_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000440; // type:function size:0xA0
|
||||
__dt__47sFStateMgr_c<9dAcBkrh_c,20sStateMethodUsr_FI_c>Fv = .text:0x000004E0; // type:function size:0xA4
|
||||
fn_141_590 = .text:0x00000590; // type:function size:0x40
|
||||
fn_141_5D0 = .text:0x000005D0; // type:function size:0x4
|
||||
fn_141_5E0 = .text:0x000005E0; // type:function size:0x40
|
||||
@@ -20,11 +20,11 @@ fn_141_710 = .text:0x00000710; // type:function size:0x90
|
||||
fn_141_7A0 = .text:0x000007A0; // type:function size:0x3AC
|
||||
fn_141_B50 = .text:0x00000B50; // type:function size:0xAC
|
||||
fn_141_C00 = .text:0x00000C00; // type:function size:0x208
|
||||
fn_141_E10 = .text:0x00000E10; // type:function size:0x10
|
||||
changeState__77sStateMgr_c<9dAcBkrh_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x00000E10; // type:function size:0x10
|
||||
fn_141_E20 = .text:0x00000E20; // type:function size:0x2C
|
||||
fn_141_E50 = .text:0x00000E50; // type:function size:0x8
|
||||
fn_141_E60 = .text:0x00000E60; // type:function size:0x76C
|
||||
fn_141_15D0 = .text:0x000015D0; // type:function size:0x10
|
||||
executeState__77sStateMgr_c<9dAcBkrh_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000015D0; // type:function size:0x10
|
||||
fn_141_15E0 = .text:0x000015E0; // type:function size:0x55C
|
||||
fn_141_1B40 = .text:0x00001B40; // type:function size:0x4C
|
||||
fn_141_1B90 = .text:0x00001B90; // type:function size:0x1C
|
||||
@@ -33,45 +33,45 @@ fn_141_2260 = .text:0x00002260; // type:function size:0x200
|
||||
fn_141_2460 = .text:0x00002460; // type:function size:0xDC
|
||||
fn_141_2540 = .text:0x00002540; // type:function size:0x4EC
|
||||
fn_141_2A30 = .text:0x00002A30; // type:function size:0x58
|
||||
fn_141_2A90 = .text:0x00002A90; // type:function size:0x68
|
||||
fn_141_2B00 = .text:0x00002B00; // type:function size:0x230
|
||||
fn_141_2D30 = .text:0x00002D30; // type:function size:0x4
|
||||
fn_141_2D40 = .text:0x00002D40; // type:function size:0x8C
|
||||
fn_141_2DD0 = .text:0x00002DD0; // type:function size:0x4C4
|
||||
initializeState_Normal__9dAcBkrh_cFv = .text:0x00002A90; // type:function size:0x68
|
||||
executeState_Normal__9dAcBkrh_cFv = .text:0x00002B00; // type:function size:0x230
|
||||
finalizeState_Normal__9dAcBkrh_cFv = .text:0x00002D30; // type:function size:0x4
|
||||
initializeState_Attack__9dAcBkrh_cFv = .text:0x00002D40; // type:function size:0x8C
|
||||
executeState_Attack__9dAcBkrh_cFv = .text:0x00002DD0; // type:function size:0x4C4
|
||||
fn_141_32A0 = .text:0x000032A0; // type:function size:0x48
|
||||
fn_141_32F0 = .text:0x000032F0; // type:function size:0x4
|
||||
fn_141_3300 = .text:0x00003300; // type:function size:0x18
|
||||
fn_141_3320 = .text:0x00003320; // type:function size:0x360
|
||||
fn_141_3680 = .text:0x00003680; // type:function size:0x4
|
||||
finalizeState_Attack__9dAcBkrh_cFv = .text:0x000032F0; // type:function size:0x4
|
||||
initializeState_Escape__9dAcBkrh_cFv = .text:0x00003300; // type:function size:0x18
|
||||
executeState_Escape__9dAcBkrh_cFv = .text:0x00003320; // type:function size:0x360
|
||||
finalizeState_Escape__9dAcBkrh_cFv = .text:0x00003680; // type:function size:0x4
|
||||
fn_141_3690 = .text:0x00003690; // type:function size:0x58
|
||||
fn_141_36F0 = .text:0x000036F0; // type:function size:0x8
|
||||
fn_141_3700 = .text:0x00003700; // type:function size:0x4
|
||||
fn_141_3710 = .text:0x00003710; // type:function size:0x4
|
||||
fn_141_3720 = .text:0x00003720; // type:function size:0x8
|
||||
fn_141_3730 = .text:0x00003730; // type:function size:0x190
|
||||
fn_141_38C0 = .text:0x000038C0; // type:function size:0x10
|
||||
__dt__9dAcBkrh_cFv = .text:0x00003730; // type:function size:0x190
|
||||
getStateID__77sStateMgr_c<9dAcBkrh_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000038C0; // type:function size:0x10
|
||||
fn_141_38D0 = .text:0x000038D0; // type:function size:0x4
|
||||
fn_141_38E0 = .text:0x000038E0; // type:function size:0x4
|
||||
fn_141_38F0 = .text:0x000038F0; // type:function size:0x4
|
||||
fn_141_3900 = .text:0x00003900; // type:function size:0x4
|
||||
fn_141_3910 = .text:0x00003910; // type:function size:0x4
|
||||
fn_141_3920 = .text:0x00003920; // type:function size:0x60
|
||||
fn_141_3980 = .text:0x00003980; // type:function size:0xC
|
||||
fn_141_3990 = .text:0x00003990; // type:function size:0x1C
|
||||
fn_141_39B0 = .text:0x000039B0; // type:function size:0x1C
|
||||
fn_141_39D0 = .text:0x000039D0; // type:function size:0x1C
|
||||
fn_141_39F0 = .text:0x000039F0; // type:function size:0x10
|
||||
fn_141_3A00 = .text:0x00003A00; // type:function size:0x10
|
||||
fn_141_3A10 = .text:0x00003A10; // type:function size:0x10
|
||||
fn_141_3A20 = .text:0x00003A20; // type:function size:0x10
|
||||
fn_141_3A30 = .text:0x00003A30; // type:function size:0x10
|
||||
fn_141_3A40 = .text:0x00003A40; // type:function size:0x10
|
||||
fn_141_3A50 = .text:0x00003A50; // type:function size:0x30
|
||||
fn_141_3A80 = .text:0x00003A80; // type:function size:0x30
|
||||
fn_141_3AB0 = .text:0x00003AB0; // type:function size:0x30
|
||||
fn_141_3AE0 = .text:0x00003AE0; // type:function size:0x27C
|
||||
fn_141_3D60 = .text:0x00003D60; // type:function size:0x58
|
||||
fn_141_3DC0 = .text:0x00003DC0; // type:function size:0x88
|
||||
build__24sFStateFct_c<9dAcBkrh_c>FRC12sStateIDIf_c = .text:0x00003920; // type:function size:0x60
|
||||
dispose__24sFStateFct_c<9dAcBkrh_c>FRP10sStateIf_c = .text:0x00003980; // type:function size:0xC
|
||||
initialize__21sFState_c<9dAcBkrh_c>Fv = .text:0x00003990; // type:function size:0x1C
|
||||
execute__21sFState_c<9dAcBkrh_c>Fv = .text:0x000039B0; // type:function size:0x1C
|
||||
finalize__21sFState_c<9dAcBkrh_c>Fv = .text:0x000039D0; // type:function size:0x1C
|
||||
initializeState__77sStateMgr_c<9dAcBkrh_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000039F0; // type:function size:0x10
|
||||
finalizeState__77sStateMgr_c<9dAcBkrh_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00003A00; // type:function size:0x10
|
||||
refreshState__77sStateMgr_c<9dAcBkrh_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00003A10; // type:function size:0x10
|
||||
getState__77sStateMgr_c<9dAcBkrh_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00003A20; // type:function size:0x10
|
||||
getNewStateID__77sStateMgr_c<9dAcBkrh_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00003A30; // type:function size:0x10
|
||||
getOldStateID__77sStateMgr_c<9dAcBkrh_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00003A40; // type:function size:0x10
|
||||
finalizeState__23sFStateID_c<9dAcBkrh_c>CFR9dAcBkrh_c = .text:0x00003A50; // type:function size:0x30
|
||||
executeState__23sFStateID_c<9dAcBkrh_c>CFR9dAcBkrh_c = .text:0x00003A80; // type:function size:0x30
|
||||
initializeState__23sFStateID_c<9dAcBkrh_c>CFR9dAcBkrh_c = .text:0x00003AB0; // type:function size:0x30
|
||||
__sinit_\d_a_b_kr_hair_cpp = .text:0x00003AE0; // type:function size:0x27C scope:local
|
||||
__dt__23sFStateID_c<9dAcBkrh_c>Fv = .text:0x00003D60; // type:function size:0x58
|
||||
isSameName__23sFStateID_c<9dAcBkrh_c>CFPCc = .text:0x00003DC0; // type:function size:0x88
|
||||
fn_141_3E50 = .text:0x00003E50; // type:function size:0x8
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
_dtors = .dtors:0x00000000; // type:label scope:global
|
||||
@@ -81,7 +81,7 @@ lbl_141_rodata_80 = .rodata:0x00000080; // type:object size:0x90 data:float
|
||||
lbl_141_rodata_110 = .rodata:0x00000110; // type:object size:0x4 data:float
|
||||
lbl_141_rodata_118 = .rodata:0x00000118; // type:object size:0x3C
|
||||
lbl_141_rodata_154 = .rodata:0x00000154; // type:object size:0x14 data:float
|
||||
lbl_141_data_0 = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
g_profile_B_KRH = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
lbl_141_data_10 = .data:0x00000010; // type:object size:0x4C
|
||||
lbl_141_data_5C = .data:0x0000005C; // type:object size:0x2C
|
||||
lbl_141_data_88 = .data:0x00000088; // type:object size:0xC data:4byte
|
||||
|
||||
@@ -4,15 +4,15 @@ _unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
fn_143_F0 = .text:0x000000F0; // type:function size:0x40
|
||||
AcBlastboss__ctor = .text:0x00000130; // type:function size:0x39C
|
||||
dAcBlastboss_c_classInit__Fv = .text:0x00000130; // type:function size:0x39C
|
||||
fn_143_4D0 = .text:0x000004D0; // type:function size:0x58
|
||||
fn_143_530 = .text:0x00000530; // type:function size:0x90
|
||||
fn_143_5C0 = .text:0x000005C0; // type:function size:0x90
|
||||
fn_143_650 = .text:0x00000650; // type:function size:0x40
|
||||
fn_143_690 = .text:0x00000690; // type:function size:0x58
|
||||
fn_143_6F0 = .text:0x000006F0; // type:function size:0x6C
|
||||
fn_143_760 = .text:0x00000760; // type:function size:0xA0
|
||||
fn_143_800 = .text:0x00000800; // type:function size:0xA4
|
||||
__dt__27sFState_c<14dAcBlastboss_c>Fv = .text:0x00000690; // type:function size:0x58
|
||||
__dt__30sFStateFct_c<14dAcBlastboss_c>Fv = .text:0x000006F0; // type:function size:0x6C
|
||||
__dt__83sStateMgr_c<14dAcBlastboss_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000760; // type:function size:0xA0
|
||||
__dt__53sFStateMgr_c<14dAcBlastboss_c,20sStateMethodUsr_FI_c>Fv = .text:0x00000800; // type:function size:0xA4
|
||||
fn_143_8B0 = .text:0x000008B0; // type:function size:0x4
|
||||
fn_143_8C0 = .text:0x000008C0; // type:function size:0x84
|
||||
fn_143_950 = .text:0x00000950; // type:function size:0x58
|
||||
@@ -25,56 +25,56 @@ fn_143_D70 = .text:0x00000D70; // type:function size:0xDC
|
||||
fn_143_E50 = .text:0x00000E50; // type:function size:0x324
|
||||
fn_143_1180 = .text:0x00001180; // type:function size:0x3F8
|
||||
fn_143_1580 = .text:0x00001580; // type:function size:0x8
|
||||
fn_143_1590 = .text:0x00001590; // type:function size:0x10
|
||||
changeState__83sStateMgr_c<14dAcBlastboss_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x00001590; // type:function size:0x10
|
||||
fn_143_15A0 = .text:0x000015A0; // type:function size:0x34
|
||||
fn_143_15E0 = .text:0x000015E0; // type:function size:0x17A8
|
||||
fn_143_2D90 = .text:0x00002D90; // type:function size:0x10
|
||||
fn_143_2DA0 = .text:0x00002DA0; // type:function size:0x10
|
||||
executeState__83sStateMgr_c<14dAcBlastboss_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00002D90; // type:function size:0x10
|
||||
getStateID__83sStateMgr_c<14dAcBlastboss_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00002DA0; // type:function size:0x10
|
||||
fn_143_2DB0 = .text:0x00002DB0; // type:function size:0x48
|
||||
fn_143_2E00 = .text:0x00002E00; // type:function size:0x4C
|
||||
fn_143_2E50 = .text:0x00002E50; // type:function size:0x85C
|
||||
fn_143_36B0 = .text:0x000036B0; // type:function size:0xBC
|
||||
fn_143_3770 = .text:0x00003770; // type:function size:0x718
|
||||
fn_143_3E90 = .text:0x00003E90; // type:function size:0x4
|
||||
fn_143_3EA0 = .text:0x00003EA0; // type:function size:0xD8
|
||||
fn_143_3F80 = .text:0x00003F80; // type:function size:0x2A4
|
||||
fn_143_4230 = .text:0x00004230; // type:function size:0x4
|
||||
fn_143_4240 = .text:0x00004240; // type:function size:0xF8
|
||||
fn_143_4340 = .text:0x00004340; // type:function size:0x2F8
|
||||
fn_143_4640 = .text:0x00004640; // type:function size:0x4
|
||||
fn_143_4650 = .text:0x00004650; // type:function size:0x50
|
||||
fn_143_46A0 = .text:0x000046A0; // type:function size:0x124
|
||||
fn_143_47D0 = .text:0x000047D0; // type:function size:0x4
|
||||
fn_143_47E0 = .text:0x000047E0; // type:function size:0x48
|
||||
fn_143_4830 = .text:0x00004830; // type:function size:0x320
|
||||
fn_143_4B50 = .text:0x00004B50; // type:function size:0x4
|
||||
fn_143_4B60 = .text:0x00004B60; // type:function size:0x44
|
||||
fn_143_4BB0 = .text:0x00004BB0; // type:function size:0x2D8
|
||||
fn_143_4E90 = .text:0x00004E90; // type:function size:0x4
|
||||
fn_143_4EA0 = .text:0x00004EA0; // type:function size:0x44
|
||||
fn_143_4EF0 = .text:0x00004EF0; // type:function size:0x208
|
||||
fn_143_5100 = .text:0x00005100; // type:function size:0x4
|
||||
fn_143_5110 = .text:0x00005110; // type:function size:0x24
|
||||
fn_143_5140 = .text:0x00005140; // type:function size:0x418
|
||||
fn_143_5560 = .text:0x00005560; // type:function size:0x4
|
||||
fn_143_5570 = .text:0x00005570; // type:function size:0xD8
|
||||
fn_143_5650 = .text:0x00005650; // type:function size:0xA0
|
||||
fn_143_56F0 = .text:0x000056F0; // type:function size:0x4
|
||||
fn_143_5700 = .text:0x00005700; // type:function size:0x70
|
||||
fn_143_5770 = .text:0x00005770; // type:function size:0xE4
|
||||
fn_143_5860 = .text:0x00005860; // type:function size:0x4
|
||||
fn_143_5870 = .text:0x00005870; // type:function size:0x70
|
||||
fn_143_58E0 = .text:0x000058E0; // type:function size:0x204
|
||||
fn_143_5AF0 = .text:0x00005AF0; // type:function size:0x4
|
||||
fn_143_5B00 = .text:0x00005B00; // type:function size:0x84
|
||||
fn_143_5B90 = .text:0x00005B90; // type:function size:0x6CC
|
||||
fn_143_6260 = .text:0x00006260; // type:function size:0x4
|
||||
fn_143_6270 = .text:0x00006270; // type:function size:0x84
|
||||
fn_143_6300 = .text:0x00006300; // type:function size:0x190
|
||||
fn_143_6490 = .text:0x00006490; // type:function size:0x4
|
||||
fn_143_64A0 = .text:0x000064A0; // type:function size:0x54
|
||||
fn_143_6500 = .text:0x00006500; // type:function size:0x204
|
||||
fn_143_6710 = .text:0x00006710; // type:function size:0x4
|
||||
initializeState_Fight__14dAcBlastboss_cFv = .text:0x000036B0; // type:function size:0xBC
|
||||
executeState_Fight__14dAcBlastboss_cFv = .text:0x00003770; // type:function size:0x718
|
||||
finalizeState_Fight__14dAcBlastboss_cFv = .text:0x00003E90; // type:function size:0x4
|
||||
initializeState_Attack__14dAcBlastboss_cFv = .text:0x00003EA0; // type:function size:0xD8
|
||||
executeState_Attack__14dAcBlastboss_cFv = .text:0x00003F80; // type:function size:0x2A4
|
||||
finalizeState_Attack__14dAcBlastboss_cFv = .text:0x00004230; // type:function size:0x4
|
||||
initializeState_CounterAttack__14dAcBlastboss_cFv = .text:0x00004240; // type:function size:0xF8
|
||||
executeState_CounterAttack__14dAcBlastboss_cFv = .text:0x00004340; // type:function size:0x2F8
|
||||
finalizeState_CounterAttack__14dAcBlastboss_cFv = .text:0x00004640; // type:function size:0x4
|
||||
initializeState_PunchAttack__14dAcBlastboss_cFv = .text:0x00004650; // type:function size:0x50
|
||||
executeState_PunchAttack__14dAcBlastboss_cFv = .text:0x000046A0; // type:function size:0x124
|
||||
finalizeState_PunchAttack__14dAcBlastboss_cFv = .text:0x000047D0; // type:function size:0x4
|
||||
initializeState_DashAttack__14dAcBlastboss_cFv = .text:0x000047E0; // type:function size:0x48
|
||||
executeState_DashAttack__14dAcBlastboss_cFv = .text:0x00004830; // type:function size:0x320
|
||||
finalizeState_DashAttack__14dAcBlastboss_cFv = .text:0x00004B50; // type:function size:0x4
|
||||
initializeState_SmallAttack__14dAcBlastboss_cFv = .text:0x00004B60; // type:function size:0x44
|
||||
executeState_SmallAttack__14dAcBlastboss_cFv = .text:0x00004BB0; // type:function size:0x2D8
|
||||
finalizeState_SmallAttack__14dAcBlastboss_cFv = .text:0x00004E90; // type:function size:0x4
|
||||
initializeState_ThunderAttack__14dAcBlastboss_cFv = .text:0x00004EA0; // type:function size:0x44
|
||||
executeState_ThunderAttack__14dAcBlastboss_cFv = .text:0x00004EF0; // type:function size:0x208
|
||||
finalizeState_ThunderAttack__14dAcBlastboss_cFv = .text:0x00005100; // type:function size:0x4
|
||||
initializeState_Guard__14dAcBlastboss_cFv = .text:0x00005110; // type:function size:0x24
|
||||
executeState_Guard__14dAcBlastboss_cFv = .text:0x00005140; // type:function size:0x418
|
||||
finalizeState_Guard__14dAcBlastboss_cFv = .text:0x00005560; // type:function size:0x4
|
||||
initializeState_GuardBreak__14dAcBlastboss_cFv = .text:0x00005570; // type:function size:0xD8
|
||||
executeState_GuardBreak__14dAcBlastboss_cFv = .text:0x00005650; // type:function size:0xA0
|
||||
finalizeState_GuardBreak__14dAcBlastboss_cFv = .text:0x000056F0; // type:function size:0x4
|
||||
initializeState_Damage__14dAcBlastboss_cFv = .text:0x00005700; // type:function size:0x70
|
||||
executeState_Damage__14dAcBlastboss_cFv = .text:0x00005770; // type:function size:0xE4
|
||||
finalizeState_Damage__14dAcBlastboss_cFv = .text:0x00005860; // type:function size:0x4
|
||||
initializeState_SitDamage__14dAcBlastboss_cFv = .text:0x00005870; // type:function size:0x70
|
||||
executeState_SitDamage__14dAcBlastboss_cFv = .text:0x000058E0; // type:function size:0x204
|
||||
finalizeState_SitDamage__14dAcBlastboss_cFv = .text:0x00005AF0; // type:function size:0x4
|
||||
initializeState_Down__14dAcBlastboss_cFv = .text:0x00005B00; // type:function size:0x84
|
||||
executeState_Down__14dAcBlastboss_cFv = .text:0x00005B90; // type:function size:0x6CC
|
||||
finalizeState_Down__14dAcBlastboss_cFv = .text:0x00006260; // type:function size:0x4
|
||||
initializeState_Stun__14dAcBlastboss_cFv = .text:0x00006270; // type:function size:0x84
|
||||
executeState_Stun__14dAcBlastboss_cFv = .text:0x00006300; // type:function size:0x190
|
||||
finalizeState_Stun__14dAcBlastboss_cFv = .text:0x00006490; // type:function size:0x4
|
||||
initializeState_ThunderWait__14dAcBlastboss_cFv = .text:0x000064A0; // type:function size:0x54
|
||||
executeState_ThunderWait__14dAcBlastboss_cFv = .text:0x00006500; // type:function size:0x204
|
||||
finalizeState_ThunderWait__14dAcBlastboss_cFv = .text:0x00006710; // type:function size:0x4
|
||||
fn_143_6720 = .text:0x00006720; // type:function size:0xBB4
|
||||
fn_143_72E0 = .text:0x000072E0; // type:function size:0x1C
|
||||
fn_143_7300 = .text:0x00007300; // type:function size:0x58
|
||||
@@ -96,29 +96,29 @@ fn_143_A1D0 = .text:0x0000A1D0; // type:function size:0x8
|
||||
fn_143_A1E0 = .text:0x0000A1E0; // type:function size:0x4
|
||||
fn_143_A1F0 = .text:0x0000A1F0; // type:function size:0x4
|
||||
fn_143_A200 = .text:0x0000A200; // type:function size:0x8
|
||||
fn_143_A210 = .text:0x0000A210; // type:function size:0x398
|
||||
__dt__14dAcBlastboss_cFv = .text:0x0000A210; // type:function size:0x398
|
||||
fn_143_A5B0 = .text:0x0000A5B0; // type:function size:0x4
|
||||
fn_143_A5C0 = .text:0x0000A5C0; // type:function size:0x4
|
||||
fn_143_A5D0 = .text:0x0000A5D0; // type:function size:0x4
|
||||
fn_143_A5E0 = .text:0x0000A5E0; // type:function size:0x4
|
||||
fn_143_A5F0 = .text:0x0000A5F0; // type:function size:0x4
|
||||
fn_143_A600 = .text:0x0000A600; // type:function size:0x60
|
||||
fn_143_A660 = .text:0x0000A660; // type:function size:0xC
|
||||
fn_143_A670 = .text:0x0000A670; // type:function size:0x1C
|
||||
fn_143_A690 = .text:0x0000A690; // type:function size:0x1C
|
||||
fn_143_A6B0 = .text:0x0000A6B0; // type:function size:0x1C
|
||||
fn_143_A6D0 = .text:0x0000A6D0; // type:function size:0x10
|
||||
fn_143_A6E0 = .text:0x0000A6E0; // type:function size:0x10
|
||||
fn_143_A6F0 = .text:0x0000A6F0; // type:function size:0x10
|
||||
fn_143_A700 = .text:0x0000A700; // type:function size:0x10
|
||||
fn_143_A710 = .text:0x0000A710; // type:function size:0x10
|
||||
fn_143_A720 = .text:0x0000A720; // type:function size:0x10
|
||||
fn_143_A730 = .text:0x0000A730; // type:function size:0x30
|
||||
fn_143_A760 = .text:0x0000A760; // type:function size:0x30
|
||||
fn_143_A790 = .text:0x0000A790; // type:function size:0x30
|
||||
fn_143_A7C0 = .text:0x0000A7C0; // type:function size:0xA90
|
||||
fn_143_B250 = .text:0x0000B250; // type:function size:0x58
|
||||
fn_143_B2B0 = .text:0x0000B2B0; // type:function size:0x88
|
||||
build__30sFStateFct_c<14dAcBlastboss_c>FRC12sStateIDIf_c = .text:0x0000A600; // type:function size:0x60
|
||||
dispose__30sFStateFct_c<14dAcBlastboss_c>FRP10sStateIf_c = .text:0x0000A660; // type:function size:0xC
|
||||
initialize__27sFState_c<14dAcBlastboss_c>Fv = .text:0x0000A670; // type:function size:0x1C
|
||||
execute__27sFState_c<14dAcBlastboss_c>Fv = .text:0x0000A690; // type:function size:0x1C
|
||||
finalize__27sFState_c<14dAcBlastboss_c>Fv = .text:0x0000A6B0; // type:function size:0x1C
|
||||
initializeState__83sStateMgr_c<14dAcBlastboss_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x0000A6D0; // type:function size:0x10
|
||||
finalizeState__83sStateMgr_c<14dAcBlastboss_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x0000A6E0; // type:function size:0x10
|
||||
refreshState__83sStateMgr_c<14dAcBlastboss_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x0000A6F0; // type:function size:0x10
|
||||
getState__83sStateMgr_c<14dAcBlastboss_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x0000A700; // type:function size:0x10
|
||||
getNewStateID__83sStateMgr_c<14dAcBlastboss_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x0000A710; // type:function size:0x10
|
||||
getOldStateID__83sStateMgr_c<14dAcBlastboss_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x0000A720; // type:function size:0x10
|
||||
finalizeState__29sFStateID_c<14dAcBlastboss_c>CFR14dAcBlastboss_c = .text:0x0000A730; // type:function size:0x30
|
||||
executeState__29sFStateID_c<14dAcBlastboss_c>CFR14dAcBlastboss_c = .text:0x0000A760; // type:function size:0x30
|
||||
initializeState__29sFStateID_c<14dAcBlastboss_c>CFR14dAcBlastboss_c = .text:0x0000A790; // type:function size:0x30
|
||||
__sinit_\d_a_b_lastboss_cpp = .text:0x0000A7C0; // type:function size:0xA90 scope:local
|
||||
__dt__29sFStateID_c<14dAcBlastboss_c>Fv = .text:0x0000B250; // type:function size:0x58
|
||||
isSameName__29sFStateID_c<14dAcBlastboss_c>CFPCc = .text:0x0000B2B0; // type:function size:0x88
|
||||
fn_143_B340 = .text:0x0000B340; // type:function size:0x8
|
||||
fn_143_B350 = .text:0x0000B350; // type:function size:0x8
|
||||
fn_143_B360 = .text:0x0000B360; // type:function size:0x8
|
||||
@@ -141,7 +141,7 @@ lbl_143_rodata_1B8 = .rodata:0x000001B8; // type:object size:0x10 data:float
|
||||
lbl_143_rodata_1C8 = .rodata:0x000001C8; // type:object size:0xC data:float
|
||||
lbl_143_rodata_1D4 = .rodata:0x000001D4; // type:object size:0x3C data:float
|
||||
lbl_143_rodata_210 = .rodata:0x00000210; // type:object size:0x90 data:float
|
||||
lbl_143_data_0 = .data:0x00000000; // type:object size:0x1A0 data:4byte
|
||||
g_profile_B_LASTBOSS = .data:0x00000000; // type:object size:0x1A0 data:4byte
|
||||
lbl_143_data_1A0 = .data:0x000001A0; // type:object size:0x10 data:string
|
||||
lbl_143_data_1B0 = .data:0x000001B0; // type:object size:0x28
|
||||
lbl_143_data_1D8 = .data:0x000001D8; // type:object size:0x70
|
||||
|
||||
@@ -4,12 +4,12 @@ _unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
fn_139_F0 = .text:0x000000F0; // type:function size:0x40
|
||||
fn_139_130 = .text:0x00000130; // type:function size:0x17C
|
||||
dAcBmg_c_classInit__Fv = .text:0x00000130; // type:function size:0x17C
|
||||
fn_139_2B0 = .text:0x000002B0; // type:function size:0x58
|
||||
fn_139_310 = .text:0x00000310; // type:function size:0x58
|
||||
fn_139_370 = .text:0x00000370; // type:function size:0x6C
|
||||
fn_139_3E0 = .text:0x000003E0; // type:function size:0xA0
|
||||
fn_139_480 = .text:0x00000480; // type:function size:0xA4
|
||||
__dt__20sFState_c<8dAcBmg_c>Fv = .text:0x00000310; // type:function size:0x58
|
||||
__dt__23sFStateFct_c<8dAcBmg_c>Fv = .text:0x00000370; // type:function size:0x6C
|
||||
__dt__76sStateMgr_c<8dAcBmg_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000003E0; // type:function size:0xA0
|
||||
__dt__46sFStateMgr_c<8dAcBmg_c,20sStateMethodUsr_FI_c>Fv = .text:0x00000480; // type:function size:0xA4
|
||||
fn_139_530 = .text:0x00000530; // type:function size:0x58
|
||||
fn_139_590 = .text:0x00000590; // type:function size:0x90
|
||||
fn_139_620 = .text:0x00000620; // type:function size:0x58
|
||||
@@ -18,61 +18,61 @@ fn_139_690 = .text:0x00000690; // type:function size:0xC90
|
||||
fn_139_1320 = .text:0x00001320; // type:function size:0xE8
|
||||
fn_139_1410 = .text:0x00001410; // type:function size:0x2D8
|
||||
fn_139_16F0 = .text:0x000016F0; // type:function size:0x8
|
||||
fn_139_1700 = .text:0x00001700; // type:function size:0x10
|
||||
changeState__76sStateMgr_c<8dAcBmg_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x00001700; // type:function size:0x10
|
||||
fn_139_1710 = .text:0x00001710; // type:function size:0x148
|
||||
fn_139_1860 = .text:0x00001860; // type:function size:0x8
|
||||
fn_139_1870 = .text:0x00001870; // type:function size:0x2474
|
||||
fn_139_3CF0 = .text:0x00003CF0; // type:function size:0x10
|
||||
fn_139_3D00 = .text:0x00003D00; // type:function size:0x10
|
||||
executeState__76sStateMgr_c<8dAcBmg_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00003CF0; // type:function size:0x10
|
||||
getStateID__76sStateMgr_c<8dAcBmg_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00003D00; // type:function size:0x10
|
||||
fn_139_3D10 = .text:0x00003D10; // type:function size:0xD8
|
||||
fn_139_3DF0 = .text:0x00003DF0; // type:function size:0x48
|
||||
fn_139_3E40 = .text:0x00003E40; // type:function size:0x144
|
||||
fn_139_3F90 = .text:0x00003F90; // type:function size:0x4
|
||||
fn_139_3FA0 = .text:0x00003FA0; // type:function size:0x70
|
||||
fn_139_4010 = .text:0x00004010; // type:function size:0x124
|
||||
fn_139_4140 = .text:0x00004140; // type:function size:0x4
|
||||
fn_139_4150 = .text:0x00004150; // type:function size:0x70
|
||||
fn_139_41C0 = .text:0x000041C0; // type:function size:0x1C4
|
||||
fn_139_4390 = .text:0x00004390; // type:function size:0x4
|
||||
fn_139_43A0 = .text:0x000043A0; // type:function size:0x10
|
||||
fn_139_43B0 = .text:0x000043B0; // type:function size:0x3C8
|
||||
fn_139_4780 = .text:0x00004780; // type:function size:0x4
|
||||
fn_139_4790 = .text:0x00004790; // type:function size:0xEC
|
||||
fn_139_4880 = .text:0x00004880; // type:function size:0x768
|
||||
fn_139_4FF0 = .text:0x00004FF0; // type:function size:0x4
|
||||
fn_139_5000 = .text:0x00005000; // type:function size:0x104
|
||||
fn_139_5110 = .text:0x00005110; // type:function size:0xAC4
|
||||
fn_139_5BE0 = .text:0x00005BE0; // type:function size:0x4
|
||||
fn_139_5BF0 = .text:0x00005BF0; // type:function size:0x174
|
||||
fn_139_5D70 = .text:0x00005D70; // type:function size:0x280
|
||||
fn_139_5FF0 = .text:0x00005FF0; // type:function size:0x4
|
||||
fn_139_6000 = .text:0x00006000; // type:function size:0x78
|
||||
fn_139_6080 = .text:0x00006080; // type:function size:0x124
|
||||
fn_139_61B0 = .text:0x000061B0; // type:function size:0x4
|
||||
fn_139_61C0 = .text:0x000061C0; // type:function size:0x10
|
||||
fn_139_61D0 = .text:0x000061D0; // type:function size:0xB4
|
||||
fn_139_6290 = .text:0x00006290; // type:function size:0x4
|
||||
fn_139_62A0 = .text:0x000062A0; // type:function size:0x10
|
||||
fn_139_62B0 = .text:0x000062B0; // type:function size:0xD0
|
||||
fn_139_6380 = .text:0x00006380; // type:function size:0x4
|
||||
fn_139_6390 = .text:0x00006390; // type:function size:0x50
|
||||
fn_139_63E0 = .text:0x000063E0; // type:function size:0xB8
|
||||
fn_139_64A0 = .text:0x000064A0; // type:function size:0x4
|
||||
fn_139_64B0 = .text:0x000064B0; // type:function size:0x6C
|
||||
fn_139_6520 = .text:0x00006520; // type:function size:0x98
|
||||
fn_139_65C0 = .text:0x000065C0; // type:function size:0x4
|
||||
fn_139_65D0 = .text:0x000065D0; // type:function size:0x5C
|
||||
fn_139_6630 = .text:0x00006630; // type:function size:0x5C
|
||||
fn_139_6690 = .text:0x00006690; // type:function size:0x4
|
||||
fn_139_66A0 = .text:0x000066A0; // type:function size:0x54
|
||||
fn_139_6700 = .text:0x00006700; // type:function size:0x5C
|
||||
fn_139_6760 = .text:0x00006760; // type:function size:0x4
|
||||
fn_139_6770 = .text:0x00006770; // type:function size:0x58
|
||||
fn_139_67D0 = .text:0x000067D0; // type:function size:0x120
|
||||
fn_139_68F0 = .text:0x000068F0; // type:function size:0x4
|
||||
fn_139_6900 = .text:0x00006900; // type:function size:0xEC
|
||||
fn_139_69F0 = .text:0x000069F0; // type:function size:0x1C
|
||||
fn_139_6A10 = .text:0x00006A10; // type:function size:0x4
|
||||
initializeState_Start__8dAcBmg_cFv = .text:0x00003DF0; // type:function size:0x48
|
||||
executeState_Start__8dAcBmg_cFv = .text:0x00003E40; // type:function size:0x144
|
||||
finalizeState_Start__8dAcBmg_cFv = .text:0x00003F90; // type:function size:0x4
|
||||
initializeState_DiveWait__8dAcBmg_cFv = .text:0x00003FA0; // type:function size:0x70
|
||||
executeState_DiveWait__8dAcBmg_cFv = .text:0x00004010; // type:function size:0x124
|
||||
finalizeState_DiveWait__8dAcBmg_cFv = .text:0x00004140; // type:function size:0x4
|
||||
initializeState_Dive__8dAcBmg_cFv = .text:0x00004150; // type:function size:0x70
|
||||
executeState_Dive__8dAcBmg_cFv = .text:0x000041C0; // type:function size:0x1C4
|
||||
finalizeState_Dive__8dAcBmg_cFv = .text:0x00004390; // type:function size:0x4
|
||||
initializeState_DiveWalk__8dAcBmg_cFv = .text:0x000043A0; // type:function size:0x10
|
||||
executeState_DiveWalk__8dAcBmg_cFv = .text:0x000043B0; // type:function size:0x3C8
|
||||
finalizeState_DiveWalk__8dAcBmg_cFv = .text:0x00004780; // type:function size:0x4
|
||||
initializeState_Fight__8dAcBmg_cFv = .text:0x00004790; // type:function size:0xEC
|
||||
executeState_Fight__8dAcBmg_cFv = .text:0x00004880; // type:function size:0x768
|
||||
finalizeState_Fight__8dAcBmg_cFv = .text:0x00004FF0; // type:function size:0x4
|
||||
initializeState_HandAttack__8dAcBmg_cFv = .text:0x00005000; // type:function size:0x104
|
||||
executeState_HandAttack__8dAcBmg_cFv = .text:0x00005110; // type:function size:0xAC4
|
||||
finalizeState_HandAttack__8dAcBmg_cFv = .text:0x00005BE0; // type:function size:0x4
|
||||
initializeState_TailAttack__8dAcBmg_cFv = .text:0x00005BF0; // type:function size:0x174
|
||||
executeState_TailAttack__8dAcBmg_cFv = .text:0x00005D70; // type:function size:0x280
|
||||
finalizeState_TailAttack__8dAcBmg_cFv = .text:0x00005FF0; // type:function size:0x4
|
||||
initializeState_DiveAttack__8dAcBmg_cFv = .text:0x00006000; // type:function size:0x78
|
||||
executeState_DiveAttack__8dAcBmg_cFv = .text:0x00006080; // type:function size:0x124
|
||||
finalizeState_DiveAttack__8dAcBmg_cFv = .text:0x000061B0; // type:function size:0x4
|
||||
initializeState_LostArm__8dAcBmg_cFv = .text:0x000061C0; // type:function size:0x10
|
||||
executeState_LostArm__8dAcBmg_cFv = .text:0x000061D0; // type:function size:0xB4
|
||||
finalizeState_LostArm__8dAcBmg_cFv = .text:0x00006290; // type:function size:0x4
|
||||
initializeState_ArmDamage__8dAcBmg_cFv = .text:0x000062A0; // type:function size:0x10
|
||||
executeState_ArmDamage__8dAcBmg_cFv = .text:0x000062B0; // type:function size:0xD0
|
||||
finalizeState_ArmDamage__8dAcBmg_cFv = .text:0x00006380; // type:function size:0x4
|
||||
initializeState_MiddleDemo__8dAcBmg_cFv = .text:0x00006390; // type:function size:0x50
|
||||
executeState_MiddleDemo__8dAcBmg_cFv = .text:0x000063E0; // type:function size:0xB8
|
||||
finalizeState_MiddleDemo__8dAcBmg_cFv = .text:0x000064A0; // type:function size:0x4
|
||||
initializeState_CoreDamage__8dAcBmg_cFv = .text:0x000064B0; // type:function size:0x6C
|
||||
executeState_CoreDamage__8dAcBmg_cFv = .text:0x00006520; // type:function size:0x98
|
||||
finalizeState_CoreDamage__8dAcBmg_cFv = .text:0x000065C0; // type:function size:0x4
|
||||
initializeState_EyeBind__8dAcBmg_cFv = .text:0x000065D0; // type:function size:0x5C
|
||||
executeState_EyeBind__8dAcBmg_cFv = .text:0x00006630; // type:function size:0x5C
|
||||
finalizeState_EyeBind__8dAcBmg_cFv = .text:0x00006690; // type:function size:0x4
|
||||
initializeState_BombDamage__8dAcBmg_cFv = .text:0x000066A0; // type:function size:0x54
|
||||
executeState_BombDamage__8dAcBmg_cFv = .text:0x00006700; // type:function size:0x5C
|
||||
finalizeState_BombDamage__8dAcBmg_cFv = .text:0x00006760; // type:function size:0x4
|
||||
initializeState_VacuumDamage__8dAcBmg_cFv = .text:0x00006770; // type:function size:0x58
|
||||
executeState_VacuumDamage__8dAcBmg_cFv = .text:0x000067D0; // type:function size:0x120
|
||||
finalizeState_VacuumDamage__8dAcBmg_cFv = .text:0x000068F0; // type:function size:0x4
|
||||
initializeState_End__8dAcBmg_cFv = .text:0x00006900; // type:function size:0xEC
|
||||
executeState_End__8dAcBmg_cFv = .text:0x000069F0; // type:function size:0x1C
|
||||
finalizeState_End__8dAcBmg_cFv = .text:0x00006A10; // type:function size:0x4
|
||||
fn_139_6A20 = .text:0x00006A20; // type:function size:0x64
|
||||
fn_139_6A90 = .text:0x00006A90; // type:function size:0x9A8
|
||||
fn_139_7440 = .text:0x00007440; // type:function size:0x4C
|
||||
@@ -82,24 +82,24 @@ fn_139_84D0 = .text:0x000084D0; // type:function size:0x8
|
||||
fn_139_84E0 = .text:0x000084E0; // type:function size:0x4
|
||||
fn_139_84F0 = .text:0x000084F0; // type:function size:0x4
|
||||
fn_139_8500 = .text:0x00008500; // type:function size:0x8
|
||||
fn_139_8510 = .text:0x00008510; // type:function size:0x20C
|
||||
fn_139_8720 = .text:0x00008720; // type:function size:0x60
|
||||
fn_139_8780 = .text:0x00008780; // type:function size:0xC
|
||||
fn_139_8790 = .text:0x00008790; // type:function size:0x1C
|
||||
fn_139_87B0 = .text:0x000087B0; // type:function size:0x1C
|
||||
fn_139_87D0 = .text:0x000087D0; // type:function size:0x1C
|
||||
fn_139_87F0 = .text:0x000087F0; // type:function size:0x10
|
||||
fn_139_8800 = .text:0x00008800; // type:function size:0x10
|
||||
fn_139_8810 = .text:0x00008810; // type:function size:0x10
|
||||
fn_139_8820 = .text:0x00008820; // type:function size:0x10
|
||||
fn_139_8830 = .text:0x00008830; // type:function size:0x10
|
||||
fn_139_8840 = .text:0x00008840; // type:function size:0x10
|
||||
fn_139_8850 = .text:0x00008850; // type:function size:0x30
|
||||
fn_139_8880 = .text:0x00008880; // type:function size:0x30
|
||||
fn_139_88B0 = .text:0x000088B0; // type:function size:0x30
|
||||
fn_139_88E0 = .text:0x000088E0; // type:function size:0xC08
|
||||
fn_139_94F0 = .text:0x000094F0; // type:function size:0x58
|
||||
fn_139_9550 = .text:0x00009550; // type:function size:0x88
|
||||
__dt__8dAcBmg_cFv = .text:0x00008510; // type:function size:0x20C
|
||||
build__23sFStateFct_c<8dAcBmg_c>FRC12sStateIDIf_c = .text:0x00008720; // type:function size:0x60
|
||||
dispose__23sFStateFct_c<8dAcBmg_c>FRP10sStateIf_c = .text:0x00008780; // type:function size:0xC
|
||||
initialize__20sFState_c<8dAcBmg_c>Fv = .text:0x00008790; // type:function size:0x1C
|
||||
execute__20sFState_c<8dAcBmg_c>Fv = .text:0x000087B0; // type:function size:0x1C
|
||||
finalize__20sFState_c<8dAcBmg_c>Fv = .text:0x000087D0; // type:function size:0x1C
|
||||
initializeState__76sStateMgr_c<8dAcBmg_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000087F0; // type:function size:0x10
|
||||
finalizeState__76sStateMgr_c<8dAcBmg_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00008800; // type:function size:0x10
|
||||
refreshState__76sStateMgr_c<8dAcBmg_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00008810; // type:function size:0x10
|
||||
getState__76sStateMgr_c<8dAcBmg_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00008820; // type:function size:0x10
|
||||
getNewStateID__76sStateMgr_c<8dAcBmg_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00008830; // type:function size:0x10
|
||||
getOldStateID__76sStateMgr_c<8dAcBmg_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00008840; // type:function size:0x10
|
||||
finalizeState__22sFStateID_c<8dAcBmg_c>CFR8dAcBmg_c = .text:0x00008850; // type:function size:0x30
|
||||
executeState__22sFStateID_c<8dAcBmg_c>CFR8dAcBmg_c = .text:0x00008880; // type:function size:0x30
|
||||
initializeState__22sFStateID_c<8dAcBmg_c>CFR8dAcBmg_c = .text:0x000088B0; // type:function size:0x30
|
||||
__sinit_\d_a_b_mg_cpp = .text:0x000088E0; // type:function size:0xC08 scope:local
|
||||
__dt__22sFStateID_c<8dAcBmg_c>Fv = .text:0x000094F0; // type:function size:0x58
|
||||
isSameName__22sFStateID_c<8dAcBmg_c>CFPCc = .text:0x00009550; // type:function size:0x88
|
||||
fn_139_95E0 = .text:0x000095E0; // type:function size:0x8
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
_dtors = .dtors:0x00000000; // type:label scope:global
|
||||
@@ -115,7 +115,7 @@ lbl_139_rodata_1AC = .rodata:0x000001AC; // type:object size:0x1C data:float
|
||||
lbl_139_rodata_1C8 = .rodata:0x000001C8; // type:object size:0x18 data:float
|
||||
lbl_139_rodata_1E0 = .rodata:0x000001E0; // type:object size:0x8 data:float
|
||||
lbl_139_rodata_1E8 = .rodata:0x000001E8; // type:object size:0xCC data:float
|
||||
lbl_139_data_0 = .data:0x00000000; // type:object size:0xD8 data:4byte
|
||||
g_profile_B_MG = .data:0x00000000; // type:object size:0xD8 data:4byte
|
||||
lbl_139_data_D8 = .data:0x000000D8; // type:object size:0x190
|
||||
lbl_139_data_268 = .data:0x00000268; // type:object size:0xC
|
||||
jumptable_139_data_274 = .data:0x00000274; // type:object size:0x54 scope:local
|
||||
|
||||
@@ -5,11 +5,11 @@ __register_global_object = .text:0x00000070; // type:function size:0x1C scope:gl
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
fn_235_F0 = .text:0x000000F0; // type:function size:0x40
|
||||
fn_235_130 = .text:0x00000130; // type:function size:0x40
|
||||
AcNusi__ctor = .text:0x00000170; // type:function size:0x49C
|
||||
fn_235_610 = .text:0x00000610; // type:function size:0x58
|
||||
fn_235_670 = .text:0x00000670; // type:function size:0x6C
|
||||
fn_235_6E0 = .text:0x000006E0; // type:function size:0xA0
|
||||
fn_235_780 = .text:0x00000780; // type:function size:0xA4
|
||||
dAcNusi_c_classInit__Fv = .text:0x00000170; // type:function size:0x49C
|
||||
__dt__21sFState_c<9dAcNusi_c>Fv = .text:0x00000610; // type:function size:0x58
|
||||
__dt__24sFStateFct_c<9dAcNusi_c>Fv = .text:0x00000670; // type:function size:0x6C
|
||||
__dt__77sStateMgr_c<9dAcNusi_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000006E0; // type:function size:0xA0
|
||||
__dt__47sFStateMgr_c<9dAcNusi_c,20sStateMethodUsr_FI_c>Fv = .text:0x00000780; // type:function size:0xA4
|
||||
fn_235_830 = .text:0x00000830; // type:function size:0xC
|
||||
fn_235_840 = .text:0x00000840; // type:function size:0x7C
|
||||
fn_235_8C0 = .text:0x000008C0; // type:function size:0x5C
|
||||
@@ -29,12 +29,12 @@ fn_235_E10 = .text:0x00000E10; // type:function size:0x40
|
||||
fn_235_E50 = .text:0x00000E50; // type:function size:0x4
|
||||
fn_235_E60 = .text:0x00000E60; // type:function size:0x40
|
||||
fn_235_EA0 = .text:0x00000EA0; // type:function size:0x234
|
||||
fn_235_10E0 = .text:0x000010E0; // type:function size:0x10
|
||||
changeState__77sStateMgr_c<9dAcNusi_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x000010E0; // type:function size:0x10
|
||||
fn_235_10F0 = .text:0x000010F0; // type:function size:0x290
|
||||
fn_235_1380 = .text:0x00001380; // type:function size:0x10
|
||||
fn_235_1390 = .text:0x00001390; // type:function size:0x12C
|
||||
fn_235_14C0 = .text:0x000014C0; // type:function size:0x390
|
||||
fn_235_1850 = .text:0x00001850; // type:function size:0x10
|
||||
executeState__77sStateMgr_c<9dAcNusi_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00001850; // type:function size:0x10
|
||||
fn_235_1860 = .text:0x00001860; // type:function size:0xE8
|
||||
fn_235_1950 = .text:0x00001950; // type:function size:0xA8
|
||||
fn_235_1A00 = .text:0x00001A00; // type:function size:0x157C
|
||||
@@ -75,14 +75,14 @@ fn_235_5570 = .text:0x00005570; // type:function size:0x18
|
||||
fn_235_5590 = .text:0x00005590; // type:function size:0xFC
|
||||
fn_235_5690 = .text:0x00005690; // type:function size:0x2CC
|
||||
fn_235_5960 = .text:0x00005960; // type:function size:0x2D0
|
||||
fn_235_5C30 = .text:0x00005C30; // type:function size:0x10
|
||||
getStateID__77sStateMgr_c<9dAcNusi_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00005C30; // type:function size:0x10
|
||||
fn_235_5C40 = .text:0x00005C40; // type:function size:0x13C
|
||||
fn_235_5D80 = .text:0x00005D80; // type:function size:0x30
|
||||
fn_235_5DB0 = .text:0x00005DB0; // type:function size:0x8
|
||||
fn_235_5DC0 = .text:0x00005DC0; // type:function size:0x4
|
||||
fn_235_5DD0 = .text:0x00005DD0; // type:function size:0x4
|
||||
fn_235_5DE0 = .text:0x00005DE0; // type:function size:0x8
|
||||
fn_235_5DF0 = .text:0x00005DF0; // type:function size:0x460
|
||||
__dt__9dAcNusi_cFv = .text:0x00005DF0; // type:function size:0x460
|
||||
fn_235_6250 = .text:0x00006250; // type:function size:0x50
|
||||
fn_235_62A0 = .text:0x000062A0; // type:function size:0x4
|
||||
fn_235_62B0 = .text:0x000062B0; // type:function size:0x14C
|
||||
@@ -97,28 +97,28 @@ fn_235_65B0 = .text:0x000065B0; // type:function size:0x4
|
||||
fn_235_65C0 = .text:0x000065C0; // type:function size:0x4
|
||||
fn_235_65D0 = .text:0x000065D0; // type:function size:0x4
|
||||
fn_235_65E0 = .text:0x000065E0; // type:function size:0x4
|
||||
fn_235_65F0 = .text:0x000065F0; // type:function size:0x60
|
||||
fn_235_6650 = .text:0x00006650; // type:function size:0xC
|
||||
fn_235_6660 = .text:0x00006660; // type:function size:0x1C
|
||||
fn_235_6680 = .text:0x00006680; // type:function size:0x1C
|
||||
fn_235_66A0 = .text:0x000066A0; // type:function size:0x1C
|
||||
fn_235_66C0 = .text:0x000066C0; // type:function size:0x10
|
||||
fn_235_66D0 = .text:0x000066D0; // type:function size:0x10
|
||||
fn_235_66E0 = .text:0x000066E0; // type:function size:0x10
|
||||
fn_235_66F0 = .text:0x000066F0; // type:function size:0x10
|
||||
fn_235_6700 = .text:0x00006700; // type:function size:0x10
|
||||
fn_235_6710 = .text:0x00006710; // type:function size:0x10
|
||||
fn_235_6720 = .text:0x00006720; // type:function size:0x888
|
||||
fn_235_6FB0 = .text:0x00006FB0; // type:function size:0x58
|
||||
build__24sFStateFct_c<9dAcNusi_c>FRC12sStateIDIf_c = .text:0x000065F0; // type:function size:0x60
|
||||
dispose__24sFStateFct_c<9dAcNusi_c>FRP10sStateIf_c = .text:0x00006650; // type:function size:0xC
|
||||
initialize__21sFState_c<9dAcNusi_c>Fv = .text:0x00006660; // type:function size:0x1C
|
||||
execute__21sFState_c<9dAcNusi_c>Fv = .text:0x00006680; // type:function size:0x1C
|
||||
finalize__21sFState_c<9dAcNusi_c>Fv = .text:0x000066A0; // type:function size:0x1C
|
||||
initializeState__77sStateMgr_c<9dAcNusi_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000066C0; // type:function size:0x10
|
||||
finalizeState__77sStateMgr_c<9dAcNusi_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000066D0; // type:function size:0x10
|
||||
refreshState__77sStateMgr_c<9dAcNusi_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000066E0; // type:function size:0x10
|
||||
getState__77sStateMgr_c<9dAcNusi_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000066F0; // type:function size:0x10
|
||||
getNewStateID__77sStateMgr_c<9dAcNusi_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00006700; // type:function size:0x10
|
||||
getOldStateID__77sStateMgr_c<9dAcNusi_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00006710; // type:function size:0x10
|
||||
__sinit_\d_a_b_nusi_cpp = .text:0x00006720; // type:function size:0x888 scope:local
|
||||
__dt__23sFStateID_c<9dAcNusi_c>Fv = .text:0x00006FB0; // type:function size:0x58
|
||||
fn_235_7010 = .text:0x00007010; // type:function size:0x5C
|
||||
fn_235_7070 = .text:0x00007070; // type:function size:0xC
|
||||
fn_235_7080 = .text:0x00007080; // type:function size:0xC
|
||||
fn_235_7090 = .text:0x00007090; // type:function size:0xDC
|
||||
fn_235_7170 = .text:0x00007170; // type:function size:0xE0
|
||||
fn_235_7250 = .text:0x00007250; // type:function size:0x88
|
||||
fn_235_72E0 = .text:0x000072E0; // type:function size:0x30
|
||||
fn_235_7310 = .text:0x00007310; // type:function size:0x30
|
||||
fn_235_7340 = .text:0x00007340; // type:function size:0x30
|
||||
isSameName__23sFStateID_c<9dAcNusi_c>CFPCc = .text:0x00007250; // type:function size:0x88
|
||||
initializeState__23sFStateID_c<9dAcNusi_c>CFR9dAcNusi_c = .text:0x000072E0; // type:function size:0x30
|
||||
executeState__23sFStateID_c<9dAcNusi_c>CFR9dAcNusi_c = .text:0x00007310; // type:function size:0x30
|
||||
finalizeState__23sFStateID_c<9dAcNusi_c>CFR9dAcNusi_c = .text:0x00007340; // type:function size:0x30
|
||||
fn_235_7370 = .text:0x00007370; // type:function size:0x8
|
||||
fn_235_7380 = .text:0x00007380; // type:function size:0x8
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
@@ -132,7 +132,7 @@ lbl_235_rodata_4C = .rodata:0x0000004C; // type:object size:0x4 data:float
|
||||
lbl_235_rodata_50 = .rodata:0x00000050; // type:object size:0x10 data:float
|
||||
lbl_235_rodata_60 = .rodata:0x00000060; // type:object size:0xC0 data:float
|
||||
lbl_235_rodata_120 = .rodata:0x00000120; // type:object size:0x34 data:float
|
||||
lbl_235_data_0 = .data:0x00000000; // type:object size:0x28 data:4byte
|
||||
g_profile_B_NUSI = .data:0x00000000; // type:object size:0x28 data:4byte
|
||||
lbl_235_data_28 = .data:0x00000028; // type:object size:0x14
|
||||
lbl_235_data_3C = .data:0x0000003C; // type:object size:0xC
|
||||
lbl_235_data_48 = .data:0x00000048; // type:object size:0xC
|
||||
|
||||
@@ -3,29 +3,29 @@ _epilog = .text:0x00000030; // type:function size:0x2C scope:global
|
||||
_unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
AcNusi_Bullet__ctor = .text:0x000000F0; // type:function size:0x100
|
||||
fn_236_1F0 = .text:0x000001F0; // type:function size:0x58
|
||||
fn_236_250 = .text:0x00000250; // type:function size:0x6C
|
||||
fn_236_2C0 = .text:0x000002C0; // type:function size:0xA0
|
||||
fn_236_360 = .text:0x00000360; // type:function size:0xA4
|
||||
dAcNusi_Bullet_c_classInit__Fv = .text:0x000000F0; // type:function size:0x100
|
||||
__dt__29sFState_c<16dAcNusi_Bullet_c>Fv = .text:0x000001F0; // type:function size:0x58
|
||||
__dt__32sFStateFct_c<16dAcNusi_Bullet_c>Fv = .text:0x00000250; // type:function size:0x6C
|
||||
__dt__85sStateMgr_c<16dAcNusi_Bullet_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000002C0; // type:function size:0xA0
|
||||
__dt__55sFStateMgr_c<16dAcNusi_Bullet_c,20sStateMethodUsr_FI_c>Fv = .text:0x00000360; // type:function size:0xA4
|
||||
fn_236_410 = .text:0x00000410; // type:function size:0x58
|
||||
fn_236_470 = .text:0x00000470; // type:function size:0x70
|
||||
fn_236_4E0 = .text:0x000004E0; // type:function size:0x188
|
||||
fn_236_670 = .text:0x00000670; // type:function size:0x10
|
||||
changeState__85sStateMgr_c<16dAcNusi_Bullet_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x00000670; // type:function size:0x10
|
||||
fn_236_680 = .text:0x00000680; // type:function size:0x48
|
||||
fn_236_6D0 = .text:0x000006D0; // type:function size:0x220
|
||||
fn_236_8F0 = .text:0x000008F0; // type:function size:0x10
|
||||
executeState__85sStateMgr_c<16dAcNusi_Bullet_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000008F0; // type:function size:0x10
|
||||
fn_236_900 = .text:0x00000900; // type:function size:0x32C
|
||||
fn_236_C30 = .text:0x00000C30; // type:function size:0x10
|
||||
fn_236_C40 = .text:0x00000C40; // type:function size:0x4
|
||||
fn_236_C50 = .text:0x00000C50; // type:function size:0x18
|
||||
fn_236_C70 = .text:0x00000C70; // type:function size:0x4
|
||||
fn_236_C80 = .text:0x00000C80; // type:function size:0x194
|
||||
fn_236_E20 = .text:0x00000E20; // type:function size:0xB4
|
||||
fn_236_EE0 = .text:0x00000EE0; // type:function size:0x4
|
||||
fn_236_EF0 = .text:0x00000EF0; // type:function size:0x2D0
|
||||
fn_236_11C0 = .text:0x000011C0; // type:function size:0x434
|
||||
fn_236_1600 = .text:0x00001600; // type:function size:0x4
|
||||
getStateID__85sStateMgr_c<16dAcNusi_Bullet_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00000C30; // type:function size:0x10
|
||||
initializeState_Wait__16dAcNusi_Bullet_cFv = .text:0x00000C40; // type:function size:0x4
|
||||
executeState_Wait__16dAcNusi_Bullet_cFv = .text:0x00000C50; // type:function size:0x18
|
||||
finalizeState_Wait__16dAcNusi_Bullet_cFv = .text:0x00000C70; // type:function size:0x4
|
||||
initializeState_Move__16dAcNusi_Bullet_cFv = .text:0x00000C80; // type:function size:0x194
|
||||
executeState_Move__16dAcNusi_Bullet_cFv = .text:0x00000E20; // type:function size:0xB4
|
||||
finalizeState_Move__16dAcNusi_Bullet_cFv = .text:0x00000EE0; // type:function size:0x4
|
||||
initializeState_Back__16dAcNusi_Bullet_cFv = .text:0x00000EF0; // type:function size:0x2D0
|
||||
executeState_Back__16dAcNusi_Bullet_cFv = .text:0x000011C0; // type:function size:0x434
|
||||
finalizeState_Back__16dAcNusi_Bullet_cFv = .text:0x00001600; // type:function size:0x4
|
||||
fn_236_1610 = .text:0x00001610; // type:function size:0x7C
|
||||
fn_236_1690 = .text:0x00001690; // type:function size:0x2F4
|
||||
fn_236_1990 = .text:0x00001990; // type:function size:0xD8
|
||||
@@ -34,24 +34,24 @@ fn_236_1B50 = .text:0x00001B50; // type:function size:0x8
|
||||
fn_236_1B60 = .text:0x00001B60; // type:function size:0x4
|
||||
fn_236_1B70 = .text:0x00001B70; // type:function size:0x4
|
||||
fn_236_1B80 = .text:0x00001B80; // type:function size:0x8
|
||||
fn_236_1B90 = .text:0x00001B90; // type:function size:0x128
|
||||
fn_236_1CC0 = .text:0x00001CC0; // type:function size:0x60
|
||||
fn_236_1D20 = .text:0x00001D20; // type:function size:0xC
|
||||
fn_236_1D30 = .text:0x00001D30; // type:function size:0x1C
|
||||
fn_236_1D50 = .text:0x00001D50; // type:function size:0x1C
|
||||
fn_236_1D70 = .text:0x00001D70; // type:function size:0x1C
|
||||
fn_236_1D90 = .text:0x00001D90; // type:function size:0x10
|
||||
fn_236_1DA0 = .text:0x00001DA0; // type:function size:0x10
|
||||
fn_236_1DB0 = .text:0x00001DB0; // type:function size:0x10
|
||||
fn_236_1DC0 = .text:0x00001DC0; // type:function size:0x10
|
||||
fn_236_1DD0 = .text:0x00001DD0; // type:function size:0x10
|
||||
fn_236_1DE0 = .text:0x00001DE0; // type:function size:0x10
|
||||
fn_236_1DF0 = .text:0x00001DF0; // type:function size:0x30
|
||||
fn_236_1E20 = .text:0x00001E20; // type:function size:0x30
|
||||
fn_236_1E50 = .text:0x00001E50; // type:function size:0x30
|
||||
fn_236_1E80 = .text:0x00001E80; // type:function size:0x27C
|
||||
fn_236_2100 = .text:0x00002100; // type:function size:0x58
|
||||
fn_236_2160 = .text:0x00002160; // type:function size:0x88
|
||||
__dt__16dAcNusi_Bullet_cFv = .text:0x00001B90; // type:function size:0x128
|
||||
build__32sFStateFct_c<16dAcNusi_Bullet_c>FRC12sStateIDIf_c = .text:0x00001CC0; // type:function size:0x60
|
||||
dispose__32sFStateFct_c<16dAcNusi_Bullet_c>FRP10sStateIf_c = .text:0x00001D20; // type:function size:0xC
|
||||
initialize__29sFState_c<16dAcNusi_Bullet_c>Fv = .text:0x00001D30; // type:function size:0x1C
|
||||
execute__29sFState_c<16dAcNusi_Bullet_c>Fv = .text:0x00001D50; // type:function size:0x1C
|
||||
finalize__29sFState_c<16dAcNusi_Bullet_c>Fv = .text:0x00001D70; // type:function size:0x1C
|
||||
initializeState__85sStateMgr_c<16dAcNusi_Bullet_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00001D90; // type:function size:0x10
|
||||
finalizeState__85sStateMgr_c<16dAcNusi_Bullet_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00001DA0; // type:function size:0x10
|
||||
refreshState__85sStateMgr_c<16dAcNusi_Bullet_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00001DB0; // type:function size:0x10
|
||||
getState__85sStateMgr_c<16dAcNusi_Bullet_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00001DC0; // type:function size:0x10
|
||||
getNewStateID__85sStateMgr_c<16dAcNusi_Bullet_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00001DD0; // type:function size:0x10
|
||||
getOldStateID__85sStateMgr_c<16dAcNusi_Bullet_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00001DE0; // type:function size:0x10
|
||||
finalizeState__31sFStateID_c<16dAcNusi_Bullet_c>CFR16dAcNusi_Bullet_c = .text:0x00001DF0; // type:function size:0x30
|
||||
executeState__31sFStateID_c<16dAcNusi_Bullet_c>CFR16dAcNusi_Bullet_c = .text:0x00001E20; // type:function size:0x30
|
||||
initializeState__31sFStateID_c<16dAcNusi_Bullet_c>CFR16dAcNusi_Bullet_c = .text:0x00001E50; // type:function size:0x30
|
||||
__sinit_\d_a_b_nusi_bullet_cpp = .text:0x00001E80; // type:function size:0x27C scope:local
|
||||
__dt__31sFStateID_c<16dAcNusi_Bullet_c>Fv = .text:0x00002100; // type:function size:0x58
|
||||
isSameName__31sFStateID_c<16dAcNusi_Bullet_c>CFPCc = .text:0x00002160; // type:function size:0x88
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
_dtors = .dtors:0x00000000; // type:label scope:global
|
||||
__destroy_global_chain_reference = .dtors:0x00000000; // type:object size:0x4 scope:global
|
||||
@@ -60,7 +60,7 @@ lbl_236_rodata_24 = .rodata:0x00000024; // type:object size:0x4 data:float
|
||||
lbl_236_rodata_28 = .rodata:0x00000028; // type:object size:0x18 data:float
|
||||
lbl_236_rodata_40 = .rodata:0x00000040; // type:object size:0x28 data:float
|
||||
lbl_236_data_0 = .data:0x00000000; // type:object size:0x30 data:4byte
|
||||
lbl_236_data_30 = .data:0x00000030; // type:object size:0x10
|
||||
g_profile_B_NUSI_BULLET = .data:0x00000030; // type:object size:0x10
|
||||
lbl_236_data_40 = .data:0x00000040; // type:object size:0x10
|
||||
lbl_236_data_50 = .data:0x00000050; // type:object size:0x38
|
||||
lbl_236_data_88 = .data:0x00000088; // type:object size:0x4 data:4byte
|
||||
|
||||
@@ -4,11 +4,11 @@ _unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
fn_237_F0 = .text:0x000000F0; // type:function size:0x40
|
||||
AcNusiTentakle__ctor = .text:0x00000130; // type:function size:0x2E4
|
||||
fn_237_420 = .text:0x00000420; // type:function size:0x58
|
||||
fn_237_480 = .text:0x00000480; // type:function size:0x6C
|
||||
fn_237_4F0 = .text:0x000004F0; // type:function size:0xA0
|
||||
fn_237_590 = .text:0x00000590; // type:function size:0xA4
|
||||
dAcNusiTentakle_c_classInit__Fv = .text:0x00000130; // type:function size:0x2E4
|
||||
__dt__30sFState_c<17dAcNusiTentakle_c>Fv = .text:0x00000420; // type:function size:0x58
|
||||
__dt__33sFStateFct_c<17dAcNusiTentakle_c>Fv = .text:0x00000480; // type:function size:0x6C
|
||||
__dt__86sStateMgr_c<17dAcNusiTentakle_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000004F0; // type:function size:0xA0
|
||||
__dt__56sFStateMgr_c<17dAcNusiTentakle_c,20sStateMethodUsr_FI_c>Fv = .text:0x00000590; // type:function size:0xA4
|
||||
fn_237_640 = .text:0x00000640; // type:function size:0x58
|
||||
fn_237_6A0 = .text:0x000006A0; // type:function size:0x5C
|
||||
fn_237_700 = .text:0x00000700; // type:function size:0x3C
|
||||
@@ -20,62 +20,62 @@ fn_237_8E0 = .text:0x000008E0; // type:function size:0x130
|
||||
fn_237_A10 = .text:0x00000A10; // type:function size:0x40
|
||||
fn_237_A50 = .text:0x00000A50; // type:function size:0x4CC
|
||||
fn_237_F20 = .text:0x00000F20; // type:function size:0x70
|
||||
fn_237_F90 = .text:0x00000F90; // type:function size:0x10
|
||||
changeState__86sStateMgr_c<17dAcNusiTentakle_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x00000F90; // type:function size:0x10
|
||||
fn_237_FA0 = .text:0x00000FA0; // type:function size:0x1FC
|
||||
fn_237_11A0 = .text:0x000011A0; // type:function size:0x3C
|
||||
fn_237_11E0 = .text:0x000011E0; // type:function size:0x4
|
||||
fn_237_11F0 = .text:0x000011F0; // type:function size:0x19C
|
||||
fn_237_1390 = .text:0x00001390; // type:function size:0x268
|
||||
fn_237_1600 = .text:0x00001600; // type:function size:0x3D8
|
||||
fn_237_19E0 = .text:0x000019E0; // type:function size:0x10
|
||||
fn_237_19F0 = .text:0x000019F0; // type:function size:0x10
|
||||
getStateID__86sStateMgr_c<17dAcNusiTentakle_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000019E0; // type:function size:0x10
|
||||
executeState__86sStateMgr_c<17dAcNusiTentakle_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000019F0; // type:function size:0x10
|
||||
fn_237_1A00 = .text:0x00001A00; // type:function size:0xE8
|
||||
fn_237_1AF0 = .text:0x00001AF0; // type:function size:0x6C
|
||||
fn_237_1B60 = .text:0x00001B60; // type:function size:0x90
|
||||
fn_237_1BF0 = .text:0x00001BF0; // type:function size:0x1C
|
||||
fn_237_1C10 = .text:0x00001C10; // type:function size:0x58
|
||||
fn_237_1C70 = .text:0x00001C70; // type:function size:0x384
|
||||
fn_237_2000 = .text:0x00002000; // type:function size:0x24
|
||||
fn_237_2030 = .text:0x00002030; // type:function size:0xC
|
||||
fn_237_2040 = .text:0x00002040; // type:function size:0x4A0
|
||||
fn_237_24E0 = .text:0x000024E0; // type:function size:0x4
|
||||
fn_237_24F0 = .text:0x000024F0; // type:function size:0x70
|
||||
fn_237_2560 = .text:0x00002560; // type:function size:0xC88
|
||||
fn_237_31F0 = .text:0x000031F0; // type:function size:0x4
|
||||
fn_237_3200 = .text:0x00003200; // type:function size:0x2C
|
||||
fn_237_3230 = .text:0x00003230; // type:function size:0xC4
|
||||
fn_237_3300 = .text:0x00003300; // type:function size:0xC
|
||||
fn_237_3310 = .text:0x00003310; // type:function size:0x16C
|
||||
fn_237_3480 = .text:0x00003480; // type:function size:0x600
|
||||
fn_237_3A80 = .text:0x00003A80; // type:function size:0x4
|
||||
fn_237_3A90 = .text:0x00003A90; // type:function size:0x12C
|
||||
fn_237_3BC0 = .text:0x00003BC0; // type:function size:0x150
|
||||
fn_237_3D10 = .text:0x00003D10; // type:function size:0x4
|
||||
fn_237_3D20 = .text:0x00003D20; // type:function size:0x60
|
||||
fn_237_3D80 = .text:0x00003D80; // type:function size:0x184
|
||||
fn_237_3F10 = .text:0x00003F10; // type:function size:0xC
|
||||
fn_237_3F20 = .text:0x00003F20; // type:function size:0x5C
|
||||
fn_237_3F80 = .text:0x00003F80; // type:function size:0x14C
|
||||
fn_237_40D0 = .text:0x000040D0; // type:function size:0x4
|
||||
fn_237_40E0 = .text:0x000040E0; // type:function size:0xA8
|
||||
fn_237_4190 = .text:0x00004190; // type:function size:0x178
|
||||
fn_237_4310 = .text:0x00004310; // type:function size:0xC
|
||||
fn_237_4320 = .text:0x00004320; // type:function size:0x54
|
||||
fn_237_4380 = .text:0x00004380; // type:function size:0x21C
|
||||
fn_237_45A0 = .text:0x000045A0; // type:function size:0x4
|
||||
fn_237_45B0 = .text:0x000045B0; // type:function size:0x108
|
||||
fn_237_46C0 = .text:0x000046C0; // type:function size:0x22C
|
||||
fn_237_48F0 = .text:0x000048F0; // type:function size:0x34
|
||||
fn_237_4930 = .text:0x00004930; // type:function size:0x88
|
||||
fn_237_49C0 = .text:0x000049C0; // type:function size:0x168
|
||||
fn_237_4B30 = .text:0x00004B30; // type:function size:0x10
|
||||
fn_237_4B40 = .text:0x00004B40; // type:function size:0x9C
|
||||
initializeState_Hide__17dAcNusiTentakle_cFv = .text:0x00001AF0; // type:function size:0x6C
|
||||
executeState_Hide__17dAcNusiTentakle_cFv = .text:0x00001B60; // type:function size:0x90
|
||||
finalizeState_Hide__17dAcNusiTentakle_cFv = .text:0x00001BF0; // type:function size:0x1C
|
||||
initializeState_HideWait__17dAcNusiTentakle_cFv = .text:0x00001C10; // type:function size:0x58
|
||||
executeState_HideWait__17dAcNusiTentakle_cFv = .text:0x00001C70; // type:function size:0x384
|
||||
finalizeState_HideWait__17dAcNusiTentakle_cFv = .text:0x00002000; // type:function size:0x24
|
||||
initializeState_HideAppearDemo__17dAcNusiTentakle_cFv = .text:0x00002030; // type:function size:0xC
|
||||
executeState_HideAppearDemo__17dAcNusiTentakle_cFv = .text:0x00002040; // type:function size:0x4A0
|
||||
finalizeState_HideAppearDemo__17dAcNusiTentakle_cFv = .text:0x000024E0; // type:function size:0x4
|
||||
initializeState_AppearDemo__17dAcNusiTentakle_cFv = .text:0x000024F0; // type:function size:0x70
|
||||
executeState_AppearDemo__17dAcNusiTentakle_cFv = .text:0x00002560; // type:function size:0xC88
|
||||
finalizeState_AppearDemo__17dAcNusiTentakle_cFv = .text:0x000031F0; // type:function size:0x4
|
||||
initializeState_Appear__17dAcNusiTentakle_cFv = .text:0x00003200; // type:function size:0x2C
|
||||
executeState_Appear__17dAcNusiTentakle_cFv = .text:0x00003230; // type:function size:0xC4
|
||||
finalizeState_Appear__17dAcNusiTentakle_cFv = .text:0x00003300; // type:function size:0xC
|
||||
initializeState_Attack__17dAcNusiTentakle_cFv = .text:0x00003310; // type:function size:0x16C
|
||||
executeState_Attack__17dAcNusiTentakle_cFv = .text:0x00003480; // type:function size:0x600
|
||||
finalizeState_Attack__17dAcNusiTentakle_cFv = .text:0x00003A80; // type:function size:0x4
|
||||
initializeState_Wait__17dAcNusiTentakle_cFv = .text:0x00003A90; // type:function size:0x12C
|
||||
executeState_Wait__17dAcNusiTentakle_cFv = .text:0x00003BC0; // type:function size:0x150
|
||||
finalizeState_Wait__17dAcNusiTentakle_cFv = .text:0x00003D10; // type:function size:0x4
|
||||
initializeState_ScarfDamage__17dAcNusiTentakle_cFv = .text:0x00003D20; // type:function size:0x60
|
||||
executeState_ScarfDamage__17dAcNusiTentakle_cFv = .text:0x00003D80; // type:function size:0x184
|
||||
finalizeState_ScarfDamage__17dAcNusiTentakle_cFv = .text:0x00003F10; // type:function size:0xC
|
||||
initializeState_CloseEye__17dAcNusiTentakle_cFv = .text:0x00003F20; // type:function size:0x5C
|
||||
executeState_CloseEye__17dAcNusiTentakle_cFv = .text:0x00003F80; // type:function size:0x14C
|
||||
finalizeState_CloseEye__17dAcNusiTentakle_cFv = .text:0x000040D0; // type:function size:0x4
|
||||
initializeState_LastDamage__17dAcNusiTentakle_cFv = .text:0x000040E0; // type:function size:0xA8
|
||||
executeState_LastDamage__17dAcNusiTentakle_cFv = .text:0x00004190; // type:function size:0x178
|
||||
finalizeState_LastDamage__17dAcNusiTentakle_cFv = .text:0x00004310; // type:function size:0xC
|
||||
initializeState_Anger__17dAcNusiTentakle_cFv = .text:0x00004320; // type:function size:0x54
|
||||
executeState_Anger__17dAcNusiTentakle_cFv = .text:0x00004380; // type:function size:0x21C
|
||||
finalizeState_Anger__17dAcNusiTentakle_cFv = .text:0x000045A0; // type:function size:0x4
|
||||
initializeState_Down__17dAcNusiTentakle_cFv = .text:0x000045B0; // type:function size:0x108
|
||||
executeState_Down__17dAcNusiTentakle_cFv = .text:0x000046C0; // type:function size:0x22C
|
||||
finalizeState_Down__17dAcNusiTentakle_cFv = .text:0x000048F0; // type:function size:0x34
|
||||
initializeState_DownDamage__17dAcNusiTentakle_cFv = .text:0x00004930; // type:function size:0x88
|
||||
executeState_DownDamage__17dAcNusiTentakle_cFv = .text:0x000049C0; // type:function size:0x168
|
||||
finalizeState_DownDamage__17dAcNusiTentakle_cFv = .text:0x00004B30; // type:function size:0x10
|
||||
initializeState_Recover__17dAcNusiTentakle_cFv = .text:0x00004B40; // type:function size:0x9C
|
||||
fn_237_4BE0 = .text:0x00004BE0; // type:function size:0x14C
|
||||
fn_237_4D30 = .text:0x00004D30; // type:function size:0x378
|
||||
fn_237_50B0 = .text:0x000050B0; // type:function size:0xC
|
||||
fn_237_50C0 = .text:0x000050C0; // type:function size:0x74
|
||||
fn_237_5140 = .text:0x00005140; // type:function size:0xFD4
|
||||
fn_237_6120 = .text:0x00006120; // type:function size:0x4
|
||||
executeState_Recover__17dAcNusiTentakle_cFv = .text:0x00004D30; // type:function size:0x378
|
||||
finalizeState_Recover__17dAcNusiTentakle_cFv = .text:0x000050B0; // type:function size:0xC
|
||||
initializeState_Death__17dAcNusiTentakle_cFv = .text:0x000050C0; // type:function size:0x74
|
||||
executeState_Death__17dAcNusiTentakle_cFv = .text:0x00005140; // type:function size:0xFD4
|
||||
finalizeState_Death__17dAcNusiTentakle_cFv = .text:0x00006120; // type:function size:0x4
|
||||
fn_237_6130 = .text:0x00006130; // type:function size:0x60
|
||||
fn_237_6190 = .text:0x00006190; // type:function size:0x274
|
||||
fn_237_6410 = .text:0x00006410; // type:function size:0x1A0
|
||||
@@ -104,7 +104,7 @@ fn_237_7880 = .text:0x00007880; // type:function size:0x8
|
||||
fn_237_7890 = .text:0x00007890; // type:function size:0x4
|
||||
fn_237_78A0 = .text:0x000078A0; // type:function size:0x4
|
||||
fn_237_78B0 = .text:0x000078B0; // type:function size:0x8
|
||||
fn_237_78C0 = .text:0x000078C0; // type:function size:0x270
|
||||
__dt__17dAcNusiTentakle_cFv = .text:0x000078C0; // type:function size:0x270
|
||||
fn_237_7B30 = .text:0x00007B30; // type:function size:0x50
|
||||
fn_237_7B80 = .text:0x00007B80; // type:function size:0xD4
|
||||
fn_237_7C60 = .text:0x00007C60; // type:function size:0x28
|
||||
@@ -116,23 +116,23 @@ fn_237_7CF0 = .text:0x00007CF0; // type:function size:0x4
|
||||
fn_237_7D00 = .text:0x00007D00; // type:function size:0x4
|
||||
fn_237_7D10 = .text:0x00007D10; // type:function size:0x4
|
||||
fn_237_7D20 = .text:0x00007D20; // type:function size:0x4
|
||||
fn_237_7D30 = .text:0x00007D30; // type:function size:0x60
|
||||
fn_237_7D90 = .text:0x00007D90; // type:function size:0xC
|
||||
fn_237_7DA0 = .text:0x00007DA0; // type:function size:0x1C
|
||||
fn_237_7DC0 = .text:0x00007DC0; // type:function size:0x1C
|
||||
fn_237_7DE0 = .text:0x00007DE0; // type:function size:0x1C
|
||||
fn_237_7E00 = .text:0x00007E00; // type:function size:0x10
|
||||
fn_237_7E10 = .text:0x00007E10; // type:function size:0x10
|
||||
fn_237_7E20 = .text:0x00007E20; // type:function size:0x10
|
||||
fn_237_7E30 = .text:0x00007E30; // type:function size:0x10
|
||||
fn_237_7E40 = .text:0x00007E40; // type:function size:0x10
|
||||
fn_237_7E50 = .text:0x00007E50; // type:function size:0x10
|
||||
fn_237_7E60 = .text:0x00007E60; // type:function size:0x30
|
||||
fn_237_7E90 = .text:0x00007E90; // type:function size:0x30
|
||||
fn_237_7EC0 = .text:0x00007EC0; // type:function size:0x30
|
||||
fn_237_7EF0 = .text:0x00007EF0; // type:function size:0xB4C
|
||||
fn_237_8A40 = .text:0x00008A40; // type:function size:0x58
|
||||
fn_237_8AA0 = .text:0x00008AA0; // type:function size:0x88
|
||||
build__33sFStateFct_c<17dAcNusiTentakle_c>FRC12sStateIDIf_c = .text:0x00007D30; // type:function size:0x60
|
||||
dispose__33sFStateFct_c<17dAcNusiTentakle_c>FRP10sStateIf_c = .text:0x00007D90; // type:function size:0xC
|
||||
initialize__30sFState_c<17dAcNusiTentakle_c>Fv = .text:0x00007DA0; // type:function size:0x1C
|
||||
execute__30sFState_c<17dAcNusiTentakle_c>Fv = .text:0x00007DC0; // type:function size:0x1C
|
||||
finalize__30sFState_c<17dAcNusiTentakle_c>Fv = .text:0x00007DE0; // type:function size:0x1C
|
||||
initializeState__86sStateMgr_c<17dAcNusiTentakle_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00007E00; // type:function size:0x10
|
||||
finalizeState__86sStateMgr_c<17dAcNusiTentakle_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00007E10; // type:function size:0x10
|
||||
refreshState__86sStateMgr_c<17dAcNusiTentakle_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00007E20; // type:function size:0x10
|
||||
getState__86sStateMgr_c<17dAcNusiTentakle_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00007E30; // type:function size:0x10
|
||||
getNewStateID__86sStateMgr_c<17dAcNusiTentakle_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00007E40; // type:function size:0x10
|
||||
getOldStateID__86sStateMgr_c<17dAcNusiTentakle_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00007E50; // type:function size:0x10
|
||||
finalizeState__32sFStateID_c<17dAcNusiTentakle_c>CFR17dAcNusiTentakle_c = .text:0x00007E60; // type:function size:0x30
|
||||
executeState__32sFStateID_c<17dAcNusiTentakle_c>CFR17dAcNusiTentakle_c = .text:0x00007E90; // type:function size:0x30
|
||||
initializeState__32sFStateID_c<17dAcNusiTentakle_c>CFR17dAcNusiTentakle_c = .text:0x00007EC0; // type:function size:0x30
|
||||
__sinit_\d_a_b_nusi_tentakle_cpp = .text:0x00007EF0; // type:function size:0xB4C scope:local
|
||||
__dt__32sFStateID_c<17dAcNusiTentakle_c>Fv = .text:0x00008A40; // type:function size:0x58
|
||||
isSameName__32sFStateID_c<17dAcNusiTentakle_c>CFPCc = .text:0x00008AA0; // type:function size:0x88
|
||||
fn_237_8B30 = .text:0x00008B30; // type:function size:0x8
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
_dtors = .dtors:0x00000000; // type:label scope:global
|
||||
@@ -150,7 +150,7 @@ lbl_237_rodata_E4 = .rodata:0x000000E4; // type:object size:0x4 data:float
|
||||
lbl_237_rodata_E8 = .rodata:0x000000E8; // type:object size:0x4 data:float
|
||||
lbl_237_rodata_EC = .rodata:0x000000EC; // type:object size:0xC data:float
|
||||
lbl_237_rodata_F8 = .rodata:0x000000F8; // type:object size:0x80 data:float
|
||||
lbl_237_data_0 = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
g_profile_B_NUSI_TENTAKLE = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
lbl_237_data_10 = .data:0x00000010; // type:object size:0x40
|
||||
lbl_237_data_50 = .data:0x00000050; // type:object size:0x2C
|
||||
lbl_237_data_7C = .data:0x0000007C; // type:object size:0xC data:string
|
||||
|
||||
@@ -4,14 +4,14 @@ _unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
fn_117_F0 = .text:0x000000F0; // type:function size:0x40
|
||||
AcBvd__ctor = .text:0x00000130; // type:function size:0x324
|
||||
dAcBvd_c_classInit__Fv = .text:0x00000130; // type:function size:0x324
|
||||
fn_117_460 = .text:0x00000460; // type:function size:0x58
|
||||
fn_117_4C0 = .text:0x000004C0; // type:function size:0x58
|
||||
fn_117_520 = .text:0x00000520; // type:function size:0x40
|
||||
fn_117_560 = .text:0x00000560; // type:function size:0x58
|
||||
fn_117_5C0 = .text:0x000005C0; // type:function size:0x6C
|
||||
fn_117_630 = .text:0x00000630; // type:function size:0xA0
|
||||
fn_117_6D0 = .text:0x000006D0; // type:function size:0xA4
|
||||
__dt__20sFState_c<8dAcBvd_c>Fv = .text:0x00000560; // type:function size:0x58
|
||||
__dt__23sFStateFct_c<8dAcBvd_c>Fv = .text:0x000005C0; // type:function size:0x6C
|
||||
__dt__76sStateMgr_c<8dAcBvd_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000630; // type:function size:0xA0
|
||||
__dt__46sFStateMgr_c<8dAcBvd_c,20sStateMethodUsr_FI_c>Fv = .text:0x000006D0; // type:function size:0xA4
|
||||
fn_117_780 = .text:0x00000780; // type:function size:0x4
|
||||
fn_117_790 = .text:0x00000790; // type:function size:0x58
|
||||
fn_117_7F0 = .text:0x000007F0; // type:function size:0x90
|
||||
@@ -22,48 +22,48 @@ fn_117_9D0 = .text:0x000009D0; // type:function size:0x90
|
||||
fn_117_A60 = .text:0x00000A60; // type:function size:0xE8
|
||||
AcBvd__initModels = .text:0x00000B50; // type:function size:0x590
|
||||
AcBvd__init = .text:0x000010E0; // type:function size:0x670
|
||||
fn_117_1750 = .text:0x00001750; // type:function size:0x10
|
||||
changeState__76sStateMgr_c<8dAcBvd_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x00001750; // type:function size:0x10
|
||||
fn_117_1760 = .text:0x00001760; // type:function size:0x34
|
||||
AcBvd__update = .text:0x000017A0; // type:function size:0x11F8
|
||||
fn_117_29A0 = .text:0x000029A0; // type:function size:0x10
|
||||
fn_117_29B0 = .text:0x000029B0; // type:function size:0x10
|
||||
executeState__76sStateMgr_c<8dAcBvd_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000029A0; // type:function size:0x10
|
||||
getStateID__76sStateMgr_c<8dAcBvd_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000029B0; // type:function size:0x10
|
||||
fn_117_29C0 = .text:0x000029C0; // type:function size:0x4C
|
||||
AcBvd__decr<u16> = .text:0x00002A10; // type:function size:0x1C
|
||||
AcBvd__draw = .text:0x00002A30; // type:function size:0xF8
|
||||
AcBvd__stateOpeningEnter = .text:0x00002B30; // type:function size:0x100
|
||||
AcBvd__stateOpeningUpdate = .text:0x00002C30; // type:function size:0x9C8
|
||||
AcBvd__stateOpeningLeave = .text:0x00003600; // type:function size:0x4
|
||||
AcBvd__stateWaitEnter = .text:0x00003610; // type:function size:0xD4
|
||||
AcBvd__stateWaitUpdate = .text:0x000036F0; // type:function size:0x248
|
||||
AcBvd__stateWaitLeave = .text:0x00003940; // type:function size:0x4
|
||||
AcBvd__stateWaitPlayerEnter = .text:0x00003950; // type:function size:0xCC
|
||||
AcBvd__stateWaitPlayerUpdate = .text:0x00003A20; // type:function size:0xA0
|
||||
AcBvd__stateWaitPlayerLeave = .text:0x00003AC0; // type:function size:0x4
|
||||
AcBvd__stateRunEnter = .text:0x00003AD0; // type:function size:0xDC
|
||||
AcBvd__stateRunUpdate = .text:0x00003BB0; // type:function size:0x31C
|
||||
initializeState_Opening__8dAcBvd_cFv = .text:0x00002B30; // type:function size:0x100
|
||||
executeState_Opening__8dAcBvd_cFv = .text:0x00002C30; // type:function size:0x9C8
|
||||
finalizeState_Opening__8dAcBvd_cFv = .text:0x00003600; // type:function size:0x4
|
||||
initializeState_Wait__8dAcBvd_cFv = .text:0x00003610; // type:function size:0xD4
|
||||
executeState_Wait__8dAcBvd_cFv = .text:0x000036F0; // type:function size:0x248
|
||||
finalizeState_Wait__8dAcBvd_cFv = .text:0x00003940; // type:function size:0x4
|
||||
initializeState_WaitPlayer__8dAcBvd_cFv = .text:0x00003950; // type:function size:0xCC
|
||||
executeState_WaitPlayer__8dAcBvd_cFv = .text:0x00003A20; // type:function size:0xA0
|
||||
finalizeState_WaitPlayer__8dAcBvd_cFv = .text:0x00003AC0; // type:function size:0x4
|
||||
initializeState_Run__8dAcBvd_cFv = .text:0x00003AD0; // type:function size:0xDC
|
||||
executeState_Run__8dAcBvd_cFv = .text:0x00003BB0; // type:function size:0x31C
|
||||
fn_117_3ED0 = .text:0x00003ED0; // type:function size:0x4C
|
||||
AcBvd__stateRunLeave = .text:0x00003F20; // type:function size:0x4
|
||||
AcBvd__stateFireAttackEnter = .text:0x00003F30; // type:function size:0x6C
|
||||
AcBvd__stateFireAttackUpdate = .text:0x00003FA0; // type:function size:0x18C
|
||||
AcBvd__stateFireAttackLeave = .text:0x00004130; // type:function size:0x4
|
||||
AcBvd__stateEatEnter = .text:0x00004140; // type:function size:0xC0
|
||||
AcBvd__stateEatUpdate = .text:0x00004200; // type:function size:0x3D8
|
||||
AcBvd__stateEatLeave = .text:0x000045E0; // type:function size:0x4
|
||||
AcBvd__stateDamageEnter = .text:0x000045F0; // type:function size:0x1E0
|
||||
AcBvd__stateDamageUpdate = .text:0x000047D0; // type:function size:0x284
|
||||
AcBvd__stateDamageLeave = .text:0x00004A60; // type:function size:0x4
|
||||
AcBvd__stateBombDamageEnter = .text:0x00004A70; // type:function size:0x140
|
||||
AcBvd__stateBombDamageUpdate = .text:0x00004BB0; // type:function size:0x2F4
|
||||
AcBvd__stateBombDamageLeave = .text:0x00004EB0; // type:function size:0x4
|
||||
AcBvd__stateBodyReverseEnter = .text:0x00004EC0; // type:function size:0x6C
|
||||
AcBvd__stateBodyReverseUpdate = .text:0x00004F30; // type:function size:0xC0
|
||||
AcBvd__stateBodyReverseLeave = .text:0x00004FF0; // type:function size:0x4
|
||||
AcBvd__stateInitMoveEnter = .text:0x00005000; // type:function size:0x190
|
||||
AcBvd__stateInitMoveUpdate = .text:0x00005190; // type:function size:0x464
|
||||
AcBvd__stateInitMoveLeave = .text:0x00005600; // type:function size:0x4
|
||||
AcBvd__stateDeadEnter = .text:0x00005610; // type:function size:0xB4
|
||||
AcBvd__stateDeadUpdate = .text:0x000056D0; // type:function size:0x7B8
|
||||
AcBvd__stateDeadLeave = .text:0x00005E90; // type:function size:0x4
|
||||
finalizeState_Run__8dAcBvd_cFv = .text:0x00003F20; // type:function size:0x4
|
||||
initializeState_FireAttack__8dAcBvd_cFv = .text:0x00003F30; // type:function size:0x6C
|
||||
executeState_FireAttack__8dAcBvd_cFv = .text:0x00003FA0; // type:function size:0x18C
|
||||
finalizeState_FireAttack__8dAcBvd_cFv = .text:0x00004130; // type:function size:0x4
|
||||
initializeState_Eat__8dAcBvd_cFv = .text:0x00004140; // type:function size:0xC0
|
||||
executeState_Eat__8dAcBvd_cFv = .text:0x00004200; // type:function size:0x3D8
|
||||
finalizeState_Eat__8dAcBvd_cFv = .text:0x000045E0; // type:function size:0x4
|
||||
initializeState_Damage__8dAcBvd_cFv = .text:0x000045F0; // type:function size:0x1E0
|
||||
executeState_Damage__8dAcBvd_cFv = .text:0x000047D0; // type:function size:0x284
|
||||
finalizeState_Damage__8dAcBvd_cFv = .text:0x00004A60; // type:function size:0x4
|
||||
initializeState_BombDamage__8dAcBvd_cFv = .text:0x00004A70; // type:function size:0x140
|
||||
executeState_BombDamage__8dAcBvd_cFv = .text:0x00004BB0; // type:function size:0x2F4
|
||||
finalizeState_BombDamage__8dAcBvd_cFv = .text:0x00004EB0; // type:function size:0x4
|
||||
initializeState_BodyReverse__8dAcBvd_cFv = .text:0x00004EC0; // type:function size:0x6C
|
||||
executeState_BodyReverse__8dAcBvd_cFv = .text:0x00004F30; // type:function size:0xC0
|
||||
finalizeState_BodyReverse__8dAcBvd_cFv = .text:0x00004FF0; // type:function size:0x4
|
||||
initializeState_InitMove__8dAcBvd_cFv = .text:0x00005000; // type:function size:0x190
|
||||
executeState_InitMove__8dAcBvd_cFv = .text:0x00005190; // type:function size:0x464
|
||||
finalizeState_InitMove__8dAcBvd_cFv = .text:0x00005600; // type:function size:0x4
|
||||
initializeState_Dead__8dAcBvd_cFv = .text:0x00005610; // type:function size:0xB4
|
||||
executeState_Dead__8dAcBvd_cFv = .text:0x000056D0; // type:function size:0x7B8
|
||||
finalizeState_Dead__8dAcBvd_cFv = .text:0x00005E90; // type:function size:0x4
|
||||
fn_117_5EA0 = .text:0x00005EA0; // type:function size:0xC0
|
||||
fn_117_5F60 = .text:0x00005F60; // type:function size:0x254
|
||||
fn_117_61C0 = .text:0x000061C0; // type:function size:0x15C
|
||||
@@ -89,29 +89,29 @@ fn_117_7880 = .text:0x00007880; // type:function size:0x8
|
||||
fn_117_7890 = .text:0x00007890; // type:function size:0x4
|
||||
fn_117_78A0 = .text:0x000078A0; // type:function size:0x4
|
||||
fn_117_78B0 = .text:0x000078B0; // type:function size:0x8
|
||||
fn_117_78C0 = .text:0x000078C0; // type:function size:0x234
|
||||
__dt__8dAcBvd_cFv = .text:0x000078C0; // type:function size:0x234
|
||||
fn_117_7B00 = .text:0x00007B00; // type:function size:0x4
|
||||
fn_117_7B10 = .text:0x00007B10; // type:function size:0x4
|
||||
fn_117_7B20 = .text:0x00007B20; // type:function size:0x4
|
||||
fn_117_7B30 = .text:0x00007B30; // type:function size:0x4
|
||||
fn_117_7B40 = .text:0x00007B40; // type:function size:0x4
|
||||
fn_117_7B50 = .text:0x00007B50; // type:function size:0x60
|
||||
fn_117_7BB0 = .text:0x00007BB0; // type:function size:0xC
|
||||
fn_117_7BC0 = .text:0x00007BC0; // type:function size:0x1C
|
||||
fn_117_7BE0 = .text:0x00007BE0; // type:function size:0x1C
|
||||
fn_117_7C00 = .text:0x00007C00; // type:function size:0x1C
|
||||
fn_117_7C20 = .text:0x00007C20; // type:function size:0x10
|
||||
fn_117_7C30 = .text:0x00007C30; // type:function size:0x10
|
||||
fn_117_7C40 = .text:0x00007C40; // type:function size:0x10
|
||||
fn_117_7C50 = .text:0x00007C50; // type:function size:0x10
|
||||
fn_117_7C60 = .text:0x00007C60; // type:function size:0x10
|
||||
fn_117_7C70 = .text:0x00007C70; // type:function size:0x10
|
||||
fn_117_7C80 = .text:0x00007C80; // type:function size:0x30
|
||||
fn_117_7CB0 = .text:0x00007CB0; // type:function size:0x30
|
||||
fn_117_7CE0 = .text:0x00007CE0; // type:function size:0x30
|
||||
fn_117_7D10 = .text:0x00007D10; // type:function size:0x908
|
||||
fn_117_8620 = .text:0x00008620; // type:function size:0x58
|
||||
fn_117_8680 = .text:0x00008680; // type:function size:0x88
|
||||
build__23sFStateFct_c<8dAcBvd_c>FRC12sStateIDIf_c = .text:0x00007B50; // type:function size:0x60
|
||||
dispose__23sFStateFct_c<8dAcBvd_c>FRP10sStateIf_c = .text:0x00007BB0; // type:function size:0xC
|
||||
initialize__20sFState_c<8dAcBvd_c>Fv = .text:0x00007BC0; // type:function size:0x1C
|
||||
execute__20sFState_c<8dAcBvd_c>Fv = .text:0x00007BE0; // type:function size:0x1C
|
||||
finalize__20sFState_c<8dAcBvd_c>Fv = .text:0x00007C00; // type:function size:0x1C
|
||||
initializeState__76sStateMgr_c<8dAcBvd_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00007C20; // type:function size:0x10
|
||||
finalizeState__76sStateMgr_c<8dAcBvd_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00007C30; // type:function size:0x10
|
||||
refreshState__76sStateMgr_c<8dAcBvd_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00007C40; // type:function size:0x10
|
||||
getState__76sStateMgr_c<8dAcBvd_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00007C50; // type:function size:0x10
|
||||
getNewStateID__76sStateMgr_c<8dAcBvd_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00007C60; // type:function size:0x10
|
||||
getOldStateID__76sStateMgr_c<8dAcBvd_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00007C70; // type:function size:0x10
|
||||
finalizeState__22sFStateID_c<8dAcBvd_c>CFR8dAcBvd_c = .text:0x00007C80; // type:function size:0x30
|
||||
executeState__22sFStateID_c<8dAcBvd_c>CFR8dAcBvd_c = .text:0x00007CB0; // type:function size:0x30
|
||||
initializeState__22sFStateID_c<8dAcBvd_c>CFR8dAcBvd_c = .text:0x00007CE0; // type:function size:0x30
|
||||
__sinit_\d_a_b_vd_cpp = .text:0x00007D10; // type:function size:0x908 scope:local
|
||||
__dt__22sFStateID_c<8dAcBvd_c>Fv = .text:0x00008620; // type:function size:0x58
|
||||
isSameName__22sFStateID_c<8dAcBvd_c>CFPCc = .text:0x00008680; // type:function size:0x88
|
||||
fn_117_8710 = .text:0x00008710; // type:function size:0x8
|
||||
fn_117_8720 = .text:0x00008720; // type:function size:0x8
|
||||
fn_117_8730 = .text:0x00008730; // type:function size:0x8
|
||||
@@ -138,7 +138,7 @@ lbl_117_rodata_234 = .rodata:0x00000234; // type:object size:0x4 data:float
|
||||
lbl_117_rodata_238 = .rodata:0x00000238; // type:object size:0x4 data:float
|
||||
lbl_117_rodata_240 = .rodata:0x00000240; // type:object size:0x8 data:double
|
||||
lbl_117_data_0 = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
lbl_117_data_10 = .data:0x00000010; // type:object size:0x10
|
||||
g_profile_B_VD = .data:0x00000010; // type:object size:0x10
|
||||
lbl_117_data_20 = .data:0x00000020; // type:object size:0xC
|
||||
lbl_117_data_2C = .data:0x0000002C; // type:object size:0xC
|
||||
lbl_117_data_38 = .data:0x00000038; // type:object size:0xC
|
||||
|
||||
@@ -4,7 +4,7 @@ _unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
fn_129_F0 = .text:0x000000F0; // type:function size:0x40
|
||||
AcBird__ctor = .text:0x00000130; // type:function size:0x1D8
|
||||
dBird_c_classInit__Fv = .text:0x00000130; // type:function size:0x1D8
|
||||
fn_129_310 = .text:0x00000310; // type:function size:0xE0
|
||||
fn_129_3F0 = .text:0x000003F0; // type:function size:0x5C
|
||||
fn_129_450 = .text:0x00000450; // type:function size:0x60
|
||||
@@ -20,44 +20,44 @@ fn_129_760 = .text:0x00000760; // type:function size:0x58
|
||||
fn_129_7C0 = .text:0x000007C0; // type:function size:0x90
|
||||
fn_129_850 = .text:0x00000850; // type:function size:0x90
|
||||
AcBird__initStateMgr = .text:0x000008E0; // type:function size:0x90
|
||||
fn_129_970 = .text:0x00000970; // type:function size:0x58
|
||||
fn_129_9D0 = .text:0x000009D0; // type:function size:0x6C
|
||||
fn_129_A40 = .text:0x00000A40; // type:function size:0xA0
|
||||
fn_129_AE0 = .text:0x00000AE0; // type:function size:0xA4
|
||||
__dt__19sFState_c<7dBird_c>Fv = .text:0x00000970; // type:function size:0x58
|
||||
__dt__22sFStateFct_c<7dBird_c>Fv = .text:0x000009D0; // type:function size:0x6C
|
||||
__dt__75sStateMgr_c<7dBird_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000A40; // type:function size:0xA0
|
||||
__dt__45sFStateMgr_c<7dBird_c,20sStateMethodUsr_FI_c>Fv = .text:0x00000AE0; // type:function size:0xA4
|
||||
AcBird__isSkyLayer1 = .text:0x00000B90; // type:function size:0x5C
|
||||
fn_129_BF0 = .text:0x00000BF0; // type:function size:0x258
|
||||
fn_129_E50 = .text:0x00000E50; // type:function size:0x10
|
||||
AcBird__stateMiniGameWaitEnter = .text:0x00000E60; // type:function size:0x84
|
||||
AcBird__stateMiniGameWaitUpdate = .text:0x00000EF0; // type:function size:0x24
|
||||
fn_129_F20 = .text:0x00000F20; // type:function size:0x4
|
||||
AcBird__stateMiniGameDemoEnter = .text:0x00000F30; // type:function size:0x68
|
||||
AcBird__stateMiniGameDemoUpdate = .text:0x00000FA0; // type:function size:0x4
|
||||
AcBird__stateMiniGameDemoLeave = .text:0x00000FB0; // type:function size:0x4
|
||||
AcBird__stateMiniGameEndEnter = .text:0x00000FC0; // type:function size:0x24
|
||||
AcBird__stateMiniGameEndUpdate = .text:0x00000FF0; // type:function size:0x4
|
||||
AcBird__stateMiniGameEndLeave = .text:0x00001000; // type:function size:0x4
|
||||
AcBird__stateMiniGameLevelUpDemoEnter = .text:0x00001010; // type:function size:0x60
|
||||
AcBird__stateMiniGameLevelUpDemoUpdate = .text:0x00001070; // type:function size:0x20
|
||||
fn_129_1090 = .text:0x00001090; // type:function size:0x4
|
||||
changeState__75sStateMgr_c<7dBird_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x00000E50; // type:function size:0x10
|
||||
initializeState_MiniGameWait__7dBird_cFv = .text:0x00000E60; // type:function size:0x84
|
||||
executeState_MiniGameWait__7dBird_cFv = .text:0x00000EF0; // type:function size:0x24
|
||||
finalizeState_MiniGameWait__7dBird_cFv = .text:0x00000F20; // type:function size:0x4
|
||||
initializeState_MiniGameMove__7dBird_cFv = .text:0x00000F30; // type:function size:0x68
|
||||
executeState_MiniGameMove__7dBird_cFv = .text:0x00000FA0; // type:function size:0x4
|
||||
finalizeState_MiniGameMove__7dBird_cFv = .text:0x00000FB0; // type:function size:0x4
|
||||
initializeState_MiniGameEnd__7dBird_cFv = .text:0x00000FC0; // type:function size:0x24
|
||||
executeState_MiniGameEnd__7dBird_cFv = .text:0x00000FF0; // type:function size:0x4
|
||||
finalizeState_MiniGameEnd__7dBird_cFv = .text:0x00001000; // type:function size:0x4
|
||||
initializeState_MiniGameLevelUpDemo__7dBird_cFv = .text:0x00001010; // type:function size:0x60
|
||||
executeState_MiniGameLevelUpDemo__7dBird_cFv = .text:0x00001070; // type:function size:0x20
|
||||
finalizeState_MiniGameLevelUpDemo__7dBird_cFv = .text:0x00001090; // type:function size:0x4
|
||||
AcBird__goIntoMinigameMode = .text:0x000010A0; // type:function size:0x18
|
||||
fn_129_10C0 = .text:0x000010C0; // type:function size:0x18
|
||||
AcBird__isSkyLayerLess3 = .text:0x000010E0; // type:function size:0x5C
|
||||
fn_129_1140 = .text:0x00001140; // type:function size:0x70
|
||||
AcBird__stateRideDemoEnter = .text:0x000011B0; // type:function size:0x348
|
||||
AcBird__stateRideDemoUpdate = .text:0x00001500; // type:function size:0x8D8
|
||||
fn_129_1DE0 = .text:0x00001DE0; // type:function size:0x4
|
||||
AcBird__stateFirstRideDemoEnter = .text:0x00001DF0; // type:function size:0x218
|
||||
AcBird__stateFirstRideDemoUpdate = .text:0x00002010; // type:function size:0xC20
|
||||
fn_129_2C30 = .text:0x00002C30; // type:function size:0x4
|
||||
AcBird__stateTornadoEnter = .text:0x00002C40; // type:function size:0x68
|
||||
AcBird__stateTornadoUpdate = .text:0x00002CB0; // type:function size:0x4CC
|
||||
fn_129_3180 = .text:0x00003180; // type:function size:0x4
|
||||
AcBird__stateSaveStartDemoEnter = .text:0x00003190; // type:function size:0x98
|
||||
AcBird__stateSaveStartDemoUpdate = .text:0x00003230; // type:function size:0x3A8
|
||||
fn_129_35E0 = .text:0x000035E0; // type:function size:0x4
|
||||
AcBird__stateOutAreaDemoEnter = .text:0x000035F0; // type:function size:0x3C
|
||||
AcBird__stateOutAreaDemoUpdate = .text:0x00003630; // type:function size:0x57C
|
||||
fn_129_3BB0 = .text:0x00003BB0; // type:function size:0x4
|
||||
initializeState_RideDemo__7dBird_cFv = .text:0x000011B0; // type:function size:0x348
|
||||
executeState_RideDemo__7dBird_cFv = .text:0x00001500; // type:function size:0x8D8
|
||||
finalizeState_RideDemo__7dBird_cFv = .text:0x00001DE0; // type:function size:0x4
|
||||
initializeState_FirstRideDemo__7dBird_cFv = .text:0x00001DF0; // type:function size:0x218
|
||||
executeState_FirstRideDemo__7dBird_cFv = .text:0x00002010; // type:function size:0xC20
|
||||
finalizeState_FirstRideDemo__7dBird_cFv = .text:0x00002C30; // type:function size:0x4
|
||||
initializeState_Tornado__7dBird_cFv = .text:0x00002C40; // type:function size:0x68
|
||||
executeState_Tornado__7dBird_cFv = .text:0x00002CB0; // type:function size:0x4CC
|
||||
finalizeState_Tornado__7dBird_cFv = .text:0x00003180; // type:function size:0x4
|
||||
initializeState_SaveStartDemo__7dBird_cFv = .text:0x00003190; // type:function size:0x98
|
||||
executeState_SaveStartDemo__7dBird_cFv = .text:0x00003230; // type:function size:0x3A8
|
||||
finalizeState_SaveStartDemo__7dBird_cFv = .text:0x000035E0; // type:function size:0x4
|
||||
initializeState_OutAreaDemo__7dBird_cFv = .text:0x000035F0; // type:function size:0x3C
|
||||
executeState_OutAreaDemo__7dBird_cFv = .text:0x00003630; // type:function size:0x57C
|
||||
finalizeState_OutAreaDemo__7dBird_cFv = .text:0x00003BB0; // type:function size:0x4
|
||||
fn_129_3BC0 = .text:0x00003BC0; // type:function size:0x280
|
||||
fn_129_3E40 = .text:0x00003E40; // type:function size:0x5AC
|
||||
fn_129_43F0 = .text:0x000043F0; // type:function size:0xC8
|
||||
@@ -66,7 +66,7 @@ fn_129_5140 = .text:0x00005140; // type:function size:0x144
|
||||
fn_129_5290 = .text:0x00005290; // type:function size:0xB8
|
||||
fn_129_5350 = .text:0x00005350; // type:function size:0x8A0
|
||||
fn_129_5BF0 = .text:0x00005BF0; // type:function size:0x474
|
||||
fn_129_6070 = .text:0x00006070; // type:function size:0x10
|
||||
getStateID__75sStateMgr_c<7dBird_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00006070; // type:function size:0x10
|
||||
fn_129_6080 = .text:0x00006080; // type:function size:0x160
|
||||
fn_129_61E0 = .text:0x000061E0; // type:function size:0x254
|
||||
fn_129_6440 = .text:0x00006440; // type:function size:0x274
|
||||
@@ -106,33 +106,33 @@ AcBird__initModels = .text:0x0000A140; // type:function size:0xC8
|
||||
fn_129_A210 = .text:0x0000A210; // type:function size:0x3C
|
||||
AcBird__init = .text:0x0000A250; // type:function size:0x840
|
||||
fn_129_AA90 = .text:0x0000AA90; // type:function size:0x8
|
||||
fn_129_AAA0 = .text:0x0000AAA0; // type:function size:0x2C4
|
||||
__dt__7dBird_cFv = .text:0x0000AAA0; // type:function size:0x2C4
|
||||
fn_129_AD70 = .text:0x0000AD70; // type:function size:0x14
|
||||
fn_129_AD90 = .text:0x0000AD90; // type:function size:0x1C
|
||||
fn_129_ADB0 = .text:0x0000ADB0; // type:function size:0xFC
|
||||
AcBird__updateInEvent = .text:0x0000AEB0; // type:function size:0x30
|
||||
fn_129_AEE0 = .text:0x0000AEE0; // type:function size:0x6DC
|
||||
AcBird__update = .text:0x0000B5C0; // type:function size:0x264
|
||||
fn_129_B830 = .text:0x0000B830; // type:function size:0x10
|
||||
executeState__75sStateMgr_c<7dBird_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x0000B830; // type:function size:0x10
|
||||
AcBird__draw = .text:0x0000B840; // type:function size:0x164
|
||||
fn_129_B9B0 = .text:0x0000B9B0; // type:function size:0x60
|
||||
fn_129_BA10 = .text:0x0000BA10; // type:function size:0x4
|
||||
fn_129_BA20 = .text:0x0000BA20; // type:function size:0x4
|
||||
AcBird__statePreMoveEnter = .text:0x0000BA30; // type:function size:0x60
|
||||
AcBird__statePreMoveUpdate = .text:0x0000BA90; // type:function size:0x4
|
||||
fn_129_BAA0 = .text:0x0000BAA0; // type:function size:0x4
|
||||
AcBird__stateMoveEnter = .text:0x0000BAB0; // type:function size:0xA8
|
||||
AcBird__stateMoveUpdate = .text:0x0000BB60; // type:function size:0x4
|
||||
fn_129_BB70 = .text:0x0000BB70; // type:function size:0x4
|
||||
AcBird__stateHideEnter = .text:0x0000BB80; // type:function size:0x34
|
||||
AcBird__stateHideUpdate = .text:0x0000BBC0; // type:function size:0x5C
|
||||
fn_129_BC20 = .text:0x0000BC20; // type:function size:0x4
|
||||
AcBird__stateRideOffEnter = .text:0x0000BC30; // type:function size:0x94
|
||||
AcBird__stateRideOffUpdate = .text:0x0000BCD0; // type:function size:0x124
|
||||
fn_129_BE00 = .text:0x0000BE00; // type:function size:0x4
|
||||
AcBird__stateOnGroundEnter = .text:0x0000BE10; // type:function size:0x7C
|
||||
AcBird__stateOnGroundUpdate = .text:0x0000BE90; // type:function size:0x12C
|
||||
fn_129_BFC0 = .text:0x0000BFC0; // type:function size:0x4
|
||||
initializeState_Wait__7dBird_cFv = .text:0x0000B9B0; // type:function size:0x60
|
||||
executeState_Wait__7dBird_cFv = .text:0x0000BA10; // type:function size:0x4
|
||||
finalizeState_Wait__7dBird_cFv = .text:0x0000BA20; // type:function size:0x4
|
||||
initializeState_PreMove__7dBird_cFv = .text:0x0000BA30; // type:function size:0x60
|
||||
executeState_PreMove__7dBird_cFv = .text:0x0000BA90; // type:function size:0x4
|
||||
finalizeState_PreMove__7dBird_cFv = .text:0x0000BAA0; // type:function size:0x4
|
||||
initializeState_Move__7dBird_cFv = .text:0x0000BAB0; // type:function size:0xA8
|
||||
executeState_Move__7dBird_cFv = .text:0x0000BB60; // type:function size:0x4
|
||||
finalizeState_Move__7dBird_cFv = .text:0x0000BB70; // type:function size:0x4
|
||||
initializeState_Hide__7dBird_cFv = .text:0x0000BB80; // type:function size:0x34
|
||||
executeState_Hide__7dBird_cFv = .text:0x0000BBC0; // type:function size:0x5C
|
||||
finalizeState_Hide__7dBird_cFv = .text:0x0000BC20; // type:function size:0x4
|
||||
initializeState_RideOff__7dBird_cFv = .text:0x0000BC30; // type:function size:0x94
|
||||
executeState_RideOff__7dBird_cFv = .text:0x0000BCD0; // type:function size:0x124
|
||||
finalizeState_RideOff__7dBird_cFv = .text:0x0000BE00; // type:function size:0x4
|
||||
initializeState_OnGround__7dBird_cFv = .text:0x0000BE10; // type:function size:0x7C
|
||||
executeState_OnGround__7dBird_cFv = .text:0x0000BE90; // type:function size:0x12C
|
||||
finalizeState_OnGround__7dBird_cFv = .text:0x0000BFC0; // type:function size:0x4
|
||||
fn_129_BFD0 = .text:0x0000BFD0; // type:function size:0x3BC
|
||||
fn_129_C390 = .text:0x0000C390; // type:function size:0x40
|
||||
fn_129_C3D0 = .text:0x0000C3D0; // type:function size:0xA8
|
||||
@@ -155,23 +155,23 @@ fn_129_D030 = .text:0x0000D030; // type:function size:0x4
|
||||
fn_129_D040 = .text:0x0000D040; // type:function size:0x28
|
||||
fn_129_D070 = .text:0x0000D070; // type:function size:0x28
|
||||
fn_129_D0A0 = .text:0x0000D0A0; // type:function size:0x8
|
||||
fn_129_D0B0 = .text:0x0000D0B0; // type:function size:0x60
|
||||
fn_129_D110 = .text:0x0000D110; // type:function size:0xC
|
||||
fn_129_D120 = .text:0x0000D120; // type:function size:0x1C
|
||||
fn_129_D140 = .text:0x0000D140; // type:function size:0x1C
|
||||
fn_129_D160 = .text:0x0000D160; // type:function size:0x1C
|
||||
fn_129_D180 = .text:0x0000D180; // type:function size:0x10
|
||||
fn_129_D190 = .text:0x0000D190; // type:function size:0x10
|
||||
fn_129_D1A0 = .text:0x0000D1A0; // type:function size:0x10
|
||||
fn_129_D1B0 = .text:0x0000D1B0; // type:function size:0x10
|
||||
fn_129_D1C0 = .text:0x0000D1C0; // type:function size:0x10
|
||||
fn_129_D1D0 = .text:0x0000D1D0; // type:function size:0x10
|
||||
fn_129_D1E0 = .text:0x0000D1E0; // type:function size:0x30
|
||||
fn_129_D210 = .text:0x0000D210; // type:function size:0x30
|
||||
fn_129_D240 = .text:0x0000D240; // type:function size:0x30
|
||||
fn_129_D270 = .text:0x0000D270; // type:function size:0xB74
|
||||
fn_129_DDF0 = .text:0x0000DDF0; // type:function size:0x58
|
||||
fn_129_DE50 = .text:0x0000DE50; // type:function size:0x88
|
||||
build__22sFStateFct_c<7dBird_c>FRC12sStateIDIf_c = .text:0x0000D0B0; // type:function size:0x60
|
||||
dispose__22sFStateFct_c<7dBird_c>FRP10sStateIf_c = .text:0x0000D110; // type:function size:0xC
|
||||
initialize__19sFState_c<7dBird_c>Fv = .text:0x0000D120; // type:function size:0x1C
|
||||
execute__19sFState_c<7dBird_c>Fv = .text:0x0000D140; // type:function size:0x1C
|
||||
finalize__19sFState_c<7dBird_c>Fv = .text:0x0000D160; // type:function size:0x1C
|
||||
initializeState__75sStateMgr_c<7dBird_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x0000D180; // type:function size:0x10
|
||||
finalizeState__75sStateMgr_c<7dBird_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x0000D190; // type:function size:0x10
|
||||
refreshState__75sStateMgr_c<7dBird_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x0000D1A0; // type:function size:0x10
|
||||
getState__75sStateMgr_c<7dBird_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x0000D1B0; // type:function size:0x10
|
||||
getNewStateID__75sStateMgr_c<7dBird_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x0000D1C0; // type:function size:0x10
|
||||
getOldStateID__75sStateMgr_c<7dBird_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x0000D1D0; // type:function size:0x10
|
||||
finalizeState__21sFStateID_c<7dBird_c>CFR7dBird_c = .text:0x0000D1E0; // type:function size:0x30
|
||||
executeState__21sFStateID_c<7dBird_c>CFR7dBird_c = .text:0x0000D210; // type:function size:0x30
|
||||
initializeState__21sFStateID_c<7dBird_c>CFR7dBird_c = .text:0x0000D240; // type:function size:0x30
|
||||
__sinit_\d_a_bird_cpp = .text:0x0000D270; // type:function size:0xB74 scope:local
|
||||
__dt__21sFStateID_c<7dBird_c>Fv = .text:0x0000DDF0; // type:function size:0x58
|
||||
isSameName__21sFStateID_c<7dBird_c>CFPCc = .text:0x0000DE50; // type:function size:0x88
|
||||
fn_129_DEE0 = .text:0x0000DEE0; // type:function size:0x8
|
||||
fn_129_DEF0 = .text:0x0000DEF0; // type:function size:0x8
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
@@ -195,7 +195,7 @@ lbl_129_rodata_274 = .rodata:0x00000274; // type:object size:0x34 data:float
|
||||
lbl_129_rodata_2A8 = .rodata:0x000002A8; // type:object size:0x28 data:float
|
||||
lbl_129_rodata_2D0 = .rodata:0x000002D0; // type:object size:0xC
|
||||
lbl_129_data_0 = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
lbl_129_data_10 = .data:0x00000010; // type:object size:0x68
|
||||
g_profile_BIRD = .data:0x00000010; // type:object size:0x68
|
||||
lbl_129_data_78 = .data:0x00000078; // type:object size:0x8
|
||||
lbl_129_data_80 = .data:0x00000080; // type:object size:0x10
|
||||
lbl_129_data_90 = .data:0x00000090; // type:object size:0x18
|
||||
|
||||
@@ -3,15 +3,15 @@ _epilog = .text:0x00000030; // type:function size:0x2C scope:global
|
||||
_unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
Bird_KobunA__ctor = .text:0x000000F0; // type:function size:0x70
|
||||
fn_132_160 = .text:0x00000160; // type:function size:0x10C
|
||||
dBird_KobunA_c_classInit__Fv = .text:0x000000F0; // type:function size:0x70
|
||||
__ct__14dBird_KobunA_cFv = .text:0x00000160; // type:function size:0x10C
|
||||
fn_132_270 = .text:0x00000270; // type:function size:0x58
|
||||
fn_132_2D0 = .text:0x000002D0; // type:function size:0x3C
|
||||
fn_132_310 = .text:0x00000310; // type:function size:0x90
|
||||
fn_132_3A0 = .text:0x000003A0; // type:function size:0x58
|
||||
fn_132_400 = .text:0x00000400; // type:function size:0x6C
|
||||
fn_132_470 = .text:0x00000470; // type:function size:0xA0
|
||||
fn_132_510 = .text:0x00000510; // type:function size:0xA4
|
||||
__dt__27sFState_c<14dBird_KobunA_c>Fv = .text:0x000003A0; // type:function size:0x58
|
||||
__dt__30sFStateFct_c<14dBird_KobunA_c>Fv = .text:0x00000400; // type:function size:0x6C
|
||||
__dt__83sStateMgr_c<14dBird_KobunA_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000470; // type:function size:0xA0
|
||||
__dt__53sFStateMgr_c<14dBird_KobunA_c,20sStateMethodUsr_FI_c>Fv = .text:0x00000510; // type:function size:0xA4
|
||||
fn_132_5C0 = .text:0x000005C0; // type:function size:0x10
|
||||
fn_132_5D0 = .text:0x000005D0; // type:function size:0x58
|
||||
fn_132_630 = .text:0x00000630; // type:function size:0x84
|
||||
@@ -19,28 +19,28 @@ fn_132_6C0 = .text:0x000006C0; // type:function size:0xC0
|
||||
fn_132_780 = .text:0x00000780; // type:function size:0xC
|
||||
fn_132_790 = .text:0x00000790; // type:function size:0x1D4
|
||||
fn_132_970 = .text:0x00000970; // type:function size:0x20
|
||||
fn_132_990 = .text:0x00000990; // type:function size:0x10
|
||||
changeState__83sStateMgr_c<14dBird_KobunA_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x00000990; // type:function size:0x10
|
||||
fn_132_9A0 = .text:0x000009A0; // type:function size:0x188
|
||||
fn_132_B30 = .text:0x00000B30; // type:function size:0x190
|
||||
fn_132_CC0 = .text:0x00000CC0; // type:function size:0x10
|
||||
fn_132_CD0 = .text:0x00000CD0; // type:function size:0x8C
|
||||
fn_132_D60 = .text:0x00000D60; // type:function size:0x4
|
||||
fn_132_D70 = .text:0x00000D70; // type:function size:0x4
|
||||
fn_132_D80 = .text:0x00000D80; // type:function size:0x98
|
||||
fn_132_E20 = .text:0x00000E20; // type:function size:0xC0
|
||||
fn_132_EE0 = .text:0x00000EE0; // type:function size:0x4
|
||||
fn_132_EF0 = .text:0x00000EF0; // type:function size:0x9C
|
||||
fn_132_F90 = .text:0x00000F90; // type:function size:0x280
|
||||
fn_132_1210 = .text:0x00001210; // type:function size:0x14
|
||||
fn_132_1230 = .text:0x00001230; // type:function size:0x50
|
||||
fn_132_1280 = .text:0x00001280; // type:function size:0x34
|
||||
fn_132_12C0 = .text:0x000012C0; // type:function size:0x4
|
||||
fn_132_12D0 = .text:0x000012D0; // type:function size:0x6C
|
||||
fn_132_1340 = .text:0x00001340; // type:function size:0x28
|
||||
fn_132_1370 = .text:0x00001370; // type:function size:0x3C
|
||||
fn_132_13B0 = .text:0x000013B0; // type:function size:0xA0
|
||||
fn_132_1450 = .text:0x00001450; // type:function size:0x3A8
|
||||
fn_132_1800 = .text:0x00001800; // type:function size:0x20
|
||||
executeState__83sStateMgr_c<14dBird_KobunA_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000CC0; // type:function size:0x10
|
||||
initializeState_Wait__14dBird_KobunA_cFv = .text:0x00000CD0; // type:function size:0x8C
|
||||
executeState_Wait__14dBird_KobunA_cFv = .text:0x00000D60; // type:function size:0x4
|
||||
finalizeState_Wait__14dBird_KobunA_cFv = .text:0x00000D70; // type:function size:0x4
|
||||
initializeState_Chase__14dBird_KobunA_cFv = .text:0x00000D80; // type:function size:0x98
|
||||
executeState_Chase__14dBird_KobunA_cFv = .text:0x00000E20; // type:function size:0xC0
|
||||
finalizeState_Chase__14dBird_KobunA_cFv = .text:0x00000EE0; // type:function size:0x4
|
||||
initializeState_FrontAttack__14dBird_KobunA_cFv = .text:0x00000EF0; // type:function size:0x9C
|
||||
executeState_FrontAttack__14dBird_KobunA_cFv = .text:0x00000F90; // type:function size:0x280
|
||||
finalizeState_FrontAttack__14dBird_KobunA_cFv = .text:0x00001210; // type:function size:0x14
|
||||
initializeState_PathMove__14dBird_KobunA_cFv = .text:0x00001230; // type:function size:0x50
|
||||
executeState_PathMove__14dBird_KobunA_cFv = .text:0x00001280; // type:function size:0x34
|
||||
finalizeState_PathMove__14dBird_KobunA_cFv = .text:0x000012C0; // type:function size:0x4
|
||||
initializeState_LevelUpDemo__14dBird_KobunA_cFv = .text:0x000012D0; // type:function size:0x6C
|
||||
executeState_LevelUpDemo__14dBird_KobunA_cFv = .text:0x00001340; // type:function size:0x28
|
||||
finalizeState_LevelUpDemo__14dBird_KobunA_cFv = .text:0x00001370; // type:function size:0x3C
|
||||
initializeState_BodyAttack__14dBird_KobunA_cFv = .text:0x000013B0; // type:function size:0xA0
|
||||
executeState_BodyAttack__14dBird_KobunA_cFv = .text:0x00001450; // type:function size:0x3A8
|
||||
finalizeState_BodyAttack__14dBird_KobunA_cFv = .text:0x00001800; // type:function size:0x20
|
||||
fn_132_1820 = .text:0x00001820; // type:function size:0x18
|
||||
fn_132_1840 = .text:0x00001840; // type:function size:0x18
|
||||
fn_132_1860 = .text:0x00001860; // type:function size:0x34
|
||||
@@ -54,7 +54,7 @@ fn_132_1FC0 = .text:0x00001FC0; // type:function size:0x110
|
||||
fn_132_20D0 = .text:0x000020D0; // type:function size:0xF0
|
||||
fn_132_21C0 = .text:0x000021C0; // type:function size:0x48
|
||||
fn_132_2210 = .text:0x00002210; // type:function size:0x210
|
||||
fn_132_2420 = .text:0x00002420; // type:function size:0x10
|
||||
getStateID__83sStateMgr_c<14dBird_KobunA_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00002420; // type:function size:0x10
|
||||
fn_132_2430 = .text:0x00002430; // type:function size:0x1EC
|
||||
fn_132_2620 = .text:0x00002620; // type:function size:0x8
|
||||
fn_132_2630 = .text:0x00002630; // type:function size:0x2E0
|
||||
@@ -65,24 +65,24 @@ fn_132_2990 = .text:0x00002990; // type:function size:0xC
|
||||
fn_132_29A0 = .text:0x000029A0; // type:function size:0xC
|
||||
fn_132_29B0 = .text:0x000029B0; // type:function size:0xC
|
||||
fn_132_29C0 = .text:0x000029C0; // type:function size:0xC
|
||||
fn_132_29D0 = .text:0x000029D0; // type:function size:0x1A0
|
||||
fn_132_2B70 = .text:0x00002B70; // type:function size:0x60
|
||||
fn_132_2BD0 = .text:0x00002BD0; // type:function size:0xC
|
||||
fn_132_2BE0 = .text:0x00002BE0; // type:function size:0x1C
|
||||
fn_132_2C00 = .text:0x00002C00; // type:function size:0x1C
|
||||
fn_132_2C20 = .text:0x00002C20; // type:function size:0x1C
|
||||
fn_132_2C40 = .text:0x00002C40; // type:function size:0x10
|
||||
fn_132_2C50 = .text:0x00002C50; // type:function size:0x10
|
||||
fn_132_2C60 = .text:0x00002C60; // type:function size:0x10
|
||||
fn_132_2C70 = .text:0x00002C70; // type:function size:0x10
|
||||
fn_132_2C80 = .text:0x00002C80; // type:function size:0x10
|
||||
fn_132_2C90 = .text:0x00002C90; // type:function size:0x10
|
||||
fn_132_2CA0 = .text:0x00002CA0; // type:function size:0x30
|
||||
fn_132_2CD0 = .text:0x00002CD0; // type:function size:0x30
|
||||
fn_132_2D00 = .text:0x00002D00; // type:function size:0x30
|
||||
fn_132_2D30 = .text:0x00002D30; // type:function size:0x4B0
|
||||
fn_132_31E0 = .text:0x000031E0; // type:function size:0x58
|
||||
fn_132_3240 = .text:0x00003240; // type:function size:0x88
|
||||
__dt__14dBird_KobunA_cFv = .text:0x000029D0; // type:function size:0x1A0
|
||||
build__30sFStateFct_c<14dBird_KobunA_c>FRC12sStateIDIf_c = .text:0x00002B70; // type:function size:0x60
|
||||
dispose__30sFStateFct_c<14dBird_KobunA_c>FRP10sStateIf_c = .text:0x00002BD0; // type:function size:0xC
|
||||
initialize__27sFState_c<14dBird_KobunA_c>Fv = .text:0x00002BE0; // type:function size:0x1C
|
||||
execute__27sFState_c<14dBird_KobunA_c>Fv = .text:0x00002C00; // type:function size:0x1C
|
||||
finalize__27sFState_c<14dBird_KobunA_c>Fv = .text:0x00002C20; // type:function size:0x1C
|
||||
initializeState__83sStateMgr_c<14dBird_KobunA_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00002C40; // type:function size:0x10
|
||||
finalizeState__83sStateMgr_c<14dBird_KobunA_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00002C50; // type:function size:0x10
|
||||
refreshState__83sStateMgr_c<14dBird_KobunA_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00002C60; // type:function size:0x10
|
||||
getState__83sStateMgr_c<14dBird_KobunA_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00002C70; // type:function size:0x10
|
||||
getNewStateID__83sStateMgr_c<14dBird_KobunA_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00002C80; // type:function size:0x10
|
||||
getOldStateID__83sStateMgr_c<14dBird_KobunA_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00002C90; // type:function size:0x10
|
||||
finalizeState__29sFStateID_c<14dBird_KobunA_c>CFR14dBird_KobunA_c = .text:0x00002CA0; // type:function size:0x30
|
||||
executeState__29sFStateID_c<14dBird_KobunA_c>CFR14dBird_KobunA_c = .text:0x00002CD0; // type:function size:0x30
|
||||
initializeState__29sFStateID_c<14dBird_KobunA_c>CFR14dBird_KobunA_c = .text:0x00002D00; // type:function size:0x30
|
||||
__sinit_\d_a_bird_kobunA_cpp = .text:0x00002D30; // type:function size:0x4B0 scope:local
|
||||
__dt__29sFStateID_c<14dBird_KobunA_c>Fv = .text:0x000031E0; // type:function size:0x58
|
||||
isSameName__29sFStateID_c<14dBird_KobunA_c>CFPCc = .text:0x00003240; // type:function size:0x88
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
_dtors = .dtors:0x00000000; // type:label scope:global
|
||||
__destroy_global_chain_reference = .dtors:0x00000000; // type:object size:0x4 scope:global
|
||||
@@ -94,7 +94,7 @@ lbl_132_rodata_9C = .rodata:0x0000009C; // type:object size:0x4 data:float
|
||||
lbl_132_rodata_A0 = .rodata:0x000000A0; // type:object size:0x4 data:float
|
||||
lbl_132_rodata_A4 = .rodata:0x000000A4; // type:object size:0x34 data:float
|
||||
lbl_132_rodata_D8 = .rodata:0x000000D8; // type:object size:0x20 data:float
|
||||
lbl_132_data_0 = .data:0x00000000; // type:object size:0x3C data:4byte
|
||||
g_profile_BIRD_KOBUNA = .data:0x00000000; // type:object size:0x3C data:4byte
|
||||
lbl_132_data_3C = .data:0x0000003C; // type:object size:0xC
|
||||
lbl_132_data_48 = .data:0x00000048; // type:object size:0x5C
|
||||
lbl_132_data_A4 = .data:0x000000A4; // type:object size:0x40
|
||||
|
||||
@@ -3,15 +3,15 @@ _epilog = .text:0x00000030; // type:function size:0x2C scope:global
|
||||
_unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
Bird_KobunB__ctor = .text:0x000000F0; // type:function size:0x70
|
||||
fn_133_160 = .text:0x00000160; // type:function size:0x10C
|
||||
dBird_KobunB_c_classInit__Fv = .text:0x000000F0; // type:function size:0x70
|
||||
__ct__14dBird_KobunB_cFv = .text:0x00000160; // type:function size:0x10C
|
||||
fn_133_270 = .text:0x00000270; // type:function size:0x58
|
||||
fn_133_2D0 = .text:0x000002D0; // type:function size:0x3C
|
||||
fn_133_310 = .text:0x00000310; // type:function size:0x90
|
||||
fn_133_3A0 = .text:0x000003A0; // type:function size:0x58
|
||||
fn_133_400 = .text:0x00000400; // type:function size:0x6C
|
||||
fn_133_470 = .text:0x00000470; // type:function size:0xA0
|
||||
fn_133_510 = .text:0x00000510; // type:function size:0xA4
|
||||
__dt__27sFState_c<14dBird_KobunB_c>Fv = .text:0x000003A0; // type:function size:0x58
|
||||
__dt__30sFStateFct_c<14dBird_KobunB_c>Fv = .text:0x00000400; // type:function size:0x6C
|
||||
__dt__83sStateMgr_c<14dBird_KobunB_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000470; // type:function size:0xA0
|
||||
__dt__53sFStateMgr_c<14dBird_KobunB_c,20sStateMethodUsr_FI_c>Fv = .text:0x00000510; // type:function size:0xA4
|
||||
fn_133_5C0 = .text:0x000005C0; // type:function size:0x10
|
||||
fn_133_5D0 = .text:0x000005D0; // type:function size:0x58
|
||||
fn_133_630 = .text:0x00000630; // type:function size:0x84
|
||||
@@ -19,28 +19,28 @@ fn_133_6C0 = .text:0x000006C0; // type:function size:0xC0
|
||||
fn_133_780 = .text:0x00000780; // type:function size:0xC
|
||||
fn_133_790 = .text:0x00000790; // type:function size:0x1D4
|
||||
fn_133_970 = .text:0x00000970; // type:function size:0x20
|
||||
fn_133_990 = .text:0x00000990; // type:function size:0x10
|
||||
changeState__83sStateMgr_c<14dBird_KobunB_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x00000990; // type:function size:0x10
|
||||
fn_133_9A0 = .text:0x000009A0; // type:function size:0x188
|
||||
fn_133_B30 = .text:0x00000B30; // type:function size:0x190
|
||||
fn_133_CC0 = .text:0x00000CC0; // type:function size:0x10
|
||||
fn_133_CD0 = .text:0x00000CD0; // type:function size:0x8C
|
||||
fn_133_D60 = .text:0x00000D60; // type:function size:0x4
|
||||
fn_133_D70 = .text:0x00000D70; // type:function size:0x4
|
||||
fn_133_D80 = .text:0x00000D80; // type:function size:0x18
|
||||
fn_133_DA0 = .text:0x00000DA0; // type:function size:0x4
|
||||
fn_133_DB0 = .text:0x00000DB0; // type:function size:0x4
|
||||
fn_133_DC0 = .text:0x00000DC0; // type:function size:0x98
|
||||
fn_133_E60 = .text:0x00000E60; // type:function size:0xC0
|
||||
fn_133_F20 = .text:0x00000F20; // type:function size:0x4
|
||||
fn_133_F30 = .text:0x00000F30; // type:function size:0x9C
|
||||
fn_133_FD0 = .text:0x00000FD0; // type:function size:0x280
|
||||
fn_133_1250 = .text:0x00001250; // type:function size:0x14
|
||||
fn_133_1270 = .text:0x00001270; // type:function size:0xA0
|
||||
fn_133_1310 = .text:0x00001310; // type:function size:0x3A8
|
||||
fn_133_16C0 = .text:0x000016C0; // type:function size:0x14
|
||||
fn_133_16E0 = .text:0x000016E0; // type:function size:0x50
|
||||
fn_133_1730 = .text:0x00001730; // type:function size:0x34
|
||||
fn_133_1770 = .text:0x00001770; // type:function size:0x4
|
||||
executeState__83sStateMgr_c<14dBird_KobunB_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000CC0; // type:function size:0x10
|
||||
initializeState_Wait__14dBird_KobunB_cFv = .text:0x00000CD0; // type:function size:0x8C
|
||||
executeState_Wait__14dBird_KobunB_cFv = .text:0x00000D60; // type:function size:0x4
|
||||
finalizeState_Wait__14dBird_KobunB_cFv = .text:0x00000D70; // type:function size:0x4
|
||||
initializeState_LevelUpDemo__14dBird_KobunB_cFv = .text:0x00000D80; // type:function size:0x18
|
||||
executeState_LevelUpDemo__14dBird_KobunB_cFv = .text:0x00000DA0; // type:function size:0x4
|
||||
finalizeState_LevelUpDemo__14dBird_KobunB_cFv = .text:0x00000DB0; // type:function size:0x4
|
||||
initializeState_Chase__14dBird_KobunB_cFv = .text:0x00000DC0; // type:function size:0x98
|
||||
executeState_Chase__14dBird_KobunB_cFv = .text:0x00000E60; // type:function size:0xC0
|
||||
finalizeState_Chase__14dBird_KobunB_cFv = .text:0x00000F20; // type:function size:0x4
|
||||
initializeState_FrontAttack__14dBird_KobunB_cFv = .text:0x00000F30; // type:function size:0x9C
|
||||
executeState_FrontAttack__14dBird_KobunB_cFv = .text:0x00000FD0; // type:function size:0x280
|
||||
finalizeState_FrontAttack__14dBird_KobunB_cFv = .text:0x00001250; // type:function size:0x14
|
||||
initializeState_BodyAttack__14dBird_KobunB_cFv = .text:0x00001270; // type:function size:0xA0
|
||||
executeState_BodyAttack__14dBird_KobunB_cFv = .text:0x00001310; // type:function size:0x3A8
|
||||
finalizeState_BodyAttack__14dBird_KobunB_cFv = .text:0x000016C0; // type:function size:0x14
|
||||
initializeState_PathMove__14dBird_KobunB_cFv = .text:0x000016E0; // type:function size:0x50
|
||||
executeState_PathMove__14dBird_KobunB_cFv = .text:0x00001730; // type:function size:0x34
|
||||
finalizeState_PathMove__14dBird_KobunB_cFv = .text:0x00001770; // type:function size:0x4
|
||||
fn_133_1780 = .text:0x00001780; // type:function size:0x18
|
||||
fn_133_17A0 = .text:0x000017A0; // type:function size:0x18
|
||||
fn_133_17C0 = .text:0x000017C0; // type:function size:0xA0
|
||||
@@ -52,7 +52,7 @@ fn_133_1ED0 = .text:0x00001ED0; // type:function size:0x110
|
||||
fn_133_1FE0 = .text:0x00001FE0; // type:function size:0xF0
|
||||
fn_133_20D0 = .text:0x000020D0; // type:function size:0x48
|
||||
fn_133_2120 = .text:0x00002120; // type:function size:0x210
|
||||
fn_133_2330 = .text:0x00002330; // type:function size:0x10
|
||||
getStateID__83sStateMgr_c<14dBird_KobunB_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00002330; // type:function size:0x10
|
||||
fn_133_2340 = .text:0x00002340; // type:function size:0x1EC
|
||||
fn_133_2530 = .text:0x00002530; // type:function size:0x18
|
||||
fn_133_2550 = .text:0x00002550; // type:function size:0x60
|
||||
@@ -62,24 +62,24 @@ fn_133_25D0 = .text:0x000025D0; // type:function size:0xC
|
||||
fn_133_25E0 = .text:0x000025E0; // type:function size:0xC
|
||||
fn_133_25F0 = .text:0x000025F0; // type:function size:0xC
|
||||
fn_133_2600 = .text:0x00002600; // type:function size:0xC
|
||||
fn_133_2610 = .text:0x00002610; // type:function size:0x1A0
|
||||
fn_133_27B0 = .text:0x000027B0; // type:function size:0x60
|
||||
fn_133_2810 = .text:0x00002810; // type:function size:0xC
|
||||
fn_133_2820 = .text:0x00002820; // type:function size:0x1C
|
||||
fn_133_2840 = .text:0x00002840; // type:function size:0x1C
|
||||
fn_133_2860 = .text:0x00002860; // type:function size:0x1C
|
||||
fn_133_2880 = .text:0x00002880; // type:function size:0x10
|
||||
fn_133_2890 = .text:0x00002890; // type:function size:0x10
|
||||
fn_133_28A0 = .text:0x000028A0; // type:function size:0x10
|
||||
fn_133_28B0 = .text:0x000028B0; // type:function size:0x10
|
||||
fn_133_28C0 = .text:0x000028C0; // type:function size:0x10
|
||||
fn_133_28D0 = .text:0x000028D0; // type:function size:0x10
|
||||
fn_133_28E0 = .text:0x000028E0; // type:function size:0x30
|
||||
fn_133_2910 = .text:0x00002910; // type:function size:0x30
|
||||
fn_133_2940 = .text:0x00002940; // type:function size:0x30
|
||||
fn_133_2970 = .text:0x00002970; // type:function size:0x4B0
|
||||
fn_133_2E20 = .text:0x00002E20; // type:function size:0x58
|
||||
fn_133_2E80 = .text:0x00002E80; // type:function size:0x88
|
||||
__dt__14dBird_KobunB_cFv = .text:0x00002610; // type:function size:0x1A0
|
||||
build__30sFStateFct_c<14dBird_KobunB_c>FRC12sStateIDIf_c = .text:0x000027B0; // type:function size:0x60
|
||||
dispose__30sFStateFct_c<14dBird_KobunB_c>FRP10sStateIf_c = .text:0x00002810; // type:function size:0xC
|
||||
initialize__27sFState_c<14dBird_KobunB_c>Fv = .text:0x00002820; // type:function size:0x1C
|
||||
execute__27sFState_c<14dBird_KobunB_c>Fv = .text:0x00002840; // type:function size:0x1C
|
||||
finalize__27sFState_c<14dBird_KobunB_c>Fv = .text:0x00002860; // type:function size:0x1C
|
||||
initializeState__83sStateMgr_c<14dBird_KobunB_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00002880; // type:function size:0x10
|
||||
finalizeState__83sStateMgr_c<14dBird_KobunB_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00002890; // type:function size:0x10
|
||||
refreshState__83sStateMgr_c<14dBird_KobunB_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000028A0; // type:function size:0x10
|
||||
getState__83sStateMgr_c<14dBird_KobunB_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000028B0; // type:function size:0x10
|
||||
getNewStateID__83sStateMgr_c<14dBird_KobunB_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000028C0; // type:function size:0x10
|
||||
getOldStateID__83sStateMgr_c<14dBird_KobunB_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000028D0; // type:function size:0x10
|
||||
finalizeState__29sFStateID_c<14dBird_KobunB_c>CFR14dBird_KobunB_c = .text:0x000028E0; // type:function size:0x30
|
||||
executeState__29sFStateID_c<14dBird_KobunB_c>CFR14dBird_KobunB_c = .text:0x00002910; // type:function size:0x30
|
||||
initializeState__29sFStateID_c<14dBird_KobunB_c>CFR14dBird_KobunB_c = .text:0x00002940; // type:function size:0x30
|
||||
__sinit_\d_a_bird_kobunB_cpp = .text:0x00002970; // type:function size:0x4B0 scope:local
|
||||
__dt__29sFStateID_c<14dBird_KobunB_c>Fv = .text:0x00002E20; // type:function size:0x58
|
||||
isSameName__29sFStateID_c<14dBird_KobunB_c>CFPCc = .text:0x00002E80; // type:function size:0x88
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
_dtors = .dtors:0x00000000; // type:label scope:global
|
||||
__destroy_global_chain_reference = .dtors:0x00000000; // type:object size:0x4 scope:global
|
||||
@@ -91,7 +91,7 @@ lbl_133_rodata_A0 = .rodata:0x000000A0; // type:object size:0x4 data:float
|
||||
lbl_133_rodata_A4 = .rodata:0x000000A4; // type:object size:0x4 data:float
|
||||
lbl_133_rodata_A8 = .rodata:0x000000A8; // type:object size:0x1C data:float
|
||||
lbl_133_rodata_C4 = .rodata:0x000000C4; // type:object size:0x18 data:float
|
||||
lbl_133_data_0 = .data:0x00000000; // type:object size:0x3C data:4byte
|
||||
g_profile_BIRD_KOBUNB = .data:0x00000000; // type:object size:0x3C data:4byte
|
||||
lbl_133_data_3C = .data:0x0000003C; // type:object size:0xC
|
||||
lbl_133_data_48 = .data:0x00000048; // type:object size:0x5C
|
||||
lbl_133_data_A4 = .data:0x000000A4; // type:object size:0x40
|
||||
|
||||
@@ -3,11 +3,11 @@ _epilog = .text:0x00000030; // type:function size:0x2C scope:global
|
||||
_unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
fn_538_F0 = .text:0x000000F0; // type:function size:0xB0
|
||||
fn_538_1A0 = .text:0x000001A0; // type:function size:0x58
|
||||
fn_538_200 = .text:0x00000200; // type:function size:0x6C
|
||||
fn_538_270 = .text:0x00000270; // type:function size:0xA0
|
||||
fn_538_310 = .text:0x00000310; // type:function size:0xA4
|
||||
dAcBirdMob_c_classInit__Fv = .text:0x000000F0; // type:function size:0xB0
|
||||
__dt__25sFState_c<12dAcBirdMob_c>Fv = .text:0x000001A0; // type:function size:0x58
|
||||
__dt__28sFStateFct_c<12dAcBirdMob_c>Fv = .text:0x00000200; // type:function size:0x6C
|
||||
__dt__81sStateMgr_c<12dAcBirdMob_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000270; // type:function size:0xA0
|
||||
__dt__51sFStateMgr_c<12dAcBirdMob_c,20sStateMethodUsr_FI_c>Fv = .text:0x00000310; // type:function size:0xA4
|
||||
fn_538_3C0 = .text:0x000003C0; // type:function size:0x1BC
|
||||
fn_538_580 = .text:0x00000580; // type:function size:0x6C
|
||||
fn_538_5F0 = .text:0x000005F0; // type:function size:0x64
|
||||
@@ -15,14 +15,14 @@ fn_538_660 = .text:0x00000660; // type:function size:0x4
|
||||
fn_538_670 = .text:0x00000670; // type:function size:0x40
|
||||
fn_538_6B0 = .text:0x000006B0; // type:function size:0x348
|
||||
fn_538_A00 = .text:0x00000A00; // type:function size:0xC
|
||||
fn_538_A10 = .text:0x00000A10; // type:function size:0x10
|
||||
changeState__81sStateMgr_c<12dAcBirdMob_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x00000A10; // type:function size:0x10
|
||||
fn_538_A20 = .text:0x00000A20; // type:function size:0x90
|
||||
fn_538_AB0 = .text:0x00000AB0; // type:function size:0x108
|
||||
fn_538_BC0 = .text:0x00000BC0; // type:function size:0x10
|
||||
executeState__81sStateMgr_c<12dAcBirdMob_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000BC0; // type:function size:0x10
|
||||
fn_538_BD0 = .text:0x00000BD0; // type:function size:0xA8
|
||||
fn_538_C80 = .text:0x00000C80; // type:function size:0x4
|
||||
fn_538_C90 = .text:0x00000C90; // type:function size:0x198
|
||||
fn_538_E30 = .text:0x00000E30; // type:function size:0x4
|
||||
initializeState_Wait__12dAcBirdMob_cFv = .text:0x00000C80; // type:function size:0x4
|
||||
executeState_Wait__12dAcBirdMob_cFv = .text:0x00000C90; // type:function size:0x198
|
||||
finalizeState_Wait__12dAcBirdMob_cFv = .text:0x00000E30; // type:function size:0x4
|
||||
fn_538_E40 = .text:0x00000E40; // type:function size:0x1D4
|
||||
fn_538_1020 = .text:0x00001020; // type:function size:0x28
|
||||
fn_538_1048 = .text:0x00001048; // type:function size:0x4
|
||||
@@ -34,25 +34,25 @@ fn_538_1550 = .text:0x00001550; // type:function size:0x84
|
||||
fn_538_15E0 = .text:0x000015E0; // type:function size:0x90
|
||||
fn_538_1670 = .text:0x00001670; // type:function size:0x98
|
||||
fn_538_1710 = .text:0x00001710; // type:function size:0x1C
|
||||
fn_538_1730 = .text:0x00001730; // type:function size:0xC0
|
||||
fn_538_17F0 = .text:0x000017F0; // type:function size:0x10
|
||||
fn_538_1800 = .text:0x00001800; // type:function size:0x60
|
||||
fn_538_1860 = .text:0x00001860; // type:function size:0xC
|
||||
fn_538_1870 = .text:0x00001870; // type:function size:0x1C
|
||||
fn_538_1890 = .text:0x00001890; // type:function size:0x1C
|
||||
fn_538_18B0 = .text:0x000018B0; // type:function size:0x1C
|
||||
fn_538_18D0 = .text:0x000018D0; // type:function size:0x10
|
||||
fn_538_18E0 = .text:0x000018E0; // type:function size:0x10
|
||||
fn_538_18F0 = .text:0x000018F0; // type:function size:0x10
|
||||
fn_538_1900 = .text:0x00001900; // type:function size:0x10
|
||||
fn_538_1910 = .text:0x00001910; // type:function size:0x10
|
||||
fn_538_1920 = .text:0x00001920; // type:function size:0x10
|
||||
fn_538_1930 = .text:0x00001930; // type:function size:0x30
|
||||
fn_538_1960 = .text:0x00001960; // type:function size:0x30
|
||||
fn_538_1990 = .text:0x00001990; // type:function size:0x30
|
||||
fn_538_19C0 = .text:0x000019C0; // type:function size:0x10C
|
||||
fn_538_1AD0 = .text:0x00001AD0; // type:function size:0x58
|
||||
fn_538_1B30 = .text:0x00001B30; // type:function size:0x88
|
||||
__dt__12dAcBirdMob_cFv = .text:0x00001730; // type:function size:0xC0
|
||||
getStateID__81sStateMgr_c<12dAcBirdMob_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000017F0; // type:function size:0x10
|
||||
build__28sFStateFct_c<12dAcBirdMob_c>FRC12sStateIDIf_c = .text:0x00001800; // type:function size:0x60
|
||||
dispose__28sFStateFct_c<12dAcBirdMob_c>FRP10sStateIf_c = .text:0x00001860; // type:function size:0xC
|
||||
initialize__25sFState_c<12dAcBirdMob_c>Fv = .text:0x00001870; // type:function size:0x1C
|
||||
execute__25sFState_c<12dAcBirdMob_c>Fv = .text:0x00001890; // type:function size:0x1C
|
||||
finalize__25sFState_c<12dAcBirdMob_c>Fv = .text:0x000018B0; // type:function size:0x1C
|
||||
initializeState__81sStateMgr_c<12dAcBirdMob_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000018D0; // type:function size:0x10
|
||||
finalizeState__81sStateMgr_c<12dAcBirdMob_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000018E0; // type:function size:0x10
|
||||
refreshState__81sStateMgr_c<12dAcBirdMob_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000018F0; // type:function size:0x10
|
||||
getState__81sStateMgr_c<12dAcBirdMob_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00001900; // type:function size:0x10
|
||||
getNewStateID__81sStateMgr_c<12dAcBirdMob_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00001910; // type:function size:0x10
|
||||
getOldStateID__81sStateMgr_c<12dAcBirdMob_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00001920; // type:function size:0x10
|
||||
finalizeState__27sFStateID_c<12dAcBirdMob_c>CFR12dAcBirdMob_c = .text:0x00001930; // type:function size:0x30
|
||||
executeState__27sFStateID_c<12dAcBirdMob_c>CFR12dAcBirdMob_c = .text:0x00001960; // type:function size:0x30
|
||||
initializeState__27sFStateID_c<12dAcBirdMob_c>CFR12dAcBirdMob_c = .text:0x00001990; // type:function size:0x30
|
||||
__sinit_\d_a_bird_mob_cpp = .text:0x000019C0; // type:function size:0x10C scope:local
|
||||
__dt__27sFStateID_c<12dAcBirdMob_c>Fv = .text:0x00001AD0; // type:function size:0x58
|
||||
isSameName__27sFStateID_c<12dAcBirdMob_c>CFPCc = .text:0x00001B30; // type:function size:0x88
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
_dtors = .dtors:0x00000000; // type:label scope:global
|
||||
__destroy_global_chain_reference = .dtors:0x00000000; // type:object size:0x4 scope:global
|
||||
@@ -61,7 +61,7 @@ lbl_538_rodata_1C = .rodata:0x0000001C; // type:object size:0x4 data:float
|
||||
lbl_538_rodata_20 = .rodata:0x00000020; // type:object size:0x30 data:float
|
||||
lbl_538_rodata_50 = .rodata:0x00000050; // type:object size:0x1C data:float
|
||||
lbl_538_rodata_6C = .rodata:0x0000006C; // type:object size:0x10 data:float
|
||||
lbl_538_data_0 = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
g_profile_BIRD_MOB = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
lbl_538_data_10 = .data:0x00000010; // type:object size:0x8 data:string
|
||||
lbl_538_data_18 = .data:0x00000018; // type:object size:0x4C
|
||||
lbl_538_data_64 = .data:0x00000064; // type:object size:0x4 data:4byte
|
||||
|
||||
@@ -3,15 +3,15 @@ _epilog = .text:0x00000030; // type:function size:0x2C scope:global
|
||||
_unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
Bird_Npc__ctor = .text:0x000000F0; // type:function size:0xC4
|
||||
fn_130_1C0 = .text:0x000001C0; // type:function size:0x10C
|
||||
dBird_Npc_c_classInit__Fv = .text:0x000000F0; // type:function size:0xC4
|
||||
__ct__11dBird_Npc_cFv = .text:0x000001C0; // type:function size:0x10C
|
||||
fn_130_2D0 = .text:0x000002D0; // type:function size:0x58
|
||||
fn_130_330 = .text:0x00000330; // type:function size:0x3C
|
||||
fn_130_370 = .text:0x00000370; // type:function size:0x90
|
||||
fn_130_400 = .text:0x00000400; // type:function size:0x58
|
||||
fn_130_460 = .text:0x00000460; // type:function size:0x6C
|
||||
fn_130_4D0 = .text:0x000004D0; // type:function size:0xA0
|
||||
fn_130_570 = .text:0x00000570; // type:function size:0xA4
|
||||
__dt__24sFState_c<11dBird_Npc_c>Fv = .text:0x00000400; // type:function size:0x58
|
||||
__dt__27sFStateFct_c<11dBird_Npc_c>Fv = .text:0x00000460; // type:function size:0x6C
|
||||
__dt__80sStateMgr_c<11dBird_Npc_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000004D0; // type:function size:0xA0
|
||||
__dt__50sFStateMgr_c<11dBird_Npc_c,20sStateMethodUsr_FI_c>Fv = .text:0x00000570; // type:function size:0xA4
|
||||
fn_130_620 = .text:0x00000620; // type:function size:0x10
|
||||
fn_130_630 = .text:0x00000630; // type:function size:0x58
|
||||
fn_130_690 = .text:0x00000690; // type:function size:0x84
|
||||
@@ -19,18 +19,18 @@ fn_130_720 = .text:0x00000720; // type:function size:0x8
|
||||
fn_130_730 = .text:0x00000730; // type:function size:0x2C4
|
||||
fn_130_A00 = .text:0x00000A00; // type:function size:0xC
|
||||
fn_130_A10 = .text:0x00000A10; // type:function size:0x2F0
|
||||
fn_130_D00 = .text:0x00000D00; // type:function size:0x10
|
||||
changeState__80sStateMgr_c<11dBird_Npc_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x00000D00; // type:function size:0x10
|
||||
fn_130_D10 = .text:0x00000D10; // type:function size:0x2CC
|
||||
fn_130_FE0 = .text:0x00000FE0; // type:function size:0x10
|
||||
fn_130_FF0 = .text:0x00000FF0; // type:function size:0xA8
|
||||
fn_130_10A0 = .text:0x000010A0; // type:function size:0x114
|
||||
fn_130_11C0 = .text:0x000011C0; // type:function size:0x4
|
||||
fn_130_11D0 = .text:0x000011D0; // type:function size:0xA0
|
||||
fn_130_1270 = .text:0x00001270; // type:function size:0xE8
|
||||
fn_130_1360 = .text:0x00001360; // type:function size:0x4
|
||||
fn_130_1370 = .text:0x00001370; // type:function size:0x218
|
||||
fn_130_1590 = .text:0x00001590; // type:function size:0x13C
|
||||
fn_130_16D0 = .text:0x000016D0; // type:function size:0x4
|
||||
executeState__80sStateMgr_c<11dBird_Npc_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000FE0; // type:function size:0x10
|
||||
initializeState_Hide__11dBird_Npc_cFv = .text:0x00000FF0; // type:function size:0xA8
|
||||
executeState_Hide__11dBird_Npc_cFv = .text:0x000010A0; // type:function size:0x114
|
||||
finalizeState_Hide__11dBird_Npc_cFv = .text:0x000011C0; // type:function size:0x4
|
||||
initializeState_Fly__11dBird_Npc_cFv = .text:0x000011D0; // type:function size:0xA0
|
||||
executeState_Fly__11dBird_Npc_cFv = .text:0x00001270; // type:function size:0xE8
|
||||
finalizeState_Fly__11dBird_Npc_cFv = .text:0x00001360; // type:function size:0x4
|
||||
initializeState_Chase__11dBird_Npc_cFv = .text:0x00001370; // type:function size:0x218
|
||||
executeState_Chase__11dBird_Npc_cFv = .text:0x00001590; // type:function size:0x13C
|
||||
finalizeState_Chase__11dBird_Npc_cFv = .text:0x000016D0; // type:function size:0x4
|
||||
fn_130_16E0 = .text:0x000016E0; // type:function size:0x228
|
||||
fn_130_1910 = .text:0x00001910; // type:function size:0xE8
|
||||
fn_130_1A00 = .text:0x00001A00; // type:function size:0x80
|
||||
@@ -50,25 +50,25 @@ fn_130_22E0 = .text:0x000022E0; // type:function size:0xC
|
||||
fn_130_22F0 = .text:0x000022F0; // type:function size:0x8
|
||||
fn_130_2300 = .text:0x00002300; // type:function size:0xC
|
||||
fn_130_2310 = .text:0x00002310; // type:function size:0xC
|
||||
fn_130_2320 = .text:0x00002320; // type:function size:0x1A8
|
||||
fn_130_24D0 = .text:0x000024D0; // type:function size:0x10
|
||||
fn_130_24E0 = .text:0x000024E0; // type:function size:0x60
|
||||
fn_130_2540 = .text:0x00002540; // type:function size:0xC
|
||||
fn_130_2550 = .text:0x00002550; // type:function size:0x1C
|
||||
fn_130_2570 = .text:0x00002570; // type:function size:0x1C
|
||||
fn_130_2590 = .text:0x00002590; // type:function size:0x1C
|
||||
fn_130_25B0 = .text:0x000025B0; // type:function size:0x10
|
||||
fn_130_25C0 = .text:0x000025C0; // type:function size:0x10
|
||||
fn_130_25D0 = .text:0x000025D0; // type:function size:0x10
|
||||
fn_130_25E0 = .text:0x000025E0; // type:function size:0x10
|
||||
fn_130_25F0 = .text:0x000025F0; // type:function size:0x10
|
||||
fn_130_2600 = .text:0x00002600; // type:function size:0x10
|
||||
fn_130_2610 = .text:0x00002610; // type:function size:0x30
|
||||
fn_130_2640 = .text:0x00002640; // type:function size:0x30
|
||||
fn_130_2670 = .text:0x00002670; // type:function size:0x30
|
||||
fn_130_26A0 = .text:0x000026A0; // type:function size:0x27C
|
||||
fn_130_2920 = .text:0x00002920; // type:function size:0x58
|
||||
fn_130_2980 = .text:0x00002980; // type:function size:0x88
|
||||
__dt__11dBird_Npc_cFv = .text:0x00002320; // type:function size:0x1A8
|
||||
getStateID__80sStateMgr_c<11dBird_Npc_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000024D0; // type:function size:0x10
|
||||
build__27sFStateFct_c<11dBird_Npc_c>FRC12sStateIDIf_c = .text:0x000024E0; // type:function size:0x60
|
||||
dispose__27sFStateFct_c<11dBird_Npc_c>FRP10sStateIf_c = .text:0x00002540; // type:function size:0xC
|
||||
initialize__24sFState_c<11dBird_Npc_c>Fv = .text:0x00002550; // type:function size:0x1C
|
||||
execute__24sFState_c<11dBird_Npc_c>Fv = .text:0x00002570; // type:function size:0x1C
|
||||
finalize__24sFState_c<11dBird_Npc_c>Fv = .text:0x00002590; // type:function size:0x1C
|
||||
initializeState__80sStateMgr_c<11dBird_Npc_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000025B0; // type:function size:0x10
|
||||
finalizeState__80sStateMgr_c<11dBird_Npc_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000025C0; // type:function size:0x10
|
||||
refreshState__80sStateMgr_c<11dBird_Npc_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000025D0; // type:function size:0x10
|
||||
getState__80sStateMgr_c<11dBird_Npc_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000025E0; // type:function size:0x10
|
||||
getNewStateID__80sStateMgr_c<11dBird_Npc_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000025F0; // type:function size:0x10
|
||||
getOldStateID__80sStateMgr_c<11dBird_Npc_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00002600; // type:function size:0x10
|
||||
finalizeState__26sFStateID_c<11dBird_Npc_c>CFR11dBird_Npc_c = .text:0x00002610; // type:function size:0x30
|
||||
executeState__26sFStateID_c<11dBird_Npc_c>CFR11dBird_Npc_c = .text:0x00002640; // type:function size:0x30
|
||||
initializeState__26sFStateID_c<11dBird_Npc_c>CFR11dBird_Npc_c = .text:0x00002670; // type:function size:0x30
|
||||
__sinit_\d_a_bird_npc_cpp = .text:0x000026A0; // type:function size:0x27C scope:local
|
||||
__dt__26sFStateID_c<11dBird_Npc_c>Fv = .text:0x00002920; // type:function size:0x58
|
||||
isSameName__26sFStateID_c<11dBird_Npc_c>CFPCc = .text:0x00002980; // type:function size:0x88
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
_dtors = .dtors:0x00000000; // type:label scope:global
|
||||
__destroy_global_chain_reference = .dtors:0x00000000; // type:object size:0x4 scope:global
|
||||
@@ -82,7 +82,7 @@ lbl_130_rodata_50 = .rodata:0x00000050; // type:object size:0x20 data:float
|
||||
lbl_130_rodata_70 = .rodata:0x00000070; // type:object size:0x8 data:float
|
||||
lbl_130_rodata_78 = .rodata:0x00000078; // type:object size:0x4 data:float
|
||||
lbl_130_rodata_7C = .rodata:0x0000007C; // type:object size:0x10 data:float
|
||||
lbl_130_data_0 = .data:0x00000000; // type:object size:0x3C data:4byte
|
||||
g_profile_BIRD_NPC = .data:0x00000000; // type:object size:0x3C data:4byte
|
||||
lbl_130_data_3C = .data:0x0000003C; // type:object size:0xC
|
||||
lbl_130_data_48 = .data:0x00000048; // type:object size:0xC
|
||||
lbl_130_data_54 = .data:0x00000054; // type:object size:0x38
|
||||
|
||||
@@ -3,15 +3,15 @@ _epilog = .text:0x00000030; // type:function size:0x2C scope:global
|
||||
_unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
Bird_Rival__ctor = .text:0x000000F0; // type:function size:0x70
|
||||
fn_131_160 = .text:0x00000160; // type:function size:0x10C
|
||||
dBird_Rival_c_classInit__Fv = .text:0x000000F0; // type:function size:0x70
|
||||
__ct__13dBird_Rival_cFv = .text:0x00000160; // type:function size:0x10C
|
||||
fn_131_270 = .text:0x00000270; // type:function size:0x58
|
||||
fn_131_2D0 = .text:0x000002D0; // type:function size:0x3C
|
||||
fn_131_310 = .text:0x00000310; // type:function size:0x90
|
||||
fn_131_3A0 = .text:0x000003A0; // type:function size:0x58
|
||||
fn_131_400 = .text:0x00000400; // type:function size:0x6C
|
||||
fn_131_470 = .text:0x00000470; // type:function size:0xA0
|
||||
fn_131_510 = .text:0x00000510; // type:function size:0xA4
|
||||
__dt__26sFState_c<13dBird_Rival_c>Fv = .text:0x000003A0; // type:function size:0x58
|
||||
__dt__29sFStateFct_c<13dBird_Rival_c>Fv = .text:0x00000400; // type:function size:0x6C
|
||||
__dt__82sStateMgr_c<13dBird_Rival_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000470; // type:function size:0xA0
|
||||
__dt__52sFStateMgr_c<13dBird_Rival_c,20sStateMethodUsr_FI_c>Fv = .text:0x00000510; // type:function size:0xA4
|
||||
fn_131_5C0 = .text:0x000005C0; // type:function size:0x10
|
||||
fn_131_5D0 = .text:0x000005D0; // type:function size:0x58
|
||||
fn_131_630 = .text:0x00000630; // type:function size:0x12C
|
||||
@@ -21,33 +21,33 @@ fn_131_780 = .text:0x00000780; // type:function size:0xC
|
||||
fn_131_790 = .text:0x00000790; // type:function size:0xC0
|
||||
fn_131_850 = .text:0x00000850; // type:function size:0xC
|
||||
fn_131_860 = .text:0x00000860; // type:function size:0x150
|
||||
fn_131_9B0 = .text:0x000009B0; // type:function size:0x10
|
||||
changeState__82sStateMgr_c<13dBird_Rival_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x000009B0; // type:function size:0x10
|
||||
fn_131_9C0 = .text:0x000009C0; // type:function size:0x38
|
||||
fn_131_A00 = .text:0x00000A00; // type:function size:0x218
|
||||
fn_131_C20 = .text:0x00000C20; // type:function size:0x1FC
|
||||
fn_131_E20 = .text:0x00000E20; // type:function size:0x10
|
||||
fn_131_E30 = .text:0x00000E30; // type:function size:0x10
|
||||
fn_131_E40 = .text:0x00000E40; // type:function size:0x8C
|
||||
fn_131_ED0 = .text:0x00000ED0; // type:function size:0x4
|
||||
fn_131_EE0 = .text:0x00000EE0; // type:function size:0x4
|
||||
fn_131_EF0 = .text:0x00000EF0; // type:function size:0xA0
|
||||
fn_131_F90 = .text:0x00000F90; // type:function size:0xC0
|
||||
fn_131_1050 = .text:0x00001050; // type:function size:0x4
|
||||
fn_131_1060 = .text:0x00001060; // type:function size:0xA0
|
||||
fn_131_1100 = .text:0x00001100; // type:function size:0x3A8
|
||||
fn_131_14B0 = .text:0x000014B0; // type:function size:0x14
|
||||
fn_131_14D0 = .text:0x000014D0; // type:function size:0x9C
|
||||
fn_131_1570 = .text:0x00001570; // type:function size:0x280
|
||||
fn_131_17F0 = .text:0x000017F0; // type:function size:0x14
|
||||
fn_131_1810 = .text:0x00001810; // type:function size:0x28
|
||||
fn_131_1840 = .text:0x00001840; // type:function size:0x1088
|
||||
fn_131_28D0 = .text:0x000028D0; // type:function size:0x10
|
||||
fn_131_28E0 = .text:0x000028E0; // type:function size:0x24
|
||||
fn_131_2910 = .text:0x00002910; // type:function size:0x4D8
|
||||
fn_131_2DF0 = .text:0x00002DF0; // type:function size:0x4
|
||||
fn_131_2E00 = .text:0x00002E00; // type:function size:0x50
|
||||
fn_131_2E50 = .text:0x00002E50; // type:function size:0x34
|
||||
fn_131_2E90 = .text:0x00002E90; // type:function size:0x4
|
||||
getStateID__82sStateMgr_c<13dBird_Rival_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00000E20; // type:function size:0x10
|
||||
executeState__82sStateMgr_c<13dBird_Rival_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000E30; // type:function size:0x10
|
||||
initializeState_Wait__13dBird_Rival_cFv = .text:0x00000E40; // type:function size:0x8C
|
||||
executeState_Wait__13dBird_Rival_cFv = .text:0x00000ED0; // type:function size:0x4
|
||||
finalizeState_Wait__13dBird_Rival_cFv = .text:0x00000EE0; // type:function size:0x4
|
||||
initializeState_Chase__13dBird_Rival_cFv = .text:0x00000EF0; // type:function size:0xA0
|
||||
executeState_Chase__13dBird_Rival_cFv = .text:0x00000F90; // type:function size:0xC0
|
||||
finalizeState_Chase__13dBird_Rival_cFv = .text:0x00001050; // type:function size:0x4
|
||||
initializeState_BodyAttack__13dBird_Rival_cFv = .text:0x00001060; // type:function size:0xA0
|
||||
executeState_BodyAttack__13dBird_Rival_cFv = .text:0x00001100; // type:function size:0x3A8
|
||||
finalizeState_BodyAttack__13dBird_Rival_cFv = .text:0x000014B0; // type:function size:0x14
|
||||
initializeState_FrontAttack__13dBird_Rival_cFv = .text:0x000014D0; // type:function size:0x9C
|
||||
executeState_FrontAttack__13dBird_Rival_cFv = .text:0x00001570; // type:function size:0x280
|
||||
finalizeState_FrontAttack__13dBird_Rival_cFv = .text:0x000017F0; // type:function size:0x14
|
||||
initializeState_LevelUpDemo__13dBird_Rival_cFv = .text:0x00001810; // type:function size:0x28
|
||||
executeState_LevelUpDemo__13dBird_Rival_cFv = .text:0x00001840; // type:function size:0x1088
|
||||
finalizeState_LevelUpDemo__13dBird_Rival_cFv = .text:0x000028D0; // type:function size:0x10
|
||||
initializeState_CatchDemo__13dBird_Rival_cFv = .text:0x000028E0; // type:function size:0x24
|
||||
executeState_CatchDemo__13dBird_Rival_cFv = .text:0x00002910; // type:function size:0x4D8
|
||||
finalizeState_CatchDemo__13dBird_Rival_cFv = .text:0x00002DF0; // type:function size:0x4
|
||||
initializeState_PathMove__13dBird_Rival_cFv = .text:0x00002E00; // type:function size:0x50
|
||||
executeState_PathMove__13dBird_Rival_cFv = .text:0x00002E50; // type:function size:0x34
|
||||
finalizeState_PathMove__13dBird_Rival_cFv = .text:0x00002E90; // type:function size:0x4
|
||||
fn_131_2EA0 = .text:0x00002EA0; // type:function size:0x18
|
||||
fn_131_2EC0 = .text:0x00002EC0; // type:function size:0x18
|
||||
fn_131_2EE0 = .text:0x00002EE0; // type:function size:0xA0
|
||||
@@ -65,24 +65,24 @@ fn_131_3E30 = .text:0x00003E30; // type:function size:0xC
|
||||
fn_131_3E40 = .text:0x00003E40; // type:function size:0x20
|
||||
fn_131_3E60 = .text:0x00003E60; // type:function size:0xC
|
||||
fn_131_3E70 = .text:0x00003E70; // type:function size:0xC
|
||||
fn_131_3E80 = .text:0x00003E80; // type:function size:0x1A0
|
||||
fn_131_4020 = .text:0x00004020; // type:function size:0x60
|
||||
fn_131_4080 = .text:0x00004080; // type:function size:0xC
|
||||
fn_131_4090 = .text:0x00004090; // type:function size:0x1C
|
||||
fn_131_40B0 = .text:0x000040B0; // type:function size:0x1C
|
||||
fn_131_40D0 = .text:0x000040D0; // type:function size:0x1C
|
||||
fn_131_40F0 = .text:0x000040F0; // type:function size:0x10
|
||||
fn_131_4100 = .text:0x00004100; // type:function size:0x10
|
||||
fn_131_4110 = .text:0x00004110; // type:function size:0x10
|
||||
fn_131_4120 = .text:0x00004120; // type:function size:0x10
|
||||
fn_131_4130 = .text:0x00004130; // type:function size:0x10
|
||||
fn_131_4140 = .text:0x00004140; // type:function size:0x10
|
||||
fn_131_4150 = .text:0x00004150; // type:function size:0x30
|
||||
fn_131_4180 = .text:0x00004180; // type:function size:0x30
|
||||
fn_131_41B0 = .text:0x000041B0; // type:function size:0x30
|
||||
fn_131_41E0 = .text:0x000041E0; // type:function size:0x5EC
|
||||
fn_131_47D0 = .text:0x000047D0; // type:function size:0x58
|
||||
fn_131_4830 = .text:0x00004830; // type:function size:0x88
|
||||
__dt__13dBird_Rival_cFv = .text:0x00003E80; // type:function size:0x1A0
|
||||
build__29sFStateFct_c<13dBird_Rival_c>FRC12sStateIDIf_c = .text:0x00004020; // type:function size:0x60
|
||||
dispose__29sFStateFct_c<13dBird_Rival_c>FRP10sStateIf_c = .text:0x00004080; // type:function size:0xC
|
||||
initialize__26sFState_c<13dBird_Rival_c>Fv = .text:0x00004090; // type:function size:0x1C
|
||||
execute__26sFState_c<13dBird_Rival_c>Fv = .text:0x000040B0; // type:function size:0x1C
|
||||
finalize__26sFState_c<13dBird_Rival_c>Fv = .text:0x000040D0; // type:function size:0x1C
|
||||
initializeState__82sStateMgr_c<13dBird_Rival_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000040F0; // type:function size:0x10
|
||||
finalizeState__82sStateMgr_c<13dBird_Rival_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00004100; // type:function size:0x10
|
||||
refreshState__82sStateMgr_c<13dBird_Rival_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00004110; // type:function size:0x10
|
||||
getState__82sStateMgr_c<13dBird_Rival_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00004120; // type:function size:0x10
|
||||
getNewStateID__82sStateMgr_c<13dBird_Rival_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00004130; // type:function size:0x10
|
||||
getOldStateID__82sStateMgr_c<13dBird_Rival_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00004140; // type:function size:0x10
|
||||
finalizeState__28sFStateID_c<13dBird_Rival_c>CFR13dBird_Rival_c = .text:0x00004150; // type:function size:0x30
|
||||
executeState__28sFStateID_c<13dBird_Rival_c>CFR13dBird_Rival_c = .text:0x00004180; // type:function size:0x30
|
||||
initializeState__28sFStateID_c<13dBird_Rival_c>CFR13dBird_Rival_c = .text:0x000041B0; // type:function size:0x30
|
||||
__sinit_\d_a_bird_rival_cpp = .text:0x000041E0; // type:function size:0x5EC scope:local
|
||||
__dt__28sFStateID_c<13dBird_Rival_c>Fv = .text:0x000047D0; // type:function size:0x58
|
||||
isSameName__28sFStateID_c<13dBird_Rival_c>CFPCc = .text:0x00004830; // type:function size:0x88
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
_dtors = .dtors:0x00000000; // type:label scope:global
|
||||
__destroy_global_chain_reference = .dtors:0x00000000; // type:object size:0x4 scope:global
|
||||
@@ -96,7 +96,7 @@ lbl_131_rodata_A4 = .rodata:0x000000A4; // type:object size:0x64 data:float
|
||||
lbl_131_rodata_108 = .rodata:0x00000108; // type:object size:0x4 data:float
|
||||
lbl_131_rodata_10C = .rodata:0x0000010C; // type:object size:0x10 data:float
|
||||
lbl_131_rodata_11C = .rodata:0x0000011C; // type:object size:0x40 data:float
|
||||
lbl_131_data_0 = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
g_profile_BIRD_RIVAL = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
lbl_131_data_10 = .data:0x00000010; // type:object size:0x2C
|
||||
lbl_131_data_3C = .data:0x0000003C; // type:object size:0x10
|
||||
lbl_131_data_4C = .data:0x0000004C; // type:object size:0x8
|
||||
|
||||
@@ -3,38 +3,38 @@ _epilog = .text:0x00000030; // type:function size:0x2C scope:global
|
||||
_unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
Bird_Target__ctor = .text:0x000000F0; // type:function size:0x12C
|
||||
dBird_Target_c_classInit__Fv = .text:0x000000F0; // type:function size:0x12C
|
||||
fn_134_220 = .text:0x00000220; // type:function size:0x58
|
||||
fn_134_280 = .text:0x00000280; // type:function size:0x58
|
||||
fn_134_2E0 = .text:0x000002E0; // type:function size:0x6C
|
||||
fn_134_350 = .text:0x00000350; // type:function size:0xA0
|
||||
fn_134_3F0 = .text:0x000003F0; // type:function size:0xA4
|
||||
__dt__27sFState_c<14dBird_Target_c>Fv = .text:0x00000280; // type:function size:0x58
|
||||
__dt__30sFStateFct_c<14dBird_Target_c>Fv = .text:0x000002E0; // type:function size:0x6C
|
||||
__dt__83sStateMgr_c<14dBird_Target_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000350; // type:function size:0xA0
|
||||
__dt__53sFStateMgr_c<14dBird_Target_c,20sStateMethodUsr_FI_c>Fv = .text:0x000003F0; // type:function size:0xA4
|
||||
fn_134_4A0 = .text:0x000004A0; // type:function size:0xE0
|
||||
fn_134_580 = .text:0x00000580; // type:function size:0xC
|
||||
fn_134_590 = .text:0x00000590; // type:function size:0x1DC
|
||||
fn_134_770 = .text:0x00000770; // type:function size:0x10
|
||||
changeState__83sStateMgr_c<14dBird_Target_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x00000770; // type:function size:0x10
|
||||
fn_134_780 = .text:0x00000780; // type:function size:0x34
|
||||
fn_134_7C0 = .text:0x000007C0; // type:function size:0x14
|
||||
fn_134_7E0 = .text:0x000007E0; // type:function size:0x84
|
||||
fn_134_870 = .text:0x00000870; // type:function size:0x28C
|
||||
fn_134_B00 = .text:0x00000B00; // type:function size:0x10
|
||||
executeState__83sStateMgr_c<14dBird_Target_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000B00; // type:function size:0x10
|
||||
fn_134_B10 = .text:0x00000B10; // type:function size:0x4C
|
||||
fn_134_B60 = .text:0x00000B60; // type:function size:0x58
|
||||
fn_134_BC0 = .text:0x00000BC0; // type:function size:0x10
|
||||
fn_134_BD0 = .text:0x00000BD0; // type:function size:0x4
|
||||
fn_134_BE0 = .text:0x00000BE0; // type:function size:0xC0
|
||||
fn_134_CA0 = .text:0x00000CA0; // type:function size:0x110
|
||||
fn_134_DB0 = .text:0x00000DB0; // type:function size:0x4
|
||||
initializeState_Wait__14dBird_Target_cFv = .text:0x00000B60; // type:function size:0x58
|
||||
executeState_Wait__14dBird_Target_cFv = .text:0x00000BC0; // type:function size:0x10
|
||||
finalizeState_Wait__14dBird_Target_cFv = .text:0x00000BD0; // type:function size:0x4
|
||||
initializeState_Move__14dBird_Target_cFv = .text:0x00000BE0; // type:function size:0xC0
|
||||
executeState_Move__14dBird_Target_cFv = .text:0x00000CA0; // type:function size:0x110
|
||||
finalizeState_Move__14dBird_Target_cFv = .text:0x00000DB0; // type:function size:0x4
|
||||
fn_134_DC0 = .text:0x00000DC0; // type:function size:0xA4
|
||||
fn_134_E70 = .text:0x00000E70; // type:function size:0x50
|
||||
fn_134_EC0 = .text:0x00000EC0; // type:function size:0x194
|
||||
fn_134_1060 = .text:0x00001060; // type:function size:0x10
|
||||
fn_134_1070 = .text:0x00001070; // type:function size:0x70
|
||||
fn_134_10E0 = .text:0x000010E0; // type:function size:0xB0
|
||||
fn_134_1190 = .text:0x00001190; // type:function size:0x4
|
||||
fn_134_11A0 = .text:0x000011A0; // type:function size:0x1C
|
||||
fn_134_11C0 = .text:0x000011C0; // type:function size:0x54
|
||||
fn_134_1220 = .text:0x00001220; // type:function size:0x4
|
||||
initializeState_LevelUpDemo__14dBird_Target_cFv = .text:0x00000E70; // type:function size:0x50
|
||||
executeState_LevelUpDemo__14dBird_Target_cFv = .text:0x00000EC0; // type:function size:0x194
|
||||
finalizeState_LevelUpDemo__14dBird_Target_cFv = .text:0x00001060; // type:function size:0x10
|
||||
initializeState_NpcWait__14dBird_Target_cFv = .text:0x00001070; // type:function size:0x70
|
||||
executeState_NpcWait__14dBird_Target_cFv = .text:0x000010E0; // type:function size:0xB0
|
||||
finalizeState_NpcWait__14dBird_Target_cFv = .text:0x00001190; // type:function size:0x4
|
||||
initializeState_NpcGlide__14dBird_Target_cFv = .text:0x000011A0; // type:function size:0x1C
|
||||
executeState_NpcGlide__14dBird_Target_cFv = .text:0x000011C0; // type:function size:0x54
|
||||
finalizeState_NpcGlide__14dBird_Target_cFv = .text:0x00001220; // type:function size:0x4
|
||||
fn_134_1230 = .text:0x00001230; // type:function size:0xBC
|
||||
fn_134_12F0 = .text:0x000012F0; // type:function size:0x18
|
||||
fn_134_1310 = .text:0x00001310; // type:function size:0x4DC
|
||||
@@ -47,29 +47,29 @@ fn_134_1A70 = .text:0x00001A70; // type:function size:0x18
|
||||
fn_134_1A90 = .text:0x00001A90; // type:function size:0x4E4
|
||||
fn_134_1F80 = .text:0x00001F80; // type:function size:0xDC
|
||||
fn_134_2060 = .text:0x00002060; // type:function size:0x2DC
|
||||
fn_134_2340 = .text:0x00002340; // type:function size:0x10
|
||||
getStateID__83sStateMgr_c<14dBird_Target_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00002340; // type:function size:0x10
|
||||
fn_134_2350 = .text:0x00002350; // type:function size:0x18
|
||||
fn_134_2370 = .text:0x00002370; // type:function size:0xC
|
||||
fn_134_2380 = .text:0x00002380; // type:function size:0xC
|
||||
fn_134_2390 = .text:0x00002390; // type:function size:0x8
|
||||
fn_134_23A0 = .text:0x000023A0; // type:function size:0x154
|
||||
fn_134_2500 = .text:0x00002500; // type:function size:0x60
|
||||
fn_134_2560 = .text:0x00002560; // type:function size:0xC
|
||||
fn_134_2570 = .text:0x00002570; // type:function size:0x1C
|
||||
fn_134_2590 = .text:0x00002590; // type:function size:0x1C
|
||||
fn_134_25B0 = .text:0x000025B0; // type:function size:0x1C
|
||||
fn_134_25D0 = .text:0x000025D0; // type:function size:0x10
|
||||
fn_134_25E0 = .text:0x000025E0; // type:function size:0x10
|
||||
fn_134_25F0 = .text:0x000025F0; // type:function size:0x10
|
||||
fn_134_2600 = .text:0x00002600; // type:function size:0x10
|
||||
fn_134_2610 = .text:0x00002610; // type:function size:0x10
|
||||
fn_134_2620 = .text:0x00002620; // type:function size:0x10
|
||||
fn_134_2630 = .text:0x00002630; // type:function size:0x30
|
||||
fn_134_2660 = .text:0x00002660; // type:function size:0x30
|
||||
fn_134_2690 = .text:0x00002690; // type:function size:0x30
|
||||
fn_134_26C0 = .text:0x000026C0; // type:function size:0x3F4
|
||||
fn_134_2AC0 = .text:0x00002AC0; // type:function size:0x58
|
||||
fn_134_2B20 = .text:0x00002B20; // type:function size:0x88
|
||||
__dt__14dBird_Target_cFv = .text:0x000023A0; // type:function size:0x154
|
||||
build__30sFStateFct_c<14dBird_Target_c>FRC12sStateIDIf_c = .text:0x00002500; // type:function size:0x60
|
||||
dispose__30sFStateFct_c<14dBird_Target_c>FRP10sStateIf_c = .text:0x00002560; // type:function size:0xC
|
||||
initialize__27sFState_c<14dBird_Target_c>Fv = .text:0x00002570; // type:function size:0x1C
|
||||
execute__27sFState_c<14dBird_Target_c>Fv = .text:0x00002590; // type:function size:0x1C
|
||||
finalize__27sFState_c<14dBird_Target_c>Fv = .text:0x000025B0; // type:function size:0x1C
|
||||
initializeState__83sStateMgr_c<14dBird_Target_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000025D0; // type:function size:0x10
|
||||
finalizeState__83sStateMgr_c<14dBird_Target_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000025E0; // type:function size:0x10
|
||||
refreshState__83sStateMgr_c<14dBird_Target_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000025F0; // type:function size:0x10
|
||||
getState__83sStateMgr_c<14dBird_Target_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00002600; // type:function size:0x10
|
||||
getNewStateID__83sStateMgr_c<14dBird_Target_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00002610; // type:function size:0x10
|
||||
getOldStateID__83sStateMgr_c<14dBird_Target_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00002620; // type:function size:0x10
|
||||
finalizeState__29sFStateID_c<14dBird_Target_c>CFR14dBird_Target_c = .text:0x00002630; // type:function size:0x30
|
||||
executeState__29sFStateID_c<14dBird_Target_c>CFR14dBird_Target_c = .text:0x00002660; // type:function size:0x30
|
||||
initializeState__29sFStateID_c<14dBird_Target_c>CFR14dBird_Target_c = .text:0x00002690; // type:function size:0x30
|
||||
__sinit_\d_a_bird_target_cpp = .text:0x000026C0; // type:function size:0x3F4 scope:local
|
||||
__dt__29sFStateID_c<14dBird_Target_c>Fv = .text:0x00002AC0; // type:function size:0x58
|
||||
isSameName__29sFStateID_c<14dBird_Target_c>CFPCc = .text:0x00002B20; // type:function size:0x88
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
_dtors = .dtors:0x00000000; // type:label scope:global
|
||||
__destroy_global_chain_reference = .dtors:0x00000000; // type:object size:0x4 scope:global
|
||||
@@ -82,7 +82,7 @@ lbl_134_rodata_58 = .rodata:0x00000058; // type:object size:0x1C data:float
|
||||
lbl_134_rodata_74 = .rodata:0x00000074; // type:object size:0x8 data:float
|
||||
lbl_134_rodata_7C = .rodata:0x0000007C; // type:object size:0x18 data:float
|
||||
lbl_134_rodata_94 = .rodata:0x00000094; // type:object size:0x24 data:float
|
||||
lbl_134_data_0 = .data:0x00000000; // type:object size:0x48 data:4byte
|
||||
g_profile_BIRD_TARGET = .data:0x00000000; // type:object size:0x48 data:4byte
|
||||
lbl_134_data_48 = .data:0x00000048; // type:object size:0x3C
|
||||
lbl_134_data_84 = .data:0x00000084; // type:object size:0x24 data:4byte
|
||||
lbl_134_data_A8 = .data:0x000000A8; // type:object size:0x10 data:string
|
||||
|
||||
@@ -3,14 +3,14 @@ _epilog = .text:0x00000030; // type:function size:0x2C scope:global
|
||||
_unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
Bird_ZeldaTraining__ctor = .text:0x000000F0; // type:function size:0x8C
|
||||
fn_137_180 = .text:0x00000180; // type:function size:0xA8
|
||||
dBird_ZeldaTraining_c_classInit__Fv = .text:0x000000F0; // type:function size:0x8C
|
||||
__ct__21dBird_ZeldaTraining_cFv = .text:0x00000180; // type:function size:0xA8
|
||||
fn_137_230 = .text:0x00000230; // type:function size:0x58
|
||||
fn_137_290 = .text:0x00000290; // type:function size:0x90
|
||||
fn_137_320 = .text:0x00000320; // type:function size:0x58
|
||||
fn_137_380 = .text:0x00000380; // type:function size:0x6C
|
||||
fn_137_3F0 = .text:0x000003F0; // type:function size:0xA0
|
||||
fn_137_490 = .text:0x00000490; // type:function size:0xA4
|
||||
__dt__34sFState_c<21dBird_ZeldaTraining_c>Fv = .text:0x00000320; // type:function size:0x58
|
||||
__dt__37sFStateFct_c<21dBird_ZeldaTraining_c>Fv = .text:0x00000380; // type:function size:0x6C
|
||||
__dt__90sStateMgr_c<21dBird_ZeldaTraining_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000003F0; // type:function size:0xA0
|
||||
__dt__60sFStateMgr_c<21dBird_ZeldaTraining_c,20sStateMethodUsr_FI_c>Fv = .text:0x00000490; // type:function size:0xA4
|
||||
fn_137_540 = .text:0x00000540; // type:function size:0x188
|
||||
fn_137_6D0 = .text:0x000006D0; // type:function size:0x3C
|
||||
fn_137_710 = .text:0x00000710; // type:function size:0x58
|
||||
@@ -19,20 +19,20 @@ fn_137_7D0 = .text:0x000007D0; // type:function size:0xF4
|
||||
fn_137_8D0 = .text:0x000008D0; // type:function size:0xE0
|
||||
fn_137_9B0 = .text:0x000009B0; // type:function size:0xC
|
||||
fn_137_9C0 = .text:0x000009C0; // type:function size:0x194
|
||||
fn_137_B60 = .text:0x00000B60; // type:function size:0x10
|
||||
changeState__90sStateMgr_c<21dBird_ZeldaTraining_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x00000B60; // type:function size:0x10
|
||||
fn_137_B70 = .text:0x00000B70; // type:function size:0x38
|
||||
fn_137_BB0 = .text:0x00000BB0; // type:function size:0xC8
|
||||
fn_137_C80 = .text:0x00000C80; // type:function size:0x180
|
||||
fn_137_E00 = .text:0x00000E00; // type:function size:0x10
|
||||
fn_137_E10 = .text:0x00000E10; // type:function size:0x70
|
||||
fn_137_E80 = .text:0x00000E80; // type:function size:0x100
|
||||
fn_137_F80 = .text:0x00000F80; // type:function size:0x4
|
||||
fn_137_F90 = .text:0x00000F90; // type:function size:0x88
|
||||
fn_137_1020 = .text:0x00001020; // type:function size:0xEC
|
||||
fn_137_1110 = .text:0x00001110; // type:function size:0x4
|
||||
fn_137_1120 = .text:0x00001120; // type:function size:0x74
|
||||
fn_137_11A0 = .text:0x000011A0; // type:function size:0x548
|
||||
fn_137_16F0 = .text:0x000016F0; // type:function size:0x4
|
||||
executeState__90sStateMgr_c<21dBird_ZeldaTraining_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000E00; // type:function size:0x10
|
||||
initializeState_Wait__21dBird_ZeldaTraining_cFv = .text:0x00000E10; // type:function size:0x70
|
||||
executeState_Wait__21dBird_ZeldaTraining_cFv = .text:0x00000E80; // type:function size:0x100
|
||||
finalizeState_Wait__21dBird_ZeldaTraining_cFv = .text:0x00000F80; // type:function size:0x4
|
||||
initializeState_Chase__21dBird_ZeldaTraining_cFv = .text:0x00000F90; // type:function size:0x88
|
||||
executeState_Chase__21dBird_ZeldaTraining_cFv = .text:0x00001020; // type:function size:0xEC
|
||||
finalizeState_Chase__21dBird_ZeldaTraining_cFv = .text:0x00001110; // type:function size:0x4
|
||||
initializeState_Finish__21dBird_ZeldaTraining_cFv = .text:0x00001120; // type:function size:0x74
|
||||
executeState_Finish__21dBird_ZeldaTraining_cFv = .text:0x000011A0; // type:function size:0x548
|
||||
finalizeState_Finish__21dBird_ZeldaTraining_cFv = .text:0x000016F0; // type:function size:0x4
|
||||
fn_137_1700 = .text:0x00001700; // type:function size:0x70
|
||||
fn_137_1770 = .text:0x00001770; // type:function size:0x4
|
||||
fn_137_1780 = .text:0x00001780; // type:function size:0x44
|
||||
@@ -62,26 +62,26 @@ fn_137_2E30 = .text:0x00002E30; // type:function size:0xC0
|
||||
fn_137_2EF0 = .text:0x00002EF0; // type:function size:0xC
|
||||
fn_137_2F00 = .text:0x00002F00; // type:function size:0xC
|
||||
fn_137_2F10 = .text:0x00002F10; // type:function size:0x8
|
||||
fn_137_2F20 = .text:0x00002F20; // type:function size:0x20C
|
||||
fn_137_3130 = .text:0x00003130; // type:function size:0x10
|
||||
__dt__21dBird_ZeldaTraining_cFv = .text:0x00002F20; // type:function size:0x20C
|
||||
getStateID__90sStateMgr_c<21dBird_ZeldaTraining_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00003130; // type:function size:0x10
|
||||
fn_137_3140 = .text:0x00003140; // type:function size:0x8
|
||||
fn_137_3150 = .text:0x00003150; // type:function size:0x60
|
||||
fn_137_31B0 = .text:0x000031B0; // type:function size:0xC
|
||||
fn_137_31C0 = .text:0x000031C0; // type:function size:0x1C
|
||||
fn_137_31E0 = .text:0x000031E0; // type:function size:0x1C
|
||||
fn_137_3200 = .text:0x00003200; // type:function size:0x1C
|
||||
fn_137_3220 = .text:0x00003220; // type:function size:0x10
|
||||
fn_137_3230 = .text:0x00003230; // type:function size:0x10
|
||||
fn_137_3240 = .text:0x00003240; // type:function size:0x10
|
||||
fn_137_3250 = .text:0x00003250; // type:function size:0x10
|
||||
fn_137_3260 = .text:0x00003260; // type:function size:0x10
|
||||
fn_137_3270 = .text:0x00003270; // type:function size:0x10
|
||||
fn_137_3280 = .text:0x00003280; // type:function size:0x30
|
||||
fn_137_32B0 = .text:0x000032B0; // type:function size:0x30
|
||||
fn_137_32E0 = .text:0x000032E0; // type:function size:0x30
|
||||
fn_137_3310 = .text:0x00003310; // type:function size:0x27C
|
||||
fn_137_3590 = .text:0x00003590; // type:function size:0x58
|
||||
fn_137_35F0 = .text:0x000035F0; // type:function size:0x88
|
||||
build__37sFStateFct_c<21dBird_ZeldaTraining_c>FRC12sStateIDIf_c = .text:0x00003150; // type:function size:0x60
|
||||
dispose__37sFStateFct_c<21dBird_ZeldaTraining_c>FRP10sStateIf_c = .text:0x000031B0; // type:function size:0xC
|
||||
initialize__34sFState_c<21dBird_ZeldaTraining_c>Fv = .text:0x000031C0; // type:function size:0x1C
|
||||
execute__34sFState_c<21dBird_ZeldaTraining_c>Fv = .text:0x000031E0; // type:function size:0x1C
|
||||
finalize__34sFState_c<21dBird_ZeldaTraining_c>Fv = .text:0x00003200; // type:function size:0x1C
|
||||
initializeState__90sStateMgr_c<21dBird_ZeldaTraining_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00003220; // type:function size:0x10
|
||||
finalizeState__90sStateMgr_c<21dBird_ZeldaTraining_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00003230; // type:function size:0x10
|
||||
refreshState__90sStateMgr_c<21dBird_ZeldaTraining_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00003240; // type:function size:0x10
|
||||
getState__90sStateMgr_c<21dBird_ZeldaTraining_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00003250; // type:function size:0x10
|
||||
getNewStateID__90sStateMgr_c<21dBird_ZeldaTraining_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00003260; // type:function size:0x10
|
||||
getOldStateID__90sStateMgr_c<21dBird_ZeldaTraining_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00003270; // type:function size:0x10
|
||||
finalizeState__36sFStateID_c<21dBird_ZeldaTraining_c>CFR21dBird_ZeldaTraining_c = .text:0x00003280; // type:function size:0x30
|
||||
executeState__36sFStateID_c<21dBird_ZeldaTraining_c>CFR21dBird_ZeldaTraining_c = .text:0x000032B0; // type:function size:0x30
|
||||
initializeState__36sFStateID_c<21dBird_ZeldaTraining_c>CFR21dBird_ZeldaTraining_c = .text:0x000032E0; // type:function size:0x30
|
||||
__sinit_\d_a_bird_zelda_training_cpp = .text:0x00003310; // type:function size:0x27C scope:local
|
||||
__dt__36sFStateID_c<21dBird_ZeldaTraining_c>Fv = .text:0x00003590; // type:function size:0x58
|
||||
isSameName__36sFStateID_c<21dBird_ZeldaTraining_c>CFPCc = .text:0x000035F0; // type:function size:0x88
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
_dtors = .dtors:0x00000000; // type:label scope:global
|
||||
__destroy_global_chain_reference = .dtors:0x00000000; // type:object size:0x4 scope:global
|
||||
@@ -93,7 +93,7 @@ lbl_137_rodata_24 = .rodata:0x00000024; // type:object size:0x4 data:float
|
||||
lbl_137_rodata_28 = .rodata:0x00000028; // type:object size:0x5C data:float
|
||||
lbl_137_rodata_84 = .rodata:0x00000084; // type:object size:0x4 data:float
|
||||
lbl_137_rodata_88 = .rodata:0x00000088; // type:object size:0x20 data:float
|
||||
lbl_137_data_0 = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
g_profile_BIRD_ZELDA_TRAINING = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
lbl_137_data_10 = .data:0x00000010; // type:object size:0x38
|
||||
lbl_137_data_48 = .data:0x00000048; // type:object size:0x1C
|
||||
lbl_137_data_64 = .data:0x00000064; // type:object size:0xC4
|
||||
|
||||
@@ -3,49 +3,49 @@ _epilog = .text:0x00000030; // type:function size:0x2C scope:global
|
||||
_unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
AcBombf__ctor = .text:0x000000F0; // type:function size:0xF4
|
||||
fn_17_1F0 = .text:0x000001F0; // type:function size:0x58
|
||||
fn_17_250 = .text:0x00000250; // type:function size:0x6C
|
||||
fn_17_2C0 = .text:0x000002C0; // type:function size:0xA0
|
||||
fn_17_360 = .text:0x00000360; // type:function size:0xA4
|
||||
dAcBombf_c_classInit__Fv = .text:0x000000F0; // type:function size:0xF4
|
||||
__dt__23sFState_c<10dAcBombf_c>Fv = .text:0x000001F0; // type:function size:0x58
|
||||
__dt__26sFStateFct_c<10dAcBombf_c>Fv = .text:0x00000250; // type:function size:0x6C
|
||||
__dt__79sStateMgr_c<10dAcBombf_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000002C0; // type:function size:0xA0
|
||||
__dt__49sFStateMgr_c<10dAcBombf_c,20sStateMethodUsr_FI_c>Fv = .text:0x00000360; // type:function size:0xA4
|
||||
fn_17_410 = .text:0x00000410; // type:function size:0x68
|
||||
AcBombf__init1 = .text:0x00000480; // type:function size:0x184
|
||||
fn_17_610 = .text:0x00000610; // type:function size:0x10
|
||||
changeState__79sStateMgr_c<10dAcBombf_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x00000610; // type:function size:0x10
|
||||
AcBombf__init2 = .text:0x00000620; // type:function size:0x2A4
|
||||
fn_17_8D0 = .text:0x000008D0; // type:function size:0x8
|
||||
fn_17_8E0 = .text:0x000008E0; // type:function size:0x138
|
||||
fn_17_A20 = .text:0x00000A20; // type:function size:0x10
|
||||
executeState__79sStateMgr_c<10dAcBombf_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000A20; // type:function size:0x10
|
||||
fn_17_A30 = .text:0x00000A30; // type:function size:0x50
|
||||
AcBombf__regrowBomb = .text:0x00000A80; // type:function size:0x124
|
||||
AcBombf__stateWaitEnter = .text:0x00000BB0; // type:function size:0x4
|
||||
AcBombf__stateWaitUpdate = .text:0x00000BC0; // type:function size:0x2DC
|
||||
AcBombf__stateWaitLeave = .text:0x00000EA0; // type:function size:0x4
|
||||
fn_17_EB0 = .text:0x00000EB0; // type:function size:0xDC
|
||||
fn_17_F90 = .text:0x00000F90; // type:function size:0x10
|
||||
fn_17_FA0 = .text:0x00000FA0; // type:function size:0x60
|
||||
fn_17_1000 = .text:0x00001000; // type:function size:0xC
|
||||
fn_17_1010 = .text:0x00001010; // type:function size:0x1C
|
||||
fn_17_1030 = .text:0x00001030; // type:function size:0x1C
|
||||
fn_17_1050 = .text:0x00001050; // type:function size:0x1C
|
||||
fn_17_1070 = .text:0x00001070; // type:function size:0x10
|
||||
fn_17_1080 = .text:0x00001080; // type:function size:0x10
|
||||
fn_17_1090 = .text:0x00001090; // type:function size:0x10
|
||||
fn_17_10A0 = .text:0x000010A0; // type:function size:0x10
|
||||
fn_17_10B0 = .text:0x000010B0; // type:function size:0x10
|
||||
fn_17_10C0 = .text:0x000010C0; // type:function size:0x10
|
||||
fn_17_10D0 = .text:0x000010D0; // type:function size:0x30
|
||||
fn_17_1100 = .text:0x00001100; // type:function size:0x30
|
||||
fn_17_1130 = .text:0x00001130; // type:function size:0x30
|
||||
fn_17_1160 = .text:0x00001160; // type:function size:0x10C
|
||||
fn_17_1270 = .text:0x00001270; // type:function size:0x58
|
||||
fn_17_12D0 = .text:0x000012D0; // type:function size:0x88
|
||||
initializeState_Wait__10dAcBombf_cFv = .text:0x00000BB0; // type:function size:0x4
|
||||
executeState_Wait__10dAcBombf_cFv = .text:0x00000BC0; // type:function size:0x2DC
|
||||
finalizeState_Wait__10dAcBombf_cFv = .text:0x00000EA0; // type:function size:0x4
|
||||
__dt__10dAcBombf_cFv = .text:0x00000EB0; // type:function size:0xDC
|
||||
getStateID__79sStateMgr_c<10dAcBombf_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00000F90; // type:function size:0x10
|
||||
build__26sFStateFct_c<10dAcBombf_c>FRC12sStateIDIf_c = .text:0x00000FA0; // type:function size:0x60
|
||||
dispose__26sFStateFct_c<10dAcBombf_c>FRP10sStateIf_c = .text:0x00001000; // type:function size:0xC
|
||||
initialize__23sFState_c<10dAcBombf_c>Fv = .text:0x00001010; // type:function size:0x1C
|
||||
execute__23sFState_c<10dAcBombf_c>Fv = .text:0x00001030; // type:function size:0x1C
|
||||
finalize__23sFState_c<10dAcBombf_c>Fv = .text:0x00001050; // type:function size:0x1C
|
||||
initializeState__79sStateMgr_c<10dAcBombf_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00001070; // type:function size:0x10
|
||||
finalizeState__79sStateMgr_c<10dAcBombf_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00001080; // type:function size:0x10
|
||||
refreshState__79sStateMgr_c<10dAcBombf_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00001090; // type:function size:0x10
|
||||
getState__79sStateMgr_c<10dAcBombf_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000010A0; // type:function size:0x10
|
||||
getNewStateID__79sStateMgr_c<10dAcBombf_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000010B0; // type:function size:0x10
|
||||
getOldStateID__79sStateMgr_c<10dAcBombf_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000010C0; // type:function size:0x10
|
||||
finalizeState__25sFStateID_c<10dAcBombf_c>CFR10dAcBombf_c = .text:0x000010D0; // type:function size:0x30
|
||||
executeState__25sFStateID_c<10dAcBombf_c>CFR10dAcBombf_c = .text:0x00001100; // type:function size:0x30
|
||||
initializeState__25sFStateID_c<10dAcBombf_c>CFR10dAcBombf_c = .text:0x00001130; // type:function size:0x30
|
||||
__sinit_\d_a_bombf_cpp = .text:0x00001160; // type:function size:0x10C scope:local
|
||||
__dt__25sFStateID_c<10dAcBombf_c>Fv = .text:0x00001270; // type:function size:0x58
|
||||
isSameName__25sFStateID_c<10dAcBombf_c>CFPCc = .text:0x000012D0; // type:function size:0x88
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
_dtors = .dtors:0x00000000; // type:label scope:global
|
||||
__destroy_global_chain_reference = .dtors:0x00000000; // type:object size:0x4 scope:global
|
||||
lbl_17_rodata_0 = .rodata:0x00000000; // type:object size:0x28 data:float
|
||||
lbl_17_rodata_28 = .rodata:0x00000028; // type:object size:0x4 data:float
|
||||
lbl_17_rodata_30 = .rodata:0x00000030; // type:object size:0x14
|
||||
lbl_17_data_0 = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
g_profile_BOMBF = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
lbl_17_data_10 = .data:0x00000010; // type:object size:0xC
|
||||
lbl_17_data_1C = .data:0x0000001C; // type:object size:0xC
|
||||
lbl_17_data_28 = .data:0x00000028; // type:object size:0x18 data:string
|
||||
|
||||
@@ -3,58 +3,58 @@ _epilog = .text:0x00000030; // type:function size:0x2C scope:global
|
||||
_unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
fn_213_F0 = .text:0x000000F0; // type:function size:0xF4
|
||||
dAcBulletGue_c_classInit__Fv = .text:0x000000F0; // type:function size:0xF4
|
||||
fn_213_1F0 = .text:0x000001F0; // type:function size:0x58
|
||||
fn_213_250 = .text:0x00000250; // type:function size:0x58
|
||||
fn_213_2B0 = .text:0x000002B0; // type:function size:0x6C
|
||||
fn_213_320 = .text:0x00000320; // type:function size:0xA0
|
||||
fn_213_3C0 = .text:0x000003C0; // type:function size:0xA4
|
||||
__dt__27sFState_c<14dAcBulletGue_c>Fv = .text:0x00000250; // type:function size:0x58
|
||||
__dt__30sFStateFct_c<14dAcBulletGue_c>Fv = .text:0x000002B0; // type:function size:0x6C
|
||||
__dt__83sStateMgr_c<14dAcBulletGue_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000320; // type:function size:0xA0
|
||||
__dt__53sFStateMgr_c<14dAcBulletGue_c,20sStateMethodUsr_FI_c>Fv = .text:0x000003C0; // type:function size:0xA4
|
||||
fn_213_470 = .text:0x00000470; // type:function size:0x84
|
||||
fn_213_500 = .text:0x00000500; // type:function size:0x13C
|
||||
fn_213_640 = .text:0x00000640; // type:function size:0x10
|
||||
changeState__83sStateMgr_c<14dAcBulletGue_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x00000640; // type:function size:0x10
|
||||
fn_213_650 = .text:0x00000650; // type:function size:0x8
|
||||
fn_213_660 = .text:0x00000660; // type:function size:0x238
|
||||
fn_213_8A0 = .text:0x000008A0; // type:function size:0x10
|
||||
fn_213_8B0 = .text:0x000008B0; // type:function size:0x10
|
||||
executeState__83sStateMgr_c<14dAcBulletGue_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000008A0; // type:function size:0x10
|
||||
getStateID__83sStateMgr_c<14dAcBulletGue_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000008B0; // type:function size:0x10
|
||||
fn_213_8C0 = .text:0x000008C0; // type:function size:0xFC
|
||||
fn_213_9C0 = .text:0x000009C0; // type:function size:0x2C
|
||||
fn_213_9F0 = .text:0x000009F0; // type:function size:0x2C
|
||||
fn_213_A20 = .text:0x00000A20; // type:function size:0x34
|
||||
fn_213_A60 = .text:0x00000A60; // type:function size:0x80
|
||||
fn_213_AE0 = .text:0x00000AE0; // type:function size:0x3C
|
||||
fn_213_B20 = .text:0x00000B20; // type:function size:0x100
|
||||
fn_213_C20 = .text:0x00000C20; // type:function size:0x10
|
||||
fn_213_C30 = .text:0x00000C30; // type:function size:0x12C
|
||||
fn_213_D60 = .text:0x00000D60; // type:function size:0x2DC
|
||||
fn_213_1040 = .text:0x00001040; // type:function size:0x4
|
||||
fn_213_1050 = .text:0x00001050; // type:function size:0xF4
|
||||
fn_213_1150 = .text:0x00001150; // type:function size:0xE0
|
||||
fn_213_1230 = .text:0x00001230; // type:function size:0x4
|
||||
fn_213_1240 = .text:0x00001240; // type:function size:0x10C
|
||||
fn_213_1350 = .text:0x00001350; // type:function size:0x60
|
||||
fn_213_13B0 = .text:0x000013B0; // type:function size:0xC
|
||||
fn_213_13C0 = .text:0x000013C0; // type:function size:0x1C
|
||||
fn_213_13E0 = .text:0x000013E0; // type:function size:0x1C
|
||||
fn_213_1400 = .text:0x00001400; // type:function size:0x1C
|
||||
fn_213_1420 = .text:0x00001420; // type:function size:0x10
|
||||
fn_213_1430 = .text:0x00001430; // type:function size:0x10
|
||||
fn_213_1440 = .text:0x00001440; // type:function size:0x10
|
||||
fn_213_1450 = .text:0x00001450; // type:function size:0x10
|
||||
fn_213_1460 = .text:0x00001460; // type:function size:0x10
|
||||
fn_213_1470 = .text:0x00001470; // type:function size:0x10
|
||||
fn_213_1480 = .text:0x00001480; // type:function size:0x30
|
||||
fn_213_14B0 = .text:0x000014B0; // type:function size:0x30
|
||||
fn_213_14E0 = .text:0x000014E0; // type:function size:0x30
|
||||
fn_213_1510 = .text:0x00001510; // type:function size:0x30C
|
||||
fn_213_1820 = .text:0x00001820; // type:function size:0x58
|
||||
fn_213_1880 = .text:0x00001880; // type:function size:0x88
|
||||
initializeState_Wait__14dAcBulletGue_cFv = .text:0x00000AE0; // type:function size:0x3C
|
||||
executeState_Wait__14dAcBulletGue_cFv = .text:0x00000B20; // type:function size:0x100
|
||||
finalizeState_Wait__14dAcBulletGue_cFv = .text:0x00000C20; // type:function size:0x10
|
||||
initializeState_Hold__14dAcBulletGue_cFv = .text:0x00000C30; // type:function size:0x12C
|
||||
executeState_Hold__14dAcBulletGue_cFv = .text:0x00000D60; // type:function size:0x2DC
|
||||
finalizeState_Hold__14dAcBulletGue_cFv = .text:0x00001040; // type:function size:0x4
|
||||
initializeState_TakeOff__14dAcBulletGue_cFv = .text:0x00001050; // type:function size:0xF4
|
||||
executeState_TakeOff__14dAcBulletGue_cFv = .text:0x00001150; // type:function size:0xE0
|
||||
finalizeState_TakeOff__14dAcBulletGue_cFv = .text:0x00001230; // type:function size:0x4
|
||||
__dt__14dAcBulletGue_cFv = .text:0x00001240; // type:function size:0x10C
|
||||
build__30sFStateFct_c<14dAcBulletGue_c>FRC12sStateIDIf_c = .text:0x00001350; // type:function size:0x60
|
||||
dispose__30sFStateFct_c<14dAcBulletGue_c>FRP10sStateIf_c = .text:0x000013B0; // type:function size:0xC
|
||||
initialize__27sFState_c<14dAcBulletGue_c>Fv = .text:0x000013C0; // type:function size:0x1C
|
||||
execute__27sFState_c<14dAcBulletGue_c>Fv = .text:0x000013E0; // type:function size:0x1C
|
||||
finalize__27sFState_c<14dAcBulletGue_c>Fv = .text:0x00001400; // type:function size:0x1C
|
||||
initializeState__83sStateMgr_c<14dAcBulletGue_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00001420; // type:function size:0x10
|
||||
finalizeState__83sStateMgr_c<14dAcBulletGue_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00001430; // type:function size:0x10
|
||||
refreshState__83sStateMgr_c<14dAcBulletGue_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00001440; // type:function size:0x10
|
||||
getState__83sStateMgr_c<14dAcBulletGue_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00001450; // type:function size:0x10
|
||||
getNewStateID__83sStateMgr_c<14dAcBulletGue_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00001460; // type:function size:0x10
|
||||
getOldStateID__83sStateMgr_c<14dAcBulletGue_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00001470; // type:function size:0x10
|
||||
finalizeState__29sFStateID_c<14dAcBulletGue_c>CFR14dAcBulletGue_c = .text:0x00001480; // type:function size:0x30
|
||||
executeState__29sFStateID_c<14dAcBulletGue_c>CFR14dAcBulletGue_c = .text:0x000014B0; // type:function size:0x30
|
||||
initializeState__29sFStateID_c<14dAcBulletGue_c>CFR14dAcBulletGue_c = .text:0x000014E0; // type:function size:0x30
|
||||
__sinit_\d_a_bullet_gue_cpp = .text:0x00001510; // type:function size:0x30C scope:local
|
||||
__dt__29sFStateID_c<14dAcBulletGue_c>Fv = .text:0x00001820; // type:function size:0x58
|
||||
isSameName__29sFStateID_c<14dAcBulletGue_c>CFPCc = .text:0x00001880; // type:function size:0x88
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
_dtors = .dtors:0x00000000; // type:label scope:global
|
||||
__destroy_global_chain_reference = .dtors:0x00000000; // type:object size:0x4 scope:global
|
||||
lbl_213_rodata_0 = .rodata:0x00000000; // type:object size:0x3C data:float
|
||||
lbl_213_rodata_3C = .rodata:0x0000003C; // type:object size:0x4 data:float
|
||||
lbl_213_rodata_40 = .rodata:0x00000040; // type:object size:0x30 data:float
|
||||
lbl_213_data_0 = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
g_profile_GUE_BULLET = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
lbl_213_data_10 = .data:0x00000010; // type:object size:0xC
|
||||
lbl_213_data_1C = .data:0x0000001C; // type:object size:0xC
|
||||
lbl_213_data_28 = .data:0x00000028; // type:object size:0x8 data:4byte
|
||||
|
||||
@@ -3,54 +3,54 @@ _epilog = .text:0x00000030; // type:function size:0x2C scope:global
|
||||
_unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
fn_325_F0 = .text:0x000000F0; // type:function size:0x17C
|
||||
dAcBulletMaguppo_c_classInit__Fv = .text:0x000000F0; // type:function size:0x17C
|
||||
fn_325_270 = .text:0x00000270; // type:function size:0x58
|
||||
fn_325_2D0 = .text:0x000002D0; // type:function size:0x58
|
||||
fn_325_330 = .text:0x00000330; // type:function size:0x6C
|
||||
fn_325_3A0 = .text:0x000003A0; // type:function size:0xA0
|
||||
fn_325_440 = .text:0x00000440; // type:function size:0xA4
|
||||
__dt__31sFState_c<18dAcBulletMaguppo_c>Fv = .text:0x000002D0; // type:function size:0x58
|
||||
__dt__34sFStateFct_c<18dAcBulletMaguppo_c>Fv = .text:0x00000330; // type:function size:0x6C
|
||||
__dt__87sStateMgr_c<18dAcBulletMaguppo_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000003A0; // type:function size:0xA0
|
||||
__dt__57sFStateMgr_c<18dAcBulletMaguppo_c,20sStateMethodUsr_FI_c>Fv = .text:0x00000440; // type:function size:0xA4
|
||||
fn_325_4F0 = .text:0x000004F0; // type:function size:0x74
|
||||
fn_325_570 = .text:0x00000570; // type:function size:0x100
|
||||
fn_325_670 = .text:0x00000670; // type:function size:0x6C
|
||||
fn_325_6E0 = .text:0x000006E0; // type:function size:0x8
|
||||
fn_325_6F0 = .text:0x000006F0; // type:function size:0x290
|
||||
fn_325_980 = .text:0x00000980; // type:function size:0x10
|
||||
changeState__87sStateMgr_c<18dAcBulletMaguppo_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x00000980; // type:function size:0x10
|
||||
fn_325_990 = .text:0x00000990; // type:function size:0x40
|
||||
fn_325_9D0 = .text:0x000009D0; // type:function size:0x10C
|
||||
fn_325_AE0 = .text:0x00000AE0; // type:function size:0x10
|
||||
executeState__87sStateMgr_c<18dAcBulletMaguppo_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000AE0; // type:function size:0x10
|
||||
fn_325_AF0 = .text:0x00000AF0; // type:function size:0x70
|
||||
fn_325_B60 = .text:0x00000B60; // type:function size:0x284
|
||||
fn_325_DF0 = .text:0x00000DF0; // type:function size:0x54
|
||||
fn_325_E50 = .text:0x00000E50; // type:function size:0x30
|
||||
fn_325_E80 = .text:0x00000E80; // type:function size:0x1C
|
||||
fn_325_EA0 = .text:0x00000EA0; // type:function size:0x4
|
||||
fn_325_EB0 = .text:0x00000EB0; // type:function size:0x1C
|
||||
fn_325_ED0 = .text:0x00000ED0; // type:function size:0x4
|
||||
fn_325_EE0 = .text:0x00000EE0; // type:function size:0x150
|
||||
fn_325_1030 = .text:0x00001030; // type:function size:0x10
|
||||
initializeState_Move__18dAcBulletMaguppo_cFv = .text:0x00000EA0; // type:function size:0x4
|
||||
executeState_Move__18dAcBulletMaguppo_cFv = .text:0x00000EB0; // type:function size:0x1C
|
||||
finalizeState_Move__18dAcBulletMaguppo_cFv = .text:0x00000ED0; // type:function size:0x4
|
||||
__dt__18dAcBulletMaguppo_cFv = .text:0x00000EE0; // type:function size:0x150
|
||||
getStateID__87sStateMgr_c<18dAcBulletMaguppo_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00001030; // type:function size:0x10
|
||||
fn_325_1040 = .text:0x00001040; // type:function size:0x4
|
||||
fn_325_1050 = .text:0x00001050; // type:function size:0x4
|
||||
fn_325_1060 = .text:0x00001060; // type:function size:0x4
|
||||
fn_325_1070 = .text:0x00001070; // type:function size:0x4
|
||||
fn_325_1080 = .text:0x00001080; // type:function size:0x4
|
||||
fn_325_1090 = .text:0x00001090; // type:function size:0x4
|
||||
fn_325_10A0 = .text:0x000010A0; // type:function size:0x60
|
||||
fn_325_1100 = .text:0x00001100; // type:function size:0xC
|
||||
fn_325_1110 = .text:0x00001110; // type:function size:0x1C
|
||||
fn_325_1130 = .text:0x00001130; // type:function size:0x1C
|
||||
fn_325_1150 = .text:0x00001150; // type:function size:0x1C
|
||||
fn_325_1170 = .text:0x00001170; // type:function size:0x10
|
||||
fn_325_1180 = .text:0x00001180; // type:function size:0x10
|
||||
fn_325_1190 = .text:0x00001190; // type:function size:0x10
|
||||
fn_325_11A0 = .text:0x000011A0; // type:function size:0x10
|
||||
fn_325_11B0 = .text:0x000011B0; // type:function size:0x10
|
||||
fn_325_11C0 = .text:0x000011C0; // type:function size:0x10
|
||||
fn_325_11D0 = .text:0x000011D0; // type:function size:0x30
|
||||
fn_325_1200 = .text:0x00001200; // type:function size:0x30
|
||||
fn_325_1230 = .text:0x00001230; // type:function size:0x30
|
||||
fn_325_1260 = .text:0x00001260; // type:function size:0x140
|
||||
fn_325_13A0 = .text:0x000013A0; // type:function size:0x58
|
||||
fn_325_1400 = .text:0x00001400; // type:function size:0x88
|
||||
build__34sFStateFct_c<18dAcBulletMaguppo_c>FRC12sStateIDIf_c = .text:0x000010A0; // type:function size:0x60
|
||||
dispose__34sFStateFct_c<18dAcBulletMaguppo_c>FRP10sStateIf_c = .text:0x00001100; // type:function size:0xC
|
||||
initialize__31sFState_c<18dAcBulletMaguppo_c>Fv = .text:0x00001110; // type:function size:0x1C
|
||||
execute__31sFState_c<18dAcBulletMaguppo_c>Fv = .text:0x00001130; // type:function size:0x1C
|
||||
finalize__31sFState_c<18dAcBulletMaguppo_c>Fv = .text:0x00001150; // type:function size:0x1C
|
||||
initializeState__87sStateMgr_c<18dAcBulletMaguppo_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00001170; // type:function size:0x10
|
||||
finalizeState__87sStateMgr_c<18dAcBulletMaguppo_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00001180; // type:function size:0x10
|
||||
refreshState__87sStateMgr_c<18dAcBulletMaguppo_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00001190; // type:function size:0x10
|
||||
getState__87sStateMgr_c<18dAcBulletMaguppo_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000011A0; // type:function size:0x10
|
||||
getNewStateID__87sStateMgr_c<18dAcBulletMaguppo_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000011B0; // type:function size:0x10
|
||||
getOldStateID__87sStateMgr_c<18dAcBulletMaguppo_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000011C0; // type:function size:0x10
|
||||
finalizeState__33sFStateID_c<18dAcBulletMaguppo_c>CFR18dAcBulletMaguppo_c = .text:0x000011D0; // type:function size:0x30
|
||||
executeState__33sFStateID_c<18dAcBulletMaguppo_c>CFR18dAcBulletMaguppo_c = .text:0x00001200; // type:function size:0x30
|
||||
initializeState__33sFStateID_c<18dAcBulletMaguppo_c>CFR18dAcBulletMaguppo_c = .text:0x00001230; // type:function size:0x30
|
||||
__sinit_\d_a_bullet_maguppo_cpp = .text:0x00001260; // type:function size:0x140 scope:local
|
||||
__dt__33sFStateID_c<18dAcBulletMaguppo_c>Fv = .text:0x000013A0; // type:function size:0x58
|
||||
isSameName__33sFStateID_c<18dAcBulletMaguppo_c>CFPCc = .text:0x00001400; // type:function size:0x88
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
_dtors = .dtors:0x00000000; // type:label scope:global
|
||||
__destroy_global_chain_reference = .dtors:0x00000000; // type:object size:0x4 scope:global
|
||||
@@ -59,7 +59,7 @@ lbl_325_rodata_4 = .rodata:0x00000004; // type:object size:0x4 data:float
|
||||
lbl_325_rodata_8 = .rodata:0x00000008; // type:object size:0x4 data:float
|
||||
lbl_325_rodata_C = .rodata:0x0000000C; // type:object size:0x1C data:float
|
||||
lbl_325_rodata_28 = .rodata:0x00000028; // type:object size:0x4 data:float
|
||||
lbl_325_data_0 = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
g_profile_MAGUPPO_BULLET = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
lbl_325_data_10 = .data:0x00000010; // type:object size:0x30
|
||||
lbl_325_data_40 = .data:0x00000040; // type:object size:0x88
|
||||
lbl_325_data_C8 = .data:0x000000C8; // type:object size:0x30
|
||||
|
||||
@@ -3,44 +3,44 @@ _epilog = .text:0x00000030; // type:function size:0x2C scope:global
|
||||
_unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
AcCoTest__ctor = .text:0x000000F0; // type:function size:0xB4
|
||||
fn_331_1B0 = .text:0x000001B0; // type:function size:0x58
|
||||
fn_331_210 = .text:0x00000210; // type:function size:0x6C
|
||||
fn_331_280 = .text:0x00000280; // type:function size:0xA0
|
||||
fn_331_320 = .text:0x00000320; // type:function size:0xA4
|
||||
dAcCoTest_classInit__Fv = .text:0x000000F0; // type:function size:0xB4
|
||||
__dt__21sFState_c<9dAcCoTest>Fv = .text:0x000001B0; // type:function size:0x58
|
||||
__dt__24sFStateFct_c<9dAcCoTest>Fv = .text:0x00000210; // type:function size:0x6C
|
||||
__dt__77sStateMgr_c<9dAcCoTest,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000280; // type:function size:0xA0
|
||||
__dt__47sFStateMgr_c<9dAcCoTest,20sStateMethodUsr_FI_c>Fv = .text:0x00000320; // type:function size:0xA4
|
||||
AcCoTest__init = .text:0x000003D0; // type:function size:0x1A8
|
||||
fn_331_580 = .text:0x00000580; // type:function size:0x10
|
||||
changeState__77sStateMgr_c<9dAcCoTest,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x00000580; // type:function size:0x10
|
||||
fn_331_590 = .text:0x00000590; // type:function size:0x8
|
||||
fn_331_5A0 = .text:0x000005A0; // type:function size:0x4C
|
||||
fn_331_5F0 = .text:0x000005F0; // type:function size:0x10
|
||||
executeState__77sStateMgr_c<9dAcCoTest,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000005F0; // type:function size:0x10
|
||||
fn_331_600 = .text:0x00000600; // type:function size:0x8
|
||||
fn_331_610 = .text:0x00000610; // type:function size:0x4
|
||||
fn_331_620 = .text:0x00000620; // type:function size:0x4
|
||||
fn_331_630 = .text:0x00000630; // type:function size:0x4
|
||||
AcCoTest__dtor = .text:0x00000640; // type:function size:0xCC
|
||||
fn_331_710 = .text:0x00000710; // type:function size:0x10
|
||||
fn_331_720 = .text:0x00000720; // type:function size:0x60
|
||||
fn_331_780 = .text:0x00000780; // type:function size:0xC
|
||||
fn_331_790 = .text:0x00000790; // type:function size:0x1C
|
||||
fn_331_7B0 = .text:0x000007B0; // type:function size:0x1C
|
||||
fn_331_7D0 = .text:0x000007D0; // type:function size:0x1C
|
||||
fn_331_7F0 = .text:0x000007F0; // type:function size:0x10
|
||||
fn_331_800 = .text:0x00000800; // type:function size:0x10
|
||||
fn_331_810 = .text:0x00000810; // type:function size:0x10
|
||||
fn_331_820 = .text:0x00000820; // type:function size:0x10
|
||||
fn_331_830 = .text:0x00000830; // type:function size:0x10
|
||||
fn_331_840 = .text:0x00000840; // type:function size:0x10
|
||||
fn_331_850 = .text:0x00000850; // type:function size:0x30
|
||||
fn_331_880 = .text:0x00000880; // type:function size:0x30
|
||||
fn_331_8B0 = .text:0x000008B0; // type:function size:0x30
|
||||
fn_331_8E0 = .text:0x000008E0; // type:function size:0x10C
|
||||
fn_331_9F0 = .text:0x000009F0; // type:function size:0x58
|
||||
fn_331_A50 = .text:0x00000A50; // type:function size:0x88
|
||||
initializeState_Wait__9dAcCoTestFv = .text:0x00000610; // type:function size:0x4
|
||||
executeState_Wait__9dAcCoTestFv = .text:0x00000620; // type:function size:0x4
|
||||
finalizeState_Wait__9dAcCoTestFv = .text:0x00000630; // type:function size:0x4
|
||||
__dt__9dAcCoTestFv = .text:0x00000640; // type:function size:0xCC
|
||||
getStateID__77sStateMgr_c<9dAcCoTest,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00000710; // type:function size:0x10
|
||||
build__24sFStateFct_c<9dAcCoTest>FRC12sStateIDIf_c = .text:0x00000720; // type:function size:0x60
|
||||
dispose__24sFStateFct_c<9dAcCoTest>FRP10sStateIf_c = .text:0x00000780; // type:function size:0xC
|
||||
initialize__21sFState_c<9dAcCoTest>Fv = .text:0x00000790; // type:function size:0x1C
|
||||
execute__21sFState_c<9dAcCoTest>Fv = .text:0x000007B0; // type:function size:0x1C
|
||||
finalize__21sFState_c<9dAcCoTest>Fv = .text:0x000007D0; // type:function size:0x1C
|
||||
initializeState__77sStateMgr_c<9dAcCoTest,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000007F0; // type:function size:0x10
|
||||
finalizeState__77sStateMgr_c<9dAcCoTest,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000800; // type:function size:0x10
|
||||
refreshState__77sStateMgr_c<9dAcCoTest,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000810; // type:function size:0x10
|
||||
getState__77sStateMgr_c<9dAcCoTest,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00000820; // type:function size:0x10
|
||||
getNewStateID__77sStateMgr_c<9dAcCoTest,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00000830; // type:function size:0x10
|
||||
getOldStateID__77sStateMgr_c<9dAcCoTest,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00000840; // type:function size:0x10
|
||||
finalizeState__23sFStateID_c<9dAcCoTest>CFR9dAcCoTest = .text:0x00000850; // type:function size:0x30
|
||||
executeState__23sFStateID_c<9dAcCoTest>CFR9dAcCoTest = .text:0x00000880; // type:function size:0x30
|
||||
initializeState__23sFStateID_c<9dAcCoTest>CFR9dAcCoTest = .text:0x000008B0; // type:function size:0x30
|
||||
__sinit_\d_a_co_test_cpp = .text:0x000008E0; // type:function size:0x10C scope:local
|
||||
__dt__23sFStateID_c<9dAcCoTest>Fv = .text:0x000009F0; // type:function size:0x58
|
||||
isSameName__23sFStateID_c<9dAcCoTest>CFPCc = .text:0x00000A50; // type:function size:0x88
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
_dtors = .dtors:0x00000000; // type:label scope:global
|
||||
__destroy_global_chain_reference = .dtors:0x00000000; // type:object size:0x4 scope:global
|
||||
lbl_331_rodata_0 = .rodata:0x00000000; // type:object size:0x10 data:float
|
||||
lbl_331_data_0 = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
g_profile_CO_TEST = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
lbl_331_data_10 = .data:0x00000010; // type:object size:0x30 data:float
|
||||
lbl_331_data_40 = .data:0x00000040; // type:object size:0x80
|
||||
lbl_331_data_C0 = .data:0x000000C0; // type:object size:0x30
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
_prolog = .text:0x00000000; // type:function size:0x2C scope:global
|
||||
_epilog = .text:0x00000030; // type:function size:0x2C scope:global
|
||||
_unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
fn_153_70 = .text:0x00000070; // type:function size:0x30
|
||||
fn_153_A0 = .text:0x000000A0; // type:function size:0x84
|
||||
fn_153_130 = .text:0x00000130; // type:function size:0x68
|
||||
dAcColStp_c_classInit__Fv = .text:0x00000070; // type:function size:0x30
|
||||
__ct__11dAcColStp_cFv = .text:0x000000A0; // type:function size:0x84
|
||||
__dt__11dAcColStp_cFv = .text:0x00000130; // type:function size:0x68
|
||||
fn_153_1A0 = .text:0x000001A0; // type:function size:0x14
|
||||
fn_153_1C0 = .text:0x000001C0; // type:function size:0x268
|
||||
fn_153_430 = .text:0x00000430; // type:function size:0x14
|
||||
@@ -27,7 +27,7 @@ lbl_153_rodata_10 = .rodata:0x00000010; // type:object size:0x20 data:float
|
||||
lbl_153_rodata_30 = .rodata:0x00000030; // type:object size:0x14
|
||||
lbl_153_rodata_44 = .rodata:0x00000044; // type:object size:0x10 data:float
|
||||
lbl_153_rodata_54 = .rodata:0x00000054; // type:object size:0x8 data:float
|
||||
lbl_153_data_0 = .data:0x00000000; // type:object size:0x10 data:float
|
||||
g_profile_COL_STP = .data:0x00000000; // type:object size:0x10
|
||||
lbl_153_data_10 = .data:0x00000010; // type:object size:0x98 data:float
|
||||
lbl_153_data_A8 = .data:0x000000A8; // type:object size:0x80
|
||||
lbl_153_bss_8 = .bss:0x00000008; // type:object size:0x4 data:float
|
||||
|
||||
@@ -3,69 +3,69 @@ _epilog = .text:0x00000030; // type:function size:0x2C scope:global
|
||||
_unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
AcEnCl__ctor = .text:0x000000F0; // type:function size:0xF0
|
||||
fn_152_1E0 = .text:0x000001E0; // type:function size:0x58
|
||||
fn_152_240 = .text:0x00000240; // type:function size:0x6C
|
||||
fn_152_2B0 = .text:0x000002B0; // type:function size:0xA0
|
||||
fn_152_350 = .text:0x00000350; // type:function size:0xA4
|
||||
dAcEnCl_c_classInit__Fv = .text:0x000000F0; // type:function size:0xF0
|
||||
__dt__21sFState_c<9dAcEnCl_c>Fv = .text:0x000001E0; // type:function size:0x58
|
||||
__dt__24sFStateFct_c<9dAcEnCl_c>Fv = .text:0x00000240; // type:function size:0x6C
|
||||
__dt__77sStateMgr_c<9dAcEnCl_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000002B0; // type:function size:0xA0
|
||||
__dt__47sFStateMgr_c<9dAcEnCl_c,20sStateMethodUsr_FI_c>Fv = .text:0x00000350; // type:function size:0xA4
|
||||
fn_152_400 = .text:0x00000400; // type:function size:0x14
|
||||
fn_152_420 = .text:0x00000420; // type:function size:0x58
|
||||
AcEnCl__init = .text:0x00000480; // type:function size:0x388
|
||||
fn_152_810 = .text:0x00000810; // type:function size:0x10
|
||||
changeState__77sStateMgr_c<9dAcEnCl_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x00000810; // type:function size:0x10
|
||||
fn_152_820 = .text:0x00000820; // type:function size:0x8
|
||||
AcEnCl__update = .text:0x00000830; // type:function size:0x168
|
||||
fn_152_9A0 = .text:0x000009A0; // type:function size:0x10
|
||||
fn_152_9B0 = .text:0x000009B0; // type:function size:0x10
|
||||
executeState__77sStateMgr_c<9dAcEnCl_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000009A0; // type:function size:0x10
|
||||
getStateID__77sStateMgr_c<9dAcEnCl_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000009B0; // type:function size:0x10
|
||||
fn_152_9C0 = .text:0x000009C0; // type:function size:0x8
|
||||
fn_152_9D0 = .text:0x000009D0; // type:function size:0x4
|
||||
fn_152_9E0 = .text:0x000009E0; // type:function size:0x74
|
||||
fn_152_A60 = .text:0x00000A60; // type:function size:0x4
|
||||
fn_152_A70 = .text:0x00000A70; // type:function size:0x4
|
||||
fn_152_A80 = .text:0x00000A80; // type:function size:0x4
|
||||
fn_152_A90 = .text:0x00000A90; // type:function size:0x4
|
||||
fn_152_AA0 = .text:0x00000AA0; // type:function size:0x4
|
||||
fn_152_AB0 = .text:0x00000AB0; // type:function size:0x4
|
||||
fn_152_AC0 = .text:0x00000AC0; // type:function size:0x4
|
||||
fn_152_AD0 = .text:0x00000AD0; // type:function size:0x4
|
||||
fn_152_AE0 = .text:0x00000AE0; // type:function size:0x60
|
||||
fn_152_B40 = .text:0x00000B40; // type:function size:0x4
|
||||
fn_152_B50 = .text:0x00000B50; // type:function size:0x4
|
||||
fn_152_B60 = .text:0x00000B60; // type:function size:0x4
|
||||
fn_152_B70 = .text:0x00000B70; // type:function size:0x4
|
||||
fn_152_B80 = .text:0x00000B80; // type:function size:0x4
|
||||
fn_152_B90 = .text:0x00000B90; // type:function size:0x184
|
||||
initializeState_pathMove__9dAcEnCl_cFv = .text:0x000009D0; // type:function size:0x4
|
||||
executeState_pathMove__9dAcEnCl_cFv = .text:0x000009E0; // type:function size:0x74
|
||||
finalizeState_pathMove__9dAcEnCl_cFv = .text:0x00000A60; // type:function size:0x4
|
||||
initializeState_pathStop__9dAcEnCl_cFv = .text:0x00000A70; // type:function size:0x4
|
||||
executeState_pathStop__9dAcEnCl_cFv = .text:0x00000A80; // type:function size:0x4
|
||||
finalizeState_pathStop__9dAcEnCl_cFv = .text:0x00000A90; // type:function size:0x4
|
||||
initializeState_pathRoof__9dAcEnCl_cFv = .text:0x00000AA0; // type:function size:0x4
|
||||
executeState_pathRoof__9dAcEnCl_cFv = .text:0x00000AB0; // type:function size:0x4
|
||||
finalizeState_pathRoof__9dAcEnCl_cFv = .text:0x00000AC0; // type:function size:0x4
|
||||
initializeState_rangeCheck_All__9dAcEnCl_cFv = .text:0x00000AD0; // type:function size:0x4
|
||||
executeState_rangeCheck_All__9dAcEnCl_cFv = .text:0x00000AE0; // type:function size:0x60
|
||||
finalizeState_rangeCheck_All__9dAcEnCl_cFv = .text:0x00000B40; // type:function size:0x4
|
||||
initializeState_infinite__9dAcEnCl_cFv = .text:0x00000B50; // type:function size:0x4
|
||||
executeState_infinite__9dAcEnCl_cFv = .text:0x00000B60; // type:function size:0x4
|
||||
finalizeState_infinite__9dAcEnCl_cFv = .text:0x00000B70; // type:function size:0x4
|
||||
initializeState_rangeMove__9dAcEnCl_cFv = .text:0x00000B80; // type:function size:0x4
|
||||
executeState_rangeMove__9dAcEnCl_cFv = .text:0x00000B90; // type:function size:0x184
|
||||
fn_152_D20 = .text:0x00000D20; // type:function size:0x1C
|
||||
fn_152_D40 = .text:0x00000D40; // type:function size:0x4
|
||||
fn_152_D50 = .text:0x00000D50; // type:function size:0x1C
|
||||
fn_152_D70 = .text:0x00000D70; // type:function size:0x10C
|
||||
fn_152_E80 = .text:0x00000E80; // type:function size:0x4
|
||||
finalizeState_rangeMove__9dAcEnCl_cFv = .text:0x00000D40; // type:function size:0x4
|
||||
initializeState_rangeSearch__9dAcEnCl_cFv = .text:0x00000D50; // type:function size:0x1C
|
||||
executeState_rangeSearch__9dAcEnCl_cFv = .text:0x00000D70; // type:function size:0x10C
|
||||
finalizeState_rangeSearch__9dAcEnCl_cFv = .text:0x00000E80; // type:function size:0x4
|
||||
fn_152_E90 = .text:0x00000E90; // type:function size:0x54
|
||||
fn_152_EF0 = .text:0x00000EF0; // type:function size:0x58
|
||||
AcEnCl__dtor = .text:0x00000F50; // type:function size:0xE8
|
||||
fn_152_1040 = .text:0x00001040; // type:function size:0x60
|
||||
fn_152_10A0 = .text:0x000010A0; // type:function size:0xC
|
||||
fn_152_10B0 = .text:0x000010B0; // type:function size:0x1C
|
||||
fn_152_10D0 = .text:0x000010D0; // type:function size:0x1C
|
||||
fn_152_10F0 = .text:0x000010F0; // type:function size:0x1C
|
||||
fn_152_1110 = .text:0x00001110; // type:function size:0x10
|
||||
fn_152_1120 = .text:0x00001120; // type:function size:0x10
|
||||
fn_152_1130 = .text:0x00001130; // type:function size:0x10
|
||||
fn_152_1140 = .text:0x00001140; // type:function size:0x10
|
||||
fn_152_1150 = .text:0x00001150; // type:function size:0x10
|
||||
fn_152_1160 = .text:0x00001160; // type:function size:0x10
|
||||
fn_152_1170 = .text:0x00001170; // type:function size:0x30
|
||||
fn_152_11A0 = .text:0x000011A0; // type:function size:0x30
|
||||
fn_152_11D0 = .text:0x000011D0; // type:function size:0x30
|
||||
fn_152_1200 = .text:0x00001200; // type:function size:0x738
|
||||
fn_152_1940 = .text:0x00001940; // type:function size:0x58
|
||||
fn_152_19A0 = .text:0x000019A0; // type:function size:0x88
|
||||
__dt__9dAcEnCl_cFv = .text:0x00000F50; // type:function size:0xE8
|
||||
build__24sFStateFct_c<9dAcEnCl_c>FRC12sStateIDIf_c = .text:0x00001040; // type:function size:0x60
|
||||
dispose__24sFStateFct_c<9dAcEnCl_c>FRP10sStateIf_c = .text:0x000010A0; // type:function size:0xC
|
||||
initialize__21sFState_c<9dAcEnCl_c>Fv = .text:0x000010B0; // type:function size:0x1C
|
||||
execute__21sFState_c<9dAcEnCl_c>Fv = .text:0x000010D0; // type:function size:0x1C
|
||||
finalize__21sFState_c<9dAcEnCl_c>Fv = .text:0x000010F0; // type:function size:0x1C
|
||||
initializeState__77sStateMgr_c<9dAcEnCl_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00001110; // type:function size:0x10
|
||||
finalizeState__77sStateMgr_c<9dAcEnCl_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00001120; // type:function size:0x10
|
||||
refreshState__77sStateMgr_c<9dAcEnCl_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00001130; // type:function size:0x10
|
||||
getState__77sStateMgr_c<9dAcEnCl_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00001140; // type:function size:0x10
|
||||
getNewStateID__77sStateMgr_c<9dAcEnCl_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00001150; // type:function size:0x10
|
||||
getOldStateID__77sStateMgr_c<9dAcEnCl_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00001160; // type:function size:0x10
|
||||
finalizeState__23sFStateID_c<9dAcEnCl_c>CFR9dAcEnCl_c = .text:0x00001170; // type:function size:0x30
|
||||
executeState__23sFStateID_c<9dAcEnCl_c>CFR9dAcEnCl_c = .text:0x000011A0; // type:function size:0x30
|
||||
initializeState__23sFStateID_c<9dAcEnCl_c>CFR9dAcEnCl_c = .text:0x000011D0; // type:function size:0x30
|
||||
__sinit_\d_a_control_cpp = .text:0x00001200; // type:function size:0x738 scope:local
|
||||
__dt__23sFStateID_c<9dAcEnCl_c>Fv = .text:0x00001940; // type:function size:0x58
|
||||
isSameName__23sFStateID_c<9dAcEnCl_c>CFPCc = .text:0x000019A0; // type:function size:0x88
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
_dtors = .dtors:0x00000000; // type:label scope:global
|
||||
__destroy_global_chain_reference = .dtors:0x00000000; // type:object size:0x4 scope:global
|
||||
lbl_152_rodata_0 = .rodata:0x00000000; // type:object size:0x28 data:float
|
||||
lbl_152_rodata_28 = .rodata:0x00000028; // type:object size:0x4 data:float
|
||||
lbl_152_rodata_2C = .rodata:0x0000002C; // type:object size:0x18 data:float
|
||||
lbl_152_data_0 = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
g_profile_ENEMY_CONTROL = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
lbl_152_data_10 = .data:0x00000010; // type:object size:0x8 data:4byte
|
||||
lbl_152_data_18 = .data:0x00000018; // type:object size:0x80
|
||||
lbl_152_data_98 = .data:0x00000098; // type:object size:0x30
|
||||
|
||||
@@ -4,67 +4,67 @@ _unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
fn_491_F0 = .text:0x000000F0; // type:function size:0x40
|
||||
AcDemoNpcBird__ctor = .text:0x00000130; // type:function size:0x14C
|
||||
dAcDemoNpcBird_c_classInit__Fv = .text:0x00000130; // type:function size:0x14C
|
||||
fn_491_280 = .text:0x00000280; // type:function size:0x58
|
||||
fn_491_2E0 = .text:0x000002E0; // type:function size:0x4
|
||||
fn_491_2F0 = .text:0x000002F0; // type:function size:0x58
|
||||
fn_491_350 = .text:0x00000350; // type:function size:0x6C
|
||||
fn_491_3C0 = .text:0x000003C0; // type:function size:0xA0
|
||||
fn_491_460 = .text:0x00000460; // type:function size:0xA4
|
||||
__dt__29sFState_c<16dAcDemoNpcBird_c>Fv = .text:0x000002F0; // type:function size:0x58
|
||||
__dt__32sFStateFct_c<16dAcDemoNpcBird_c>Fv = .text:0x00000350; // type:function size:0x6C
|
||||
__dt__85sStateMgr_c<16dAcDemoNpcBird_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000003C0; // type:function size:0xA0
|
||||
__dt__55sFStateMgr_c<16dAcDemoNpcBird_c,20sStateMethodUsr_FI_c>Fv = .text:0x00000460; // type:function size:0xA4
|
||||
fn_491_510 = .text:0x00000510; // type:function size:0x4
|
||||
fn_491_520 = .text:0x00000520; // type:function size:0xC0
|
||||
fn_491_5E0 = .text:0x000005E0; // type:function size:0xEC
|
||||
fn_491_6D0 = .text:0x000006D0; // type:function size:0x10
|
||||
changeState__85sStateMgr_c<16dAcDemoNpcBird_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x000006D0; // type:function size:0x10
|
||||
fn_491_6E0 = .text:0x000006E0; // type:function size:0x8
|
||||
fn_491_6F0 = .text:0x000006F0; // type:function size:0x94
|
||||
fn_491_790 = .text:0x00000790; // type:function size:0x10
|
||||
executeState__85sStateMgr_c<16dAcDemoNpcBird_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000790; // type:function size:0x10
|
||||
fn_491_7A0 = .text:0x000007A0; // type:function size:0xC0
|
||||
fn_491_860 = .text:0x00000860; // type:function size:0x10
|
||||
getStateID__85sStateMgr_c<16dAcDemoNpcBird_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00000860; // type:function size:0x10
|
||||
fn_491_870 = .text:0x00000870; // type:function size:0x24
|
||||
fn_491_8A0 = .text:0x000008A0; // type:function size:0xC8
|
||||
fn_491_970 = .text:0x00000970; // type:function size:0x78
|
||||
fn_491_9F0 = .text:0x000009F0; // type:function size:0x40
|
||||
fn_491_A30 = .text:0x00000A30; // type:function size:0x188
|
||||
fn_491_BC0 = .text:0x00000BC0; // type:function size:0x3C
|
||||
fn_491_C00 = .text:0x00000C00; // type:function size:0x38
|
||||
fn_491_C40 = .text:0x00000C40; // type:function size:0x4
|
||||
fn_491_C50 = .text:0x00000C50; // type:function size:0x4
|
||||
fn_491_C60 = .text:0x00000C60; // type:function size:0xC
|
||||
fn_491_C70 = .text:0x00000C70; // type:function size:0x54
|
||||
initializeState_Hide__16dAcDemoNpcBird_cFv = .text:0x00000C00; // type:function size:0x38
|
||||
executeState_Hide__16dAcDemoNpcBird_cFv = .text:0x00000C40; // type:function size:0x4
|
||||
finalizeState_Hide__16dAcDemoNpcBird_cFv = .text:0x00000C50; // type:function size:0x4
|
||||
initializeState_Call__16dAcDemoNpcBird_cFv = .text:0x00000C60; // type:function size:0xC
|
||||
executeState_Call__16dAcDemoNpcBird_cFv = .text:0x00000C70; // type:function size:0x54
|
||||
fn_491_CD0 = .text:0x00000CD0; // type:function size:0x1C
|
||||
fn_491_CF0 = .text:0x00000CF0; // type:function size:0x4
|
||||
fn_491_D00 = .text:0x00000D00; // type:function size:0x34
|
||||
fn_491_D40 = .text:0x00000D40; // type:function size:0x15C
|
||||
fn_491_EA0 = .text:0x00000EA0; // type:function size:0x4
|
||||
fn_491_EB0 = .text:0x00000EB0; // type:function size:0x14
|
||||
fn_491_ED0 = .text:0x00000ED0; // type:function size:0x9C
|
||||
fn_491_F70 = .text:0x00000F70; // type:function size:0x4
|
||||
fn_491_F80 = .text:0x00000F80; // type:function size:0x58
|
||||
fn_491_FE0 = .text:0x00000FE0; // type:function size:0x25C
|
||||
finalizeState_Call__16dAcDemoNpcBird_cFv = .text:0x00000CF0; // type:function size:0x4
|
||||
initializeState_Fly1__16dAcDemoNpcBird_cFv = .text:0x00000D00; // type:function size:0x34
|
||||
executeState_Fly1__16dAcDemoNpcBird_cFv = .text:0x00000D40; // type:function size:0x15C
|
||||
finalizeState_Fly1__16dAcDemoNpcBird_cFv = .text:0x00000EA0; // type:function size:0x4
|
||||
initializeState_Fly2__16dAcDemoNpcBird_cFv = .text:0x00000EB0; // type:function size:0x14
|
||||
executeState_Fly2__16dAcDemoNpcBird_cFv = .text:0x00000ED0; // type:function size:0x9C
|
||||
finalizeState_Fly2__16dAcDemoNpcBird_cFv = .text:0x00000F70; // type:function size:0x4
|
||||
initializeState_Fly3__16dAcDemoNpcBird_cFv = .text:0x00000F80; // type:function size:0x58
|
||||
executeState_Fly3__16dAcDemoNpcBird_cFv = .text:0x00000FE0; // type:function size:0x25C
|
||||
fn_491_1240 = .text:0x00001240; // type:function size:0x88
|
||||
fn_491_12D0 = .text:0x000012D0; // type:function size:0x4
|
||||
finalizeState_Fly3__16dAcDemoNpcBird_cFv = .text:0x000012D0; // type:function size:0x4
|
||||
fn_491_12E0 = .text:0x000012E0; // type:function size:0xC
|
||||
fn_491_12F0 = .text:0x000012F0; // type:function size:0xC
|
||||
fn_491_1300 = .text:0x00001300; // type:function size:0xC
|
||||
fn_491_1310 = .text:0x00001310; // type:function size:0x20
|
||||
fn_491_1330 = .text:0x00001330; // type:function size:0x170
|
||||
fn_491_14A0 = .text:0x000014A0; // type:function size:0x10
|
||||
fn_491_14B0 = .text:0x000014B0; // type:function size:0x60
|
||||
fn_491_1510 = .text:0x00001510; // type:function size:0xC
|
||||
fn_491_1520 = .text:0x00001520; // type:function size:0x1C
|
||||
fn_491_1540 = .text:0x00001540; // type:function size:0x1C
|
||||
fn_491_1560 = .text:0x00001560; // type:function size:0x1C
|
||||
fn_491_1580 = .text:0x00001580; // type:function size:0x10
|
||||
fn_491_1590 = .text:0x00001590; // type:function size:0x10
|
||||
fn_491_15A0 = .text:0x000015A0; // type:function size:0x10
|
||||
fn_491_15B0 = .text:0x000015B0; // type:function size:0x10
|
||||
fn_491_15C0 = .text:0x000015C0; // type:function size:0x10
|
||||
fn_491_15D0 = .text:0x000015D0; // type:function size:0x30
|
||||
fn_491_1600 = .text:0x00001600; // type:function size:0x30
|
||||
fn_491_1630 = .text:0x00001630; // type:function size:0x30
|
||||
fn_491_1660 = .text:0x00001660; // type:function size:0x3F4
|
||||
fn_491_1A60 = .text:0x00001A60; // type:function size:0x58
|
||||
fn_491_1AC0 = .text:0x00001AC0; // type:function size:0x88
|
||||
__dt__16dAcDemoNpcBird_cFv = .text:0x00001330; // type:function size:0x170
|
||||
getOldStateID__85sStateMgr_c<16dAcDemoNpcBird_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000014A0; // type:function size:0x10
|
||||
build__32sFStateFct_c<16dAcDemoNpcBird_c>FRC12sStateIDIf_c = .text:0x000014B0; // type:function size:0x60
|
||||
dispose__32sFStateFct_c<16dAcDemoNpcBird_c>FRP10sStateIf_c = .text:0x00001510; // type:function size:0xC
|
||||
initialize__29sFState_c<16dAcDemoNpcBird_c>Fv = .text:0x00001520; // type:function size:0x1C
|
||||
execute__29sFState_c<16dAcDemoNpcBird_c>Fv = .text:0x00001540; // type:function size:0x1C
|
||||
finalize__29sFState_c<16dAcDemoNpcBird_c>Fv = .text:0x00001560; // type:function size:0x1C
|
||||
initializeState__85sStateMgr_c<16dAcDemoNpcBird_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00001580; // type:function size:0x10
|
||||
finalizeState__85sStateMgr_c<16dAcDemoNpcBird_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00001590; // type:function size:0x10
|
||||
refreshState__85sStateMgr_c<16dAcDemoNpcBird_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000015A0; // type:function size:0x10
|
||||
getState__85sStateMgr_c<16dAcDemoNpcBird_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000015B0; // type:function size:0x10
|
||||
getNewStateID__85sStateMgr_c<16dAcDemoNpcBird_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000015C0; // type:function size:0x10
|
||||
finalizeState__31sFStateID_c<16dAcDemoNpcBird_c>CFR16dAcDemoNpcBird_c = .text:0x000015D0; // type:function size:0x30
|
||||
executeState__31sFStateID_c<16dAcDemoNpcBird_c>CFR16dAcDemoNpcBird_c = .text:0x00001600; // type:function size:0x30
|
||||
initializeState__31sFStateID_c<16dAcDemoNpcBird_c>CFR16dAcDemoNpcBird_c = .text:0x00001630; // type:function size:0x30
|
||||
__sinit_\d_a_demo_npc_bird_cpp = .text:0x00001660; // type:function size:0x3F4 scope:local
|
||||
__dt__31sFStateID_c<16dAcDemoNpcBird_c>Fv = .text:0x00001A60; // type:function size:0x58
|
||||
isSameName__31sFStateID_c<16dAcDemoNpcBird_c>CFPCc = .text:0x00001AC0; // type:function size:0x88
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
_dtors = .dtors:0x00000000; // type:label scope:global
|
||||
__destroy_global_chain_reference = .dtors:0x00000000; // type:object size:0x4 scope:global
|
||||
@@ -76,7 +76,7 @@ lbl_491_rodata_4C = .rodata:0x0000004C; // type:object size:0x8 data:float
|
||||
lbl_491_rodata_54 = .rodata:0x00000054; // type:object size:0x4 data:float
|
||||
lbl_491_rodata_58 = .rodata:0x00000058; // type:object size:0x18 data:float
|
||||
lbl_491_rodata_70 = .rodata:0x00000070; // type:object size:0xC
|
||||
lbl_491_data_0 = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
g_profile_DEMO_NPC_BIRD = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
lbl_491_data_10 = .data:0x00000010; // type:object size:0xC
|
||||
lbl_491_data_1C = .data:0x0000001C; // type:object size:0xC
|
||||
lbl_491_data_28 = .data:0x00000028; // type:object size:0x18
|
||||
|
||||
@@ -4,12 +4,12 @@ _unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
fn_138_F0 = .text:0x000000F0; // type:function size:0x40
|
||||
fn_138_130 = .text:0x00000130; // type:function size:0x1A0
|
||||
dAcEAm_c_classInit__Fv = .text:0x00000130; // type:function size:0x1A0
|
||||
fn_138_2D0 = .text:0x000002D0; // type:function size:0x58
|
||||
fn_138_330 = .text:0x00000330; // type:function size:0x58
|
||||
fn_138_390 = .text:0x00000390; // type:function size:0x6C
|
||||
fn_138_400 = .text:0x00000400; // type:function size:0xA0
|
||||
fn_138_4A0 = .text:0x000004A0; // type:function size:0xA4
|
||||
__dt__20sFState_c<8dAcEAm_c>Fv = .text:0x00000330; // type:function size:0x58
|
||||
__dt__23sFStateFct_c<8dAcEAm_c>Fv = .text:0x00000390; // type:function size:0x6C
|
||||
__dt__76sStateMgr_c<8dAcEAm_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000400; // type:function size:0xA0
|
||||
__dt__46sFStateMgr_c<8dAcEAm_c,20sStateMethodUsr_FI_c>Fv = .text:0x000004A0; // type:function size:0xA4
|
||||
fn_138_550 = .text:0x00000550; // type:function size:0x4
|
||||
fn_138_560 = .text:0x00000560; // type:function size:0x58
|
||||
fn_138_5C0 = .text:0x000005C0; // type:function size:0x58
|
||||
@@ -19,49 +19,49 @@ fn_138_710 = .text:0x00000710; // type:function size:0x90
|
||||
fn_138_7A0 = .text:0x000007A0; // type:function size:0x200
|
||||
fn_138_9A0 = .text:0x000009A0; // type:function size:0x194
|
||||
fn_138_B40 = .text:0x00000B40; // type:function size:0x358
|
||||
fn_138_EA0 = .text:0x00000EA0; // type:function size:0x10
|
||||
changeState__76sStateMgr_c<8dAcEAm_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x00000EA0; // type:function size:0x10
|
||||
fn_138_EB0 = .text:0x00000EB0; // type:function size:0x98
|
||||
fn_138_F50 = .text:0x00000F50; // type:function size:0x8
|
||||
fn_138_F60 = .text:0x00000F60; // type:function size:0x16AC
|
||||
fn_138_2610 = .text:0x00002610; // type:function size:0x10
|
||||
fn_138_2620 = .text:0x00002620; // type:function size:0x10
|
||||
executeState__76sStateMgr_c<8dAcEAm_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00002610; // type:function size:0x10
|
||||
getStateID__76sStateMgr_c<8dAcEAm_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00002620; // type:function size:0x10
|
||||
fn_138_2630 = .text:0x00002630; // type:function size:0x4C
|
||||
fn_138_2680 = .text:0x00002680; // type:function size:0x1C
|
||||
fn_138_26A0 = .text:0x000026A0; // type:function size:0x15C
|
||||
fn_138_2800 = .text:0x00002800; // type:function size:0x114
|
||||
fn_138_2920 = .text:0x00002920; // type:function size:0x40
|
||||
initializeState_Stop__8dAcEAm_cFv = .text:0x00002800; // type:function size:0x114
|
||||
executeState_Stop__8dAcEAm_cFv = .text:0x00002920; // type:function size:0x40
|
||||
fn_138_2960 = .text:0x00002960; // type:function size:0x4
|
||||
fn_138_2970 = .text:0x00002970; // type:function size:0x4
|
||||
fn_138_2980 = .text:0x00002980; // type:function size:0xC
|
||||
fn_138_2990 = .text:0x00002990; // type:function size:0x8C
|
||||
fn_138_2A20 = .text:0x00002A20; // type:function size:0x4
|
||||
fn_138_2A30 = .text:0x00002A30; // type:function size:0x4
|
||||
fn_138_2A40 = .text:0x00002A40; // type:function size:0x140
|
||||
fn_138_2B80 = .text:0x00002B80; // type:function size:0x4
|
||||
fn_138_2B90 = .text:0x00002B90; // type:function size:0x130
|
||||
fn_138_2CC0 = .text:0x00002CC0; // type:function size:0x328
|
||||
fn_138_2FF0 = .text:0x00002FF0; // type:function size:0x4
|
||||
fn_138_3000 = .text:0x00003000; // type:function size:0x14
|
||||
fn_138_3020 = .text:0x00003020; // type:function size:0x2C4
|
||||
fn_138_32F0 = .text:0x000032F0; // type:function size:0x4
|
||||
fn_138_3300 = .text:0x00003300; // type:function size:0x84
|
||||
fn_138_3390 = .text:0x00003390; // type:function size:0x124
|
||||
fn_138_34C0 = .text:0x000034C0; // type:function size:0x4
|
||||
fn_138_34D0 = .text:0x000034D0; // type:function size:0x6C
|
||||
fn_138_3540 = .text:0x00003540; // type:function size:0xBC
|
||||
fn_138_3600 = .text:0x00003600; // type:function size:0x4
|
||||
fn_138_3610 = .text:0x00003610; // type:function size:0x158
|
||||
fn_138_3770 = .text:0x00003770; // type:function size:0x1D8
|
||||
fn_138_3950 = .text:0x00003950; // type:function size:0x4
|
||||
fn_138_3960 = .text:0x00003960; // type:function size:0x94
|
||||
fn_138_3A00 = .text:0x00003A00; // type:function size:0x1C0
|
||||
fn_138_3BC0 = .text:0x00003BC0; // type:function size:0x4
|
||||
fn_138_3BD0 = .text:0x00003BD0; // type:function size:0x84
|
||||
fn_138_3C60 = .text:0x00003C60; // type:function size:0x74
|
||||
fn_138_3CE0 = .text:0x00003CE0; // type:function size:0x4
|
||||
fn_138_3CF0 = .text:0x00003CF0; // type:function size:0xC0
|
||||
fn_138_3DB0 = .text:0x00003DB0; // type:function size:0x118
|
||||
fn_138_3ED0 = .text:0x00003ED0; // type:function size:0x4
|
||||
finalizeState_Stop__8dAcEAm_cFv = .text:0x00002970; // type:function size:0x4
|
||||
initializeState_Appear__8dAcEAm_cFv = .text:0x00002980; // type:function size:0xC
|
||||
executeState_Appear__8dAcEAm_cFv = .text:0x00002990; // type:function size:0x8C
|
||||
finalizeState_Appear__8dAcEAm_cFv = .text:0x00002A20; // type:function size:0x4
|
||||
initializeState_StartWait__8dAcEAm_cFv = .text:0x00002A30; // type:function size:0x4
|
||||
executeState_StartWait__8dAcEAm_cFv = .text:0x00002A40; // type:function size:0x140
|
||||
finalizeState_StartWait__8dAcEAm_cFv = .text:0x00002B80; // type:function size:0x4
|
||||
initializeState_Normal__8dAcEAm_cFv = .text:0x00002B90; // type:function size:0x130
|
||||
executeState_Normal__8dAcEAm_cFv = .text:0x00002CC0; // type:function size:0x328
|
||||
finalizeState_Normal__8dAcEAm_cFv = .text:0x00002FF0; // type:function size:0x4
|
||||
initializeState_RetMove__8dAcEAm_cFv = .text:0x00003000; // type:function size:0x14
|
||||
executeState_RetMove__8dAcEAm_cFv = .text:0x00003020; // type:function size:0x2C4
|
||||
finalizeState_RetMove__8dAcEAm_cFv = .text:0x000032F0; // type:function size:0x4
|
||||
initializeState_LongJump__8dAcEAm_cFv = .text:0x00003300; // type:function size:0x84
|
||||
executeState_LongJump__8dAcEAm_cFv = .text:0x00003390; // type:function size:0x124
|
||||
finalizeState_LongJump__8dAcEAm_cFv = .text:0x000034C0; // type:function size:0x4
|
||||
initializeState_Wait__8dAcEAm_cFv = .text:0x000034D0; // type:function size:0x6C
|
||||
executeState_Wait__8dAcEAm_cFv = .text:0x00003540; // type:function size:0xBC
|
||||
finalizeState_Wait__8dAcEAm_cFv = .text:0x00003600; // type:function size:0x4
|
||||
initializeState_Chance__8dAcEAm_cFv = .text:0x00003610; // type:function size:0x158
|
||||
executeState_Chance__8dAcEAm_cFv = .text:0x00003770; // type:function size:0x1D8
|
||||
finalizeState_Chance__8dAcEAm_cFv = .text:0x00003950; // type:function size:0x4
|
||||
initializeState_ChanceWait__8dAcEAm_cFv = .text:0x00003960; // type:function size:0x94
|
||||
executeState_ChanceWait__8dAcEAm_cFv = .text:0x00003A00; // type:function size:0x1C0
|
||||
finalizeState_ChanceWait__8dAcEAm_cFv = .text:0x00003BC0; // type:function size:0x4
|
||||
initializeState_Damage__8dAcEAm_cFv = .text:0x00003BD0; // type:function size:0x84
|
||||
executeState_Damage__8dAcEAm_cFv = .text:0x00003C60; // type:function size:0x74
|
||||
finalizeState_Damage__8dAcEAm_cFv = .text:0x00003CE0; // type:function size:0x4
|
||||
initializeState_Dead__8dAcEAm_cFv = .text:0x00003CF0; // type:function size:0xC0
|
||||
executeState_Dead__8dAcEAm_cFv = .text:0x00003DB0; // type:function size:0x118
|
||||
finalizeState_Dead__8dAcEAm_cFv = .text:0x00003ED0; // type:function size:0x4
|
||||
fn_138_3EE0 = .text:0x00003EE0; // type:function size:0x12C
|
||||
fn_138_4010 = .text:0x00004010; // type:function size:0x1C
|
||||
fn_138_4030 = .text:0x00004030; // type:function size:0x138
|
||||
@@ -71,24 +71,24 @@ fn_138_4240 = .text:0x00004240; // type:function size:0x8
|
||||
fn_138_4250 = .text:0x00004250; // type:function size:0x4
|
||||
fn_138_4260 = .text:0x00004260; // type:function size:0x4
|
||||
fn_138_4270 = .text:0x00004270; // type:function size:0x8
|
||||
fn_138_4280 = .text:0x00004280; // type:function size:0x170
|
||||
fn_138_43F0 = .text:0x000043F0; // type:function size:0x60
|
||||
fn_138_4450 = .text:0x00004450; // type:function size:0xC
|
||||
fn_138_4460 = .text:0x00004460; // type:function size:0x1C
|
||||
fn_138_4480 = .text:0x00004480; // type:function size:0x1C
|
||||
fn_138_44A0 = .text:0x000044A0; // type:function size:0x1C
|
||||
fn_138_44C0 = .text:0x000044C0; // type:function size:0x10
|
||||
fn_138_44D0 = .text:0x000044D0; // type:function size:0x10
|
||||
fn_138_44E0 = .text:0x000044E0; // type:function size:0x10
|
||||
fn_138_44F0 = .text:0x000044F0; // type:function size:0x10
|
||||
fn_138_4500 = .text:0x00004500; // type:function size:0x10
|
||||
fn_138_4510 = .text:0x00004510; // type:function size:0x10
|
||||
fn_138_4520 = .text:0x00004520; // type:function size:0x30
|
||||
fn_138_4550 = .text:0x00004550; // type:function size:0x30
|
||||
fn_138_4580 = .text:0x00004580; // type:function size:0x30
|
||||
fn_138_45B0 = .text:0x000045B0; // type:function size:0x85C
|
||||
fn_138_4E10 = .text:0x00004E10; // type:function size:0x58
|
||||
fn_138_4E70 = .text:0x00004E70; // type:function size:0x88
|
||||
__dt__8dAcEAm_cFv = .text:0x00004280; // type:function size:0x170
|
||||
build__23sFStateFct_c<8dAcEAm_c>FRC12sStateIDIf_c = .text:0x000043F0; // type:function size:0x60
|
||||
dispose__23sFStateFct_c<8dAcEAm_c>FRP10sStateIf_c = .text:0x00004450; // type:function size:0xC
|
||||
initialize__20sFState_c<8dAcEAm_c>Fv = .text:0x00004460; // type:function size:0x1C
|
||||
execute__20sFState_c<8dAcEAm_c>Fv = .text:0x00004480; // type:function size:0x1C
|
||||
finalize__20sFState_c<8dAcEAm_c>Fv = .text:0x000044A0; // type:function size:0x1C
|
||||
initializeState__76sStateMgr_c<8dAcEAm_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000044C0; // type:function size:0x10
|
||||
finalizeState__76sStateMgr_c<8dAcEAm_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000044D0; // type:function size:0x10
|
||||
refreshState__76sStateMgr_c<8dAcEAm_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000044E0; // type:function size:0x10
|
||||
getState__76sStateMgr_c<8dAcEAm_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000044F0; // type:function size:0x10
|
||||
getNewStateID__76sStateMgr_c<8dAcEAm_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00004500; // type:function size:0x10
|
||||
getOldStateID__76sStateMgr_c<8dAcEAm_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00004510; // type:function size:0x10
|
||||
finalizeState__22sFStateID_c<8dAcEAm_c>CFR8dAcEAm_c = .text:0x00004520; // type:function size:0x30
|
||||
executeState__22sFStateID_c<8dAcEAm_c>CFR8dAcEAm_c = .text:0x00004550; // type:function size:0x30
|
||||
initializeState__22sFStateID_c<8dAcEAm_c>CFR8dAcEAm_c = .text:0x00004580; // type:function size:0x30
|
||||
__sinit_\d_a_e_am_cpp = .text:0x000045B0; // type:function size:0x85C scope:local
|
||||
__dt__22sFStateID_c<8dAcEAm_c>Fv = .text:0x00004E10; // type:function size:0x58
|
||||
isSameName__22sFStateID_c<8dAcEAm_c>CFPCc = .text:0x00004E70; // type:function size:0x88
|
||||
fn_138_4F00 = .text:0x00004F00; // type:function size:0x8
|
||||
fn_138_4F10 = .text:0x00004F10; // type:function size:0x8
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
@@ -106,7 +106,7 @@ lbl_138_rodata_CC = .rodata:0x000000CC; // type:object size:0x18 data:float
|
||||
lbl_138_rodata_E4 = .rodata:0x000000E4; // type:object size:0xC data:float
|
||||
lbl_138_rodata_F0 = .rodata:0x000000F0; // type:object size:0x4 data:float
|
||||
lbl_138_data_0 = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
lbl_138_data_10 = .data:0x00000010; // type:object size:0xC0
|
||||
g_profile_E_AM = .data:0x00000010; // type:object size:0xC0
|
||||
lbl_138_data_D0 = .data:0x000000D0; // type:object size:0x84
|
||||
lbl_138_data_154 = .data:0x00000154; // type:object size:0x8
|
||||
lbl_138_data_15C = .data:0x0000015C; // type:object size:0x8
|
||||
|
||||
@@ -4,11 +4,11 @@ _unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
fn_185_F0 = .text:0x000000F0; // type:function size:0x40
|
||||
AcEbfish__ctor = .text:0x00000130; // type:function size:0x198
|
||||
fn_185_2D0 = .text:0x000002D0; // type:function size:0x58
|
||||
fn_185_330 = .text:0x00000330; // type:function size:0x6C
|
||||
fn_185_3A0 = .text:0x000003A0; // type:function size:0xA0
|
||||
fn_185_440 = .text:0x00000440; // type:function size:0xA4
|
||||
dAcEbfish_c_classInit__Fv = .text:0x00000130; // type:function size:0x198
|
||||
__dt__24sFState_c<11dAcEbfish_c>Fv = .text:0x000002D0; // type:function size:0x58
|
||||
__dt__27sFStateFct_c<11dAcEbfish_c>Fv = .text:0x00000330; // type:function size:0x6C
|
||||
__dt__80sStateMgr_c<11dAcEbfish_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000003A0; // type:function size:0xA0
|
||||
__dt__50sFStateMgr_c<11dAcEbfish_c,20sStateMethodUsr_FI_c>Fv = .text:0x00000440; // type:function size:0xA4
|
||||
fn_185_4F0 = .text:0x000004F0; // type:function size:0x58
|
||||
fn_185_550 = .text:0x00000550; // type:function size:0x4
|
||||
fn_185_560 = .text:0x00000560; // type:function size:0x58
|
||||
@@ -16,39 +16,39 @@ fn_185_5C0 = .text:0x000005C0; // type:function size:0x40
|
||||
fn_185_600 = .text:0x00000600; // type:function size:0x11C
|
||||
fn_185_720 = .text:0x00000720; // type:function size:0x138
|
||||
AcEbfish__init1 = .text:0x00000860; // type:function size:0x574
|
||||
fn_185_DE0 = .text:0x00000DE0; // type:function size:0x10
|
||||
fn_185_DF0 = .text:0x00000DF0; // type:function size:0x10
|
||||
getStateID__80sStateMgr_c<11dAcEbfish_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00000DE0; // type:function size:0x10
|
||||
changeState__80sStateMgr_c<11dAcEbfish_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x00000DF0; // type:function size:0x10
|
||||
AcEbfish__init2 = .text:0x00000E00; // type:function size:0x78
|
||||
fn_185_E80 = .text:0x00000E80; // type:function size:0x8
|
||||
AcEbfish__update = .text:0x00000E90; // type:function size:0xFF8
|
||||
fn_185_1E90 = .text:0x00001E90; // type:function size:0x10
|
||||
executeState__80sStateMgr_c<11dAcEbfish_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00001E90; // type:function size:0x10
|
||||
fn_185_1EA0 = .text:0x00001EA0; // type:function size:0x1C
|
||||
AcEbfish__draw = .text:0x00001EC0; // type:function size:0x204
|
||||
fn_185_20D0 = .text:0x000020D0; // type:function size:0xB0
|
||||
fn_185_2180 = .text:0x00002180; // type:function size:0xDC
|
||||
fn_185_2260 = .text:0x00002260; // type:function size:0x4
|
||||
fn_185_2270 = .text:0x00002270; // type:function size:0x1DC
|
||||
fn_185_2450 = .text:0x00002450; // type:function size:0x154
|
||||
fn_185_25B0 = .text:0x000025B0; // type:function size:0x4
|
||||
fn_185_25C0 = .text:0x000025C0; // type:function size:0x90
|
||||
fn_185_2650 = .text:0x00002650; // type:function size:0xB0
|
||||
fn_185_2700 = .text:0x00002700; // type:function size:0x4
|
||||
fn_185_2710 = .text:0x00002710; // type:function size:0x7C
|
||||
fn_185_2790 = .text:0x00002790; // type:function size:0x704
|
||||
fn_185_2EA0 = .text:0x00002EA0; // type:function size:0x4
|
||||
fn_185_2EB0 = .text:0x00002EB0; // type:function size:0x1C0
|
||||
fn_185_3070 = .text:0x00003070; // type:function size:0x328
|
||||
initializeState_Wait__11dAcEbfish_cFv = .text:0x000020D0; // type:function size:0xB0
|
||||
executeState_Wait__11dAcEbfish_cFv = .text:0x00002180; // type:function size:0xDC
|
||||
finalizeState_Wait__11dAcEbfish_cFv = .text:0x00002260; // type:function size:0x4
|
||||
initializeState_Move__11dAcEbfish_cFv = .text:0x00002270; // type:function size:0x1DC
|
||||
executeState_Move__11dAcEbfish_cFv = .text:0x00002450; // type:function size:0x154
|
||||
finalizeState_Move__11dAcEbfish_cFv = .text:0x000025B0; // type:function size:0x4
|
||||
initializeState_Find__11dAcEbfish_cFv = .text:0x000025C0; // type:function size:0x90
|
||||
executeState_Find__11dAcEbfish_cFv = .text:0x00002650; // type:function size:0xB0
|
||||
finalizeState_Find__11dAcEbfish_cFv = .text:0x00002700; // type:function size:0x4
|
||||
initializeState_Attack__11dAcEbfish_cFv = .text:0x00002710; // type:function size:0x7C
|
||||
executeState_Attack__11dAcEbfish_cFv = .text:0x00002790; // type:function size:0x704
|
||||
finalizeState_Attack__11dAcEbfish_cFv = .text:0x00002EA0; // type:function size:0x4
|
||||
initializeState_Piyo__11dAcEbfish_cFv = .text:0x00002EB0; // type:function size:0x1C0
|
||||
executeState_Piyo__11dAcEbfish_cFv = .text:0x00003070; // type:function size:0x328
|
||||
fn_185_33A0 = .text:0x000033A0; // type:function size:0x1C
|
||||
fn_185_33C0 = .text:0x000033C0; // type:function size:0x4
|
||||
fn_185_33D0 = .text:0x000033D0; // type:function size:0x58
|
||||
fn_185_3430 = .text:0x00003430; // type:function size:0x64
|
||||
fn_185_34A0 = .text:0x000034A0; // type:function size:0x4
|
||||
fn_185_34B0 = .text:0x000034B0; // type:function size:0x94
|
||||
fn_185_3550 = .text:0x00003550; // type:function size:0x204
|
||||
fn_185_3760 = .text:0x00003760; // type:function size:0x4
|
||||
fn_185_3770 = .text:0x00003770; // type:function size:0x24
|
||||
fn_185_37A0 = .text:0x000037A0; // type:function size:0x15C
|
||||
fn_185_3900 = .text:0x00003900; // type:function size:0x4
|
||||
finalizeState_Piyo__11dAcEbfish_cFv = .text:0x000033C0; // type:function size:0x4
|
||||
initializeState_NoDamage__11dAcEbfish_cFv = .text:0x000033D0; // type:function size:0x58
|
||||
executeState_NoDamage__11dAcEbfish_cFv = .text:0x00003430; // type:function size:0x64
|
||||
finalizeState_NoDamage__11dAcEbfish_cFv = .text:0x000034A0; // type:function size:0x4
|
||||
initializeState_Dead__11dAcEbfish_cFv = .text:0x000034B0; // type:function size:0x94
|
||||
executeState_Dead__11dAcEbfish_cFv = .text:0x00003550; // type:function size:0x204
|
||||
finalizeState_Dead__11dAcEbfish_cFv = .text:0x00003760; // type:function size:0x4
|
||||
initializeState_BirthWait__11dAcEbfish_cFv = .text:0x00003770; // type:function size:0x24
|
||||
executeState_BirthWait__11dAcEbfish_cFv = .text:0x000037A0; // type:function size:0x15C
|
||||
finalizeState_BirthWait__11dAcEbfish_cFv = .text:0x00003900; // type:function size:0x4
|
||||
fn_185_3910 = .text:0x00003910; // type:function size:0x1E0
|
||||
fn_185_3AF0 = .text:0x00003AF0; // type:function size:0xB0
|
||||
fn_185_3BA0 = .text:0x00003BA0; // type:function size:0xE0
|
||||
@@ -60,29 +60,29 @@ fn_185_4700 = .text:0x00004700; // type:function size:0x8
|
||||
fn_185_4710 = .text:0x00004710; // type:function size:0x4
|
||||
fn_185_4720 = .text:0x00004720; // type:function size:0x4
|
||||
fn_185_4730 = .text:0x00004730; // type:function size:0x8
|
||||
fn_185_4740 = .text:0x00004740; // type:function size:0x15C
|
||||
__dt__11dAcEbfish_cFv = .text:0x00004740; // type:function size:0x15C
|
||||
fn_185_48A0 = .text:0x000048A0; // type:function size:0x4
|
||||
fn_185_48B0 = .text:0x000048B0; // type:function size:0x4
|
||||
fn_185_48C0 = .text:0x000048C0; // type:function size:0x4
|
||||
fn_185_48D0 = .text:0x000048D0; // type:function size:0x4
|
||||
fn_185_48E0 = .text:0x000048E0; // type:function size:0x4
|
||||
fn_185_48F0 = .text:0x000048F0; // type:function size:0x60
|
||||
fn_185_4950 = .text:0x00004950; // type:function size:0xC
|
||||
fn_185_4960 = .text:0x00004960; // type:function size:0x1C
|
||||
fn_185_4980 = .text:0x00004980; // type:function size:0x1C
|
||||
fn_185_49A0 = .text:0x000049A0; // type:function size:0x1C
|
||||
fn_185_49C0 = .text:0x000049C0; // type:function size:0x10
|
||||
fn_185_49D0 = .text:0x000049D0; // type:function size:0x10
|
||||
fn_185_49E0 = .text:0x000049E0; // type:function size:0x10
|
||||
fn_185_49F0 = .text:0x000049F0; // type:function size:0x10
|
||||
fn_185_4A00 = .text:0x00004A00; // type:function size:0x10
|
||||
fn_185_4A10 = .text:0x00004A10; // type:function size:0x10
|
||||
fn_185_4A20 = .text:0x00004A20; // type:function size:0x30
|
||||
fn_185_4A50 = .text:0x00004A50; // type:function size:0x30
|
||||
fn_185_4A80 = .text:0x00004A80; // type:function size:0x30
|
||||
fn_185_4AB0 = .text:0x00004AB0; // type:function size:0x628
|
||||
fn_185_50E0 = .text:0x000050E0; // type:function size:0x58
|
||||
fn_185_5140 = .text:0x00005140; // type:function size:0x88
|
||||
build__27sFStateFct_c<11dAcEbfish_c>FRC12sStateIDIf_c = .text:0x000048F0; // type:function size:0x60
|
||||
dispose__27sFStateFct_c<11dAcEbfish_c>FRP10sStateIf_c = .text:0x00004950; // type:function size:0xC
|
||||
initialize__24sFState_c<11dAcEbfish_c>Fv = .text:0x00004960; // type:function size:0x1C
|
||||
execute__24sFState_c<11dAcEbfish_c>Fv = .text:0x00004980; // type:function size:0x1C
|
||||
finalize__24sFState_c<11dAcEbfish_c>Fv = .text:0x000049A0; // type:function size:0x1C
|
||||
initializeState__80sStateMgr_c<11dAcEbfish_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000049C0; // type:function size:0x10
|
||||
finalizeState__80sStateMgr_c<11dAcEbfish_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000049D0; // type:function size:0x10
|
||||
refreshState__80sStateMgr_c<11dAcEbfish_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000049E0; // type:function size:0x10
|
||||
getState__80sStateMgr_c<11dAcEbfish_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000049F0; // type:function size:0x10
|
||||
getNewStateID__80sStateMgr_c<11dAcEbfish_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00004A00; // type:function size:0x10
|
||||
getOldStateID__80sStateMgr_c<11dAcEbfish_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00004A10; // type:function size:0x10
|
||||
finalizeState__26sFStateID_c<11dAcEbfish_c>CFR11dAcEbfish_c = .text:0x00004A20; // type:function size:0x30
|
||||
executeState__26sFStateID_c<11dAcEbfish_c>CFR11dAcEbfish_c = .text:0x00004A50; // type:function size:0x30
|
||||
initializeState__26sFStateID_c<11dAcEbfish_c>CFR11dAcEbfish_c = .text:0x00004A80; // type:function size:0x30
|
||||
__sinit_\d_a_e_battleshipfish_cpp = .text:0x00004AB0; // type:function size:0x628 scope:local
|
||||
__dt__26sFStateID_c<11dAcEbfish_c>Fv = .text:0x000050E0; // type:function size:0x58
|
||||
isSameName__26sFStateID_c<11dAcEbfish_c>CFPCc = .text:0x00005140; // type:function size:0x88
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
_dtors = .dtors:0x00000000; // type:label scope:global
|
||||
__destroy_global_chain_reference = .dtors:0x00000000; // type:object size:0x4 scope:global
|
||||
@@ -95,7 +95,7 @@ lbl_185_rodata_120 = .rodata:0x00000120; // type:object size:0x14 data:float
|
||||
lbl_185_rodata_134 = .rodata:0x00000134; // type:object size:0x30 data:float
|
||||
lbl_185_rodata_164 = .rodata:0x00000164; // type:object size:0x10 data:float
|
||||
lbl_185_data_0 = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
lbl_185_data_10 = .data:0x00000010; // type:object size:0x10
|
||||
g_profile_E_BFISH = .data:0x00000010; // type:object size:0x10
|
||||
lbl_185_data_20 = .data:0x00000020; // type:object size:0x8
|
||||
lbl_185_data_28 = .data:0x00000028; // type:object size:0x8 data:string
|
||||
lbl_185_data_30 = .data:0x00000030; // type:object size:0x8 data:string
|
||||
|
||||
@@ -4,7 +4,7 @@ _unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
fn_165_F0 = .text:0x000000F0; // type:function size:0x40
|
||||
AcEBc__ctor = .text:0x00000130; // type:function size:0x470
|
||||
dAcEbc_c_classInit__Fv = .text:0x00000130; // type:function size:0x470
|
||||
fn_165_5A0 = .text:0x000005A0; // type:function size:0x58
|
||||
fn_165_600 = .text:0x00000600; // type:function size:0x40
|
||||
fn_165_640 = .text:0x00000640; // type:function size:0x4
|
||||
@@ -16,10 +16,10 @@ fn_165_7C0 = .text:0x000007C0; // type:function size:0x84
|
||||
fn_165_850 = .text:0x00000850; // type:function size:0x58
|
||||
fn_165_8B0 = .text:0x000008B0; // type:function size:0x90
|
||||
fn_165_940 = .text:0x00000940; // type:function size:0xCC
|
||||
fn_165_A10 = .text:0x00000A10; // type:function size:0x58
|
||||
fn_165_A70 = .text:0x00000A70; // type:function size:0x6C
|
||||
fn_165_AE0 = .text:0x00000AE0; // type:function size:0xA0
|
||||
fn_165_B80 = .text:0x00000B80; // type:function size:0xA4
|
||||
__dt__20sFState_c<8dAcEbc_c>Fv = .text:0x00000A10; // type:function size:0x58
|
||||
__dt__23sFStateFct_c<8dAcEbc_c>Fv = .text:0x00000A70; // type:function size:0x6C
|
||||
__dt__76sStateMgr_c<8dAcEbc_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000AE0; // type:function size:0xA0
|
||||
__dt__46sFStateMgr_c<8dAcEbc_c,20sStateMethodUsr_FI_c>Fv = .text:0x00000B80; // type:function size:0xA4
|
||||
fn_165_C30 = .text:0x00000C30; // type:function size:0x58
|
||||
fn_165_C90 = .text:0x00000C90; // type:function size:0x58
|
||||
fn_165_CF0 = .text:0x00000CF0; // type:function size:0x74
|
||||
@@ -30,121 +30,121 @@ AcEBc__initModels = .text:0x00001670; // type:function size:0x630
|
||||
AcEBc__init = .text:0x00001CA0; // type:function size:0x9CC
|
||||
fn_165_2670 = .text:0x00002670; // type:function size:0x40
|
||||
AcEBc__update = .text:0x000026B0; // type:function size:0x22F8
|
||||
fn_165_49B0 = .text:0x000049B0; // type:function size:0x10
|
||||
fn_165_49C0 = .text:0x000049C0; // type:function size:0x10
|
||||
fn_165_49D0 = .text:0x000049D0; // type:function size:0x10
|
||||
getStateID__76sStateMgr_c<8dAcEbc_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000049B0; // type:function size:0x10
|
||||
changeState__76sStateMgr_c<8dAcEbc_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x000049C0; // type:function size:0x10
|
||||
executeState__76sStateMgr_c<8dAcEbc_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000049D0; // type:function size:0x10
|
||||
fn_165_49E0 = .text:0x000049E0; // type:function size:0x1C
|
||||
AcEBc__updateEventRelated = .text:0x00004A00; // type:function size:0x5F0
|
||||
fn_165_4FF0 = .text:0x00004FF0; // type:function size:0x9F4
|
||||
AcEBc__draw = .text:0x000059F0; // type:function size:0x2A8
|
||||
fn_165_5CA0 = .text:0x00005CA0; // type:function size:0x1D4
|
||||
AcEBc__stateStandbyEnter = .text:0x00005E80; // type:function size:0x88
|
||||
AcEBc__stateStandyUpdate = .text:0x00005F10; // type:function size:0xDD8
|
||||
fn_165_6CF0 = .text:0x00006CF0; // type:function size:0x4
|
||||
fn_165_6D00 = .text:0x00006D00; // type:function size:0x2BC
|
||||
fn_165_6FC0 = .text:0x00006FC0; // type:function size:0x3FC
|
||||
fn_165_73C0 = .text:0x000073C0; // type:function size:0xC
|
||||
fn_165_73D0 = .text:0x000073D0; // type:function size:0xC8
|
||||
fn_165_74A0 = .text:0x000074A0; // type:function size:0x504
|
||||
fn_165_79B0 = .text:0x000079B0; // type:function size:0x10
|
||||
fn_165_79C0 = .text:0x000079C0; // type:function size:0xA0
|
||||
fn_165_7A60 = .text:0x00007A60; // type:function size:0x954
|
||||
fn_165_83C0 = .text:0x000083C0; // type:function size:0x4
|
||||
fn_165_83D0 = .text:0x000083D0; // type:function size:0x58
|
||||
fn_165_8430 = .text:0x00008430; // type:function size:0x888
|
||||
fn_165_8CC0 = .text:0x00008CC0; // type:function size:0x4
|
||||
fn_165_8CD0 = .text:0x00008CD0; // type:function size:0xB8
|
||||
fn_165_8D90 = .text:0x00008D90; // type:function size:0xA48
|
||||
fn_165_97E0 = .text:0x000097E0; // type:function size:0x4
|
||||
fn_165_97F0 = .text:0x000097F0; // type:function size:0x74
|
||||
fn_165_9870 = .text:0x00009870; // type:function size:0x2E8
|
||||
fn_165_9B60 = .text:0x00009B60; // type:function size:0x4
|
||||
AcEBc__stateRopeWalkEnter = .text:0x00009B70; // type:function size:0xE4
|
||||
fn_165_9C60 = .text:0x00009C60; // type:function size:0x980
|
||||
initializeState_Standby__8dAcEbc_cFv = .text:0x00005E80; // type:function size:0x88
|
||||
executeState_Standby__8dAcEbc_cFv = .text:0x00005F10; // type:function size:0xDD8
|
||||
finalizeState_Standby__8dAcEbc_cFv = .text:0x00006CF0; // type:function size:0x4
|
||||
initializeState_Home__8dAcEbc_cFv = .text:0x00006D00; // type:function size:0x2BC
|
||||
executeState_Home__8dAcEbc_cFv = .text:0x00006FC0; // type:function size:0x3FC
|
||||
finalizeState_Home__8dAcEbc_cFv = .text:0x000073C0; // type:function size:0xC
|
||||
initializeState_Normal__8dAcEbc_cFv = .text:0x000073D0; // type:function size:0xC8
|
||||
executeState_Normal__8dAcEbc_cFv = .text:0x000074A0; // type:function size:0x504
|
||||
finalizeState_Normal__8dAcEbc_cFv = .text:0x000079B0; // type:function size:0x10
|
||||
initializeState_Lantern__8dAcEbc_cFv = .text:0x000079C0; // type:function size:0xA0
|
||||
executeState_Lantern__8dAcEbc_cFv = .text:0x00007A60; // type:function size:0x954
|
||||
finalizeState_Lantern__8dAcEbc_cFv = .text:0x000083C0; // type:function size:0x4
|
||||
initializeState_LanternPath__8dAcEbc_cFv = .text:0x000083D0; // type:function size:0x58
|
||||
executeState_LanternPath__8dAcEbc_cFv = .text:0x00008430; // type:function size:0x888
|
||||
finalizeState_LanternPath__8dAcEbc_cFv = .text:0x00008CC0; // type:function size:0x4
|
||||
initializeState_Yagura__8dAcEbc_cFv = .text:0x00008CD0; // type:function size:0xB8
|
||||
executeState_Yagura__8dAcEbc_cFv = .text:0x00008D90; // type:function size:0xA48
|
||||
finalizeState_Yagura__8dAcEbc_cFv = .text:0x000097E0; // type:function size:0x4
|
||||
initializeState_Path__8dAcEbc_cFv = .text:0x000097F0; // type:function size:0x74
|
||||
executeState_Path__8dAcEbc_cFv = .text:0x00009870; // type:function size:0x2E8
|
||||
finalizeState_Path__8dAcEbc_cFv = .text:0x00009B60; // type:function size:0x4
|
||||
initializeState_RopeWalk__8dAcEbc_cFv = .text:0x00009B70; // type:function size:0xE4
|
||||
executeState_RopeWalk__8dAcEbc_cFv = .text:0x00009C60; // type:function size:0x980
|
||||
fn_165_A5E0 = .text:0x0000A5E0; // type:function size:0x48
|
||||
fn_165_A630 = .text:0x0000A630; // type:function size:0x4
|
||||
AcEBc__stateFightStartEnter = .text:0x0000A640; // type:function size:0xC4
|
||||
AcEBc__stateFightStartUpdate = .text:0x0000A710; // type:function size:0x32C
|
||||
fn_165_AA40 = .text:0x0000AA40; // type:function size:0x4
|
||||
fn_165_AA50 = .text:0x0000AA50; // type:function size:0x90
|
||||
fn_165_AAE0 = .text:0x0000AAE0; // type:function size:0x16C
|
||||
fn_165_AC50 = .text:0x0000AC50; // type:function size:0x10
|
||||
AcEBc__stateFightEnter = .text:0x0000AC60; // type:function size:0x2AC
|
||||
AcEBc__stateFightUpdate = .text:0x0000AF10; // type:function size:0xD30
|
||||
fn_165_BC40 = .text:0x0000BC40; // type:function size:0x4
|
||||
fn_165_BC50 = .text:0x0000BC50; // type:function size:0x198
|
||||
fn_165_BDF0 = .text:0x0000BDF0; // type:function size:0x3C8
|
||||
fn_165_C1C0 = .text:0x0000C1C0; // type:function size:0x4
|
||||
fn_165_C1D0 = .text:0x0000C1D0; // type:function size:0x80
|
||||
fn_165_C250 = .text:0x0000C250; // type:function size:0x284
|
||||
fn_165_C4E0 = .text:0x0000C4E0; // type:function size:0x4
|
||||
fn_165_C4F0 = .text:0x0000C4F0; // type:function size:0x68
|
||||
fn_165_C560 = .text:0x0000C560; // type:function size:0x2B4
|
||||
fn_165_C820 = .text:0x0000C820; // type:function size:0x4
|
||||
fn_165_C830 = .text:0x0000C830; // type:function size:0x18
|
||||
fn_165_C850 = .text:0x0000C850; // type:function size:0x200
|
||||
fn_165_CA50 = .text:0x0000CA50; // type:function size:0x4
|
||||
fn_165_CA60 = .text:0x0000CA60; // type:function size:0x60
|
||||
fn_165_CAC0 = .text:0x0000CAC0; // type:function size:0x84
|
||||
fn_165_CB50 = .text:0x0000CB50; // type:function size:0x4
|
||||
AcEBc__stateDamageEnter = .text:0x0000CB60; // type:function size:0x74
|
||||
AcEBc__stateDamageUpdate = .text:0x0000CBE0; // type:function size:0x2E8
|
||||
AcEBc__stateDamageLeave = .text:0x0000CED0; // type:function size:0x4
|
||||
fn_165_CEE0 = .text:0x0000CEE0; // type:function size:0x90
|
||||
fn_165_CF70 = .text:0x0000CF70; // type:function size:0x114
|
||||
fn_165_D090 = .text:0x0000D090; // type:function size:0x4
|
||||
fn_165_D0A0 = .text:0x0000D0A0; // type:function size:0x4C
|
||||
fn_165_D0F0 = .text:0x0000D0F0; // type:function size:0x5C
|
||||
fn_165_D150 = .text:0x0000D150; // type:function size:0x4
|
||||
AcEBc__stateFailEnter = .text:0x0000D160; // type:function size:0xE4
|
||||
AcEBc__stateFailUpdate = .text:0x0000D250; // type:function size:0x780
|
||||
fn_165_D9D0 = .text:0x0000D9D0; // type:function size:0x4
|
||||
fn_165_D9E0 = .text:0x0000D9E0; // type:function size:0xA4
|
||||
fn_165_DA90 = .text:0x0000DA90; // type:function size:0x15C
|
||||
fn_165_DBF0 = .text:0x0000DBF0; // type:function size:0x4
|
||||
fn_165_DC00 = .text:0x0000DC00; // type:function size:0x50
|
||||
fn_165_DC50 = .text:0x0000DC50; // type:function size:0x594
|
||||
fn_165_E1F0 = .text:0x0000E1F0; // type:function size:0x4
|
||||
fn_165_E200 = .text:0x0000E200; // type:function size:0x74
|
||||
fn_165_E280 = .text:0x0000E280; // type:function size:0x30
|
||||
finalizeState_RopeWalk__8dAcEbc_cFv = .text:0x0000A630; // type:function size:0x4
|
||||
initializeState_FightStart__8dAcEbc_cFv = .text:0x0000A640; // type:function size:0xC4
|
||||
executeState_FightStart__8dAcEbc_cFv = .text:0x0000A710; // type:function size:0x32C
|
||||
finalizeState_FightStart__8dAcEbc_cFv = .text:0x0000AA40; // type:function size:0x4
|
||||
initializeState_FindCall__8dAcEbc_cFv = .text:0x0000AA50; // type:function size:0x90
|
||||
executeState_FindCall__8dAcEbc_cFv = .text:0x0000AAE0; // type:function size:0x16C
|
||||
finalizeState_FindCall__8dAcEbc_cFv = .text:0x0000AC50; // type:function size:0x10
|
||||
initializeState_Fight__8dAcEbc_cFv = .text:0x0000AC60; // type:function size:0x2AC
|
||||
executeState_Fight__8dAcEbc_cFv = .text:0x0000AF10; // type:function size:0xD30
|
||||
finalizeState_Fight__8dAcEbc_cFv = .text:0x0000BC40; // type:function size:0x4
|
||||
initializeState_Attack__8dAcEbc_cFv = .text:0x0000BC50; // type:function size:0x198
|
||||
executeState_Attack__8dAcEbc_cFv = .text:0x0000BDF0; // type:function size:0x3C8
|
||||
finalizeState_Attack__8dAcEbc_cFv = .text:0x0000C1C0; // type:function size:0x4
|
||||
initializeState_BigAttack__8dAcEbc_cFv = .text:0x0000C1D0; // type:function size:0x80
|
||||
executeState_BigAttack__8dAcEbc_cFv = .text:0x0000C250; // type:function size:0x284
|
||||
finalizeState_BigAttack__8dAcEbc_cFv = .text:0x0000C4E0; // type:function size:0x4
|
||||
initializeState_StepAttack__8dAcEbc_cFv = .text:0x0000C4F0; // type:function size:0x68
|
||||
executeState_StepAttack__8dAcEbc_cFv = .text:0x0000C560; // type:function size:0x2B4
|
||||
finalizeState_StepAttack__8dAcEbc_cFv = .text:0x0000C820; // type:function size:0x4
|
||||
initializeState_RockAttack__8dAcEbc_cFv = .text:0x0000C830; // type:function size:0x18
|
||||
executeState_RockAttack__8dAcEbc_cFv = .text:0x0000C850; // type:function size:0x200
|
||||
finalizeState_RockAttack__8dAcEbc_cFv = .text:0x0000CA50; // type:function size:0x4
|
||||
initializeState_CarryDamage__8dAcEbc_cFv = .text:0x0000CA60; // type:function size:0x60
|
||||
executeState_CarryDamage__8dAcEbc_cFv = .text:0x0000CAC0; // type:function size:0x84
|
||||
finalizeState_CarryDamage__8dAcEbc_cFv = .text:0x0000CB50; // type:function size:0x4
|
||||
initializeState_Damage__8dAcEbc_cFv = .text:0x0000CB60; // type:function size:0x74
|
||||
executeState_Damage__8dAcEbc_cFv = .text:0x0000CBE0; // type:function size:0x2E8
|
||||
finalizeState_Damage__8dAcEbc_cFv = .text:0x0000CED0; // type:function size:0x4
|
||||
initializeState_AirDamage__8dAcEbc_cFv = .text:0x0000CEE0; // type:function size:0x90
|
||||
executeState_AirDamage__8dAcEbc_cFv = .text:0x0000CF70; // type:function size:0x114
|
||||
finalizeState_AirDamage__8dAcEbc_cFv = .text:0x0000D090; // type:function size:0x4
|
||||
initializeState_Fire__8dAcEbc_cFv = .text:0x0000D0A0; // type:function size:0x4C
|
||||
executeState_Fire__8dAcEbc_cFv = .text:0x0000D0F0; // type:function size:0x5C
|
||||
finalizeState_Fire__8dAcEbc_cFv = .text:0x0000D150; // type:function size:0x4
|
||||
initializeState_Fail__8dAcEbc_cFv = .text:0x0000D160; // type:function size:0xE4
|
||||
executeState_Fail__8dAcEbc_cFv = .text:0x0000D250; // type:function size:0x780
|
||||
finalizeState_Fail__8dAcEbc_cFv = .text:0x0000D9D0; // type:function size:0x4
|
||||
initializeState_Fall__8dAcEbc_cFv = .text:0x0000D9E0; // type:function size:0xA4
|
||||
executeState_Fall__8dAcEbc_cFv = .text:0x0000DA90; // type:function size:0x15C
|
||||
finalizeState_Fall__8dAcEbc_cFv = .text:0x0000DBF0; // type:function size:0x4
|
||||
initializeState_BombAction__8dAcEbc_cFv = .text:0x0000DC00; // type:function size:0x50
|
||||
executeState_BombAction__8dAcEbc_cFv = .text:0x0000DC50; // type:function size:0x594
|
||||
finalizeState_BombAction__8dAcEbc_cFv = .text:0x0000E1F0; // type:function size:0x4
|
||||
initializeState_StabGuard__8dAcEbc_cFv = .text:0x0000E200; // type:function size:0x74
|
||||
executeState_StabGuard__8dAcEbc_cFv = .text:0x0000E280; // type:function size:0x30
|
||||
fn_165_E2B0 = .text:0x0000E2B0; // type:function size:0x4
|
||||
fn_165_E2C0 = .text:0x0000E2C0; // type:function size:0x4
|
||||
fn_165_E2D0 = .text:0x0000E2D0; // type:function size:0x94
|
||||
fn_165_E370 = .text:0x0000E370; // type:function size:0x2EC
|
||||
fn_165_E660 = .text:0x0000E660; // type:function size:0x4
|
||||
fn_165_E670 = .text:0x0000E670; // type:function size:0x5C
|
||||
AcEBc__stateBeeDamageUpdate = .text:0x0000E6D0; // type:function size:0x19C
|
||||
fn_165_E870 = .text:0x0000E870; // type:function size:0x4
|
||||
AcEBc__stateWhipCaptureEnter = .text:0x0000E880; // type:function size:0x58
|
||||
AcEBc__stateWhipCaptureUpdate = .text:0x0000E8E0; // type:function size:0x2E4
|
||||
AcEBc__stateWhipCaptureLeave = .text:0x0000EBD0; // type:function size:0x4
|
||||
fn_165_EBE0 = .text:0x0000EBE0; // type:function size:0x8C
|
||||
fn_165_EC70 = .text:0x0000EC70; // type:function size:0x380
|
||||
fn_165_EFF0 = .text:0x0000EFF0; // type:function size:0x4
|
||||
fn_165_F000 = .text:0x0000F000; // type:function size:0x94
|
||||
fn_165_F0A0 = .text:0x0000F0A0; // type:function size:0x178
|
||||
fn_165_F220 = .text:0x0000F220; // type:function size:0x4
|
||||
fn_165_F230 = .text:0x0000F230; // type:function size:0x94
|
||||
fn_165_F2D0 = .text:0x0000F2D0; // type:function size:0x108
|
||||
fn_165_F3E0 = .text:0x0000F3E0; // type:function size:0x4
|
||||
fn_165_F3F0 = .text:0x0000F3F0; // type:function size:0x14
|
||||
fn_165_F410 = .text:0x0000F410; // type:function size:0x24
|
||||
fn_165_F440 = .text:0x0000F440; // type:function size:0x4
|
||||
fn_165_F450 = .text:0x0000F450; // type:function size:0x84
|
||||
fn_165_F4E0 = .text:0x0000F4E0; // type:function size:0x398
|
||||
fn_165_F880 = .text:0x0000F880; // type:function size:0x4
|
||||
fn_165_F890 = .text:0x0000F890; // type:function size:0x24
|
||||
fn_165_F8C0 = .text:0x0000F8C0; // type:function size:0x114
|
||||
fn_165_F9E0 = .text:0x0000F9E0; // type:function size:0x10
|
||||
fn_165_F9F0 = .text:0x0000F9F0; // type:function size:0x44
|
||||
fn_165_FA40 = .text:0x0000FA40; // type:function size:0x428
|
||||
fn_165_FE70 = .text:0x0000FE70; // type:function size:0x4
|
||||
fn_165_FE80 = .text:0x0000FE80; // type:function size:0xBC
|
||||
fn_165_FF40 = .text:0x0000FF40; // type:function size:0x3F4
|
||||
fn_165_10340 = .text:0x00010340; // type:function size:0xC
|
||||
fn_165_10350 = .text:0x00010350; // type:function size:0x84
|
||||
fn_165_103E0 = .text:0x000103E0; // type:function size:0x1E4
|
||||
fn_165_105D0 = .text:0x000105D0; // type:function size:0x4
|
||||
finalizeState_StabGuard__8dAcEbc_cFv = .text:0x0000E2C0; // type:function size:0x4
|
||||
initializeState_Stun__8dAcEbc_cFv = .text:0x0000E2D0; // type:function size:0x94
|
||||
executeState_Stun__8dAcEbc_cFv = .text:0x0000E370; // type:function size:0x2EC
|
||||
finalizeState_Stun__8dAcEbc_cFv = .text:0x0000E660; // type:function size:0x4
|
||||
initializeState_BeeDamage__8dAcEbc_cFv = .text:0x0000E670; // type:function size:0x5C
|
||||
executeState_BeeDamage__8dAcEbc_cFv = .text:0x0000E6D0; // type:function size:0x19C
|
||||
finalizeState_BeeDamage__8dAcEbc_cFv = .text:0x0000E870; // type:function size:0x4
|
||||
initializeState_WhipCapture__8dAcEbc_cFv = .text:0x0000E880; // type:function size:0x58
|
||||
executeState_WhipCapture__8dAcEbc_cFv = .text:0x0000E8E0; // type:function size:0x2E4
|
||||
finalizeState_WhipCapture__8dAcEbc_cFv = .text:0x0000EBD0; // type:function size:0x4
|
||||
initializeState_WakidasiWait__8dAcEbc_cFv = .text:0x0000EBE0; // type:function size:0x8C
|
||||
executeState_WakidasiWait__8dAcEbc_cFv = .text:0x0000EC70; // type:function size:0x380
|
||||
finalizeState_WakidasiWait__8dAcEbc_cFv = .text:0x0000EFF0; // type:function size:0x4
|
||||
initializeState_SlopeSlide__8dAcEbc_cFv = .text:0x0000F000; // type:function size:0x94
|
||||
executeState_SlopeSlide__8dAcEbc_cFv = .text:0x0000F0A0; // type:function size:0x178
|
||||
finalizeState_SlopeSlide__8dAcEbc_cFv = .text:0x0000F220; // type:function size:0x4
|
||||
initializeState_Drop__8dAcEbc_cFv = .text:0x0000F230; // type:function size:0x94
|
||||
executeState_Drop__8dAcEbc_cFv = .text:0x0000F2D0; // type:function size:0x108
|
||||
finalizeState_Drop__8dAcEbc_cFv = .text:0x0000F3E0; // type:function size:0x4
|
||||
initializeState_MastDrop__8dAcEbc_cFv = .text:0x0000F3F0; // type:function size:0x14
|
||||
executeState_MastDrop__8dAcEbc_cFv = .text:0x0000F410; // type:function size:0x24
|
||||
finalizeState_MastDrop__8dAcEbc_cFv = .text:0x0000F440; // type:function size:0x4
|
||||
initializeState_AStandby__8dAcEbc_cFv = .text:0x0000F450; // type:function size:0x84
|
||||
executeState_AStandby__8dAcEbc_cFv = .text:0x0000F4E0; // type:function size:0x398
|
||||
finalizeState_AStandby__8dAcEbc_cFv = .text:0x0000F880; // type:function size:0x4
|
||||
initializeState_AFindCall__8dAcEbc_cFv = .text:0x0000F890; // type:function size:0x24
|
||||
executeState_AFindCall__8dAcEbc_cFv = .text:0x0000F8C0; // type:function size:0x114
|
||||
finalizeState_AFindCall__8dAcEbc_cFv = .text:0x0000F9E0; // type:function size:0x10
|
||||
initializeState_APath__8dAcEbc_cFv = .text:0x0000F9F0; // type:function size:0x44
|
||||
executeState_APath__8dAcEbc_cFv = .text:0x0000FA40; // type:function size:0x428
|
||||
finalizeState_APath__8dAcEbc_cFv = .text:0x0000FE70; // type:function size:0x4
|
||||
initializeState_AAttack__8dAcEbc_cFv = .text:0x0000FE80; // type:function size:0xBC
|
||||
executeState_AAttack__8dAcEbc_cFv = .text:0x0000FF40; // type:function size:0x3F4
|
||||
finalizeState_AAttack__8dAcEbc_cFv = .text:0x00010340; // type:function size:0xC
|
||||
initializeState_ADamage__8dAcEbc_cFv = .text:0x00010350; // type:function size:0x84
|
||||
executeState_ADamage__8dAcEbc_cFv = .text:0x000103E0; // type:function size:0x1E4
|
||||
finalizeState_ADamage__8dAcEbc_cFv = .text:0x000105D0; // type:function size:0x4
|
||||
fn_165_105E0 = .text:0x000105E0; // type:function size:0x2C8
|
||||
fn_165_108B0 = .text:0x000108B0; // type:function size:0xB00
|
||||
fn_165_113B0 = .text:0x000113B0; // type:function size:0x4C
|
||||
@@ -182,7 +182,7 @@ fn_165_13940 = .text:0x00013940; // type:function size:0x8
|
||||
fn_165_13950 = .text:0x00013950; // type:function size:0x4
|
||||
fn_165_13960 = .text:0x00013960; // type:function size:0x4
|
||||
fn_165_13970 = .text:0x00013970; // type:function size:0x8
|
||||
fn_165_13980 = .text:0x00013980; // type:function size:0x39C
|
||||
__dt__8dAcEbc_cFv = .text:0x00013980; // type:function size:0x39C
|
||||
fn_165_13D20 = .text:0x00013D20; // type:function size:0x4
|
||||
fn_165_13D30 = .text:0x00013D30; // type:function size:0x4
|
||||
fn_165_13D40 = .text:0x00013D40; // type:function size:0x4
|
||||
@@ -194,23 +194,23 @@ fn_165_13D90 = .text:0x00013D90; // type:function size:0x4
|
||||
fn_165_13DA0 = .text:0x00013DA0; // type:function size:0x4
|
||||
fn_165_13DB0 = .text:0x00013DB0; // type:function size:0x4
|
||||
fn_165_13DC0 = .text:0x00013DC0; // type:function size:0x4
|
||||
fn_165_13DD0 = .text:0x00013DD0; // type:function size:0x60
|
||||
fn_165_13E30 = .text:0x00013E30; // type:function size:0xC
|
||||
fn_165_13E40 = .text:0x00013E40; // type:function size:0x1C
|
||||
fn_165_13E60 = .text:0x00013E60; // type:function size:0x1C
|
||||
fn_165_13E80 = .text:0x00013E80; // type:function size:0x1C
|
||||
fn_165_13EA0 = .text:0x00013EA0; // type:function size:0x10
|
||||
fn_165_13EB0 = .text:0x00013EB0; // type:function size:0x10
|
||||
fn_165_13EC0 = .text:0x00013EC0; // type:function size:0x10
|
||||
fn_165_13ED0 = .text:0x00013ED0; // type:function size:0x10
|
||||
fn_165_13EE0 = .text:0x00013EE0; // type:function size:0x10
|
||||
fn_165_13EF0 = .text:0x00013EF0; // type:function size:0x10
|
||||
fn_165_13F00 = .text:0x00013F00; // type:function size:0x30
|
||||
fn_165_13F30 = .text:0x00013F30; // type:function size:0x30
|
||||
fn_165_13F60 = .text:0x00013F60; // type:function size:0x30
|
||||
AcEBc__sinit = .text:0x00013F90; // type:function size:0x1B5C
|
||||
fn_165_15AF0 = .text:0x00015AF0; // type:function size:0x58
|
||||
fn_165_15B50 = .text:0x00015B50; // type:function size:0x88
|
||||
build__23sFStateFct_c<8dAcEbc_c>FRC12sStateIDIf_c = .text:0x00013DD0; // type:function size:0x60
|
||||
dispose__23sFStateFct_c<8dAcEbc_c>FRP10sStateIf_c = .text:0x00013E30; // type:function size:0xC
|
||||
initialize__20sFState_c<8dAcEbc_c>Fv = .text:0x00013E40; // type:function size:0x1C
|
||||
execute__20sFState_c<8dAcEbc_c>Fv = .text:0x00013E60; // type:function size:0x1C
|
||||
finalize__20sFState_c<8dAcEbc_c>Fv = .text:0x00013E80; // type:function size:0x1C
|
||||
initializeState__76sStateMgr_c<8dAcEbc_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00013EA0; // type:function size:0x10
|
||||
finalizeState__76sStateMgr_c<8dAcEbc_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00013EB0; // type:function size:0x10
|
||||
refreshState__76sStateMgr_c<8dAcEbc_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00013EC0; // type:function size:0x10
|
||||
getState__76sStateMgr_c<8dAcEbc_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00013ED0; // type:function size:0x10
|
||||
getNewStateID__76sStateMgr_c<8dAcEbc_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00013EE0; // type:function size:0x10
|
||||
getOldStateID__76sStateMgr_c<8dAcEbc_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00013EF0; // type:function size:0x10
|
||||
finalizeState__22sFStateID_c<8dAcEbc_c>CFR8dAcEbc_c = .text:0x00013F00; // type:function size:0x30
|
||||
executeState__22sFStateID_c<8dAcEbc_c>CFR8dAcEbc_c = .text:0x00013F30; // type:function size:0x30
|
||||
initializeState__22sFStateID_c<8dAcEbc_c>CFR8dAcEbc_c = .text:0x00013F60; // type:function size:0x30
|
||||
__sinit_\d_a_e_bc_cpp = .text:0x00013F90; // type:function size:0x1B5C scope:local
|
||||
__dt__22sFStateID_c<8dAcEbc_c>Fv = .text:0x00015AF0; // type:function size:0x58
|
||||
isSameName__22sFStateID_c<8dAcEbc_c>CFPCc = .text:0x00015B50; // type:function size:0x88
|
||||
fn_165_15BE0 = .text:0x00015BE0; // type:function size:0x8
|
||||
fn_165_15BF0 = .text:0x00015BF0; // type:function size:0x8
|
||||
fn_165_15C00 = .text:0x00015C00; // type:function size:0x8
|
||||
@@ -241,7 +241,7 @@ lbl_165_rodata_320 = .rodata:0x00000320; // type:object size:0x4 data:float
|
||||
lbl_165_rodata_324 = .rodata:0x00000324; // type:object size:0x4 data:float
|
||||
lbl_165_rodata_328 = .rodata:0x00000328; // type:object size:0x4 data:float
|
||||
lbl_165_rodata_32C = .rodata:0x0000032C; // type:object size:0x10 data:float
|
||||
lbl_165_data_0 = .data:0x00000000; // type:object size:0x6C data:4byte
|
||||
g_profile_E_BC = .data:0x00000000; // type:object size:0x6C data:4byte
|
||||
jumptable_165_data_6C = .data:0x0000006C; // type:object size:0x4C scope:local
|
||||
lbl_165_data_B8 = .data:0x000000B8; // type:object size:0xC
|
||||
lbl_165_data_C4 = .data:0x000000C4; // type:object size:0xC
|
||||
|
||||
@@ -3,60 +3,60 @@ _epilog = .text:0x00000030; // type:function size:0x2C scope:global
|
||||
_unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
fn_168_F0 = .text:0x000000F0; // type:function size:0x168
|
||||
dAcEbcarrow_c_classInit__Fv = .text:0x000000F0; // type:function size:0x168
|
||||
fn_168_260 = .text:0x00000260; // type:function size:0x90
|
||||
fn_168_2F0 = .text:0x000002F0; // type:function size:0x58
|
||||
fn_168_350 = .text:0x00000350; // type:function size:0x6C
|
||||
fn_168_3C0 = .text:0x000003C0; // type:function size:0xA0
|
||||
fn_168_460 = .text:0x00000460; // type:function size:0xA4
|
||||
__dt__26sFState_c<13dAcEbcarrow_c>Fv = .text:0x000002F0; // type:function size:0x58
|
||||
__dt__29sFStateFct_c<13dAcEbcarrow_c>Fv = .text:0x00000350; // type:function size:0x6C
|
||||
__dt__82sStateMgr_c<13dAcEbcarrow_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000003C0; // type:function size:0xA0
|
||||
__dt__52sFStateMgr_c<13dAcEbcarrow_c,20sStateMethodUsr_FI_c>Fv = .text:0x00000460; // type:function size:0xA4
|
||||
fn_168_510 = .text:0x00000510; // type:function size:0x74
|
||||
fn_168_590 = .text:0x00000590; // type:function size:0x8C
|
||||
fn_168_620 = .text:0x00000620; // type:function size:0x18C
|
||||
fn_168_7B0 = .text:0x000007B0; // type:function size:0x10
|
||||
changeState__82sStateMgr_c<13dAcEbcarrow_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x000007B0; // type:function size:0x10
|
||||
fn_168_7C0 = .text:0x000007C0; // type:function size:0x8
|
||||
fn_168_7D0 = .text:0x000007D0; // type:function size:0x334
|
||||
fn_168_B10 = .text:0x00000B10; // type:function size:0x10
|
||||
executeState__82sStateMgr_c<13dAcEbcarrow_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000B10; // type:function size:0x10
|
||||
fn_168_B20 = .text:0x00000B20; // type:function size:0x50
|
||||
fn_168_B70 = .text:0x00000B70; // type:function size:0x170
|
||||
fn_168_CE0 = .text:0x00000CE0; // type:function size:0x504
|
||||
fn_168_11F0 = .text:0x000011F0; // type:function size:0x4
|
||||
initializeState_Move__13dAcEbcarrow_cFv = .text:0x00000B70; // type:function size:0x170
|
||||
executeState_Move__13dAcEbcarrow_cFv = .text:0x00000CE0; // type:function size:0x504
|
||||
finalizeState_Move__13dAcEbcarrow_cFv = .text:0x000011F0; // type:function size:0x4
|
||||
fn_168_1200 = .text:0x00001200; // type:function size:0xC4
|
||||
fn_168_12D0 = .text:0x000012D0; // type:function size:0x8
|
||||
fn_168_12E0 = .text:0x000012E0; // type:function size:0x4
|
||||
fn_168_12F0 = .text:0x000012F0; // type:function size:0x4
|
||||
fn_168_1300 = .text:0x00001300; // type:function size:0x8
|
||||
fn_168_1310 = .text:0x00001310; // type:function size:0x148
|
||||
fn_168_1460 = .text:0x00001460; // type:function size:0x10
|
||||
__dt__13dAcEbcarrow_cFv = .text:0x00001310; // type:function size:0x148
|
||||
getStateID__82sStateMgr_c<13dAcEbcarrow_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00001460; // type:function size:0x10
|
||||
fn_168_1470 = .text:0x00001470; // type:function size:0x4
|
||||
fn_168_1480 = .text:0x00001480; // type:function size:0x4
|
||||
fn_168_1490 = .text:0x00001490; // type:function size:0x4
|
||||
fn_168_14A0 = .text:0x000014A0; // type:function size:0x4
|
||||
fn_168_14B0 = .text:0x000014B0; // type:function size:0x4
|
||||
fn_168_14C0 = .text:0x000014C0; // type:function size:0x4
|
||||
fn_168_14D0 = .text:0x000014D0; // type:function size:0x60
|
||||
fn_168_1530 = .text:0x00001530; // type:function size:0xC
|
||||
fn_168_1540 = .text:0x00001540; // type:function size:0x1C
|
||||
fn_168_1560 = .text:0x00001560; // type:function size:0x1C
|
||||
fn_168_1580 = .text:0x00001580; // type:function size:0x1C
|
||||
fn_168_15A0 = .text:0x000015A0; // type:function size:0x10
|
||||
fn_168_15B0 = .text:0x000015B0; // type:function size:0x10
|
||||
fn_168_15C0 = .text:0x000015C0; // type:function size:0x10
|
||||
fn_168_15D0 = .text:0x000015D0; // type:function size:0x10
|
||||
fn_168_15E0 = .text:0x000015E0; // type:function size:0x10
|
||||
fn_168_15F0 = .text:0x000015F0; // type:function size:0x10
|
||||
fn_168_1600 = .text:0x00001600; // type:function size:0x30
|
||||
fn_168_1630 = .text:0x00001630; // type:function size:0x30
|
||||
fn_168_1660 = .text:0x00001660; // type:function size:0x30
|
||||
fn_168_1690 = .text:0x00001690; // type:function size:0x10C
|
||||
fn_168_17A0 = .text:0x000017A0; // type:function size:0x58
|
||||
fn_168_1800 = .text:0x00001800; // type:function size:0x88
|
||||
build__29sFStateFct_c<13dAcEbcarrow_c>FRC12sStateIDIf_c = .text:0x000014D0; // type:function size:0x60
|
||||
dispose__29sFStateFct_c<13dAcEbcarrow_c>FRP10sStateIf_c = .text:0x00001530; // type:function size:0xC
|
||||
initialize__26sFState_c<13dAcEbcarrow_c>Fv = .text:0x00001540; // type:function size:0x1C
|
||||
execute__26sFState_c<13dAcEbcarrow_c>Fv = .text:0x00001560; // type:function size:0x1C
|
||||
finalize__26sFState_c<13dAcEbcarrow_c>Fv = .text:0x00001580; // type:function size:0x1C
|
||||
initializeState__82sStateMgr_c<13dAcEbcarrow_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000015A0; // type:function size:0x10
|
||||
finalizeState__82sStateMgr_c<13dAcEbcarrow_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000015B0; // type:function size:0x10
|
||||
refreshState__82sStateMgr_c<13dAcEbcarrow_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000015C0; // type:function size:0x10
|
||||
getState__82sStateMgr_c<13dAcEbcarrow_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000015D0; // type:function size:0x10
|
||||
getNewStateID__82sStateMgr_c<13dAcEbcarrow_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000015E0; // type:function size:0x10
|
||||
getOldStateID__82sStateMgr_c<13dAcEbcarrow_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000015F0; // type:function size:0x10
|
||||
finalizeState__28sFStateID_c<13dAcEbcarrow_c>CFR13dAcEbcarrow_c = .text:0x00001600; // type:function size:0x30
|
||||
executeState__28sFStateID_c<13dAcEbcarrow_c>CFR13dAcEbcarrow_c = .text:0x00001630; // type:function size:0x30
|
||||
initializeState__28sFStateID_c<13dAcEbcarrow_c>CFR13dAcEbcarrow_c = .text:0x00001660; // type:function size:0x30
|
||||
__sinit_\d_a_e_bc_arrow_cpp = .text:0x00001690; // type:function size:0x10C scope:local
|
||||
__dt__28sFStateID_c<13dAcEbcarrow_c>Fv = .text:0x000017A0; // type:function size:0x58
|
||||
isSameName__28sFStateID_c<13dAcEbcarrow_c>CFPCc = .text:0x00001800; // type:function size:0x88
|
||||
fn_168_1890 = .text:0x00001890; // type:function size:0x8
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
_dtors = .dtors:0x00000000; // type:label scope:global
|
||||
__destroy_global_chain_reference = .dtors:0x00000000; // type:object size:0x4 scope:global
|
||||
lbl_168_rodata_0 = .rodata:0x00000000; // type:object size:0x4 data:float
|
||||
lbl_168_rodata_4 = .rodata:0x00000004; // type:object size:0x60 data:float
|
||||
lbl_168_data_0 = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
g_profile_E_BCARROW = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
lbl_168_data_10 = .data:0x00000010; // type:object size:0x48
|
||||
lbl_168_data_58 = .data:0x00000058; // type:object size:0x2C
|
||||
lbl_168_data_84 = .data:0x00000084; // type:object size:0x8C
|
||||
|
||||
@@ -3,13 +3,13 @@ _epilog = .text:0x00000030; // type:function size:0x2C scope:global
|
||||
_unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
fn_167_F0 = .text:0x000000F0; // type:function size:0x204
|
||||
dAcEbcaL_c_classInit__Fv = .text:0x000000F0; // type:function size:0x204
|
||||
fn_167_300 = .text:0x00000300; // type:function size:0x58
|
||||
fn_167_360 = .text:0x00000360; // type:function size:0x90
|
||||
fn_167_3F0 = .text:0x000003F0; // type:function size:0x58
|
||||
fn_167_450 = .text:0x00000450; // type:function size:0x6C
|
||||
fn_167_4C0 = .text:0x000004C0; // type:function size:0xA0
|
||||
fn_167_560 = .text:0x00000560; // type:function size:0xA4
|
||||
__dt__23sFState_c<10dAcEbcaL_c>Fv = .text:0x000003F0; // type:function size:0x58
|
||||
__dt__26sFStateFct_c<10dAcEbcaL_c>Fv = .text:0x00000450; // type:function size:0x6C
|
||||
__dt__79sStateMgr_c<10dAcEbcaL_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000004C0; // type:function size:0xA0
|
||||
__dt__49sFStateMgr_c<10dAcEbcaL_c,20sStateMethodUsr_FI_c>Fv = .text:0x00000560; // type:function size:0xA4
|
||||
fn_167_610 = .text:0x00000610; // type:function size:0x58
|
||||
fn_167_670 = .text:0x00000670; // type:function size:0x40
|
||||
fn_167_6B0 = .text:0x000006B0; // type:function size:0x4
|
||||
@@ -18,74 +18,74 @@ fn_167_700 = .text:0x00000700; // type:function size:0x734
|
||||
fn_167_E40 = .text:0x00000E40; // type:function size:0x24
|
||||
fn_167_E70 = .text:0x00000E70; // type:function size:0x1D8
|
||||
fn_167_1050 = .text:0x00001050; // type:function size:0x200
|
||||
fn_167_1250 = .text:0x00001250; // type:function size:0x10
|
||||
changeState__79sStateMgr_c<10dAcEbcaL_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x00001250; // type:function size:0x10
|
||||
fn_167_1260 = .text:0x00001260; // type:function size:0x20
|
||||
fn_167_1280 = .text:0x00001280; // type:function size:0xB08
|
||||
fn_167_1D90 = .text:0x00001D90; // type:function size:0x10
|
||||
fn_167_1DA0 = .text:0x00001DA0; // type:function size:0x10
|
||||
executeState__79sStateMgr_c<10dAcEbcaL_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00001D90; // type:function size:0x10
|
||||
getStateID__79sStateMgr_c<10dAcEbcaL_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00001DA0; // type:function size:0x10
|
||||
fn_167_1DB0 = .text:0x00001DB0; // type:function size:0x2B0
|
||||
fn_167_2060 = .text:0x00002060; // type:function size:0x15C
|
||||
fn_167_21C0 = .text:0x000021C0; // type:function size:0x8C
|
||||
fn_167_2250 = .text:0x00002250; // type:function size:0xE0
|
||||
fn_167_2330 = .text:0x00002330; // type:function size:0x4
|
||||
fn_167_2340 = .text:0x00002340; // type:function size:0xAC
|
||||
fn_167_23F0 = .text:0x000023F0; // type:function size:0x2EC
|
||||
fn_167_26E0 = .text:0x000026E0; // type:function size:0x4
|
||||
fn_167_26F0 = .text:0x000026F0; // type:function size:0x50
|
||||
fn_167_2740 = .text:0x00002740; // type:function size:0x4C
|
||||
fn_167_2790 = .text:0x00002790; // type:function size:0x4
|
||||
fn_167_27A0 = .text:0x000027A0; // type:function size:0x68
|
||||
fn_167_2810 = .text:0x00002810; // type:function size:0xAC
|
||||
fn_167_28C0 = .text:0x000028C0; // type:function size:0x4
|
||||
fn_167_28D0 = .text:0x000028D0; // type:function size:0x64
|
||||
fn_167_2940 = .text:0x00002940; // type:function size:0x68
|
||||
fn_167_29B0 = .text:0x000029B0; // type:function size:0x18
|
||||
initializeState_Standby__10dAcEbcaL_cFv = .text:0x000021C0; // type:function size:0x8C
|
||||
executeState_Standby__10dAcEbcaL_cFv = .text:0x00002250; // type:function size:0xE0
|
||||
finalizeState_Standby__10dAcEbcaL_cFv = .text:0x00002330; // type:function size:0x4
|
||||
initializeState_Attack__10dAcEbcaL_cFv = .text:0x00002340; // type:function size:0xAC
|
||||
executeState_Attack__10dAcEbcaL_cFv = .text:0x000023F0; // type:function size:0x2EC
|
||||
finalizeState_Attack__10dAcEbcaL_cFv = .text:0x000026E0; // type:function size:0x4
|
||||
initializeState_Damage__10dAcEbcaL_cFv = .text:0x000026F0; // type:function size:0x50
|
||||
executeState_Damage__10dAcEbcaL_cFv = .text:0x00002740; // type:function size:0x4C
|
||||
finalizeState_Damage__10dAcEbcaL_cFv = .text:0x00002790; // type:function size:0x4
|
||||
initializeState_Hit__10dAcEbcaL_cFv = .text:0x000027A0; // type:function size:0x68
|
||||
executeState_Hit__10dAcEbcaL_cFv = .text:0x00002810; // type:function size:0xAC
|
||||
finalizeState_Hit__10dAcEbcaL_cFv = .text:0x000028C0; // type:function size:0x4
|
||||
initializeState_Lead__10dAcEbcaL_cFv = .text:0x000028D0; // type:function size:0x64
|
||||
executeState_Lead__10dAcEbcaL_cFv = .text:0x00002940; // type:function size:0x68
|
||||
finalizeState_Lead__10dAcEbcaL_cFv = .text:0x000029B0; // type:function size:0x18
|
||||
fn_167_29D0 = .text:0x000029D0; // type:function size:0x66C
|
||||
fn_167_3040 = .text:0x00003040; // type:function size:0x4C
|
||||
fn_167_3090 = .text:0x00003090; // type:function size:0xC
|
||||
fn_167_30A0 = .text:0x000030A0; // type:function size:0x1C
|
||||
fn_167_30C0 = .text:0x000030C0; // type:function size:0x64
|
||||
fn_167_3130 = .text:0x00003130; // type:function size:0x54
|
||||
fn_167_3190 = .text:0x00003190; // type:function size:0x58
|
||||
fn_167_31F0 = .text:0x000031F0; // type:function size:0x13C
|
||||
fn_167_3330 = .text:0x00003330; // type:function size:0x4
|
||||
fn_167_3340 = .text:0x00003340; // type:function size:0x54
|
||||
fn_167_33A0 = .text:0x000033A0; // type:function size:0x7C
|
||||
fn_167_3420 = .text:0x00003420; // type:function size:0x4
|
||||
fn_167_3430 = .text:0x00003430; // type:function size:0xB4
|
||||
fn_167_34F0 = .text:0x000034F0; // type:function size:0x5D0
|
||||
fn_167_3AC0 = .text:0x00003AC0; // type:function size:0x4
|
||||
initializeState_Stun__10dAcEbcaL_cFv = .text:0x00003190; // type:function size:0x58
|
||||
executeState_Stun__10dAcEbcaL_cFv = .text:0x000031F0; // type:function size:0x13C
|
||||
finalizeState_Stun__10dAcEbcaL_cFv = .text:0x00003330; // type:function size:0x4
|
||||
initializeState_AirDamage__10dAcEbcaL_cFv = .text:0x00003340; // type:function size:0x54
|
||||
executeState_AirDamage__10dAcEbcaL_cFv = .text:0x000033A0; // type:function size:0x7C
|
||||
finalizeState_AirDamage__10dAcEbcaL_cFv = .text:0x00003420; // type:function size:0x4
|
||||
initializeState_Fail__10dAcEbcaL_cFv = .text:0x00003430; // type:function size:0xB4
|
||||
executeState_Fail__10dAcEbcaL_cFv = .text:0x000034F0; // type:function size:0x5D0
|
||||
finalizeState_Fail__10dAcEbcaL_cFv = .text:0x00003AC0; // type:function size:0x4
|
||||
fn_167_3AD0 = .text:0x00003AD0; // type:function size:0x1EC
|
||||
fn_167_3CC0 = .text:0x00003CC0; // type:function size:0x50
|
||||
fn_167_3D10 = .text:0x00003D10; // type:function size:0x5C
|
||||
fn_167_3D70 = .text:0x00003D70; // type:function size:0x4
|
||||
initializeState_StabGuard__10dAcEbcaL_cFv = .text:0x00003CC0; // type:function size:0x50
|
||||
executeState_StabGuard__10dAcEbcaL_cFv = .text:0x00003D10; // type:function size:0x5C
|
||||
finalizeState_StabGuard__10dAcEbcaL_cFv = .text:0x00003D70; // type:function size:0x4
|
||||
fn_167_3D80 = .text:0x00003D80; // type:function size:0x8
|
||||
fn_167_3D90 = .text:0x00003D90; // type:function size:0x4
|
||||
fn_167_3DA0 = .text:0x00003DA0; // type:function size:0x4
|
||||
fn_167_3DB0 = .text:0x00003DB0; // type:function size:0x8
|
||||
fn_167_3DC0 = .text:0x00003DC0; // type:function size:0x1D4
|
||||
__dt__10dAcEbcaL_cFv = .text:0x00003DC0; // type:function size:0x1D4
|
||||
fn_167_3FA0 = .text:0x00003FA0; // type:function size:0x4
|
||||
fn_167_3FB0 = .text:0x00003FB0; // type:function size:0x4
|
||||
fn_167_3FC0 = .text:0x00003FC0; // type:function size:0x4
|
||||
fn_167_3FD0 = .text:0x00003FD0; // type:function size:0x4
|
||||
fn_167_3FE0 = .text:0x00003FE0; // type:function size:0x4
|
||||
fn_167_3FF0 = .text:0x00003FF0; // type:function size:0x60
|
||||
fn_167_4050 = .text:0x00004050; // type:function size:0xC
|
||||
fn_167_4060 = .text:0x00004060; // type:function size:0x1C
|
||||
fn_167_4080 = .text:0x00004080; // type:function size:0x1C
|
||||
fn_167_40A0 = .text:0x000040A0; // type:function size:0x1C
|
||||
fn_167_40C0 = .text:0x000040C0; // type:function size:0x10
|
||||
fn_167_40D0 = .text:0x000040D0; // type:function size:0x10
|
||||
fn_167_40E0 = .text:0x000040E0; // type:function size:0x10
|
||||
fn_167_40F0 = .text:0x000040F0; // type:function size:0x10
|
||||
fn_167_4100 = .text:0x00004100; // type:function size:0x10
|
||||
fn_167_4110 = .text:0x00004110; // type:function size:0x10
|
||||
fn_167_4120 = .text:0x00004120; // type:function size:0x30
|
||||
fn_167_4150 = .text:0x00004150; // type:function size:0x30
|
||||
fn_167_4180 = .text:0x00004180; // type:function size:0x30
|
||||
fn_167_41B0 = .text:0x000041B0; // type:function size:0x844
|
||||
fn_167_4A00 = .text:0x00004A00; // type:function size:0x58
|
||||
fn_167_4A60 = .text:0x00004A60; // type:function size:0x88
|
||||
build__26sFStateFct_c<10dAcEbcaL_c>FRC12sStateIDIf_c = .text:0x00003FF0; // type:function size:0x60
|
||||
dispose__26sFStateFct_c<10dAcEbcaL_c>FRP10sStateIf_c = .text:0x00004050; // type:function size:0xC
|
||||
initialize__23sFState_c<10dAcEbcaL_c>Fv = .text:0x00004060; // type:function size:0x1C
|
||||
execute__23sFState_c<10dAcEbcaL_c>Fv = .text:0x00004080; // type:function size:0x1C
|
||||
finalize__23sFState_c<10dAcEbcaL_c>Fv = .text:0x000040A0; // type:function size:0x1C
|
||||
initializeState__79sStateMgr_c<10dAcEbcaL_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000040C0; // type:function size:0x10
|
||||
finalizeState__79sStateMgr_c<10dAcEbcaL_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000040D0; // type:function size:0x10
|
||||
refreshState__79sStateMgr_c<10dAcEbcaL_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000040E0; // type:function size:0x10
|
||||
getState__79sStateMgr_c<10dAcEbcaL_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000040F0; // type:function size:0x10
|
||||
getNewStateID__79sStateMgr_c<10dAcEbcaL_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00004100; // type:function size:0x10
|
||||
getOldStateID__79sStateMgr_c<10dAcEbcaL_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00004110; // type:function size:0x10
|
||||
finalizeState__25sFStateID_c<10dAcEbcaL_c>CFR10dAcEbcaL_c = .text:0x00004120; // type:function size:0x30
|
||||
executeState__25sFStateID_c<10dAcEbcaL_c>CFR10dAcEbcaL_c = .text:0x00004150; // type:function size:0x30
|
||||
initializeState__25sFStateID_c<10dAcEbcaL_c>CFR10dAcEbcaL_c = .text:0x00004180; // type:function size:0x30
|
||||
__sinit_\d_a_e_bcal_cpp = .text:0x000041B0; // type:function size:0x844 scope:local
|
||||
__dt__25sFStateID_c<10dAcEbcaL_c>Fv = .text:0x00004A00; // type:function size:0x58
|
||||
isSameName__25sFStateID_c<10dAcEbcaL_c>CFPCc = .text:0x00004A60; // type:function size:0x88
|
||||
fn_167_4AF0 = .text:0x00004AF0; // type:function size:0x8
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
_dtors = .dtors:0x00000000; // type:label scope:global
|
||||
@@ -102,7 +102,7 @@ lbl_167_rodata_B8 = .rodata:0x000000B8; // type:object size:0x4 data:float
|
||||
lbl_167_rodata_BC = .rodata:0x000000BC; // type:object size:0x4 data:float
|
||||
lbl_167_rodata_C0 = .rodata:0x000000C0; // type:object size:0x18 data:float
|
||||
lbl_167_rodata_D8 = .rodata:0x000000D8; // type:object size:0x28 data:float
|
||||
lbl_167_data_0 = .data:0x00000000; // type:object size:0x6C data:4byte
|
||||
g_profile_E_BCAL = .data:0x00000000; // type:object size:0x6C data:4byte
|
||||
jumptable_167_data_6C = .data:0x0000006C; // type:object size:0x4C scope:local
|
||||
lbl_167_data_C8 = .data:0x000000C8; // type:object size:0x8
|
||||
lbl_167_data_D0 = .data:0x000000D0; // type:object size:0x60
|
||||
|
||||
@@ -3,52 +3,52 @@ _epilog = .text:0x00000030; // type:function size:0x2C scope:global
|
||||
_unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
fn_169_F0 = .text:0x000000F0; // type:function size:0xF8
|
||||
dAcEbcalarrow_c_classInit__Fv = .text:0x000000F0; // type:function size:0xF8
|
||||
fn_169_1F0 = .text:0x000001F0; // type:function size:0x90
|
||||
fn_169_280 = .text:0x00000280; // type:function size:0x58
|
||||
fn_169_2E0 = .text:0x000002E0; // type:function size:0x6C
|
||||
fn_169_350 = .text:0x00000350; // type:function size:0xA0
|
||||
fn_169_3F0 = .text:0x000003F0; // type:function size:0xA4
|
||||
__dt__28sFState_c<15dAcEbcalarrow_c>Fv = .text:0x00000280; // type:function size:0x58
|
||||
__dt__31sFStateFct_c<15dAcEbcalarrow_c>Fv = .text:0x000002E0; // type:function size:0x6C
|
||||
__dt__84sStateMgr_c<15dAcEbcalarrow_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000350; // type:function size:0xA0
|
||||
__dt__54sFStateMgr_c<15dAcEbcalarrow_c,20sStateMethodUsr_FI_c>Fv = .text:0x000003F0; // type:function size:0xA4
|
||||
fn_169_4A0 = .text:0x000004A0; // type:function size:0x68
|
||||
fn_169_510 = .text:0x00000510; // type:function size:0xDC
|
||||
fn_169_5F0 = .text:0x000005F0; // type:function size:0x8
|
||||
fn_169_600 = .text:0x00000600; // type:function size:0x240
|
||||
fn_169_840 = .text:0x00000840; // type:function size:0x10
|
||||
executeState__84sStateMgr_c<15dAcEbcalarrow_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000840; // type:function size:0x10
|
||||
fn_169_850 = .text:0x00000850; // type:function size:0x28
|
||||
fn_169_880 = .text:0x00000880; // type:function size:0x30
|
||||
fn_169_8B0 = .text:0x000008B0; // type:function size:0x10
|
||||
fn_169_8C0 = .text:0x000008C0; // type:function size:0x1D0
|
||||
fn_169_A90 = .text:0x00000A90; // type:function size:0x4D4
|
||||
fn_169_F70 = .text:0x00000F70; // type:function size:0x4
|
||||
changeState__84sStateMgr_c<15dAcEbcalarrow_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x000008B0; // type:function size:0x10
|
||||
initializeState_Move__15dAcEbcalarrow_cFv = .text:0x000008C0; // type:function size:0x1D0
|
||||
executeState_Move__15dAcEbcalarrow_cFv = .text:0x00000A90; // type:function size:0x4D4
|
||||
finalizeState_Move__15dAcEbcalarrow_cFv = .text:0x00000F70; // type:function size:0x4
|
||||
fn_169_F80 = .text:0x00000F80; // type:function size:0x8
|
||||
fn_169_F90 = .text:0x00000F90; // type:function size:0x4
|
||||
fn_169_FA0 = .text:0x00000FA0; // type:function size:0x4
|
||||
fn_169_FB0 = .text:0x00000FB0; // type:function size:0x8
|
||||
fn_169_FC0 = .text:0x00000FC0; // type:function size:0x11C
|
||||
fn_169_10E0 = .text:0x000010E0; // type:function size:0x10
|
||||
fn_169_10F0 = .text:0x000010F0; // type:function size:0x60
|
||||
fn_169_1150 = .text:0x00001150; // type:function size:0xC
|
||||
fn_169_1160 = .text:0x00001160; // type:function size:0x1C
|
||||
fn_169_1180 = .text:0x00001180; // type:function size:0x1C
|
||||
fn_169_11A0 = .text:0x000011A0; // type:function size:0x1C
|
||||
fn_169_11C0 = .text:0x000011C0; // type:function size:0x10
|
||||
fn_169_11D0 = .text:0x000011D0; // type:function size:0x10
|
||||
fn_169_11E0 = .text:0x000011E0; // type:function size:0x10
|
||||
fn_169_11F0 = .text:0x000011F0; // type:function size:0x10
|
||||
fn_169_1200 = .text:0x00001200; // type:function size:0x10
|
||||
fn_169_1210 = .text:0x00001210; // type:function size:0x10
|
||||
fn_169_1220 = .text:0x00001220; // type:function size:0x30
|
||||
fn_169_1250 = .text:0x00001250; // type:function size:0x30
|
||||
fn_169_1280 = .text:0x00001280; // type:function size:0x30
|
||||
fn_169_12B0 = .text:0x000012B0; // type:function size:0x10C
|
||||
fn_169_13C0 = .text:0x000013C0; // type:function size:0x58
|
||||
fn_169_1420 = .text:0x00001420; // type:function size:0x88
|
||||
__dt__15dAcEbcalarrow_cFv = .text:0x00000FC0; // type:function size:0x11C
|
||||
getStateID__84sStateMgr_c<15dAcEbcalarrow_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000010E0; // type:function size:0x10
|
||||
build__31sFStateFct_c<15dAcEbcalarrow_c>FRC12sStateIDIf_c = .text:0x000010F0; // type:function size:0x60
|
||||
dispose__31sFStateFct_c<15dAcEbcalarrow_c>FRP10sStateIf_c = .text:0x00001150; // type:function size:0xC
|
||||
initialize__28sFState_c<15dAcEbcalarrow_c>Fv = .text:0x00001160; // type:function size:0x1C
|
||||
execute__28sFState_c<15dAcEbcalarrow_c>Fv = .text:0x00001180; // type:function size:0x1C
|
||||
finalize__28sFState_c<15dAcEbcalarrow_c>Fv = .text:0x000011A0; // type:function size:0x1C
|
||||
initializeState__84sStateMgr_c<15dAcEbcalarrow_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000011C0; // type:function size:0x10
|
||||
finalizeState__84sStateMgr_c<15dAcEbcalarrow_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000011D0; // type:function size:0x10
|
||||
refreshState__84sStateMgr_c<15dAcEbcalarrow_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000011E0; // type:function size:0x10
|
||||
getState__84sStateMgr_c<15dAcEbcalarrow_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000011F0; // type:function size:0x10
|
||||
getNewStateID__84sStateMgr_c<15dAcEbcalarrow_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00001200; // type:function size:0x10
|
||||
getOldStateID__84sStateMgr_c<15dAcEbcalarrow_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00001210; // type:function size:0x10
|
||||
finalizeState__30sFStateID_c<15dAcEbcalarrow_c>CFR15dAcEbcalarrow_c = .text:0x00001220; // type:function size:0x30
|
||||
executeState__30sFStateID_c<15dAcEbcalarrow_c>CFR15dAcEbcalarrow_c = .text:0x00001250; // type:function size:0x30
|
||||
initializeState__30sFStateID_c<15dAcEbcalarrow_c>CFR15dAcEbcalarrow_c = .text:0x00001280; // type:function size:0x30
|
||||
__sinit_\d_a_e_bcal_arrow_cpp = .text:0x000012B0; // type:function size:0x10C scope:local
|
||||
__dt__30sFStateID_c<15dAcEbcalarrow_c>Fv = .text:0x000013C0; // type:function size:0x58
|
||||
isSameName__30sFStateID_c<15dAcEbcalarrow_c>CFPCc = .text:0x00001420; // type:function size:0x88
|
||||
fn_169_14B0 = .text:0x000014B0; // type:function size:0x8
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
_dtors = .dtors:0x00000000; // type:label scope:global
|
||||
__destroy_global_chain_reference = .dtors:0x00000000; // type:object size:0x4 scope:global
|
||||
lbl_169_rodata_0 = .rodata:0x00000000; // type:object size:0x60 data:float
|
||||
lbl_169_data_0 = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
g_profile_E_BCALARROW = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
lbl_169_data_10 = .data:0x00000010; // type:object size:0x2C
|
||||
lbl_169_data_3C = .data:0x0000003C; // type:object size:0x4 data:string
|
||||
lbl_169_data_40 = .data:0x00000040; // type:object size:0x8
|
||||
|
||||
@@ -4,7 +4,7 @@ _unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
fn_166_F0 = .text:0x000000F0; // type:function size:0x40
|
||||
fn_166_130 = .text:0x00000130; // type:function size:0x2E8
|
||||
dAcEbce_c_classInit__Fv = .text:0x00000130; // type:function size:0x2E8
|
||||
fn_166_420 = .text:0x00000420; // type:function size:0x58
|
||||
fn_166_480 = .text:0x00000480; // type:function size:0x40
|
||||
fn_166_4C0 = .text:0x000004C0; // type:function size:0x90
|
||||
@@ -14,70 +14,70 @@ fn_166_5F0 = .text:0x000005F0; // type:function size:0x84
|
||||
fn_166_680 = .text:0x00000680; // type:function size:0x58
|
||||
fn_166_6E0 = .text:0x000006E0; // type:function size:0x90
|
||||
fn_166_770 = .text:0x00000770; // type:function size:0xCC
|
||||
fn_166_840 = .text:0x00000840; // type:function size:0x58
|
||||
fn_166_8A0 = .text:0x000008A0; // type:function size:0x6C
|
||||
fn_166_910 = .text:0x00000910; // type:function size:0xA0
|
||||
fn_166_9B0 = .text:0x000009B0; // type:function size:0xA4
|
||||
__dt__21sFState_c<9dAcEbce_c>Fv = .text:0x00000840; // type:function size:0x58
|
||||
__dt__24sFStateFct_c<9dAcEbce_c>Fv = .text:0x000008A0; // type:function size:0x6C
|
||||
__dt__77sStateMgr_c<9dAcEbce_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000910; // type:function size:0xA0
|
||||
__dt__47sFStateMgr_c<9dAcEbce_c,20sStateMethodUsr_FI_c>Fv = .text:0x000009B0; // type:function size:0xA4
|
||||
fn_166_A60 = .text:0x00000A60; // type:function size:0x58
|
||||
fn_166_AC0 = .text:0x00000AC0; // type:function size:0x774
|
||||
fn_166_1240 = .text:0x00001240; // type:function size:0x220
|
||||
fn_166_1460 = .text:0x00001460; // type:function size:0x588
|
||||
fn_166_19F0 = .text:0x000019F0; // type:function size:0x34
|
||||
fn_166_1A30 = .text:0x00001A30; // type:function size:0x1644
|
||||
fn_166_3080 = .text:0x00003080; // type:function size:0x10
|
||||
fn_166_3090 = .text:0x00003090; // type:function size:0x10
|
||||
fn_166_30A0 = .text:0x000030A0; // type:function size:0x10
|
||||
getStateID__77sStateMgr_c<9dAcEbce_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00003080; // type:function size:0x10
|
||||
changeState__77sStateMgr_c<9dAcEbce_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x00003090; // type:function size:0x10
|
||||
executeState__77sStateMgr_c<9dAcEbce_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000030A0; // type:function size:0x10
|
||||
fn_166_30B0 = .text:0x000030B0; // type:function size:0x1C
|
||||
fn_166_30D0 = .text:0x000030D0; // type:function size:0x400
|
||||
fn_166_34D0 = .text:0x000034D0; // type:function size:0x1B8
|
||||
fn_166_3690 = .text:0x00003690; // type:function size:0x198
|
||||
fn_166_3830 = .text:0x00003830; // type:function size:0x88
|
||||
fn_166_38C0 = .text:0x000038C0; // type:function size:0x4C4
|
||||
fn_166_3D90 = .text:0x00003D90; // type:function size:0x4
|
||||
fn_166_3DA0 = .text:0x00003DA0; // type:function size:0x78
|
||||
fn_166_3E20 = .text:0x00003E20; // type:function size:0x364
|
||||
fn_166_4190 = .text:0x00004190; // type:function size:0x4
|
||||
fn_166_41A0 = .text:0x000041A0; // type:function size:0xBC
|
||||
fn_166_4260 = .text:0x00004260; // type:function size:0x500
|
||||
fn_166_4760 = .text:0x00004760; // type:function size:0x4
|
||||
fn_166_4770 = .text:0x00004770; // type:function size:0x74
|
||||
fn_166_47F0 = .text:0x000047F0; // type:function size:0x270
|
||||
fn_166_4A60 = .text:0x00004A60; // type:function size:0x4
|
||||
fn_166_4A70 = .text:0x00004A70; // type:function size:0x84
|
||||
fn_166_4B00 = .text:0x00004B00; // type:function size:0xFC
|
||||
fn_166_4C00 = .text:0x00004C00; // type:function size:0x4
|
||||
fn_166_4C10 = .text:0x00004C10; // type:function size:0xE8
|
||||
fn_166_4D00 = .text:0x00004D00; // type:function size:0xA9C
|
||||
fn_166_57A0 = .text:0x000057A0; // type:function size:0x4
|
||||
fn_166_57B0 = .text:0x000057B0; // type:function size:0xD8
|
||||
fn_166_5890 = .text:0x00005890; // type:function size:0x360
|
||||
initializeState_Standby__9dAcEbce_cFv = .text:0x00003830; // type:function size:0x88
|
||||
executeState_Standby__9dAcEbce_cFv = .text:0x000038C0; // type:function size:0x4C4
|
||||
finalizeState_Standby__9dAcEbce_cFv = .text:0x00003D90; // type:function size:0x4
|
||||
initializeState_Home__9dAcEbce_cFv = .text:0x00003DA0; // type:function size:0x78
|
||||
executeState_Home__9dAcEbce_cFv = .text:0x00003E20; // type:function size:0x364
|
||||
finalizeState_Home__9dAcEbce_cFv = .text:0x00004190; // type:function size:0x4
|
||||
initializeState_Normal__9dAcEbce_cFv = .text:0x000041A0; // type:function size:0xBC
|
||||
executeState_Normal__9dAcEbce_cFv = .text:0x00004260; // type:function size:0x500
|
||||
finalizeState_Normal__9dAcEbce_cFv = .text:0x00004760; // type:function size:0x4
|
||||
initializeState_Path__9dAcEbce_cFv = .text:0x00004770; // type:function size:0x74
|
||||
executeState_Path__9dAcEbce_cFv = .text:0x000047F0; // type:function size:0x270
|
||||
finalizeState_Path__9dAcEbce_cFv = .text:0x00004A60; // type:function size:0x4
|
||||
initializeState_FightStart__9dAcEbce_cFv = .text:0x00004A70; // type:function size:0x84
|
||||
executeState_FightStart__9dAcEbce_cFv = .text:0x00004B00; // type:function size:0xFC
|
||||
finalizeState_FightStart__9dAcEbce_cFv = .text:0x00004C00; // type:function size:0x4
|
||||
initializeState_Fight__9dAcEbce_cFv = .text:0x00004C10; // type:function size:0xE8
|
||||
executeState_Fight__9dAcEbce_cFv = .text:0x00004D00; // type:function size:0xA9C
|
||||
finalizeState_Fight__9dAcEbce_cFv = .text:0x000057A0; // type:function size:0x4
|
||||
initializeState_Attack__9dAcEbce_cFv = .text:0x000057B0; // type:function size:0xD8
|
||||
executeState_Attack__9dAcEbce_cFv = .text:0x00005890; // type:function size:0x360
|
||||
fn_166_5BF0 = .text:0x00005BF0; // type:function size:0x48
|
||||
fn_166_5C40 = .text:0x00005C40; // type:function size:0x4
|
||||
fn_166_5C50 = .text:0x00005C50; // type:function size:0x68
|
||||
fn_166_5CC0 = .text:0x00005CC0; // type:function size:0x288
|
||||
fn_166_5F50 = .text:0x00005F50; // type:function size:0x4
|
||||
fn_166_5F60 = .text:0x00005F60; // type:function size:0x74
|
||||
fn_166_5FE0 = .text:0x00005FE0; // type:function size:0x150
|
||||
fn_166_6130 = .text:0x00006130; // type:function size:0x4
|
||||
fn_166_6140 = .text:0x00006140; // type:function size:0x70
|
||||
fn_166_61B0 = .text:0x000061B0; // type:function size:0x90
|
||||
fn_166_6240 = .text:0x00006240; // type:function size:0x4
|
||||
fn_166_6250 = .text:0x00006250; // type:function size:0xB8
|
||||
fn_166_6310 = .text:0x00006310; // type:function size:0x750
|
||||
fn_166_6A60 = .text:0x00006A60; // type:function size:0x4
|
||||
fn_166_6A70 = .text:0x00006A70; // type:function size:0x1C
|
||||
fn_166_6A90 = .text:0x00006A90; // type:function size:0x418
|
||||
fn_166_6EB0 = .text:0x00006EB0; // type:function size:0x4
|
||||
fn_166_6EC0 = .text:0x00006EC0; // type:function size:0x74
|
||||
fn_166_6F40 = .text:0x00006F40; // type:function size:0x30
|
||||
finalizeState_Attack__9dAcEbce_cFv = .text:0x00005C40; // type:function size:0x4
|
||||
initializeState_StepAttack__9dAcEbce_cFv = .text:0x00005C50; // type:function size:0x68
|
||||
executeState_StepAttack__9dAcEbce_cFv = .text:0x00005CC0; // type:function size:0x288
|
||||
finalizeState_StepAttack__9dAcEbce_cFv = .text:0x00005F50; // type:function size:0x4
|
||||
initializeState_Damage__9dAcEbce_cFv = .text:0x00005F60; // type:function size:0x74
|
||||
executeState_Damage__9dAcEbce_cFv = .text:0x00005FE0; // type:function size:0x150
|
||||
finalizeState_Damage__9dAcEbce_cFv = .text:0x00006130; // type:function size:0x4
|
||||
initializeState_AirDamage__9dAcEbce_cFv = .text:0x00006140; // type:function size:0x70
|
||||
executeState_AirDamage__9dAcEbce_cFv = .text:0x000061B0; // type:function size:0x90
|
||||
finalizeState_AirDamage__9dAcEbce_cFv = .text:0x00006240; // type:function size:0x4
|
||||
initializeState_Fail__9dAcEbce_cFv = .text:0x00006250; // type:function size:0xB8
|
||||
executeState_Fail__9dAcEbce_cFv = .text:0x00006310; // type:function size:0x750
|
||||
finalizeState_Fail__9dAcEbce_cFv = .text:0x00006A60; // type:function size:0x4
|
||||
initializeState_BombAction__9dAcEbce_cFv = .text:0x00006A70; // type:function size:0x1C
|
||||
executeState_BombAction__9dAcEbce_cFv = .text:0x00006A90; // type:function size:0x418
|
||||
finalizeState_BombAction__9dAcEbce_cFv = .text:0x00006EB0; // type:function size:0x4
|
||||
initializeState_StabGuard__9dAcEbce_cFv = .text:0x00006EC0; // type:function size:0x74
|
||||
executeState_StabGuard__9dAcEbce_cFv = .text:0x00006F40; // type:function size:0x30
|
||||
fn_166_6F70 = .text:0x00006F70; // type:function size:0x4
|
||||
fn_166_6F80 = .text:0x00006F80; // type:function size:0x4
|
||||
fn_166_6F90 = .text:0x00006F90; // type:function size:0x5C
|
||||
fn_166_6FF0 = .text:0x00006FF0; // type:function size:0x134
|
||||
fn_166_7130 = .text:0x00007130; // type:function size:0x4
|
||||
fn_166_7140 = .text:0x00007140; // type:function size:0x94
|
||||
fn_166_71E0 = .text:0x000071E0; // type:function size:0xE8
|
||||
fn_166_72D0 = .text:0x000072D0; // type:function size:0x4
|
||||
finalizeState_StabGuard__9dAcEbce_cFv = .text:0x00006F80; // type:function size:0x4
|
||||
initializeState_Stun__9dAcEbce_cFv = .text:0x00006F90; // type:function size:0x5C
|
||||
executeState_Stun__9dAcEbce_cFv = .text:0x00006FF0; // type:function size:0x134
|
||||
finalizeState_Stun__9dAcEbce_cFv = .text:0x00007130; // type:function size:0x4
|
||||
initializeState_Drop__9dAcEbce_cFv = .text:0x00007140; // type:function size:0x94
|
||||
executeState_Drop__9dAcEbce_cFv = .text:0x000071E0; // type:function size:0xE8
|
||||
finalizeState_Drop__9dAcEbce_cFv = .text:0x000072D0; // type:function size:0x4
|
||||
fn_166_72E0 = .text:0x000072E0; // type:function size:0x2C8
|
||||
fn_166_75B0 = .text:0x000075B0; // type:function size:0x634
|
||||
fn_166_7BF0 = .text:0x00007BF0; // type:function size:0x4C
|
||||
@@ -103,29 +103,29 @@ fn_166_92B0 = .text:0x000092B0; // type:function size:0x8
|
||||
fn_166_92C0 = .text:0x000092C0; // type:function size:0x4
|
||||
fn_166_92D0 = .text:0x000092D0; // type:function size:0x4
|
||||
fn_166_92E0 = .text:0x000092E0; // type:function size:0x8
|
||||
fn_166_92F0 = .text:0x000092F0; // type:function size:0x294
|
||||
__dt__9dAcEbce_cFv = .text:0x000092F0; // type:function size:0x294
|
||||
fn_166_9590 = .text:0x00009590; // type:function size:0x4
|
||||
fn_166_95A0 = .text:0x000095A0; // type:function size:0x4
|
||||
fn_166_95B0 = .text:0x000095B0; // type:function size:0x4
|
||||
fn_166_95C0 = .text:0x000095C0; // type:function size:0x4
|
||||
fn_166_95D0 = .text:0x000095D0; // type:function size:0x4
|
||||
fn_166_95E0 = .text:0x000095E0; // type:function size:0x60
|
||||
fn_166_9640 = .text:0x00009640; // type:function size:0xC
|
||||
fn_166_9650 = .text:0x00009650; // type:function size:0x1C
|
||||
fn_166_9670 = .text:0x00009670; // type:function size:0x1C
|
||||
fn_166_9690 = .text:0x00009690; // type:function size:0x1C
|
||||
fn_166_96B0 = .text:0x000096B0; // type:function size:0x10
|
||||
fn_166_96C0 = .text:0x000096C0; // type:function size:0x10
|
||||
fn_166_96D0 = .text:0x000096D0; // type:function size:0x10
|
||||
fn_166_96E0 = .text:0x000096E0; // type:function size:0x10
|
||||
fn_166_96F0 = .text:0x000096F0; // type:function size:0x10
|
||||
fn_166_9700 = .text:0x00009700; // type:function size:0x10
|
||||
fn_166_9710 = .text:0x00009710; // type:function size:0x30
|
||||
fn_166_9740 = .text:0x00009740; // type:function size:0x30
|
||||
fn_166_9770 = .text:0x00009770; // type:function size:0x30
|
||||
fn_166_97A0 = .text:0x000097A0; // type:function size:0xCAC
|
||||
fn_166_A450 = .text:0x0000A450; // type:function size:0x58
|
||||
fn_166_A4B0 = .text:0x0000A4B0; // type:function size:0x88
|
||||
build__24sFStateFct_c<9dAcEbce_c>FRC12sStateIDIf_c = .text:0x000095E0; // type:function size:0x60
|
||||
dispose__24sFStateFct_c<9dAcEbce_c>FRP10sStateIf_c = .text:0x00009640; // type:function size:0xC
|
||||
initialize__21sFState_c<9dAcEbce_c>Fv = .text:0x00009650; // type:function size:0x1C
|
||||
execute__21sFState_c<9dAcEbce_c>Fv = .text:0x00009670; // type:function size:0x1C
|
||||
finalize__21sFState_c<9dAcEbce_c>Fv = .text:0x00009690; // type:function size:0x1C
|
||||
initializeState__77sStateMgr_c<9dAcEbce_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000096B0; // type:function size:0x10
|
||||
finalizeState__77sStateMgr_c<9dAcEbce_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000096C0; // type:function size:0x10
|
||||
refreshState__77sStateMgr_c<9dAcEbce_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000096D0; // type:function size:0x10
|
||||
getState__77sStateMgr_c<9dAcEbce_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000096E0; // type:function size:0x10
|
||||
getNewStateID__77sStateMgr_c<9dAcEbce_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000096F0; // type:function size:0x10
|
||||
getOldStateID__77sStateMgr_c<9dAcEbce_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00009700; // type:function size:0x10
|
||||
finalizeState__23sFStateID_c<9dAcEbce_c>CFR9dAcEbce_c = .text:0x00009710; // type:function size:0x30
|
||||
executeState__23sFStateID_c<9dAcEbce_c>CFR9dAcEbce_c = .text:0x00009740; // type:function size:0x30
|
||||
initializeState__23sFStateID_c<9dAcEbce_c>CFR9dAcEbce_c = .text:0x00009770; // type:function size:0x30
|
||||
__sinit_\d_a_e_bce_cpp = .text:0x000097A0; // type:function size:0xCAC scope:local
|
||||
__dt__23sFStateID_c<9dAcEbce_c>Fv = .text:0x0000A450; // type:function size:0x58
|
||||
isSameName__23sFStateID_c<9dAcEbce_c>CFPCc = .text:0x0000A4B0; // type:function size:0x88
|
||||
fn_166_A540 = .text:0x0000A540; // type:function size:0x8
|
||||
fn_166_A550 = .text:0x0000A550; // type:function size:0x8
|
||||
fn_166_A560 = .text:0x0000A560; // type:function size:0x8
|
||||
@@ -150,7 +150,7 @@ lbl_166_rodata_140 = .rodata:0x00000140; // type:object size:0x6C data:float
|
||||
lbl_166_rodata_1AC = .rodata:0x000001AC; // type:object size:0x30 data:float
|
||||
lbl_166_rodata_1DC = .rodata:0x000001DC; // type:object size:0x4 data:float
|
||||
lbl_166_rodata_1E0 = .rodata:0x000001E0; // type:object size:0xC data:float
|
||||
lbl_166_data_0 = .data:0x00000000; // type:object size:0x6C data:4byte
|
||||
g_profile_E_BCE = .data:0x00000000; // type:object size:0x6C data:4byte
|
||||
jumptable_166_data_6C = .data:0x0000006C; // type:object size:0x4C scope:local
|
||||
lbl_166_data_C8 = .data:0x000000C8; // type:object size:0x8C
|
||||
lbl_166_data_154 = .data:0x00000154; // type:object size:0x8
|
||||
|
||||
@@ -3,19 +3,19 @@ _epilog = .text:0x00000030; // type:function size:0x2C scope:global
|
||||
_unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
fn_171_F0 = .text:0x000000F0; // type:function size:0x1CC
|
||||
dAcEBcZ_c_classInit__Fv = .text:0x000000F0; // type:function size:0x1CC
|
||||
fn_171_2C0 = .text:0x000002C0; // type:function size:0x58
|
||||
fn_171_320 = .text:0x00000320; // type:function size:0x90
|
||||
fn_171_3B0 = .text:0x000003B0; // type:function size:0x90
|
||||
fn_171_440 = .text:0x00000440; // type:function size:0x58
|
||||
fn_171_4A0 = .text:0x000004A0; // type:function size:0x6C
|
||||
fn_171_510 = .text:0x00000510; // type:function size:0xA0
|
||||
fn_171_5B0 = .text:0x000005B0; // type:function size:0xA4
|
||||
__dt__21sFState_c<9dAcEBcZ_c>Fv = .text:0x00000440; // type:function size:0x58
|
||||
__dt__24sFStateFct_c<9dAcEBcZ_c>Fv = .text:0x000004A0; // type:function size:0x6C
|
||||
__dt__77sStateMgr_c<9dAcEBcZ_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000510; // type:function size:0xA0
|
||||
__dt__47sFStateMgr_c<9dAcEBcZ_c,20sStateMethodUsr_FI_c>Fv = .text:0x000005B0; // type:function size:0xA4
|
||||
fn_171_660 = .text:0x00000660; // type:function size:0x58
|
||||
fn_171_6C0 = .text:0x000006C0; // type:function size:0x73C
|
||||
fn_171_E00 = .text:0x00000E00; // type:function size:0xC94
|
||||
fn_171_1AA0 = .text:0x00001AA0; // type:function size:0x10
|
||||
fn_171_1AB0 = .text:0x00001AB0; // type:function size:0x10
|
||||
changeState__77sStateMgr_c<9dAcEBcZ_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x00001AA0; // type:function size:0x10
|
||||
getStateID__77sStateMgr_c<9dAcEBcZ_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00001AB0; // type:function size:0x10
|
||||
fn_171_1AC0 = .text:0x00001AC0; // type:function size:0xC
|
||||
fn_171_1AD0 = .text:0x00001AD0; // type:function size:0x1C
|
||||
fn_171_1AF0 = .text:0x00001AF0; // type:function size:0x8
|
||||
@@ -39,106 +39,106 @@ fn_171_2810 = .text:0x00002810; // type:function size:0x130
|
||||
fn_171_2940 = .text:0x00002940; // type:function size:0x3E8
|
||||
fn_171_2D30 = .text:0x00002D30; // type:function size:0x38
|
||||
fn_171_2D70 = .text:0x00002D70; // type:function size:0x15D0
|
||||
fn_171_4340 = .text:0x00004340; // type:function size:0x10
|
||||
executeState__77sStateMgr_c<9dAcEBcZ_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00004340; // type:function size:0x10
|
||||
fn_171_4350 = .text:0x00004350; // type:function size:0x1A4
|
||||
fn_171_4500 = .text:0x00004500; // type:function size:0xCC
|
||||
fn_171_45D0 = .text:0x000045D0; // type:function size:0x314
|
||||
fn_171_48F0 = .text:0x000048F0; // type:function size:0x30
|
||||
fn_171_4920 = .text:0x00004920; // type:function size:0xA4
|
||||
fn_171_49D0 = .text:0x000049D0; // type:function size:0x238
|
||||
fn_171_4C10 = .text:0x00004C10; // type:function size:0x4
|
||||
fn_171_4C20 = .text:0x00004C20; // type:function size:0x118
|
||||
fn_171_4D40 = .text:0x00004D40; // type:function size:0x3C4
|
||||
fn_171_5110 = .text:0x00005110; // type:function size:0x4
|
||||
fn_171_5120 = .text:0x00005120; // type:function size:0x68
|
||||
fn_171_5190 = .text:0x00005190; // type:function size:0x2C0
|
||||
fn_171_5450 = .text:0x00005450; // type:function size:0x4
|
||||
fn_171_5460 = .text:0x00005460; // type:function size:0xA8
|
||||
fn_171_5510 = .text:0x00005510; // type:function size:0x698
|
||||
fn_171_5BB0 = .text:0x00005BB0; // type:function size:0x4
|
||||
fn_171_5BC0 = .text:0x00005BC0; // type:function size:0x68
|
||||
fn_171_5C30 = .text:0x00005C30; // type:function size:0x3F8
|
||||
fn_171_6030 = .text:0x00006030; // type:function size:0x58
|
||||
fn_171_6090 = .text:0x00006090; // type:function size:0x94
|
||||
fn_171_6130 = .text:0x00006130; // type:function size:0x1C4
|
||||
fn_171_6300 = .text:0x00006300; // type:function size:0x4
|
||||
fn_171_6310 = .text:0x00006310; // type:function size:0x68
|
||||
fn_171_6380 = .text:0x00006380; // type:function size:0x2B0
|
||||
fn_171_6630 = .text:0x00006630; // type:function size:0x4
|
||||
fn_171_6640 = .text:0x00006640; // type:function size:0x5C
|
||||
fn_171_66A0 = .text:0x000066A0; // type:function size:0x39C
|
||||
fn_171_6A40 = .text:0x00006A40; // type:function size:0x48
|
||||
fn_171_6A90 = .text:0x00006A90; // type:function size:0x118
|
||||
fn_171_6BB0 = .text:0x00006BB0; // type:function size:0x100
|
||||
fn_171_6CB0 = .text:0x00006CB0; // type:function size:0x2C
|
||||
fn_171_6CE0 = .text:0x00006CE0; // type:function size:0x6C
|
||||
fn_171_6D50 = .text:0x00006D50; // type:function size:0x1D4
|
||||
fn_171_6F30 = .text:0x00006F30; // type:function size:0x4
|
||||
fn_171_6F40 = .text:0x00006F40; // type:function size:0x70
|
||||
fn_171_6FB0 = .text:0x00006FB0; // type:function size:0x354
|
||||
fn_171_7310 = .text:0x00007310; // type:function size:0xC
|
||||
fn_171_7320 = .text:0x00007320; // type:function size:0xB8
|
||||
fn_171_73E0 = .text:0x000073E0; // type:function size:0x5BC
|
||||
fn_171_79A0 = .text:0x000079A0; // type:function size:0x4
|
||||
fn_171_79B0 = .text:0x000079B0; // type:function size:0xB0
|
||||
fn_171_7A60 = .text:0x00007A60; // type:function size:0x38C
|
||||
fn_171_7DF0 = .text:0x00007DF0; // type:function size:0x4
|
||||
fn_171_7E00 = .text:0x00007E00; // type:function size:0x158
|
||||
fn_171_7F60 = .text:0x00007F60; // type:function size:0x8C8
|
||||
fn_171_8830 = .text:0x00008830; // type:function size:0x2C
|
||||
fn_171_8860 = .text:0x00008860; // type:function size:0xCC
|
||||
fn_171_8930 = .text:0x00008930; // type:function size:0xBC
|
||||
fn_171_89F0 = .text:0x000089F0; // type:function size:0x30
|
||||
fn_171_8A20 = .text:0x00008A20; // type:function size:0x1AC
|
||||
fn_171_8BD0 = .text:0x00008BD0; // type:function size:0x98C
|
||||
fn_171_9560 = .text:0x00009560; // type:function size:0x4
|
||||
fn_171_9570 = .text:0x00009570; // type:function size:0x110
|
||||
fn_171_9680 = .text:0x00009680; // type:function size:0x3F4
|
||||
fn_171_9A80 = .text:0x00009A80; // type:function size:0x4
|
||||
fn_171_9A90 = .text:0x00009A90; // type:function size:0xA4
|
||||
fn_171_9B40 = .text:0x00009B40; // type:function size:0x210
|
||||
fn_171_9D50 = .text:0x00009D50; // type:function size:0x4
|
||||
fn_171_9D60 = .text:0x00009D60; // type:function size:0x7C
|
||||
fn_171_9DE0 = .text:0x00009DE0; // type:function size:0x348
|
||||
fn_171_A130 = .text:0x0000A130; // type:function size:0x4
|
||||
fn_171_A140 = .text:0x0000A140; // type:function size:0x7C
|
||||
fn_171_A1C0 = .text:0x0000A1C0; // type:function size:0x3C0
|
||||
fn_171_A580 = .text:0x0000A580; // type:function size:0x20
|
||||
initializeState_Arise__9dAcEBcZ_cFv = .text:0x00004500; // type:function size:0xCC
|
||||
executeState_Arise__9dAcEBcZ_cFv = .text:0x000045D0; // type:function size:0x314
|
||||
finalizeState_Arise__9dAcEBcZ_cFv = .text:0x000048F0; // type:function size:0x30
|
||||
initializeState_Wait__9dAcEBcZ_cFv = .text:0x00004920; // type:function size:0xA4
|
||||
executeState_Wait__9dAcEBcZ_cFv = .text:0x000049D0; // type:function size:0x238
|
||||
finalizeState_Wait__9dAcEBcZ_cFv = .text:0x00004C10; // type:function size:0x4
|
||||
initializeState_Walk__9dAcEBcZ_cFv = .text:0x00004C20; // type:function size:0x118
|
||||
executeState_Walk__9dAcEBcZ_cFv = .text:0x00004D40; // type:function size:0x3C4
|
||||
finalizeState_Walk__9dAcEBcZ_cFv = .text:0x00005110; // type:function size:0x4
|
||||
initializeState_Find__9dAcEBcZ_cFv = .text:0x00005120; // type:function size:0x68
|
||||
executeState_Find__9dAcEBcZ_cFv = .text:0x00005190; // type:function size:0x2C0
|
||||
finalizeState_Find__9dAcEBcZ_cFv = .text:0x00005450; // type:function size:0x4
|
||||
initializeState_Chase__9dAcEBcZ_cFv = .text:0x00005460; // type:function size:0xA8
|
||||
executeState_Chase__9dAcEBcZ_cFv = .text:0x00005510; // type:function size:0x698
|
||||
finalizeState_Chase__9dAcEBcZ_cFv = .text:0x00005BB0; // type:function size:0x4
|
||||
initializeState_HoldAttack__9dAcEBcZ_cFv = .text:0x00005BC0; // type:function size:0x68
|
||||
executeState_HoldAttack__9dAcEBcZ_cFv = .text:0x00005C30; // type:function size:0x3F8
|
||||
finalizeState_HoldAttack__9dAcEBcZ_cFv = .text:0x00006030; // type:function size:0x58
|
||||
initializeState_HoldStart__9dAcEBcZ_cFv = .text:0x00006090; // type:function size:0x94
|
||||
executeState_HoldStart__9dAcEBcZ_cFv = .text:0x00006130; // type:function size:0x1C4
|
||||
finalizeState_HoldStart__9dAcEBcZ_cFv = .text:0x00006300; // type:function size:0x4
|
||||
initializeState_HoldWait__9dAcEBcZ_cFv = .text:0x00006310; // type:function size:0x68
|
||||
executeState_HoldWait__9dAcEBcZ_cFv = .text:0x00006380; // type:function size:0x2B0
|
||||
finalizeState_HoldWait__9dAcEBcZ_cFv = .text:0x00006630; // type:function size:0x4
|
||||
initializeState_HoldScream__9dAcEBcZ_cFv = .text:0x00006640; // type:function size:0x5C
|
||||
executeState_HoldScream__9dAcEBcZ_cFv = .text:0x000066A0; // type:function size:0x39C
|
||||
finalizeState_HoldScream__9dAcEBcZ_cFv = .text:0x00006A40; // type:function size:0x48
|
||||
initializeState_WhipTurn__9dAcEBcZ_cFv = .text:0x00006A90; // type:function size:0x118
|
||||
executeState_WhipTurn__9dAcEBcZ_cFv = .text:0x00006BB0; // type:function size:0x100
|
||||
finalizeState_WhipTurn__9dAcEBcZ_cFv = .text:0x00006CB0; // type:function size:0x2C
|
||||
initializeState_WhipStagger__9dAcEBcZ_cFv = .text:0x00006CE0; // type:function size:0x6C
|
||||
executeState_WhipStagger__9dAcEBcZ_cFv = .text:0x00006D50; // type:function size:0x1D4
|
||||
finalizeState_WhipStagger__9dAcEBcZ_cFv = .text:0x00006F30; // type:function size:0x4
|
||||
initializeState_WindBlow__9dAcEBcZ_cFv = .text:0x00006F40; // type:function size:0x70
|
||||
executeState_WindBlow__9dAcEBcZ_cFv = .text:0x00006FB0; // type:function size:0x354
|
||||
finalizeState_WindBlow__9dAcEBcZ_cFv = .text:0x00007310; // type:function size:0xC
|
||||
initializeState_KeepAwayFromShield__9dAcEBcZ_cFv = .text:0x00007320; // type:function size:0xB8
|
||||
executeState_KeepAwayFromShield__9dAcEBcZ_cFv = .text:0x000073E0; // type:function size:0x5BC
|
||||
finalizeState_KeepAwayFromShield__9dAcEBcZ_cFv = .text:0x000079A0; // type:function size:0x4
|
||||
initializeState_Damage__9dAcEBcZ_cFv = .text:0x000079B0; // type:function size:0xB0
|
||||
executeState_Damage__9dAcEBcZ_cFv = .text:0x00007A60; // type:function size:0x38C
|
||||
finalizeState_Damage__9dAcEBcZ_cFv = .text:0x00007DF0; // type:function size:0x4
|
||||
initializeState_Down__9dAcEBcZ_cFv = .text:0x00007E00; // type:function size:0x158
|
||||
executeState_Down__9dAcEBcZ_cFv = .text:0x00007F60; // type:function size:0x8C8
|
||||
finalizeState_Down__9dAcEBcZ_cFv = .text:0x00008830; // type:function size:0x2C
|
||||
initializeState_AriseFromTag__9dAcEBcZ_cFv = .text:0x00008860; // type:function size:0xCC
|
||||
executeState_AriseFromTag__9dAcEBcZ_cFv = .text:0x00008930; // type:function size:0xBC
|
||||
finalizeState_AriseFromTag__9dAcEBcZ_cFv = .text:0x000089F0; // type:function size:0x30
|
||||
initializeState_RopeSearch__9dAcEBcZ_cFv = .text:0x00008A20; // type:function size:0x1AC
|
||||
executeState_RopeSearch__9dAcEBcZ_cFv = .text:0x00008BD0; // type:function size:0x98C
|
||||
finalizeState_RopeSearch__9dAcEBcZ_cFv = .text:0x00009560; // type:function size:0x4
|
||||
initializeState_RopeSearchWalk__9dAcEBcZ_cFv = .text:0x00009570; // type:function size:0x110
|
||||
executeState_RopeSearchWalk__9dAcEBcZ_cFv = .text:0x00009680; // type:function size:0x3F4
|
||||
finalizeState_RopeSearchWalk__9dAcEBcZ_cFv = .text:0x00009A80; // type:function size:0x4
|
||||
initializeState_RopeSearchWait__9dAcEBcZ_cFv = .text:0x00009A90; // type:function size:0xA4
|
||||
executeState_RopeSearchWait__9dAcEBcZ_cFv = .text:0x00009B40; // type:function size:0x210
|
||||
finalizeState_RopeSearchWait__9dAcEBcZ_cFv = .text:0x00009D50; // type:function size:0x4
|
||||
initializeState_RopeWait__9dAcEBcZ_cFv = .text:0x00009D60; // type:function size:0x7C
|
||||
executeState_RopeWait__9dAcEBcZ_cFv = .text:0x00009DE0; // type:function size:0x348
|
||||
finalizeState_RopeWait__9dAcEBcZ_cFv = .text:0x0000A130; // type:function size:0x4
|
||||
initializeState_RopeMove__9dAcEBcZ_cFv = .text:0x0000A140; // type:function size:0x7C
|
||||
executeState_RopeMove__9dAcEBcZ_cFv = .text:0x0000A1C0; // type:function size:0x3C0
|
||||
finalizeState_RopeMove__9dAcEBcZ_cFv = .text:0x0000A580; // type:function size:0x20
|
||||
fn_171_A5A0 = .text:0x0000A5A0; // type:function size:0x4
|
||||
fn_171_A5B0 = .text:0x0000A5B0; // type:function size:0x5C
|
||||
fn_171_A610 = .text:0x0000A610; // type:function size:0x1E8
|
||||
fn_171_A800 = .text:0x0000A800; // type:function size:0x14
|
||||
fn_171_A820 = .text:0x0000A820; // type:function size:0x58
|
||||
fn_171_A880 = .text:0x0000A880; // type:function size:0x1C0
|
||||
fn_171_AA40 = .text:0x0000AA40; // type:function size:0x4
|
||||
fn_171_AA50 = .text:0x0000AA50; // type:function size:0x5C
|
||||
fn_171_AAB0 = .text:0x0000AAB0; // type:function size:0x29C
|
||||
fn_171_AD50 = .text:0x0000AD50; // type:function size:0x48
|
||||
fn_171_ADA0 = .text:0x0000ADA0; // type:function size:0x68
|
||||
fn_171_AE10 = .text:0x0000AE10; // type:function size:0x1BC
|
||||
fn_171_AFD0 = .text:0x0000AFD0; // type:function size:0x4
|
||||
initializeState_RopeHoldStart__9dAcEBcZ_cFv = .text:0x0000A5B0; // type:function size:0x5C
|
||||
executeState_RopeHoldStart__9dAcEBcZ_cFv = .text:0x0000A610; // type:function size:0x1E8
|
||||
finalizeState_RopeHoldStart__9dAcEBcZ_cFv = .text:0x0000A800; // type:function size:0x14
|
||||
initializeState_RopeHoldWait__9dAcEBcZ_cFv = .text:0x0000A820; // type:function size:0x58
|
||||
executeState_RopeHoldWait__9dAcEBcZ_cFv = .text:0x0000A880; // type:function size:0x1C0
|
||||
finalizeState_RopeHoldWait__9dAcEBcZ_cFv = .text:0x0000AA40; // type:function size:0x4
|
||||
initializeState_RopeHoldScream__9dAcEBcZ_cFv = .text:0x0000AA50; // type:function size:0x5C
|
||||
executeState_RopeHoldScream__9dAcEBcZ_cFv = .text:0x0000AAB0; // type:function size:0x29C
|
||||
finalizeState_RopeHoldScream__9dAcEBcZ_cFv = .text:0x0000AD50; // type:function size:0x48
|
||||
initializeState_PoisonSwamp__9dAcEBcZ_cFv = .text:0x0000ADA0; // type:function size:0x68
|
||||
executeState_PoisonSwamp__9dAcEBcZ_cFv = .text:0x0000AE10; // type:function size:0x1BC
|
||||
finalizeState_PoisonSwamp__9dAcEBcZ_cFv = .text:0x0000AFD0; // type:function size:0x4
|
||||
fn_171_AFE0 = .text:0x0000AFE0; // type:function size:0x8
|
||||
fn_171_AFF0 = .text:0x0000AFF0; // type:function size:0x4
|
||||
fn_171_B000 = .text:0x0000B000; // type:function size:0x4
|
||||
fn_171_B010 = .text:0x0000B010; // type:function size:0x8
|
||||
fn_171_B020 = .text:0x0000B020; // type:function size:0x238
|
||||
fn_171_B260 = .text:0x0000B260; // type:function size:0x60
|
||||
fn_171_B2C0 = .text:0x0000B2C0; // type:function size:0xC
|
||||
fn_171_B2D0 = .text:0x0000B2D0; // type:function size:0x1C
|
||||
fn_171_B2F0 = .text:0x0000B2F0; // type:function size:0x1C
|
||||
fn_171_B310 = .text:0x0000B310; // type:function size:0x1C
|
||||
fn_171_B330 = .text:0x0000B330; // type:function size:0x10
|
||||
fn_171_B340 = .text:0x0000B340; // type:function size:0x10
|
||||
fn_171_B350 = .text:0x0000B350; // type:function size:0x10
|
||||
fn_171_B360 = .text:0x0000B360; // type:function size:0x10
|
||||
fn_171_B370 = .text:0x0000B370; // type:function size:0x10
|
||||
fn_171_B380 = .text:0x0000B380; // type:function size:0x10
|
||||
fn_171_B390 = .text:0x0000B390; // type:function size:0x30
|
||||
fn_171_B3C0 = .text:0x0000B3C0; // type:function size:0x30
|
||||
fn_171_B3F0 = .text:0x0000B3F0; // type:function size:0x30
|
||||
fn_171_B420 = .text:0x0000B420; // type:function size:0x1488
|
||||
fn_171_C8B0 = .text:0x0000C8B0; // type:function size:0x58
|
||||
fn_171_C910 = .text:0x0000C910; // type:function size:0x88
|
||||
__dt__9dAcEBcZ_cFv = .text:0x0000B020; // type:function size:0x238
|
||||
build__24sFStateFct_c<9dAcEBcZ_c>FRC12sStateIDIf_c = .text:0x0000B260; // type:function size:0x60
|
||||
dispose__24sFStateFct_c<9dAcEBcZ_c>FRP10sStateIf_c = .text:0x0000B2C0; // type:function size:0xC
|
||||
initialize__21sFState_c<9dAcEBcZ_c>Fv = .text:0x0000B2D0; // type:function size:0x1C
|
||||
execute__21sFState_c<9dAcEBcZ_c>Fv = .text:0x0000B2F0; // type:function size:0x1C
|
||||
finalize__21sFState_c<9dAcEBcZ_c>Fv = .text:0x0000B310; // type:function size:0x1C
|
||||
initializeState__77sStateMgr_c<9dAcEBcZ_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x0000B330; // type:function size:0x10
|
||||
finalizeState__77sStateMgr_c<9dAcEBcZ_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x0000B340; // type:function size:0x10
|
||||
refreshState__77sStateMgr_c<9dAcEBcZ_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x0000B350; // type:function size:0x10
|
||||
getState__77sStateMgr_c<9dAcEBcZ_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x0000B360; // type:function size:0x10
|
||||
getNewStateID__77sStateMgr_c<9dAcEBcZ_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x0000B370; // type:function size:0x10
|
||||
getOldStateID__77sStateMgr_c<9dAcEBcZ_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x0000B380; // type:function size:0x10
|
||||
finalizeState__23sFStateID_c<9dAcEBcZ_c>CFR9dAcEBcZ_c = .text:0x0000B390; // type:function size:0x30
|
||||
executeState__23sFStateID_c<9dAcEBcZ_c>CFR9dAcEBcZ_c = .text:0x0000B3C0; // type:function size:0x30
|
||||
initializeState__23sFStateID_c<9dAcEBcZ_c>CFR9dAcEBcZ_c = .text:0x0000B3F0; // type:function size:0x30
|
||||
__sinit_\d_a_e_bcz_cpp = .text:0x0000B420; // type:function size:0x1488 scope:local
|
||||
__dt__23sFStateID_c<9dAcEBcZ_c>Fv = .text:0x0000C8B0; // type:function size:0x58
|
||||
isSameName__23sFStateID_c<9dAcEBcZ_c>CFPCc = .text:0x0000C910; // type:function size:0x88
|
||||
fn_171_C9A0 = .text:0x0000C9A0; // type:function size:0x8
|
||||
fn_171_C9B0 = .text:0x0000C9B0; // type:function size:0x8
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
@@ -164,7 +164,7 @@ lbl_171_rodata_170 = .rodata:0x00000170; // type:object size:0x4 data:float
|
||||
lbl_171_rodata_174 = .rodata:0x00000174; // type:object size:0x8 data:float
|
||||
lbl_171_rodata_17C = .rodata:0x0000017C; // type:object size:0x40 data:float
|
||||
lbl_171_rodata_1BC = .rodata:0x000001BC; // type:object size:0x44 data:float
|
||||
lbl_171_data_0 = .data:0x00000000; // type:object size:0x98 data:4byte
|
||||
g_profile_E_BCZ = .data:0x00000000; // type:object size:0x98 data:4byte
|
||||
jumptable_171_data_98 = .data:0x00000098; // type:object size:0x70 scope:local
|
||||
lbl_171_data_194 = .data:0x00000194; // type:object size:0x54
|
||||
lbl_171_data_1E8 = .data:0x000001E8; // type:object size:0x8
|
||||
|
||||
@@ -3,7 +3,7 @@ _epilog = .text:0x00000030; // type:function size:0x2C scope:global
|
||||
_unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
fn_151_F0 = .text:0x000000F0; // type:function size:0x2D8
|
||||
dAcEbeamos_classInit__Fv = .text:0x000000F0; // type:function size:0x2D8
|
||||
fn_151_3D0 = .text:0x000003D0; // type:function size:0x58
|
||||
fn_151_430 = .text:0x00000430; // type:function size:0x40
|
||||
fn_151_470 = .text:0x00000470; // type:function size:0x64
|
||||
@@ -12,10 +12,10 @@ fn_151_550 = .text:0x00000550; // type:function size:0x58
|
||||
fn_151_5B0 = .text:0x000005B0; // type:function size:0x90
|
||||
fn_151_640 = .text:0x00000640; // type:function size:0x90
|
||||
fn_151_6D0 = .text:0x000006D0; // type:function size:0x58
|
||||
fn_151_730 = .text:0x00000730; // type:function size:0x58
|
||||
fn_151_790 = .text:0x00000790; // type:function size:0x6C
|
||||
fn_151_800 = .text:0x00000800; // type:function size:0xA0
|
||||
fn_151_8A0 = .text:0x000008A0; // type:function size:0xA4
|
||||
__dt__23sFState_c<10dAcEbeamos>Fv = .text:0x00000730; // type:function size:0x58
|
||||
__dt__26sFStateFct_c<10dAcEbeamos>Fv = .text:0x00000790; // type:function size:0x6C
|
||||
__dt__79sStateMgr_c<10dAcEbeamos,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000800; // type:function size:0xA0
|
||||
__dt__49sFStateMgr_c<10dAcEbeamos,20sStateMethodUsr_FI_c>Fv = .text:0x000008A0; // type:function size:0xA4
|
||||
fn_151_950 = .text:0x00000950; // type:function size:0x74
|
||||
fn_151_9D0 = .text:0x000009D0; // type:function size:0x78
|
||||
fn_151_A50 = .text:0x00000A50; // type:function size:0x78
|
||||
@@ -29,9 +29,9 @@ fn_151_EB0 = .text:0x00000EB0; // type:function size:0x4C
|
||||
fn_151_F00 = .text:0x00000F00; // type:function size:0x13C
|
||||
fn_151_1040 = .text:0x00001040; // type:function size:0x48
|
||||
fn_151_1090 = .text:0x00001090; // type:function size:0x3C
|
||||
fn_151_10D0 = .text:0x000010D0; // type:function size:0x10
|
||||
changeState__79sStateMgr_c<10dAcEbeamos,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x000010D0; // type:function size:0x10
|
||||
fn_151_10E0 = .text:0x000010E0; // type:function size:0x730
|
||||
fn_151_1810 = .text:0x00001810; // type:function size:0x10
|
||||
getStateID__79sStateMgr_c<10dAcEbeamos,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00001810; // type:function size:0x10
|
||||
fn_151_1820 = .text:0x00001820; // type:function size:0xC0
|
||||
fn_151_18E0 = .text:0x000018E0; // type:function size:0x158
|
||||
fn_151_1A40 = .text:0x00001A40; // type:function size:0xF4
|
||||
@@ -56,67 +56,67 @@ fn_151_2900 = .text:0x00002900; // type:function size:0x4F4
|
||||
fn_151_2E00 = .text:0x00002E00; // type:function size:0x120
|
||||
fn_151_2F20 = .text:0x00002F20; // type:function size:0x8
|
||||
fn_151_2F30 = .text:0x00002F30; // type:function size:0xA14
|
||||
fn_151_3950 = .text:0x00003950; // type:function size:0x10
|
||||
executeState__79sStateMgr_c<10dAcEbeamos,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00003950; // type:function size:0x10
|
||||
fn_151_3960 = .text:0x00003960; // type:function size:0x15C
|
||||
fn_151_3AC0 = .text:0x00003AC0; // type:function size:0x13C
|
||||
fn_151_3C00 = .text:0x00003C00; // type:function size:0xA88
|
||||
fn_151_4690 = .text:0x00004690; // type:function size:0x78
|
||||
fn_151_4710 = .text:0x00004710; // type:function size:0x18
|
||||
fn_151_4730 = .text:0x00004730; // type:function size:0x100
|
||||
fn_151_4830 = .text:0x00004830; // type:function size:0x4
|
||||
fn_151_4840 = .text:0x00004840; // type:function size:0xFC
|
||||
fn_151_4940 = .text:0x00004940; // type:function size:0x120
|
||||
fn_151_4A60 = .text:0x00004A60; // type:function size:0xC
|
||||
initializeState_Attack__10dAcEbeamosFv = .text:0x00003AC0; // type:function size:0x13C
|
||||
executeState_Attack__10dAcEbeamosFv = .text:0x00003C00; // type:function size:0xA88
|
||||
finalizeState_Attack__10dAcEbeamosFv = .text:0x00004690; // type:function size:0x78
|
||||
initializeState_Beetle__10dAcEbeamosFv = .text:0x00004710; // type:function size:0x18
|
||||
executeState_Beetle__10dAcEbeamosFv = .text:0x00004730; // type:function size:0x100
|
||||
finalizeState_Beetle__10dAcEbeamosFv = .text:0x00004830; // type:function size:0x4
|
||||
initializeState_Blow__10dAcEbeamosFv = .text:0x00004840; // type:function size:0xFC
|
||||
executeState_Blow__10dAcEbeamosFv = .text:0x00004940; // type:function size:0x120
|
||||
finalizeState_Blow__10dAcEbeamosFv = .text:0x00004A60; // type:function size:0xC
|
||||
fn_151_4A70 = .text:0x00004A70; // type:function size:0x25C
|
||||
fn_151_4CD0 = .text:0x00004CD0; // type:function size:0x130
|
||||
fn_151_4E00 = .text:0x00004E00; // type:function size:0x490
|
||||
fn_151_5290 = .text:0x00005290; // type:function size:0x624
|
||||
fn_151_58C0 = .text:0x000058C0; // type:function size:0x100
|
||||
fn_151_59C0 = .text:0x000059C0; // type:function size:0x1C8
|
||||
fn_151_5B90 = .text:0x00005B90; // type:function size:0x1C4
|
||||
fn_151_5D60 = .text:0x00005D60; // type:function size:0x4
|
||||
fn_151_5D70 = .text:0x00005D70; // type:function size:0x108
|
||||
fn_151_5E80 = .text:0x00005E80; // type:function size:0x240
|
||||
fn_151_60C0 = .text:0x000060C0; // type:function size:0x10
|
||||
fn_151_60D0 = .text:0x000060D0; // type:function size:0x100
|
||||
fn_151_61D0 = .text:0x000061D0; // type:function size:0x64
|
||||
fn_151_6240 = .text:0x00006240; // type:function size:0x4
|
||||
fn_151_6250 = .text:0x00006250; // type:function size:0x13C
|
||||
fn_151_6390 = .text:0x00006390; // type:function size:0x10
|
||||
fn_151_63A0 = .text:0x000063A0; // type:function size:0x16C
|
||||
fn_151_6510 = .text:0x00006510; // type:function size:0x4
|
||||
fn_151_6520 = .text:0x00006520; // type:function size:0xD0
|
||||
fn_151_65F0 = .text:0x000065F0; // type:function size:0x1AC
|
||||
fn_151_67A0 = .text:0x000067A0; // type:function size:0x4
|
||||
fn_151_67B0 = .text:0x000067B0; // type:function size:0xE8
|
||||
fn_151_68A0 = .text:0x000068A0; // type:function size:0x238
|
||||
fn_151_6AE0 = .text:0x00006AE0; // type:function size:0x4
|
||||
initializeState_Damage__10dAcEbeamosFv = .text:0x00004E00; // type:function size:0x490
|
||||
executeState_Damage__10dAcEbeamosFv = .text:0x00005290; // type:function size:0x624
|
||||
finalizeState_Damage__10dAcEbeamosFv = .text:0x000058C0; // type:function size:0x100
|
||||
initializeState_Dead__10dAcEbeamosFv = .text:0x000059C0; // type:function size:0x1C8
|
||||
executeState_Dead__10dAcEbeamosFv = .text:0x00005B90; // type:function size:0x1C4
|
||||
finalizeState_Dead__10dAcEbeamosFv = .text:0x00005D60; // type:function size:0x4
|
||||
initializeState_Rail__10dAcEbeamosFv = .text:0x00005D70; // type:function size:0x108
|
||||
executeState_Rail__10dAcEbeamosFv = .text:0x00005E80; // type:function size:0x240
|
||||
finalizeState_Rail__10dAcEbeamosFv = .text:0x000060C0; // type:function size:0x10
|
||||
initializeState_Shock__10dAcEbeamosFv = .text:0x000060D0; // type:function size:0x100
|
||||
executeState_Shock__10dAcEbeamosFv = .text:0x000061D0; // type:function size:0x64
|
||||
finalizeState_Shock__10dAcEbeamosFv = .text:0x00006240; // type:function size:0x4
|
||||
initializeState_Stun__10dAcEbeamosFv = .text:0x00006250; // type:function size:0x13C
|
||||
getOldStateID__79sStateMgr_c<10dAcEbeamos,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00006390; // type:function size:0x10
|
||||
executeState_Stun__10dAcEbeamosFv = .text:0x000063A0; // type:function size:0x16C
|
||||
finalizeState_Stun__10dAcEbeamosFv = .text:0x00006510; // type:function size:0x4
|
||||
initializeState_Wait__10dAcEbeamosFv = .text:0x00006520; // type:function size:0xD0
|
||||
executeState_Wait__10dAcEbeamosFv = .text:0x000065F0; // type:function size:0x1AC
|
||||
finalizeState_Wait__10dAcEbeamosFv = .text:0x000067A0; // type:function size:0x4
|
||||
initializeState_Watch__10dAcEbeamosFv = .text:0x000067B0; // type:function size:0xE8
|
||||
executeState_Watch__10dAcEbeamosFv = .text:0x000068A0; // type:function size:0x238
|
||||
finalizeState_Watch__10dAcEbeamosFv = .text:0x00006AE0; // type:function size:0x4
|
||||
fn_151_6AF0 = .text:0x00006AF0; // type:function size:0x8
|
||||
fn_151_6B00 = .text:0x00006B00; // type:function size:0x4
|
||||
fn_151_6B10 = .text:0x00006B10; // type:function size:0x4
|
||||
fn_151_6B20 = .text:0x00006B20; // type:function size:0x8
|
||||
fn_151_6B30 = .text:0x00006B30; // type:function size:0x26C
|
||||
__dt__10dAcEbeamosFv = .text:0x00006B30; // type:function size:0x26C
|
||||
fn_151_6DA0 = .text:0x00006DA0; // type:function size:0x4
|
||||
fn_151_6DB0 = .text:0x00006DB0; // type:function size:0x4
|
||||
fn_151_6DC0 = .text:0x00006DC0; // type:function size:0x4
|
||||
fn_151_6DD0 = .text:0x00006DD0; // type:function size:0x4
|
||||
fn_151_6DE0 = .text:0x00006DE0; // type:function size:0x4
|
||||
fn_151_6DF0 = .text:0x00006DF0; // type:function size:0x60
|
||||
fn_151_6E50 = .text:0x00006E50; // type:function size:0xC
|
||||
fn_151_6E60 = .text:0x00006E60; // type:function size:0x1C
|
||||
fn_151_6E80 = .text:0x00006E80; // type:function size:0x1C
|
||||
fn_151_6EA0 = .text:0x00006EA0; // type:function size:0x1C
|
||||
fn_151_6EC0 = .text:0x00006EC0; // type:function size:0x10
|
||||
fn_151_6ED0 = .text:0x00006ED0; // type:function size:0x10
|
||||
fn_151_6EE0 = .text:0x00006EE0; // type:function size:0x10
|
||||
fn_151_6EF0 = .text:0x00006EF0; // type:function size:0x10
|
||||
fn_151_6F00 = .text:0x00006F00; // type:function size:0x10
|
||||
fn_151_6F10 = .text:0x00006F10; // type:function size:0x30
|
||||
fn_151_6F40 = .text:0x00006F40; // type:function size:0x30
|
||||
fn_151_6F70 = .text:0x00006F70; // type:function size:0x30
|
||||
fn_151_6FA0 = .text:0x00006FA0; // type:function size:0x818
|
||||
fn_151_77C0 = .text:0x000077C0; // type:function size:0x58
|
||||
fn_151_7820 = .text:0x00007820; // type:function size:0x88
|
||||
build__26sFStateFct_c<10dAcEbeamos>FRC12sStateIDIf_c = .text:0x00006DF0; // type:function size:0x60
|
||||
dispose__26sFStateFct_c<10dAcEbeamos>FRP10sStateIf_c = .text:0x00006E50; // type:function size:0xC
|
||||
initialize__23sFState_c<10dAcEbeamos>Fv = .text:0x00006E60; // type:function size:0x1C
|
||||
execute__23sFState_c<10dAcEbeamos>Fv = .text:0x00006E80; // type:function size:0x1C
|
||||
finalize__23sFState_c<10dAcEbeamos>Fv = .text:0x00006EA0; // type:function size:0x1C
|
||||
initializeState__79sStateMgr_c<10dAcEbeamos,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00006EC0; // type:function size:0x10
|
||||
finalizeState__79sStateMgr_c<10dAcEbeamos,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00006ED0; // type:function size:0x10
|
||||
refreshState__79sStateMgr_c<10dAcEbeamos,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00006EE0; // type:function size:0x10
|
||||
getState__79sStateMgr_c<10dAcEbeamos,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00006EF0; // type:function size:0x10
|
||||
getNewStateID__79sStateMgr_c<10dAcEbeamos,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00006F00; // type:function size:0x10
|
||||
finalizeState__25sFStateID_c<10dAcEbeamos>CFR10dAcEbeamos = .text:0x00006F10; // type:function size:0x30
|
||||
executeState__25sFStateID_c<10dAcEbeamos>CFR10dAcEbeamos = .text:0x00006F40; // type:function size:0x30
|
||||
initializeState__25sFStateID_c<10dAcEbeamos>CFR10dAcEbeamos = .text:0x00006F70; // type:function size:0x30
|
||||
__sinit_\d_a_e_beamos_cpp = .text:0x00006FA0; // type:function size:0x818 scope:local
|
||||
__dt__25sFStateID_c<10dAcEbeamos>Fv = .text:0x000077C0; // type:function size:0x58
|
||||
isSameName__25sFStateID_c<10dAcEbeamos>CFPCc = .text:0x00007820; // type:function size:0x88
|
||||
fn_151_78B0 = .text:0x000078B0; // type:function size:0x8
|
||||
fn_151_78C0 = .text:0x000078C0; // type:function size:0x8
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
@@ -144,7 +144,7 @@ lbl_151_rodata_D0 = .rodata:0x000000D0; // type:object size:0x10 data:double
|
||||
lbl_151_rodata_E0 = .rodata:0x000000E0; // type:object size:0x18 data:float
|
||||
lbl_151_rodata_F8 = .rodata:0x000000F8; // type:object size:0xC data:float
|
||||
lbl_151_rodata_104 = .rodata:0x00000104; // type:object size:0x38 data:float
|
||||
lbl_151_data_0 = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
g_profile_E_BEAMOS = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
lbl_151_data_10 = .data:0x00000010; // type:object size:0x8
|
||||
lbl_151_data_18 = .data:0x00000018; // type:object size:0x8
|
||||
lbl_151_data_20 = .data:0x00000020; // type:object size:0x8
|
||||
|
||||
@@ -3,48 +3,48 @@ _epilog = .text:0x00000030; // type:function size:0x2C scope:global
|
||||
_unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
AcEbs__ctor = .text:0x000000F0; // type:function size:0x1B4
|
||||
dAcEbs_c_classInit__Fv = .text:0x000000F0; // type:function size:0x1B4
|
||||
fn_146_2B0 = .text:0x000002B0; // type:function size:0x58
|
||||
fn_146_310 = .text:0x00000310; // type:function size:0x90
|
||||
fn_146_3A0 = .text:0x000003A0; // type:function size:0x90
|
||||
fn_146_430 = .text:0x00000430; // type:function size:0x58
|
||||
fn_146_490 = .text:0x00000490; // type:function size:0x6C
|
||||
fn_146_500 = .text:0x00000500; // type:function size:0xA0
|
||||
fn_146_5A0 = .text:0x000005A0; // type:function size:0xA4
|
||||
__dt__20sFState_c<8dAcEbs_c>Fv = .text:0x00000430; // type:function size:0x58
|
||||
__dt__23sFStateFct_c<8dAcEbs_c>Fv = .text:0x00000490; // type:function size:0x6C
|
||||
__dt__76sStateMgr_c<8dAcEbs_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000500; // type:function size:0xA0
|
||||
__dt__46sFStateMgr_c<8dAcEbs_c,20sStateMethodUsr_FI_c>Fv = .text:0x000005A0; // type:function size:0xA4
|
||||
fn_146_650 = .text:0x00000650; // type:function size:0x58
|
||||
fn_146_6B0 = .text:0x000006B0; // type:function size:0x21C
|
||||
fn_146_8D0 = .text:0x000008D0; // type:function size:0xFC
|
||||
AcEbs__init = .text:0x000009D0; // type:function size:0x350
|
||||
fn_146_D20 = .text:0x00000D20; // type:function size:0x10
|
||||
changeState__76sStateMgr_c<8dAcEbs_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x00000D20; // type:function size:0x10
|
||||
fn_146_D30 = .text:0x00000D30; // type:function size:0x8
|
||||
fn_146_D40 = .text:0x00000D40; // type:function size:0x820
|
||||
fn_146_1560 = .text:0x00001560; // type:function size:0x10
|
||||
executeState__76sStateMgr_c<8dAcEbs_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00001560; // type:function size:0x10
|
||||
fn_146_1570 = .text:0x00001570; // type:function size:0x15C
|
||||
fn_146_16D0 = .text:0x000016D0; // type:function size:0x134
|
||||
fn_146_1810 = .text:0x00001810; // type:function size:0xB0
|
||||
fn_146_18C0 = .text:0x000018C0; // type:function size:0x2F8
|
||||
fn_146_1BC0 = .text:0x00001BC0; // type:function size:0x4
|
||||
fn_146_1BD0 = .text:0x00001BD0; // type:function size:0x1C
|
||||
fn_146_1BF0 = .text:0x00001BF0; // type:function size:0x70
|
||||
fn_146_1C60 = .text:0x00001C60; // type:function size:0x4
|
||||
fn_146_1C70 = .text:0x00001C70; // type:function size:0x64
|
||||
fn_146_1CE0 = .text:0x00001CE0; // type:function size:0x380
|
||||
fn_146_2060 = .text:0x00002060; // type:function size:0x4
|
||||
fn_146_2070 = .text:0x00002070; // type:function size:0x64
|
||||
fn_146_20E0 = .text:0x000020E0; // type:function size:0x490
|
||||
fn_146_2570 = .text:0x00002570; // type:function size:0x4
|
||||
fn_146_2580 = .text:0x00002580; // type:function size:0x58
|
||||
fn_146_25E0 = .text:0x000025E0; // type:function size:0xF8
|
||||
fn_146_26E0 = .text:0x000026E0; // type:function size:0x4
|
||||
fn_146_26F0 = .text:0x000026F0; // type:function size:0x60
|
||||
fn_146_2750 = .text:0x00002750; // type:function size:0xE8
|
||||
fn_146_2840 = .text:0x00002840; // type:function size:0x4
|
||||
fn_146_2850 = .text:0x00002850; // type:function size:0x60
|
||||
fn_146_28B0 = .text:0x000028B0; // type:function size:0x5C
|
||||
fn_146_2910 = .text:0x00002910; // type:function size:0x4
|
||||
fn_146_2920 = .text:0x00002920; // type:function size:0x4C
|
||||
fn_146_2970 = .text:0x00002970; // type:function size:0x10C
|
||||
fn_146_2A80 = .text:0x00002A80; // type:function size:0x4
|
||||
initializeState_Standby__8dAcEbs_cFv = .text:0x00001810; // type:function size:0xB0
|
||||
executeState_Standby__8dAcEbs_cFv = .text:0x000018C0; // type:function size:0x2F8
|
||||
finalizeState_Standby__8dAcEbs_cFv = .text:0x00001BC0; // type:function size:0x4
|
||||
initializeState_StandbyB__8dAcEbs_cFv = .text:0x00001BD0; // type:function size:0x1C
|
||||
executeState_StandbyB__8dAcEbs_cFv = .text:0x00001BF0; // type:function size:0x70
|
||||
finalizeState_StandbyB__8dAcEbs_cFv = .text:0x00001C60; // type:function size:0x4
|
||||
initializeState_Fight__8dAcEbs_cFv = .text:0x00001C70; // type:function size:0x64
|
||||
executeState_Fight__8dAcEbs_cFv = .text:0x00001CE0; // type:function size:0x380
|
||||
finalizeState_Fight__8dAcEbs_cFv = .text:0x00002060; // type:function size:0x4
|
||||
initializeState_FightB__8dAcEbs_cFv = .text:0x00002070; // type:function size:0x64
|
||||
executeState_FightB__8dAcEbs_cFv = .text:0x000020E0; // type:function size:0x490
|
||||
finalizeState_FightB__8dAcEbs_cFv = .text:0x00002570; // type:function size:0x4
|
||||
initializeState_Attack__8dAcEbs_cFv = .text:0x00002580; // type:function size:0x58
|
||||
executeState_Attack__8dAcEbs_cFv = .text:0x000025E0; // type:function size:0xF8
|
||||
finalizeState_Attack__8dAcEbs_cFv = .text:0x000026E0; // type:function size:0x4
|
||||
initializeState_Damage__8dAcEbs_cFv = .text:0x000026F0; // type:function size:0x60
|
||||
executeState_Damage__8dAcEbs_cFv = .text:0x00002750; // type:function size:0xE8
|
||||
finalizeState_Damage__8dAcEbs_cFv = .text:0x00002840; // type:function size:0x4
|
||||
initializeState_Fire__8dAcEbs_cFv = .text:0x00002850; // type:function size:0x60
|
||||
executeState_Fire__8dAcEbs_cFv = .text:0x000028B0; // type:function size:0x5C
|
||||
finalizeState_Fire__8dAcEbs_cFv = .text:0x00002910; // type:function size:0x4
|
||||
initializeState_Disappear__8dAcEbs_cFv = .text:0x00002920; // type:function size:0x4C
|
||||
executeState_Disappear__8dAcEbs_cFv = .text:0x00002970; // type:function size:0x10C
|
||||
finalizeState_Disappear__8dAcEbs_cFv = .text:0x00002A80; // type:function size:0x4
|
||||
fn_146_2A90 = .text:0x00002A90; // type:function size:0x23C
|
||||
fn_146_2CD0 = .text:0x00002CD0; // type:function size:0x4C
|
||||
fn_146_2D20 = .text:0x00002D20; // type:function size:0x1C
|
||||
@@ -55,25 +55,25 @@ fn_146_2FD0 = .text:0x00002FD0; // type:function size:0x8
|
||||
fn_146_2FE0 = .text:0x00002FE0; // type:function size:0x4
|
||||
fn_146_2FF0 = .text:0x00002FF0; // type:function size:0x4
|
||||
fn_146_3000 = .text:0x00003000; // type:function size:0x8
|
||||
fn_146_3010 = .text:0x00003010; // type:function size:0x1C0
|
||||
fn_146_31D0 = .text:0x000031D0; // type:function size:0x10
|
||||
fn_146_31E0 = .text:0x000031E0; // type:function size:0x60
|
||||
fn_146_3240 = .text:0x00003240; // type:function size:0xC
|
||||
fn_146_3250 = .text:0x00003250; // type:function size:0x1C
|
||||
fn_146_3270 = .text:0x00003270; // type:function size:0x1C
|
||||
fn_146_3290 = .text:0x00003290; // type:function size:0x1C
|
||||
fn_146_32B0 = .text:0x000032B0; // type:function size:0x10
|
||||
fn_146_32C0 = .text:0x000032C0; // type:function size:0x10
|
||||
fn_146_32D0 = .text:0x000032D0; // type:function size:0x10
|
||||
fn_146_32E0 = .text:0x000032E0; // type:function size:0x10
|
||||
fn_146_32F0 = .text:0x000032F0; // type:function size:0x10
|
||||
fn_146_3300 = .text:0x00003300; // type:function size:0x10
|
||||
fn_146_3310 = .text:0x00003310; // type:function size:0x30
|
||||
fn_146_3340 = .text:0x00003340; // type:function size:0x30
|
||||
fn_146_3370 = .text:0x00003370; // type:function size:0x30
|
||||
fn_146_33A0 = .text:0x000033A0; // type:function size:0x628
|
||||
fn_146_39D0 = .text:0x000039D0; // type:function size:0x58
|
||||
fn_146_3A30 = .text:0x00003A30; // type:function size:0x88
|
||||
__dt__8dAcEbs_cFv = .text:0x00003010; // type:function size:0x1C0
|
||||
getStateID__76sStateMgr_c<8dAcEbs_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000031D0; // type:function size:0x10
|
||||
build__23sFStateFct_c<8dAcEbs_c>FRC12sStateIDIf_c = .text:0x000031E0; // type:function size:0x60
|
||||
dispose__23sFStateFct_c<8dAcEbs_c>FRP10sStateIf_c = .text:0x00003240; // type:function size:0xC
|
||||
initialize__20sFState_c<8dAcEbs_c>Fv = .text:0x00003250; // type:function size:0x1C
|
||||
execute__20sFState_c<8dAcEbs_c>Fv = .text:0x00003270; // type:function size:0x1C
|
||||
finalize__20sFState_c<8dAcEbs_c>Fv = .text:0x00003290; // type:function size:0x1C
|
||||
initializeState__76sStateMgr_c<8dAcEbs_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000032B0; // type:function size:0x10
|
||||
finalizeState__76sStateMgr_c<8dAcEbs_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000032C0; // type:function size:0x10
|
||||
refreshState__76sStateMgr_c<8dAcEbs_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000032D0; // type:function size:0x10
|
||||
getState__76sStateMgr_c<8dAcEbs_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000032E0; // type:function size:0x10
|
||||
getNewStateID__76sStateMgr_c<8dAcEbs_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000032F0; // type:function size:0x10
|
||||
getOldStateID__76sStateMgr_c<8dAcEbs_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00003300; // type:function size:0x10
|
||||
finalizeState__22sFStateID_c<8dAcEbs_c>CFR8dAcEbs_c = .text:0x00003310; // type:function size:0x30
|
||||
executeState__22sFStateID_c<8dAcEbs_c>CFR8dAcEbs_c = .text:0x00003340; // type:function size:0x30
|
||||
initializeState__22sFStateID_c<8dAcEbs_c>CFR8dAcEbs_c = .text:0x00003370; // type:function size:0x30
|
||||
__sinit_\d_a_e_bs_cpp = .text:0x000033A0; // type:function size:0x628 scope:local
|
||||
__dt__22sFStateID_c<8dAcEbs_c>Fv = .text:0x000039D0; // type:function size:0x58
|
||||
isSameName__22sFStateID_c<8dAcEbs_c>CFPCc = .text:0x00003A30; // type:function size:0x88
|
||||
fn_146_3AC0 = .text:0x00003AC0; // type:function size:0x8
|
||||
fn_146_3AD0 = .text:0x00003AD0; // type:function size:0x8
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
@@ -86,7 +86,7 @@ lbl_146_rodata_68 = .rodata:0x00000068; // type:object size:0x44 data:float
|
||||
lbl_146_rodata_AC = .rodata:0x000000AC; // type:object size:0x8 data:float
|
||||
lbl_146_rodata_B4 = .rodata:0x000000B4; // type:object size:0x10 data:float
|
||||
lbl_146_rodata_C4 = .rodata:0x000000C4; // type:object size:0x54 data:float
|
||||
lbl_146_data_0 = .data:0x00000000; // type:object size:0x70 data:4byte
|
||||
g_profile_E_BS = .data:0x00000000; // type:object size:0x70 data:4byte
|
||||
lbl_146_data_70 = .data:0x00000070; // type:object size:0x5C
|
||||
lbl_146_data_CC = .data:0x000000CC; // type:object size:0xC
|
||||
lbl_146_data_D8 = .data:0x000000D8; // type:object size:0x8 data:string
|
||||
|
||||
@@ -2,7 +2,7 @@ _prolog = .text:0x00000000; // type:function size:0x2C scope:global
|
||||
_epilog = .text:0x00000030; // type:function size:0x2C scope:global
|
||||
_unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
fn_186_70 = .text:0x00000070; // type:function size:0x40
|
||||
fn_186_B0 = .text:0x000000B0; // type:function size:0x19C
|
||||
dAcEcactus_c_classInit__Fv = .text:0x000000B0; // type:function size:0x19C
|
||||
fn_186_250 = .text:0x00000250; // type:function size:0x58
|
||||
fn_186_2B0 = .text:0x000002B0; // type:function size:0x58
|
||||
fn_186_310 = .text:0x00000310; // type:function size:0x90
|
||||
@@ -28,7 +28,7 @@ fn_186_2480 = .text:0x00002480; // type:function size:0x8
|
||||
fn_186_2490 = .text:0x00002490; // type:function size:0x4
|
||||
fn_186_24A0 = .text:0x000024A0; // type:function size:0x4
|
||||
fn_186_24B0 = .text:0x000024B0; // type:function size:0x8
|
||||
fn_186_24C0 = .text:0x000024C0; // type:function size:0x170
|
||||
__dt__12dAcEcactus_cFv = .text:0x000024C0; // type:function size:0x170
|
||||
fn_186_2630 = .text:0x00002630; // type:function size:0x4
|
||||
fn_186_2640 = .text:0x00002640; // type:function size:0x4
|
||||
fn_186_2650 = .text:0x00002650; // type:function size:0x8
|
||||
@@ -36,7 +36,7 @@ _ctors = .ctors:0x00000000; // type:label scope:global
|
||||
_dtors = .dtors:0x00000000; // type:label scope:global
|
||||
lbl_186_rodata_0 = .rodata:0x00000000; // type:object size:0xE4 data:float
|
||||
lbl_186_rodata_E4 = .rodata:0x000000E4; // type:object size:0x8 data:float
|
||||
lbl_186_data_0 = .data:0x00000000; // type:object size:0x68
|
||||
g_profile_E_CACTUS = .data:0x00000000; // type:object size:0x68
|
||||
lbl_186_data_68 = .data:0x00000068; // type:object size:0xC
|
||||
lbl_186_data_74 = .data:0x00000074; // type:object size:0x14
|
||||
lbl_186_data_88 = .data:0x00000088; // type:object size:0xC
|
||||
|
||||
@@ -4,11 +4,11 @@ _unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
fn_119_F0 = .text:0x000000F0; // type:function size:0x40
|
||||
AcEcaptain__ctor = .text:0x00000130; // type:function size:0x220
|
||||
fn_119_350 = .text:0x00000350; // type:function size:0x58
|
||||
fn_119_3B0 = .text:0x000003B0; // type:function size:0x6C
|
||||
fn_119_420 = .text:0x00000420; // type:function size:0xA0
|
||||
fn_119_4C0 = .text:0x000004C0; // type:function size:0xA4
|
||||
dAcEcaptain_c_classInit__Fv = .text:0x00000130; // type:function size:0x220
|
||||
__dt__26sFState_c<13dAcEcaptain_c>Fv = .text:0x00000350; // type:function size:0x58
|
||||
__dt__29sFStateFct_c<13dAcEcaptain_c>Fv = .text:0x000003B0; // type:function size:0x6C
|
||||
__dt__82sStateMgr_c<13dAcEcaptain_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000420; // type:function size:0xA0
|
||||
__dt__52sFStateMgr_c<13dAcEcaptain_c,20sStateMethodUsr_FI_c>Fv = .text:0x000004C0; // type:function size:0xA4
|
||||
fn_119_570 = .text:0x00000570; // type:function size:0x58
|
||||
fn_119_5D0 = .text:0x000005D0; // type:function size:0x4
|
||||
fn_119_5E0 = .text:0x000005E0; // type:function size:0x90
|
||||
@@ -21,68 +21,68 @@ fn_119_8E0 = .text:0x000008E0; // type:function size:0x3FC
|
||||
fn_119_CE0 = .text:0x00000CE0; // type:function size:0xD8
|
||||
fn_119_DC0 = .text:0x00000DC0; // type:function size:0x250
|
||||
fn_119_1010 = .text:0x00001010; // type:function size:0x5AC
|
||||
fn_119_15C0 = .text:0x000015C0; // type:function size:0x10
|
||||
changeState__82sStateMgr_c<13dAcEcaptain_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x000015C0; // type:function size:0x10
|
||||
fn_119_15D0 = .text:0x000015D0; // type:function size:0x34
|
||||
fn_119_1610 = .text:0x00001610; // type:function size:0x1B70
|
||||
fn_119_3180 = .text:0x00003180; // type:function size:0x10
|
||||
fn_119_3190 = .text:0x00003190; // type:function size:0x10
|
||||
executeState__82sStateMgr_c<13dAcEcaptain_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00003180; // type:function size:0x10
|
||||
getStateID__82sStateMgr_c<13dAcEcaptain_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00003190; // type:function size:0x10
|
||||
fn_119_31A0 = .text:0x000031A0; // type:function size:0x1C
|
||||
fn_119_31C0 = .text:0x000031C0; // type:function size:0x2B8
|
||||
fn_119_3480 = .text:0x00003480; // type:function size:0x38
|
||||
fn_119_34C0 = .text:0x000034C0; // type:function size:0xB44
|
||||
fn_119_4010 = .text:0x00004010; // type:function size:0x4
|
||||
fn_119_4020 = .text:0x00004020; // type:function size:0x38
|
||||
fn_119_4060 = .text:0x00004060; // type:function size:0x590
|
||||
fn_119_45F0 = .text:0x000045F0; // type:function size:0x4
|
||||
fn_119_4600 = .text:0x00004600; // type:function size:0x6C
|
||||
fn_119_4670 = .text:0x00004670; // type:function size:0x180
|
||||
initializeState_Opening__13dAcEcaptain_cFv = .text:0x00003480; // type:function size:0x38
|
||||
executeState_Opening__13dAcEcaptain_cFv = .text:0x000034C0; // type:function size:0xB44
|
||||
finalizeState_Opening__13dAcEcaptain_cFv = .text:0x00004010; // type:function size:0x4
|
||||
initializeState_OpeningType2__13dAcEcaptain_cFv = .text:0x00004020; // type:function size:0x38
|
||||
executeState_OpeningType2__13dAcEcaptain_cFv = .text:0x00004060; // type:function size:0x590
|
||||
finalizeState_OpeningType2__13dAcEcaptain_cFv = .text:0x000045F0; // type:function size:0x4
|
||||
initializeState_Wait__13dAcEcaptain_cFv = .text:0x00004600; // type:function size:0x6C
|
||||
executeState_Wait__13dAcEcaptain_cFv = .text:0x00004670; // type:function size:0x180
|
||||
fn_119_47F0 = .text:0x000047F0; // type:function size:0x1C
|
||||
fn_119_4810 = .text:0x00004810; // type:function size:0x4
|
||||
fn_119_4820 = .text:0x00004820; // type:function size:0x1C8
|
||||
fn_119_49F0 = .text:0x000049F0; // type:function size:0x2E4
|
||||
fn_119_4CE0 = .text:0x00004CE0; // type:function size:0x4
|
||||
fn_119_4CF0 = .text:0x00004CF0; // type:function size:0x48
|
||||
fn_119_4D40 = .text:0x00004D40; // type:function size:0x290
|
||||
fn_119_4FD0 = .text:0x00004FD0; // type:function size:0x4
|
||||
fn_119_4FE0 = .text:0x00004FE0; // type:function size:0x28
|
||||
fn_119_5010 = .text:0x00005010; // type:function size:0xFC
|
||||
fn_119_5110 = .text:0x00005110; // type:function size:0x4
|
||||
fn_119_5120 = .text:0x00005120; // type:function size:0xD4
|
||||
fn_119_5200 = .text:0x00005200; // type:function size:0x68
|
||||
fn_119_5270 = .text:0x00005270; // type:function size:0x4
|
||||
fn_119_5280 = .text:0x00005280; // type:function size:0xD4
|
||||
fn_119_5360 = .text:0x00005360; // type:function size:0x60
|
||||
fn_119_53C0 = .text:0x000053C0; // type:function size:0x4
|
||||
fn_119_53D0 = .text:0x000053D0; // type:function size:0x34
|
||||
fn_119_5410 = .text:0x00005410; // type:function size:0x25C
|
||||
fn_119_5670 = .text:0x00005670; // type:function size:0x4
|
||||
fn_119_5680 = .text:0x00005680; // type:function size:0x40
|
||||
fn_119_56C0 = .text:0x000056C0; // type:function size:0xEC
|
||||
fn_119_57B0 = .text:0x000057B0; // type:function size:0x4
|
||||
fn_119_57C0 = .text:0x000057C0; // type:function size:0x68
|
||||
fn_119_5830 = .text:0x00005830; // type:function size:0x54
|
||||
fn_119_5890 = .text:0x00005890; // type:function size:0x4
|
||||
fn_119_58A0 = .text:0x000058A0; // type:function size:0xCC
|
||||
fn_119_5970 = .text:0x00005970; // type:function size:0x148
|
||||
fn_119_5AC0 = .text:0x00005AC0; // type:function size:0x4
|
||||
fn_119_5AD0 = .text:0x00005AD0; // type:function size:0x38
|
||||
fn_119_5B10 = .text:0x00005B10; // type:function size:0x5C0
|
||||
fn_119_60D0 = .text:0x000060D0; // type:function size:0x4
|
||||
fn_119_60E0 = .text:0x000060E0; // type:function size:0x8
|
||||
fn_119_60F0 = .text:0x000060F0; // type:function size:0x58C
|
||||
fn_119_6680 = .text:0x00006680; // type:function size:0x4
|
||||
fn_119_6690 = .text:0x00006690; // type:function size:0x40
|
||||
fn_119_66D0 = .text:0x000066D0; // type:function size:0x538
|
||||
fn_119_6C10 = .text:0x00006C10; // type:function size:0x4
|
||||
fn_119_6C20 = .text:0x00006C20; // type:function size:0x38
|
||||
fn_119_6C60 = .text:0x00006C60; // type:function size:0x558
|
||||
fn_119_71C0 = .text:0x000071C0; // type:function size:0x4
|
||||
fn_119_71D0 = .text:0x000071D0; // type:function size:0x8
|
||||
fn_119_71E0 = .text:0x000071E0; // type:function size:0x4F8
|
||||
fn_119_76E0 = .text:0x000076E0; // type:function size:0x4
|
||||
fn_119_76F0 = .text:0x000076F0; // type:function size:0x44
|
||||
fn_119_7740 = .text:0x00007740; // type:function size:0x558
|
||||
fn_119_7CA0 = .text:0x00007CA0; // type:function size:0x4
|
||||
finalizeState_Wait__13dAcEcaptain_cFv = .text:0x00004810; // type:function size:0x4
|
||||
initializeState_BalanceWait__13dAcEcaptain_cFv = .text:0x00004820; // type:function size:0x1C8
|
||||
executeState_BalanceWait__13dAcEcaptain_cFv = .text:0x000049F0; // type:function size:0x2E4
|
||||
finalizeState_BalanceWait__13dAcEcaptain_cFv = .text:0x00004CE0; // type:function size:0x4
|
||||
initializeState_Walk__13dAcEcaptain_cFv = .text:0x00004CF0; // type:function size:0x48
|
||||
executeState_Walk__13dAcEcaptain_cFv = .text:0x00004D40; // type:function size:0x290
|
||||
finalizeState_Walk__13dAcEcaptain_cFv = .text:0x00004FD0; // type:function size:0x4
|
||||
initializeState_Run__13dAcEcaptain_cFv = .text:0x00004FE0; // type:function size:0x28
|
||||
executeState_Run__13dAcEcaptain_cFv = .text:0x00005010; // type:function size:0xFC
|
||||
finalizeState_Run__13dAcEcaptain_cFv = .text:0x00005110; // type:function size:0x4
|
||||
initializeState_AttackSW__13dAcEcaptain_cFv = .text:0x00005120; // type:function size:0xD4
|
||||
executeState_AttackSW__13dAcEcaptain_cFv = .text:0x00005200; // type:function size:0x68
|
||||
finalizeState_AttackSW__13dAcEcaptain_cFv = .text:0x00005270; // type:function size:0x4
|
||||
initializeState_AttackF__13dAcEcaptain_cFv = .text:0x00005280; // type:function size:0xD4
|
||||
executeState_AttackF__13dAcEcaptain_cFv = .text:0x00005360; // type:function size:0x60
|
||||
finalizeState_AttackF__13dAcEcaptain_cFv = .text:0x000053C0; // type:function size:0x4
|
||||
initializeState_AttackSP__13dAcEcaptain_cFv = .text:0x000053D0; // type:function size:0x34
|
||||
executeState_AttackSP__13dAcEcaptain_cFv = .text:0x00005410; // type:function size:0x25C
|
||||
finalizeState_AttackSP__13dAcEcaptain_cFv = .text:0x00005670; // type:function size:0x4
|
||||
initializeState_Guard__13dAcEcaptain_cFv = .text:0x00005680; // type:function size:0x40
|
||||
executeState_Guard__13dAcEcaptain_cFv = .text:0x000056C0; // type:function size:0xEC
|
||||
finalizeState_Guard__13dAcEcaptain_cFv = .text:0x000057B0; // type:function size:0x4
|
||||
initializeState_GuardJust__13dAcEcaptain_cFv = .text:0x000057C0; // type:function size:0x68
|
||||
executeState_GuardJust__13dAcEcaptain_cFv = .text:0x00005830; // type:function size:0x54
|
||||
finalizeState_GuardJust__13dAcEcaptain_cFv = .text:0x00005890; // type:function size:0x4
|
||||
initializeState_Damage__13dAcEcaptain_cFv = .text:0x000058A0; // type:function size:0xCC
|
||||
executeState_Damage__13dAcEcaptain_cFv = .text:0x00005970; // type:function size:0x148
|
||||
finalizeState_Damage__13dAcEcaptain_cFv = .text:0x00005AC0; // type:function size:0x4
|
||||
initializeState_Demo1__13dAcEcaptain_cFv = .text:0x00005AD0; // type:function size:0x38
|
||||
executeState_Demo1__13dAcEcaptain_cFv = .text:0x00005B10; // type:function size:0x5C0
|
||||
finalizeState_Demo1__13dAcEcaptain_cFv = .text:0x000060D0; // type:function size:0x4
|
||||
initializeState_Demo2__13dAcEcaptain_cFv = .text:0x000060E0; // type:function size:0x8
|
||||
executeState_Demo2__13dAcEcaptain_cFv = .text:0x000060F0; // type:function size:0x58C
|
||||
finalizeState_Demo2__13dAcEcaptain_cFv = .text:0x00006680; // type:function size:0x4
|
||||
initializeState_Dead__13dAcEcaptain_cFv = .text:0x00006690; // type:function size:0x40
|
||||
executeState_Dead__13dAcEcaptain_cFv = .text:0x000066D0; // type:function size:0x538
|
||||
finalizeState_Dead__13dAcEcaptain_cFv = .text:0x00006C10; // type:function size:0x4
|
||||
initializeState_Demo1Type2__13dAcEcaptain_cFv = .text:0x00006C20; // type:function size:0x38
|
||||
executeState_Demo1Type2__13dAcEcaptain_cFv = .text:0x00006C60; // type:function size:0x558
|
||||
finalizeState_Demo1Type2__13dAcEcaptain_cFv = .text:0x000071C0; // type:function size:0x4
|
||||
initializeState_Demo2Type2__13dAcEcaptain_cFv = .text:0x000071D0; // type:function size:0x8
|
||||
executeState_Demo2Type2__13dAcEcaptain_cFv = .text:0x000071E0; // type:function size:0x4F8
|
||||
finalizeState_Demo2Type2__13dAcEcaptain_cFv = .text:0x000076E0; // type:function size:0x4
|
||||
initializeState_DeadType2__13dAcEcaptain_cFv = .text:0x000076F0; // type:function size:0x44
|
||||
executeState_DeadType2__13dAcEcaptain_cFv = .text:0x00007740; // type:function size:0x558
|
||||
finalizeState_DeadType2__13dAcEcaptain_cFv = .text:0x00007CA0; // type:function size:0x4
|
||||
fn_119_7CB0 = .text:0x00007CB0; // type:function size:0x94
|
||||
fn_119_7D50 = .text:0x00007D50; // type:function size:0xB0
|
||||
fn_119_7E00 = .text:0x00007E00; // type:function size:0x284
|
||||
@@ -103,26 +103,26 @@ fn_119_9DD0 = .text:0x00009DD0; // type:function size:0x8
|
||||
fn_119_9DE0 = .text:0x00009DE0; // type:function size:0x4
|
||||
fn_119_9DF0 = .text:0x00009DF0; // type:function size:0x4
|
||||
fn_119_9E00 = .text:0x00009E00; // type:function size:0x8
|
||||
fn_119_9E10 = .text:0x00009E10; // type:function size:0x260
|
||||
fn_119_A070 = .text:0x0000A070; // type:function size:0x60
|
||||
fn_119_A0D0 = .text:0x0000A0D0; // type:function size:0xC
|
||||
fn_119_A0E0 = .text:0x0000A0E0; // type:function size:0x1C
|
||||
fn_119_A100 = .text:0x0000A100; // type:function size:0x1C
|
||||
fn_119_A120 = .text:0x0000A120; // type:function size:0x1C
|
||||
fn_119_A140 = .text:0x0000A140; // type:function size:0x10
|
||||
fn_119_A150 = .text:0x0000A150; // type:function size:0x10
|
||||
fn_119_A160 = .text:0x0000A160; // type:function size:0x10
|
||||
fn_119_A170 = .text:0x0000A170; // type:function size:0x10
|
||||
fn_119_A180 = .text:0x0000A180; // type:function size:0x10
|
||||
fn_119_A190 = .text:0x0000A190; // type:function size:0x10
|
||||
fn_119_A1A0 = .text:0x0000A1A0; // type:function size:0x30
|
||||
fn_119_A1D0 = .text:0x0000A1D0; // type:function size:0x30
|
||||
fn_119_A200 = .text:0x0000A200; // type:function size:0x30
|
||||
fn_119_A230 = .text:0x0000A230; // type:function size:0x15C4
|
||||
fn_119_B800 = .text:0x0000B800; // type:function size:0x58
|
||||
__dt__13dAcEcaptain_cFv = .text:0x00009E10; // type:function size:0x260
|
||||
build__29sFStateFct_c<13dAcEcaptain_c>FRC12sStateIDIf_c = .text:0x0000A070; // type:function size:0x60
|
||||
dispose__29sFStateFct_c<13dAcEcaptain_c>FRP10sStateIf_c = .text:0x0000A0D0; // type:function size:0xC
|
||||
initialize__26sFState_c<13dAcEcaptain_c>Fv = .text:0x0000A0E0; // type:function size:0x1C
|
||||
execute__26sFState_c<13dAcEcaptain_c>Fv = .text:0x0000A100; // type:function size:0x1C
|
||||
finalize__26sFState_c<13dAcEcaptain_c>Fv = .text:0x0000A120; // type:function size:0x1C
|
||||
initializeState__82sStateMgr_c<13dAcEcaptain_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x0000A140; // type:function size:0x10
|
||||
finalizeState__82sStateMgr_c<13dAcEcaptain_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x0000A150; // type:function size:0x10
|
||||
refreshState__82sStateMgr_c<13dAcEcaptain_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x0000A160; // type:function size:0x10
|
||||
getState__82sStateMgr_c<13dAcEcaptain_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x0000A170; // type:function size:0x10
|
||||
getNewStateID__82sStateMgr_c<13dAcEcaptain_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x0000A180; // type:function size:0x10
|
||||
getOldStateID__82sStateMgr_c<13dAcEcaptain_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x0000A190; // type:function size:0x10
|
||||
finalizeState__28sFStateID_c<13dAcEcaptain_c>CFR13dAcEcaptain_c = .text:0x0000A1A0; // type:function size:0x30
|
||||
executeState__28sFStateID_c<13dAcEcaptain_c>CFR13dAcEcaptain_c = .text:0x0000A1D0; // type:function size:0x30
|
||||
initializeState__28sFStateID_c<13dAcEcaptain_c>CFR13dAcEcaptain_c = .text:0x0000A200; // type:function size:0x30
|
||||
__sinit_\d_a_e_captain_cpp = .text:0x0000A230; // type:function size:0x15C4 scope:local
|
||||
__dt__28sFStateID_c<13dAcEcaptain_c>Fv = .text:0x0000B800; // type:function size:0x58
|
||||
fn_119_B860 = .text:0x0000B860; // type:function size:0x1C
|
||||
fn_119_B880 = .text:0x0000B880; // type:function size:0x40
|
||||
fn_119_B8C0 = .text:0x0000B8C0; // type:function size:0x88
|
||||
isSameName__28sFStateID_c<13dAcEcaptain_c>CFPCc = .text:0x0000B8C0; // type:function size:0x88
|
||||
fn_119_B950 = .text:0x0000B950; // type:function size:0x8
|
||||
fn_119_B960 = .text:0x0000B960; // type:function size:0x8
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
@@ -141,7 +141,7 @@ lbl_119_rodata_208 = .rodata:0x00000208; // type:object size:0x84 data:float
|
||||
lbl_119_rodata_28C = .rodata:0x0000028C; // type:object size:0xFC data:float
|
||||
lbl_119_rodata_388 = .rodata:0x00000388; // type:object size:0x64
|
||||
lbl_119_data_0 = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
lbl_119_data_10 = .data:0x00000010; // type:object size:0x10
|
||||
g_profile_E_CAPTAIN = .data:0x00000010; // type:object size:0x10
|
||||
lbl_119_data_20 = .data:0x00000020; // type:object size:0x8 data:string
|
||||
lbl_119_data_28 = .data:0x00000028; // type:object size:0x10
|
||||
lbl_119_data_38 = .data:0x00000038; // type:object size:0x8 data:string
|
||||
|
||||
@@ -3,12 +3,12 @@ _epilog = .text:0x00000030; // type:function size:0x2C scope:global
|
||||
_unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
fn_211_F0 = .text:0x000000F0; // type:function size:0x1B0
|
||||
dAcEChb_c_classInit__Fv = .text:0x000000F0; // type:function size:0x1B0
|
||||
fn_211_2A0 = .text:0x000002A0; // type:function size:0x58
|
||||
fn_211_300 = .text:0x00000300; // type:function size:0x58
|
||||
fn_211_360 = .text:0x00000360; // type:function size:0x6C
|
||||
fn_211_3D0 = .text:0x000003D0; // type:function size:0xA0
|
||||
fn_211_470 = .text:0x00000470; // type:function size:0xA4
|
||||
__dt__21sFState_c<9dAcEChb_c>Fv = .text:0x00000300; // type:function size:0x58
|
||||
__dt__24sFStateFct_c<9dAcEChb_c>Fv = .text:0x00000360; // type:function size:0x6C
|
||||
__dt__77sStateMgr_c<9dAcEChb_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000003D0; // type:function size:0xA0
|
||||
__dt__47sFStateMgr_c<9dAcEChb_c,20sStateMethodUsr_FI_c>Fv = .text:0x00000470; // type:function size:0xA4
|
||||
fn_211_520 = .text:0x00000520; // type:function size:0x58
|
||||
fn_211_580 = .text:0x00000580; // type:function size:0xEC
|
||||
fn_211_670 = .text:0x00000670; // type:function size:0x84
|
||||
@@ -19,60 +19,60 @@ fn_211_8C0 = .text:0x000008C0; // type:function size:0xB4
|
||||
fn_211_980 = .text:0x00000980; // type:function size:0x58
|
||||
fn_211_9E0 = .text:0x000009E0; // type:function size:0x48
|
||||
fn_211_A30 = .text:0x00000A30; // type:function size:0xA8
|
||||
fn_211_AE0 = .text:0x00000AE0; // type:function size:0x10
|
||||
changeState__77sStateMgr_c<9dAcEChb_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x00000AE0; // type:function size:0x10
|
||||
fn_211_AF0 = .text:0x00000AF0; // type:function size:0x28
|
||||
fn_211_B20 = .text:0x00000B20; // type:function size:0xCC
|
||||
fn_211_BF0 = .text:0x00000BF0; // type:function size:0x1DC
|
||||
fn_211_DD0 = .text:0x00000DD0; // type:function size:0x388
|
||||
fn_211_1160 = .text:0x00001160; // type:function size:0x8
|
||||
fn_211_1170 = .text:0x00001170; // type:function size:0x1A4
|
||||
fn_211_1320 = .text:0x00001320; // type:function size:0x10
|
||||
getStateID__77sStateMgr_c<9dAcEChb_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00001320; // type:function size:0x10
|
||||
fn_211_1330 = .text:0x00001330; // type:function size:0x60
|
||||
fn_211_1390 = .text:0x00001390; // type:function size:0x6C8
|
||||
fn_211_1A60 = .text:0x00001A60; // type:function size:0x10
|
||||
executeState__77sStateMgr_c<9dAcEChb_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00001A60; // type:function size:0x10
|
||||
fn_211_1A70 = .text:0x00001A70; // type:function size:0x128
|
||||
fn_211_1BA0 = .text:0x00001BA0; // type:function size:0xA0
|
||||
fn_211_1C40 = .text:0x00001C40; // type:function size:0x130
|
||||
fn_211_1D70 = .text:0x00001D70; // type:function size:0x4
|
||||
fn_211_1D80 = .text:0x00001D80; // type:function size:0x90
|
||||
fn_211_1E10 = .text:0x00001E10; // type:function size:0x90
|
||||
fn_211_1EA0 = .text:0x00001EA0; // type:function size:0x54
|
||||
fn_211_1F00 = .text:0x00001F00; // type:function size:0x10C
|
||||
fn_211_2010 = .text:0x00002010; // type:function size:0x484
|
||||
fn_211_24A0 = .text:0x000024A0; // type:function size:0x4
|
||||
fn_211_24B0 = .text:0x000024B0; // type:function size:0xC
|
||||
fn_211_24C0 = .text:0x000024C0; // type:function size:0x104
|
||||
fn_211_25D0 = .text:0x000025D0; // type:function size:0x1C
|
||||
initializeState_Standby__9dAcEChb_cFv = .text:0x00001BA0; // type:function size:0xA0
|
||||
executeState_Standby__9dAcEChb_cFv = .text:0x00001C40; // type:function size:0x130
|
||||
finalizeState_Standby__9dAcEChb_cFv = .text:0x00001D70; // type:function size:0x4
|
||||
initializeState_Start__9dAcEChb_cFv = .text:0x00001D80; // type:function size:0x90
|
||||
executeState_Start__9dAcEChb_cFv = .text:0x00001E10; // type:function size:0x90
|
||||
finalizeState_Start__9dAcEChb_cFv = .text:0x00001EA0; // type:function size:0x54
|
||||
initializeState_Chase__9dAcEChb_cFv = .text:0x00001F00; // type:function size:0x10C
|
||||
executeState_Chase__9dAcEChb_cFv = .text:0x00002010; // type:function size:0x484
|
||||
finalizeState_Chase__9dAcEChb_cFv = .text:0x000024A0; // type:function size:0x4
|
||||
initializeState_Attack__9dAcEChb_cFv = .text:0x000024B0; // type:function size:0xC
|
||||
executeState_Attack__9dAcEChb_cFv = .text:0x000024C0; // type:function size:0x104
|
||||
finalizeState_Attack__9dAcEChb_cFv = .text:0x000025D0; // type:function size:0x1C
|
||||
fn_211_25F0 = .text:0x000025F0; // type:function size:0x1DC
|
||||
fn_211_27D0 = .text:0x000027D0; // type:function size:0x8
|
||||
fn_211_27E0 = .text:0x000027E0; // type:function size:0x4
|
||||
fn_211_27F0 = .text:0x000027F0; // type:function size:0x4
|
||||
fn_211_2800 = .text:0x00002800; // type:function size:0x8
|
||||
fn_211_2810 = .text:0x00002810; // type:function size:0x14C
|
||||
fn_211_2960 = .text:0x00002960; // type:function size:0x60
|
||||
fn_211_29C0 = .text:0x000029C0; // type:function size:0xC
|
||||
fn_211_29D0 = .text:0x000029D0; // type:function size:0x1C
|
||||
fn_211_29F0 = .text:0x000029F0; // type:function size:0x1C
|
||||
fn_211_2A10 = .text:0x00002A10; // type:function size:0x1C
|
||||
fn_211_2A30 = .text:0x00002A30; // type:function size:0x10
|
||||
fn_211_2A40 = .text:0x00002A40; // type:function size:0x10
|
||||
fn_211_2A50 = .text:0x00002A50; // type:function size:0x10
|
||||
fn_211_2A60 = .text:0x00002A60; // type:function size:0x10
|
||||
fn_211_2A70 = .text:0x00002A70; // type:function size:0x10
|
||||
fn_211_2A80 = .text:0x00002A80; // type:function size:0x10
|
||||
fn_211_2A90 = .text:0x00002A90; // type:function size:0x30
|
||||
fn_211_2AC0 = .text:0x00002AC0; // type:function size:0x30
|
||||
fn_211_2AF0 = .text:0x00002AF0; // type:function size:0x30
|
||||
fn_211_2B20 = .text:0x00002B20; // type:function size:0x3A0
|
||||
fn_211_2EC0 = .text:0x00002EC0; // type:function size:0x58
|
||||
fn_211_2F20 = .text:0x00002F20; // type:function size:0x88
|
||||
__dt__9dAcEChb_cFv = .text:0x00002810; // type:function size:0x14C
|
||||
build__24sFStateFct_c<9dAcEChb_c>FRC12sStateIDIf_c = .text:0x00002960; // type:function size:0x60
|
||||
dispose__24sFStateFct_c<9dAcEChb_c>FRP10sStateIf_c = .text:0x000029C0; // type:function size:0xC
|
||||
initialize__21sFState_c<9dAcEChb_c>Fv = .text:0x000029D0; // type:function size:0x1C
|
||||
execute__21sFState_c<9dAcEChb_c>Fv = .text:0x000029F0; // type:function size:0x1C
|
||||
finalize__21sFState_c<9dAcEChb_c>Fv = .text:0x00002A10; // type:function size:0x1C
|
||||
initializeState__77sStateMgr_c<9dAcEChb_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00002A30; // type:function size:0x10
|
||||
finalizeState__77sStateMgr_c<9dAcEChb_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00002A40; // type:function size:0x10
|
||||
refreshState__77sStateMgr_c<9dAcEChb_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00002A50; // type:function size:0x10
|
||||
getState__77sStateMgr_c<9dAcEChb_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00002A60; // type:function size:0x10
|
||||
getNewStateID__77sStateMgr_c<9dAcEChb_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00002A70; // type:function size:0x10
|
||||
getOldStateID__77sStateMgr_c<9dAcEChb_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00002A80; // type:function size:0x10
|
||||
finalizeState__23sFStateID_c<9dAcEChb_c>CFR9dAcEChb_c = .text:0x00002A90; // type:function size:0x30
|
||||
executeState__23sFStateID_c<9dAcEChb_c>CFR9dAcEChb_c = .text:0x00002AC0; // type:function size:0x30
|
||||
initializeState__23sFStateID_c<9dAcEChb_c>CFR9dAcEChb_c = .text:0x00002AF0; // type:function size:0x30
|
||||
__sinit_\d_a_e_chaser_b_cpp = .text:0x00002B20; // type:function size:0x3A0 scope:local
|
||||
__dt__23sFStateID_c<9dAcEChb_c>Fv = .text:0x00002EC0; // type:function size:0x58
|
||||
isSameName__23sFStateID_c<9dAcEChb_c>CFPCc = .text:0x00002F20; // type:function size:0x88
|
||||
fn_211_2FB0 = .text:0x00002FB0; // type:function size:0x8
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
_dtors = .dtors:0x00000000; // type:label scope:global
|
||||
__destroy_global_chain_reference = .dtors:0x00000000; // type:object size:0x4 scope:global
|
||||
lbl_211_rodata_0 = .rodata:0x00000000; // type:object size:0x3C data:float
|
||||
lbl_211_rodata_3C = .rodata:0x0000003C; // type:object size:0xB0 data:float
|
||||
lbl_211_data_0 = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
g_profile_E_CHB = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
lbl_211_data_10 = .data:0x00000010; // type:object size:0x8
|
||||
lbl_211_data_18 = .data:0x00000018; // type:object size:0x4
|
||||
lbl_211_data_1C = .data:0x0000001C; // type:object size:0x8
|
||||
|
||||
@@ -4,42 +4,42 @@ _unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
fn_197_F0 = .text:0x000000F0; // type:function size:0x40
|
||||
fn_197_130 = .text:0x00000130; // type:function size:0x158
|
||||
fn_197_290 = .text:0x00000290; // type:function size:0x58
|
||||
fn_197_2F0 = .text:0x000002F0; // type:function size:0x6C
|
||||
fn_197_360 = .text:0x00000360; // type:function size:0xA0
|
||||
fn_197_400 = .text:0x00000400; // type:function size:0xA4
|
||||
dAcEEye_c_classInit__Fv = .text:0x00000130; // type:function size:0x158
|
||||
__dt__21sFState_c<9dAcEEye_c>Fv = .text:0x00000290; // type:function size:0x58
|
||||
__dt__24sFStateFct_c<9dAcEEye_c>Fv = .text:0x000002F0; // type:function size:0x6C
|
||||
__dt__77sStateMgr_c<9dAcEEye_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000360; // type:function size:0xA0
|
||||
__dt__47sFStateMgr_c<9dAcEEye_c,20sStateMethodUsr_FI_c>Fv = .text:0x00000400; // type:function size:0xA4
|
||||
fn_197_4B0 = .text:0x000004B0; // type:function size:0x58
|
||||
fn_197_510 = .text:0x00000510; // type:function size:0x90
|
||||
fn_197_5A0 = .text:0x000005A0; // type:function size:0x58
|
||||
fn_197_600 = .text:0x00000600; // type:function size:0x4
|
||||
fn_197_610 = .text:0x00000610; // type:function size:0xF4
|
||||
fn_197_710 = .text:0x00000710; // type:function size:0x314
|
||||
fn_197_A30 = .text:0x00000A30; // type:function size:0x10
|
||||
changeState__77sStateMgr_c<9dAcEEye_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x00000A30; // type:function size:0x10
|
||||
fn_197_A40 = .text:0x00000A40; // type:function size:0x3C
|
||||
fn_197_A80 = .text:0x00000A80; // type:function size:0x8
|
||||
fn_197_A90 = .text:0x00000A90; // type:function size:0x460
|
||||
fn_197_EF0 = .text:0x00000EF0; // type:function size:0x10
|
||||
fn_197_F00 = .text:0x00000F00; // type:function size:0x10
|
||||
executeState__77sStateMgr_c<9dAcEEye_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000EF0; // type:function size:0x10
|
||||
getStateID__77sStateMgr_c<9dAcEEye_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00000F00; // type:function size:0x10
|
||||
fn_197_F10 = .text:0x00000F10; // type:function size:0x4C
|
||||
fn_197_F60 = .text:0x00000F60; // type:function size:0xD8
|
||||
fn_197_1040 = .text:0x00001040; // type:function size:0x1B8
|
||||
fn_197_1200 = .text:0x00001200; // type:function size:0xB8
|
||||
fn_197_12C0 = .text:0x000012C0; // type:function size:0x60
|
||||
fn_197_1320 = .text:0x00001320; // type:function size:0x4
|
||||
fn_197_1330 = .text:0x00001330; // type:function size:0x124
|
||||
fn_197_1460 = .text:0x00001460; // type:function size:0x3BC
|
||||
initializeState_Open__9dAcEEye_cFv = .text:0x00001200; // type:function size:0xB8
|
||||
executeState_Open__9dAcEEye_cFv = .text:0x000012C0; // type:function size:0x60
|
||||
finalizeState_Open__9dAcEEye_cFv = .text:0x00001320; // type:function size:0x4
|
||||
initializeState_Wait__9dAcEEye_cFv = .text:0x00001330; // type:function size:0x124
|
||||
executeState_Wait__9dAcEEye_cFv = .text:0x00001460; // type:function size:0x3BC
|
||||
fn_197_1820 = .text:0x00001820; // type:function size:0x1C
|
||||
fn_197_1840 = .text:0x00001840; // type:function size:0x4
|
||||
fn_197_1850 = .text:0x00001850; // type:function size:0xFC
|
||||
fn_197_1950 = .text:0x00001950; // type:function size:0xFC
|
||||
fn_197_1A50 = .text:0x00001A50; // type:function size:0x4
|
||||
fn_197_1A60 = .text:0x00001A60; // type:function size:0x64
|
||||
fn_197_1AD0 = .text:0x00001AD0; // type:function size:0x2E0
|
||||
fn_197_1DB0 = .text:0x00001DB0; // type:function size:0x4
|
||||
fn_197_1DC0 = .text:0x00001DC0; // type:function size:0xC8
|
||||
fn_197_1E90 = .text:0x00001E90; // type:function size:0x498
|
||||
fn_197_2330 = .text:0x00002330; // type:function size:0x4
|
||||
finalizeState_Wait__9dAcEEye_cFv = .text:0x00001840; // type:function size:0x4
|
||||
initializeState_Close__9dAcEEye_cFv = .text:0x00001850; // type:function size:0xFC
|
||||
executeState_Close__9dAcEEye_cFv = .text:0x00001950; // type:function size:0xFC
|
||||
finalizeState_Close__9dAcEEye_cFv = .text:0x00001A50; // type:function size:0x4
|
||||
initializeState_Chance__9dAcEEye_cFv = .text:0x00001A60; // type:function size:0x64
|
||||
executeState_Chance__9dAcEEye_cFv = .text:0x00001AD0; // type:function size:0x2E0
|
||||
finalizeState_Chance__9dAcEEye_cFv = .text:0x00001DB0; // type:function size:0x4
|
||||
initializeState_Dead__9dAcEEye_cFv = .text:0x00001DC0; // type:function size:0xC8
|
||||
executeState_Dead__9dAcEEye_cFv = .text:0x00001E90; // type:function size:0x498
|
||||
finalizeState_Dead__9dAcEEye_cFv = .text:0x00002330; // type:function size:0x4
|
||||
fn_197_2340 = .text:0x00002340; // type:function size:0xFC
|
||||
fn_197_2440 = .text:0x00002440; // type:function size:0x238
|
||||
fn_197_2680 = .text:0x00002680; // type:function size:0x90
|
||||
@@ -49,24 +49,24 @@ fn_197_2750 = .text:0x00002750; // type:function size:0x90
|
||||
fn_197_27E0 = .text:0x000027E0; // type:function size:0x2B0
|
||||
fn_197_2A90 = .text:0x00002A90; // type:function size:0x4
|
||||
fn_197_2AA0 = .text:0x00002AA0; // type:function size:0xC8
|
||||
fn_197_2B70 = .text:0x00002B70; // type:function size:0x130
|
||||
fn_197_2CA0 = .text:0x00002CA0; // type:function size:0x60
|
||||
fn_197_2D00 = .text:0x00002D00; // type:function size:0xC
|
||||
fn_197_2D10 = .text:0x00002D10; // type:function size:0x1C
|
||||
fn_197_2D30 = .text:0x00002D30; // type:function size:0x1C
|
||||
fn_197_2D50 = .text:0x00002D50; // type:function size:0x1C
|
||||
fn_197_2D70 = .text:0x00002D70; // type:function size:0x10
|
||||
fn_197_2D80 = .text:0x00002D80; // type:function size:0x10
|
||||
fn_197_2D90 = .text:0x00002D90; // type:function size:0x10
|
||||
fn_197_2DA0 = .text:0x00002DA0; // type:function size:0x10
|
||||
fn_197_2DB0 = .text:0x00002DB0; // type:function size:0x10
|
||||
fn_197_2DC0 = .text:0x00002DC0; // type:function size:0x10
|
||||
fn_197_2DD0 = .text:0x00002DD0; // type:function size:0x30
|
||||
fn_197_2E00 = .text:0x00002E00; // type:function size:0x30
|
||||
fn_197_2E30 = .text:0x00002E30; // type:function size:0x30
|
||||
fn_197_2E60 = .text:0x00002E60; // type:function size:0x420
|
||||
fn_197_3280 = .text:0x00003280; // type:function size:0x58
|
||||
fn_197_32E0 = .text:0x000032E0; // type:function size:0x88
|
||||
__dt__9dAcEEye_cFv = .text:0x00002B70; // type:function size:0x130
|
||||
build__24sFStateFct_c<9dAcEEye_c>FRC12sStateIDIf_c = .text:0x00002CA0; // type:function size:0x60
|
||||
dispose__24sFStateFct_c<9dAcEEye_c>FRP10sStateIf_c = .text:0x00002D00; // type:function size:0xC
|
||||
initialize__21sFState_c<9dAcEEye_c>Fv = .text:0x00002D10; // type:function size:0x1C
|
||||
execute__21sFState_c<9dAcEEye_c>Fv = .text:0x00002D30; // type:function size:0x1C
|
||||
finalize__21sFState_c<9dAcEEye_c>Fv = .text:0x00002D50; // type:function size:0x1C
|
||||
initializeState__77sStateMgr_c<9dAcEEye_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00002D70; // type:function size:0x10
|
||||
finalizeState__77sStateMgr_c<9dAcEEye_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00002D80; // type:function size:0x10
|
||||
refreshState__77sStateMgr_c<9dAcEEye_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00002D90; // type:function size:0x10
|
||||
getState__77sStateMgr_c<9dAcEEye_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00002DA0; // type:function size:0x10
|
||||
getNewStateID__77sStateMgr_c<9dAcEEye_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00002DB0; // type:function size:0x10
|
||||
getOldStateID__77sStateMgr_c<9dAcEEye_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00002DC0; // type:function size:0x10
|
||||
finalizeState__23sFStateID_c<9dAcEEye_c>CFR9dAcEEye_c = .text:0x00002DD0; // type:function size:0x30
|
||||
executeState__23sFStateID_c<9dAcEEye_c>CFR9dAcEEye_c = .text:0x00002E00; // type:function size:0x30
|
||||
initializeState__23sFStateID_c<9dAcEEye_c>CFR9dAcEEye_c = .text:0x00002E30; // type:function size:0x30
|
||||
__sinit_\d_a_e_eye_cpp = .text:0x00002E60; // type:function size:0x420 scope:local
|
||||
__dt__23sFStateID_c<9dAcEEye_c>Fv = .text:0x00003280; // type:function size:0x58
|
||||
isSameName__23sFStateID_c<9dAcEEye_c>CFPCc = .text:0x000032E0; // type:function size:0x88
|
||||
fn_197_3370 = .text:0x00003370; // type:function size:0x8
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
_dtors = .dtors:0x00000000; // type:label scope:global
|
||||
@@ -78,7 +78,7 @@ lbl_197_rodata_84 = .rodata:0x00000084; // type:object size:0x28 data:float
|
||||
lbl_197_rodata_AC = .rodata:0x000000AC; // type:object size:0x4 data:float
|
||||
lbl_197_rodata_B0 = .rodata:0x000000B0; // type:object size:0x8 data:float
|
||||
lbl_197_data_0 = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
lbl_197_data_10 = .data:0x00000010; // type:object size:0x10
|
||||
g_profile_E_EYE = .data:0x00000010; // type:object size:0x10
|
||||
lbl_197_data_20 = .data:0x00000020; // type:object size:0x5C data:byte
|
||||
lbl_197_data_7C = .data:0x0000007C; // type:object size:0x24
|
||||
lbl_197_data_A0 = .data:0x000000A0; // type:object size:0x10 data:4byte
|
||||
|
||||
@@ -3,51 +3,51 @@ _epilog = .text:0x00000030; // type:function size:0x2C scope:global
|
||||
_unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
fn_216_F0 = .text:0x000000F0; // type:function size:0x118
|
||||
dAcEge_c_classInit__Fv = .text:0x000000F0; // type:function size:0x118
|
||||
fn_216_210 = .text:0x00000210; // type:function size:0x58
|
||||
fn_216_270 = .text:0x00000270; // type:function size:0x58
|
||||
fn_216_2D0 = .text:0x000002D0; // type:function size:0x6C
|
||||
fn_216_340 = .text:0x00000340; // type:function size:0xA0
|
||||
fn_216_3E0 = .text:0x000003E0; // type:function size:0xA4
|
||||
__dt__20sFState_c<8dAcEge_c>Fv = .text:0x00000270; // type:function size:0x58
|
||||
__dt__23sFStateFct_c<8dAcEge_c>Fv = .text:0x000002D0; // type:function size:0x6C
|
||||
__dt__76sStateMgr_c<8dAcEge_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000340; // type:function size:0xA0
|
||||
__dt__46sFStateMgr_c<8dAcEge_c,20sStateMethodUsr_FI_c>Fv = .text:0x000003E0; // type:function size:0xA4
|
||||
fn_216_490 = .text:0x00000490; // type:function size:0x78
|
||||
fn_216_510 = .text:0x00000510; // type:function size:0x114
|
||||
fn_216_630 = .text:0x00000630; // type:function size:0x10
|
||||
changeState__76sStateMgr_c<8dAcEge_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x00000630; // type:function size:0x10
|
||||
fn_216_640 = .text:0x00000640; // type:function size:0x8
|
||||
fn_216_650 = .text:0x00000650; // type:function size:0xD8
|
||||
fn_216_730 = .text:0x00000730; // type:function size:0x10
|
||||
executeState__76sStateMgr_c<8dAcEge_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000730; // type:function size:0x10
|
||||
fn_216_740 = .text:0x00000740; // type:function size:0xB8
|
||||
fn_216_800 = .text:0x00000800; // type:function size:0x24
|
||||
fn_216_830 = .text:0x00000830; // type:function size:0x10
|
||||
fn_216_840 = .text:0x00000840; // type:function size:0x4
|
||||
initializeState_Wait__8dAcEge_cFv = .text:0x00000800; // type:function size:0x24
|
||||
executeState_Wait__8dAcEge_cFv = .text:0x00000830; // type:function size:0x10
|
||||
finalizeState_Wait__8dAcEge_cFv = .text:0x00000840; // type:function size:0x4
|
||||
fn_216_850 = .text:0x00000850; // type:function size:0x8
|
||||
fn_216_860 = .text:0x00000860; // type:function size:0x4
|
||||
fn_216_870 = .text:0x00000870; // type:function size:0x4
|
||||
fn_216_880 = .text:0x00000880; // type:function size:0x8
|
||||
fn_216_890 = .text:0x00000890; // type:function size:0x100
|
||||
fn_216_990 = .text:0x00000990; // type:function size:0x10
|
||||
fn_216_9A0 = .text:0x000009A0; // type:function size:0x60
|
||||
fn_216_A00 = .text:0x00000A00; // type:function size:0xC
|
||||
fn_216_A10 = .text:0x00000A10; // type:function size:0x1C
|
||||
fn_216_A30 = .text:0x00000A30; // type:function size:0x1C
|
||||
fn_216_A50 = .text:0x00000A50; // type:function size:0x1C
|
||||
fn_216_A70 = .text:0x00000A70; // type:function size:0x10
|
||||
fn_216_A80 = .text:0x00000A80; // type:function size:0x10
|
||||
fn_216_A90 = .text:0x00000A90; // type:function size:0x10
|
||||
fn_216_AA0 = .text:0x00000AA0; // type:function size:0x10
|
||||
fn_216_AB0 = .text:0x00000AB0; // type:function size:0x10
|
||||
fn_216_AC0 = .text:0x00000AC0; // type:function size:0x10
|
||||
fn_216_AD0 = .text:0x00000AD0; // type:function size:0x30
|
||||
fn_216_B00 = .text:0x00000B00; // type:function size:0x30
|
||||
fn_216_B30 = .text:0x00000B30; // type:function size:0x30
|
||||
fn_216_B60 = .text:0x00000B60; // type:function size:0x10C
|
||||
fn_216_C70 = .text:0x00000C70; // type:function size:0x58
|
||||
fn_216_CD0 = .text:0x00000CD0; // type:function size:0x88
|
||||
__dt__8dAcEge_cFv = .text:0x00000890; // type:function size:0x100
|
||||
getStateID__76sStateMgr_c<8dAcEge_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00000990; // type:function size:0x10
|
||||
build__23sFStateFct_c<8dAcEge_c>FRC12sStateIDIf_c = .text:0x000009A0; // type:function size:0x60
|
||||
dispose__23sFStateFct_c<8dAcEge_c>FRP10sStateIf_c = .text:0x00000A00; // type:function size:0xC
|
||||
initialize__20sFState_c<8dAcEge_c>Fv = .text:0x00000A10; // type:function size:0x1C
|
||||
execute__20sFState_c<8dAcEge_c>Fv = .text:0x00000A30; // type:function size:0x1C
|
||||
finalize__20sFState_c<8dAcEge_c>Fv = .text:0x00000A50; // type:function size:0x1C
|
||||
initializeState__76sStateMgr_c<8dAcEge_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000A70; // type:function size:0x10
|
||||
finalizeState__76sStateMgr_c<8dAcEge_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000A80; // type:function size:0x10
|
||||
refreshState__76sStateMgr_c<8dAcEge_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000A90; // type:function size:0x10
|
||||
getState__76sStateMgr_c<8dAcEge_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00000AA0; // type:function size:0x10
|
||||
getNewStateID__76sStateMgr_c<8dAcEge_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00000AB0; // type:function size:0x10
|
||||
getOldStateID__76sStateMgr_c<8dAcEge_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00000AC0; // type:function size:0x10
|
||||
finalizeState__22sFStateID_c<8dAcEge_c>CFR8dAcEge_c = .text:0x00000AD0; // type:function size:0x30
|
||||
executeState__22sFStateID_c<8dAcEge_c>CFR8dAcEge_c = .text:0x00000B00; // type:function size:0x30
|
||||
initializeState__22sFStateID_c<8dAcEge_c>CFR8dAcEge_c = .text:0x00000B30; // type:function size:0x30
|
||||
__sinit_\d_a_e_ge_cpp = .text:0x00000B60; // type:function size:0x10C scope:local
|
||||
__dt__22sFStateID_c<8dAcEge_c>Fv = .text:0x00000C70; // type:function size:0x58
|
||||
isSameName__22sFStateID_c<8dAcEge_c>CFPCc = .text:0x00000CD0; // type:function size:0x88
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
_dtors = .dtors:0x00000000; // type:label scope:global
|
||||
__destroy_global_chain_reference = .dtors:0x00000000; // type:object size:0x4 scope:global
|
||||
lbl_216_rodata_0 = .rodata:0x00000000; // type:object size:0x2C data:float
|
||||
lbl_216_rodata_2C = .rodata:0x0000002C; // type:object size:0x4 data:float
|
||||
lbl_216_data_0 = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
g_profile_E_GE = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
lbl_216_data_10 = .data:0x00000010; // type:object size:0x34
|
||||
lbl_216_data_44 = .data:0x00000044; // type:object size:0xC
|
||||
lbl_216_data_50 = .data:0x00000050; // type:object size:0x18
|
||||
|
||||
@@ -4,41 +4,41 @@ _unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
fn_189_F0 = .text:0x000000F0; // type:function size:0x40
|
||||
fn_189_130 = .text:0x00000130; // type:function size:0x150
|
||||
dAcEgeko_c_classInit__Fv = .text:0x00000130; // type:function size:0x150
|
||||
fn_189_280 = .text:0x00000280; // type:function size:0x58
|
||||
fn_189_2E0 = .text:0x000002E0; // type:function size:0x58
|
||||
fn_189_340 = .text:0x00000340; // type:function size:0x6C
|
||||
fn_189_3B0 = .text:0x000003B0; // type:function size:0xA0
|
||||
fn_189_450 = .text:0x00000450; // type:function size:0xA4
|
||||
__dt__23sFState_c<10dAcEgeko_c>Fv = .text:0x000002E0; // type:function size:0x58
|
||||
__dt__26sFStateFct_c<10dAcEgeko_c>Fv = .text:0x00000340; // type:function size:0x6C
|
||||
__dt__79sStateMgr_c<10dAcEgeko_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000003B0; // type:function size:0xA0
|
||||
__dt__49sFStateMgr_c<10dAcEgeko_c,20sStateMethodUsr_FI_c>Fv = .text:0x00000450; // type:function size:0xA4
|
||||
fn_189_500 = .text:0x00000500; // type:function size:0x4
|
||||
fn_189_510 = .text:0x00000510; // type:function size:0xE8
|
||||
fn_189_600 = .text:0x00000600; // type:function size:0x41C
|
||||
fn_189_A20 = .text:0x00000A20; // type:function size:0x10
|
||||
changeState__79sStateMgr_c<10dAcEgeko_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x00000A20; // type:function size:0x10
|
||||
fn_189_A30 = .text:0x00000A30; // type:function size:0x118
|
||||
fn_189_B50 = .text:0x00000B50; // type:function size:0x8
|
||||
fn_189_B60 = .text:0x00000B60; // type:function size:0xE3C
|
||||
fn_189_19A0 = .text:0x000019A0; // type:function size:0x10
|
||||
fn_189_19B0 = .text:0x000019B0; // type:function size:0x10
|
||||
getStateID__79sStateMgr_c<10dAcEgeko_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000019A0; // type:function size:0x10
|
||||
executeState__79sStateMgr_c<10dAcEgeko_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000019B0; // type:function size:0x10
|
||||
fn_189_19C0 = .text:0x000019C0; // type:function size:0x1DC
|
||||
fn_189_1BA0 = .text:0x00001BA0; // type:function size:0xB0
|
||||
fn_189_1C50 = .text:0x00001C50; // type:function size:0x104
|
||||
initializeState_Wait__10dAcEgeko_cFv = .text:0x00001BA0; // type:function size:0xB0
|
||||
executeState_Wait__10dAcEgeko_cFv = .text:0x00001C50; // type:function size:0x104
|
||||
fn_189_1D60 = .text:0x00001D60; // type:function size:0x1C
|
||||
fn_189_1D80 = .text:0x00001D80; // type:function size:0x4
|
||||
fn_189_1D90 = .text:0x00001D90; // type:function size:0x134
|
||||
fn_189_1ED0 = .text:0x00001ED0; // type:function size:0x194
|
||||
fn_189_2070 = .text:0x00002070; // type:function size:0x4
|
||||
fn_189_2080 = .text:0x00002080; // type:function size:0x1C
|
||||
fn_189_20A0 = .text:0x000020A0; // type:function size:0x1CC
|
||||
fn_189_2270 = .text:0x00002270; // type:function size:0x4
|
||||
fn_189_2280 = .text:0x00002280; // type:function size:0x4
|
||||
fn_189_2290 = .text:0x00002290; // type:function size:0x4
|
||||
fn_189_22A0 = .text:0x000022A0; // type:function size:0x4
|
||||
fn_189_22B0 = .text:0x000022B0; // type:function size:0x6C
|
||||
fn_189_2320 = .text:0x00002320; // type:function size:0x20C
|
||||
fn_189_2530 = .text:0x00002530; // type:function size:0x4
|
||||
fn_189_2540 = .text:0x00002540; // type:function size:0x64
|
||||
fn_189_25B0 = .text:0x000025B0; // type:function size:0x70
|
||||
fn_189_2620 = .text:0x00002620; // type:function size:0x4
|
||||
finalizeState_Wait__10dAcEgeko_cFv = .text:0x00001D80; // type:function size:0x4
|
||||
initializeState_Move__10dAcEgeko_cFv = .text:0x00001D90; // type:function size:0x134
|
||||
executeState_Move__10dAcEgeko_cFv = .text:0x00001ED0; // type:function size:0x194
|
||||
finalizeState_Move__10dAcEgeko_cFv = .text:0x00002070; // type:function size:0x4
|
||||
initializeState_Search__10dAcEgeko_cFv = .text:0x00002080; // type:function size:0x1C
|
||||
executeState_Search__10dAcEgeko_cFv = .text:0x000020A0; // type:function size:0x1CC
|
||||
finalizeState_Search__10dAcEgeko_cFv = .text:0x00002270; // type:function size:0x4
|
||||
initializeState_Shield__10dAcEgeko_cFv = .text:0x00002280; // type:function size:0x4
|
||||
executeState_Shield__10dAcEgeko_cFv = .text:0x00002290; // type:function size:0x4
|
||||
finalizeState_Shield__10dAcEgeko_cFv = .text:0x000022A0; // type:function size:0x4
|
||||
initializeState_Reflect__10dAcEgeko_cFv = .text:0x000022B0; // type:function size:0x6C
|
||||
executeState_Reflect__10dAcEgeko_cFv = .text:0x00002320; // type:function size:0x20C
|
||||
finalizeState_Reflect__10dAcEgeko_cFv = .text:0x00002530; // type:function size:0x4
|
||||
initializeState_Damage__10dAcEgeko_cFv = .text:0x00002540; // type:function size:0x64
|
||||
executeState_Damage__10dAcEgeko_cFv = .text:0x000025B0; // type:function size:0x70
|
||||
finalizeState_Damage__10dAcEgeko_cFv = .text:0x00002620; // type:function size:0x4
|
||||
fn_189_2630 = .text:0x00002630; // type:function size:0x274
|
||||
fn_189_28B0 = .text:0x000028B0; // type:function size:0x5C
|
||||
fn_189_2910 = .text:0x00002910; // type:function size:0x168
|
||||
@@ -52,24 +52,24 @@ fn_189_3260 = .text:0x00003260; // type:function size:0x8
|
||||
fn_189_3270 = .text:0x00003270; // type:function size:0x4
|
||||
fn_189_3280 = .text:0x00003280; // type:function size:0x4
|
||||
fn_189_3290 = .text:0x00003290; // type:function size:0x8
|
||||
fn_189_32A0 = .text:0x000032A0; // type:function size:0x140
|
||||
fn_189_33E0 = .text:0x000033E0; // type:function size:0x60
|
||||
fn_189_3440 = .text:0x00003440; // type:function size:0xC
|
||||
fn_189_3450 = .text:0x00003450; // type:function size:0x1C
|
||||
fn_189_3470 = .text:0x00003470; // type:function size:0x1C
|
||||
fn_189_3490 = .text:0x00003490; // type:function size:0x1C
|
||||
fn_189_34B0 = .text:0x000034B0; // type:function size:0x10
|
||||
fn_189_34C0 = .text:0x000034C0; // type:function size:0x10
|
||||
fn_189_34D0 = .text:0x000034D0; // type:function size:0x10
|
||||
fn_189_34E0 = .text:0x000034E0; // type:function size:0x10
|
||||
fn_189_34F0 = .text:0x000034F0; // type:function size:0x10
|
||||
fn_189_3500 = .text:0x00003500; // type:function size:0x10
|
||||
fn_189_3510 = .text:0x00003510; // type:function size:0x30
|
||||
fn_189_3540 = .text:0x00003540; // type:function size:0x30
|
||||
fn_189_3570 = .text:0x00003570; // type:function size:0x30
|
||||
fn_189_35A0 = .text:0x000035A0; // type:function size:0x538
|
||||
fn_189_3AE0 = .text:0x00003AE0; // type:function size:0x58
|
||||
fn_189_3B40 = .text:0x00003B40; // type:function size:0x88
|
||||
__dt__10dAcEgeko_cFv = .text:0x000032A0; // type:function size:0x140
|
||||
build__26sFStateFct_c<10dAcEgeko_c>FRC12sStateIDIf_c = .text:0x000033E0; // type:function size:0x60
|
||||
dispose__26sFStateFct_c<10dAcEgeko_c>FRP10sStateIf_c = .text:0x00003440; // type:function size:0xC
|
||||
initialize__23sFState_c<10dAcEgeko_c>Fv = .text:0x00003450; // type:function size:0x1C
|
||||
execute__23sFState_c<10dAcEgeko_c>Fv = .text:0x00003470; // type:function size:0x1C
|
||||
finalize__23sFState_c<10dAcEgeko_c>Fv = .text:0x00003490; // type:function size:0x1C
|
||||
initializeState__79sStateMgr_c<10dAcEgeko_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000034B0; // type:function size:0x10
|
||||
finalizeState__79sStateMgr_c<10dAcEgeko_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000034C0; // type:function size:0x10
|
||||
refreshState__79sStateMgr_c<10dAcEgeko_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000034D0; // type:function size:0x10
|
||||
getState__79sStateMgr_c<10dAcEgeko_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000034E0; // type:function size:0x10
|
||||
getNewStateID__79sStateMgr_c<10dAcEgeko_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000034F0; // type:function size:0x10
|
||||
getOldStateID__79sStateMgr_c<10dAcEgeko_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00003500; // type:function size:0x10
|
||||
finalizeState__25sFStateID_c<10dAcEgeko_c>CFR10dAcEgeko_c = .text:0x00003510; // type:function size:0x30
|
||||
executeState__25sFStateID_c<10dAcEgeko_c>CFR10dAcEgeko_c = .text:0x00003540; // type:function size:0x30
|
||||
initializeState__25sFStateID_c<10dAcEgeko_c>CFR10dAcEgeko_c = .text:0x00003570; // type:function size:0x30
|
||||
__sinit_\d_a_e_geko_cpp = .text:0x000035A0; // type:function size:0x538 scope:local
|
||||
__dt__25sFStateID_c<10dAcEgeko_c>Fv = .text:0x00003AE0; // type:function size:0x58
|
||||
isSameName__25sFStateID_c<10dAcEgeko_c>CFPCc = .text:0x00003B40; // type:function size:0x88
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
_dtors = .dtors:0x00000000; // type:label scope:global
|
||||
__destroy_global_chain_reference = .dtors:0x00000000; // type:object size:0x4 scope:global
|
||||
@@ -83,7 +83,7 @@ lbl_189_rodata_E8 = .rodata:0x000000E8; // type:object size:0x10 data:float
|
||||
lbl_189_rodata_F8 = .rodata:0x000000F8; // type:object size:0x4 data:float
|
||||
lbl_189_rodata_FC = .rodata:0x000000FC; // type:object size:0x14 data:float
|
||||
lbl_189_data_0 = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
lbl_189_data_10 = .data:0x00000010; // type:object size:0x44
|
||||
g_profile_E_GEKO = .data:0x00000010; // type:object size:0x44
|
||||
lbl_189_data_54 = .data:0x00000054; // type:object size:0x50
|
||||
lbl_189_data_A4 = .data:0x000000A4; // type:object size:0x4 data:string
|
||||
lbl_189_data_A8 = .data:0x000000A8; // type:object size:0x1C data:4byte
|
||||
|
||||
@@ -3,21 +3,21 @@ _epilog = .text:0x00000030; // type:function size:0x2C scope:global
|
||||
_unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
fn_215_F0 = .text:0x000000F0; // type:function size:0x194
|
||||
dAcEgerock_c_classInit__Fv = .text:0x000000F0; // type:function size:0x194
|
||||
fn_215_290 = .text:0x00000290; // type:function size:0x58
|
||||
fn_215_2F0 = .text:0x000002F0; // type:function size:0x90
|
||||
fn_215_380 = .text:0x00000380; // type:function size:0x90
|
||||
fn_215_410 = .text:0x00000410; // type:function size:0x58
|
||||
fn_215_470 = .text:0x00000470; // type:function size:0x6C
|
||||
fn_215_4E0 = .text:0x000004E0; // type:function size:0xA0
|
||||
fn_215_580 = .text:0x00000580; // type:function size:0xA4
|
||||
__dt__25sFState_c<12dAcEgerock_c>Fv = .text:0x00000410; // type:function size:0x58
|
||||
__dt__28sFStateFct_c<12dAcEgerock_c>Fv = .text:0x00000470; // type:function size:0x6C
|
||||
__dt__81sStateMgr_c<12dAcEgerock_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000004E0; // type:function size:0xA0
|
||||
__dt__51sFStateMgr_c<12dAcEgerock_c,20sStateMethodUsr_FI_c>Fv = .text:0x00000580; // type:function size:0xA4
|
||||
fn_215_630 = .text:0x00000630; // type:function size:0x70
|
||||
fn_215_6A0 = .text:0x000006A0; // type:function size:0x5C
|
||||
fn_215_700 = .text:0x00000700; // type:function size:0x10
|
||||
changeState__81sStateMgr_c<12dAcEgerock_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x00000700; // type:function size:0x10
|
||||
fn_215_710 = .text:0x00000710; // type:function size:0xD0
|
||||
fn_215_7E0 = .text:0x000007E0; // type:function size:0x58
|
||||
fn_215_840 = .text:0x00000840; // type:function size:0x25C
|
||||
fn_215_AA0 = .text:0x00000AA0; // type:function size:0x10
|
||||
getStateID__81sStateMgr_c<12dAcEgerock_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00000AA0; // type:function size:0x10
|
||||
fn_215_AB0 = .text:0x00000AB0; // type:function size:0x148
|
||||
fn_215_C00 = .text:0x00000C00; // type:function size:0x17C
|
||||
fn_215_D80 = .text:0x00000D80; // type:function size:0xF8
|
||||
@@ -34,54 +34,54 @@ fn_215_15E0 = .text:0x000015E0; // type:function size:0x3A8
|
||||
fn_215_1990 = .text:0x00001990; // type:function size:0xC4
|
||||
fn_215_1A60 = .text:0x00001A60; // type:function size:0x8
|
||||
fn_215_1A70 = .text:0x00001A70; // type:function size:0x8C0
|
||||
fn_215_2330 = .text:0x00002330; // type:function size:0x10
|
||||
executeState__81sStateMgr_c<12dAcEgerock_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00002330; // type:function size:0x10
|
||||
fn_215_2340 = .text:0x00002340; // type:function size:0x104
|
||||
fn_215_2450 = .text:0x00002450; // type:function size:0x88
|
||||
fn_215_24E0 = .text:0x000024E0; // type:function size:0x51C
|
||||
fn_215_2A00 = .text:0x00002A00; // type:function size:0x38
|
||||
fn_215_2A40 = .text:0x00002A40; // type:function size:0x160
|
||||
fn_215_2BA0 = .text:0x00002BA0; // type:function size:0x148
|
||||
fn_215_2CF0 = .text:0x00002CF0; // type:function size:0x14
|
||||
fn_215_2D10 = .text:0x00002D10; // type:function size:0xD8
|
||||
fn_215_2DF0 = .text:0x00002DF0; // type:function size:0x538
|
||||
fn_215_3330 = .text:0x00003330; // type:function size:0x50
|
||||
fn_215_3380 = .text:0x00003380; // type:function size:0xDC
|
||||
fn_215_3460 = .text:0x00003460; // type:function size:0x304
|
||||
fn_215_3770 = .text:0x00003770; // type:function size:0x40
|
||||
fn_215_37B0 = .text:0x000037B0; // type:function size:0x50
|
||||
fn_215_3800 = .text:0x00003800; // type:function size:0x2CC
|
||||
fn_215_3AD0 = .text:0x00003AD0; // type:function size:0x14
|
||||
fn_215_3AF0 = .text:0x00003AF0; // type:function size:0x90
|
||||
fn_215_3B80 = .text:0x00003B80; // type:function size:0xAC
|
||||
fn_215_3C30 = .text:0x00003C30; // type:function size:0x10
|
||||
fn_215_3C40 = .text:0x00003C40; // type:function size:0x98
|
||||
fn_215_3CE0 = .text:0x00003CE0; // type:function size:0x438
|
||||
fn_215_4120 = .text:0x00004120; // type:function size:0x90
|
||||
fn_215_41B0 = .text:0x000041B0; // type:function size:0x10
|
||||
fn_215_41C0 = .text:0x000041C0; // type:function size:0x4
|
||||
fn_215_41D0 = .text:0x000041D0; // type:function size:0x4
|
||||
initializeState_Attack__12dAcEgerock_cFv = .text:0x00002450; // type:function size:0x88
|
||||
executeState_Attack__12dAcEgerock_cFv = .text:0x000024E0; // type:function size:0x51C
|
||||
finalizeState_Attack__12dAcEgerock_cFv = .text:0x00002A00; // type:function size:0x38
|
||||
initializeState_Damage__12dAcEgerock_cFv = .text:0x00002A40; // type:function size:0x160
|
||||
executeState_Damage__12dAcEgerock_cFv = .text:0x00002BA0; // type:function size:0x148
|
||||
finalizeState_Damage__12dAcEgerock_cFv = .text:0x00002CF0; // type:function size:0x14
|
||||
initializeState_FlyHome__12dAcEgerock_cFv = .text:0x00002D10; // type:function size:0xD8
|
||||
executeState_FlyHome__12dAcEgerock_cFv = .text:0x00002DF0; // type:function size:0x538
|
||||
finalizeState_FlyHome__12dAcEgerock_cFv = .text:0x00003330; // type:function size:0x50
|
||||
initializeState_Rail__12dAcEgerock_cFv = .text:0x00003380; // type:function size:0xDC
|
||||
executeState_Rail__12dAcEgerock_cFv = .text:0x00003460; // type:function size:0x304
|
||||
finalizeState_Rail__12dAcEgerock_cFv = .text:0x00003770; // type:function size:0x40
|
||||
initializeState_Return__12dAcEgerock_cFv = .text:0x000037B0; // type:function size:0x50
|
||||
executeState_Return__12dAcEgerock_cFv = .text:0x00003800; // type:function size:0x2CC
|
||||
finalizeState_Return__12dAcEgerock_cFv = .text:0x00003AD0; // type:function size:0x14
|
||||
initializeState_Shock__12dAcEgerock_cFv = .text:0x00003AF0; // type:function size:0x90
|
||||
executeState_Shock__12dAcEgerock_cFv = .text:0x00003B80; // type:function size:0xAC
|
||||
finalizeState_Shock__12dAcEgerock_cFv = .text:0x00003C30; // type:function size:0x10
|
||||
initializeState_Stay__12dAcEgerock_cFv = .text:0x00003C40; // type:function size:0x98
|
||||
executeState_Stay__12dAcEgerock_cFv = .text:0x00003CE0; // type:function size:0x438
|
||||
finalizeState_Stay__12dAcEgerock_cFv = .text:0x00004120; // type:function size:0x90
|
||||
initializeState_Vanish__12dAcEgerock_cFv = .text:0x000041B0; // type:function size:0x10
|
||||
executeState_Vanish__12dAcEgerock_cFv = .text:0x000041C0; // type:function size:0x4
|
||||
finalizeState_Vanish__12dAcEgerock_cFv = .text:0x000041D0; // type:function size:0x4
|
||||
fn_215_41E0 = .text:0x000041E0; // type:function size:0x8
|
||||
fn_215_41F0 = .text:0x000041F0; // type:function size:0x4
|
||||
fn_215_4200 = .text:0x00004200; // type:function size:0x4
|
||||
fn_215_4210 = .text:0x00004210; // type:function size:0x8
|
||||
fn_215_4220 = .text:0x00004220; // type:function size:0x1B0
|
||||
fn_215_43D0 = .text:0x000043D0; // type:function size:0x60
|
||||
fn_215_4430 = .text:0x00004430; // type:function size:0xC
|
||||
fn_215_4440 = .text:0x00004440; // type:function size:0x1C
|
||||
fn_215_4460 = .text:0x00004460; // type:function size:0x1C
|
||||
fn_215_4480 = .text:0x00004480; // type:function size:0x1C
|
||||
fn_215_44A0 = .text:0x000044A0; // type:function size:0x10
|
||||
fn_215_44B0 = .text:0x000044B0; // type:function size:0x10
|
||||
fn_215_44C0 = .text:0x000044C0; // type:function size:0x10
|
||||
fn_215_44D0 = .text:0x000044D0; // type:function size:0x10
|
||||
fn_215_44E0 = .text:0x000044E0; // type:function size:0x10
|
||||
fn_215_44F0 = .text:0x000044F0; // type:function size:0x10
|
||||
fn_215_4500 = .text:0x00004500; // type:function size:0x30
|
||||
fn_215_4530 = .text:0x00004530; // type:function size:0x30
|
||||
fn_215_4560 = .text:0x00004560; // type:function size:0x30
|
||||
fn_215_4590 = .text:0x00004590; // type:function size:0x6E4
|
||||
fn_215_4C80 = .text:0x00004C80; // type:function size:0x58
|
||||
fn_215_4CE0 = .text:0x00004CE0; // type:function size:0x88
|
||||
__dt__12dAcEgerock_cFv = .text:0x00004220; // type:function size:0x1B0
|
||||
build__28sFStateFct_c<12dAcEgerock_c>FRC12sStateIDIf_c = .text:0x000043D0; // type:function size:0x60
|
||||
dispose__28sFStateFct_c<12dAcEgerock_c>FRP10sStateIf_c = .text:0x00004430; // type:function size:0xC
|
||||
initialize__25sFState_c<12dAcEgerock_c>Fv = .text:0x00004440; // type:function size:0x1C
|
||||
execute__25sFState_c<12dAcEgerock_c>Fv = .text:0x00004460; // type:function size:0x1C
|
||||
finalize__25sFState_c<12dAcEgerock_c>Fv = .text:0x00004480; // type:function size:0x1C
|
||||
initializeState__81sStateMgr_c<12dAcEgerock_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000044A0; // type:function size:0x10
|
||||
finalizeState__81sStateMgr_c<12dAcEgerock_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000044B0; // type:function size:0x10
|
||||
refreshState__81sStateMgr_c<12dAcEgerock_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000044C0; // type:function size:0x10
|
||||
getState__81sStateMgr_c<12dAcEgerock_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000044D0; // type:function size:0x10
|
||||
getNewStateID__81sStateMgr_c<12dAcEgerock_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000044E0; // type:function size:0x10
|
||||
getOldStateID__81sStateMgr_c<12dAcEgerock_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000044F0; // type:function size:0x10
|
||||
finalizeState__27sFStateID_c<12dAcEgerock_c>CFR12dAcEgerock_c = .text:0x00004500; // type:function size:0x30
|
||||
executeState__27sFStateID_c<12dAcEgerock_c>CFR12dAcEgerock_c = .text:0x00004530; // type:function size:0x30
|
||||
initializeState__27sFStateID_c<12dAcEgerock_c>CFR12dAcEgerock_c = .text:0x00004560; // type:function size:0x30
|
||||
__sinit_\d_a_e_gerock_cpp = .text:0x00004590; // type:function size:0x6E4 scope:local
|
||||
__dt__27sFStateID_c<12dAcEgerock_c>Fv = .text:0x00004C80; // type:function size:0x58
|
||||
isSameName__27sFStateID_c<12dAcEgerock_c>CFPCc = .text:0x00004CE0; // type:function size:0x88
|
||||
fn_215_4D70 = .text:0x00004D70; // type:function size:0x8
|
||||
fn_215_4D80 = .text:0x00004D80; // type:function size:0x8
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
@@ -100,7 +100,7 @@ lbl_215_rodata_74 = .rodata:0x00000074; // type:object size:0x44 data:float
|
||||
lbl_215_rodata_B8 = .rodata:0x000000B8; // type:object size:0x1C data:float
|
||||
lbl_215_rodata_D4 = .rodata:0x000000D4; // type:object size:0x2C data:float
|
||||
lbl_215_rodata_100 = .rodata:0x00000100; // type:object size:0x78 data:float
|
||||
lbl_215_data_0 = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
g_profile_E_GEROCK = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
lbl_215_data_10 = .data:0x00000010; // type:object size:0x8
|
||||
lbl_215_data_18 = .data:0x00000018; // type:object size:0x8 data:string
|
||||
lbl_215_data_20 = .data:0x00000020; // type:object size:0x8
|
||||
|
||||
@@ -3,13 +3,13 @@ _epilog = .text:0x00000030; // type:function size:0x2C scope:global
|
||||
_unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
AcEgue__ctor = .text:0x000000F0; // type:function size:0x164
|
||||
dAcEgue_c_classInit__Fv = .text:0x000000F0; // type:function size:0x164
|
||||
fn_212_260 = .text:0x00000260; // type:function size:0x58
|
||||
fn_212_2C0 = .text:0x000002C0; // type:function size:0x5C
|
||||
fn_212_320 = .text:0x00000320; // type:function size:0x58
|
||||
fn_212_380 = .text:0x00000380; // type:function size:0x6C
|
||||
fn_212_3F0 = .text:0x000003F0; // type:function size:0xA0
|
||||
fn_212_490 = .text:0x00000490; // type:function size:0xA4
|
||||
__dt__21sFState_c<9dAcEgue_c>Fv = .text:0x00000320; // type:function size:0x58
|
||||
__dt__24sFStateFct_c<9dAcEgue_c>Fv = .text:0x00000380; // type:function size:0x6C
|
||||
__dt__77sStateMgr_c<9dAcEgue_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000003F0; // type:function size:0xA0
|
||||
__dt__47sFStateMgr_c<9dAcEgue_c,20sStateMethodUsr_FI_c>Fv = .text:0x00000490; // type:function size:0xA4
|
||||
fn_212_540 = .text:0x00000540; // type:function size:0x5C
|
||||
fn_212_5A0 = .text:0x000005A0; // type:function size:0xD0
|
||||
fn_212_670 = .text:0x00000670; // type:function size:0x10
|
||||
@@ -25,8 +25,8 @@ fn_212_E80 = .text:0x00000E80; // type:function size:0xB4
|
||||
fn_212_F40 = .text:0x00000F40; // type:function size:0x54
|
||||
fn_212_FA0 = .text:0x00000FA0; // type:function size:0xEC
|
||||
fn_212_1090 = .text:0x00001090; // type:function size:0x338
|
||||
fn_212_13D0 = .text:0x000013D0; // type:function size:0x10
|
||||
fn_212_13E0 = .text:0x000013E0; // type:function size:0x10
|
||||
getStateID__77sStateMgr_c<9dAcEgue_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000013D0; // type:function size:0x10
|
||||
changeState__77sStateMgr_c<9dAcEgue_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x000013E0; // type:function size:0x10
|
||||
fn_212_13F0 = .text:0x000013F0; // type:function size:0x1C
|
||||
fn_212_1410 = .text:0x00001410; // type:function size:0x114
|
||||
fn_212_1530 = .text:0x00001530; // type:function size:0x4
|
||||
@@ -39,54 +39,54 @@ fn_212_1940 = .text:0x00001940; // type:function size:0x120
|
||||
fn_212_1A60 = .text:0x00001A60; // type:function size:0x248
|
||||
fn_212_1CB0 = .text:0x00001CB0; // type:function size:0x8
|
||||
fn_212_1CC0 = .text:0x00001CC0; // type:function size:0x720
|
||||
fn_212_23E0 = .text:0x000023E0; // type:function size:0x10
|
||||
executeState__77sStateMgr_c<9dAcEgue_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000023E0; // type:function size:0x10
|
||||
fn_212_23F0 = .text:0x000023F0; // type:function size:0x6C
|
||||
fn_212_2460 = .text:0x00002460; // type:function size:0x9C
|
||||
fn_212_2500 = .text:0x00002500; // type:function size:0xA88
|
||||
fn_212_2F90 = .text:0x00002F90; // type:function size:0x64
|
||||
fn_212_3000 = .text:0x00003000; // type:function size:0x1C
|
||||
fn_212_3020 = .text:0x00003020; // type:function size:0x98
|
||||
fn_212_30C0 = .text:0x000030C0; // type:function size:0x4
|
||||
fn_212_30D0 = .text:0x000030D0; // type:function size:0x18C
|
||||
fn_212_3260 = .text:0x00003260; // type:function size:0x344
|
||||
fn_212_35B0 = .text:0x000035B0; // type:function size:0x20
|
||||
fn_212_35D0 = .text:0x000035D0; // type:function size:0xAC
|
||||
fn_212_3680 = .text:0x00003680; // type:function size:0x4F4
|
||||
fn_212_3B80 = .text:0x00003B80; // type:function size:0x1C
|
||||
fn_212_3BA0 = .text:0x00003BA0; // type:function size:0x110
|
||||
fn_212_3CB0 = .text:0x00003CB0; // type:function size:0x8B0
|
||||
fn_212_4560 = .text:0x00004560; // type:function size:0x10
|
||||
fn_212_4570 = .text:0x00004570; // type:function size:0x60
|
||||
fn_212_45D0 = .text:0x000045D0; // type:function size:0x374
|
||||
fn_212_4950 = .text:0x00004950; // type:function size:0xC
|
||||
fn_212_4960 = .text:0x00004960; // type:function size:0x74
|
||||
fn_212_49E0 = .text:0x000049E0; // type:function size:0x1EC
|
||||
fn_212_4BD0 = .text:0x00004BD0; // type:function size:0x38
|
||||
fn_212_4C10 = .text:0x00004C10; // type:function size:0xA0
|
||||
fn_212_4CB0 = .text:0x00004CB0; // type:function size:0x33C
|
||||
fn_212_4FF0 = .text:0x00004FF0; // type:function size:0x4C
|
||||
initializeState_Attack__9dAcEgue_cFv = .text:0x00002460; // type:function size:0x9C
|
||||
executeState_Attack__9dAcEgue_cFv = .text:0x00002500; // type:function size:0xA88
|
||||
finalizeState_Attack__9dAcEgue_cFv = .text:0x00002F90; // type:function size:0x64
|
||||
initializeState_Blow__9dAcEgue_cFv = .text:0x00003000; // type:function size:0x1C
|
||||
executeState_Blow__9dAcEgue_cFv = .text:0x00003020; // type:function size:0x98
|
||||
finalizeState_Blow__9dAcEgue_cFv = .text:0x000030C0; // type:function size:0x4
|
||||
initializeState_Damage__9dAcEgue_cFv = .text:0x000030D0; // type:function size:0x18C
|
||||
executeState_Damage__9dAcEgue_cFv = .text:0x00003260; // type:function size:0x344
|
||||
finalizeState_Damage__9dAcEgue_cFv = .text:0x000035B0; // type:function size:0x20
|
||||
initializeState_FlyHome__9dAcEgue_cFv = .text:0x000035D0; // type:function size:0xAC
|
||||
executeState_FlyHome__9dAcEgue_cFv = .text:0x00003680; // type:function size:0x4F4
|
||||
finalizeState_FlyHome__9dAcEgue_cFv = .text:0x00003B80; // type:function size:0x1C
|
||||
initializeState_FlyPlayer__9dAcEgue_cFv = .text:0x00003BA0; // type:function size:0x110
|
||||
executeState_FlyPlayer__9dAcEgue_cFv = .text:0x00003CB0; // type:function size:0x8B0
|
||||
finalizeState_FlyPlayer__9dAcEgue_cFv = .text:0x00004560; // type:function size:0x10
|
||||
initializeState_Return__9dAcEgue_cFv = .text:0x00004570; // type:function size:0x60
|
||||
executeState_Return__9dAcEgue_cFv = .text:0x000045D0; // type:function size:0x374
|
||||
finalizeState_Return__9dAcEgue_cFv = .text:0x00004950; // type:function size:0xC
|
||||
initializeState_Stay__9dAcEgue_cFv = .text:0x00004960; // type:function size:0x74
|
||||
executeState_Stay__9dAcEgue_cFv = .text:0x000049E0; // type:function size:0x1EC
|
||||
finalizeState_Stay__9dAcEgue_cFv = .text:0x00004BD0; // type:function size:0x38
|
||||
initializeState_Stun__9dAcEgue_cFv = .text:0x00004C10; // type:function size:0xA0
|
||||
executeState_Stun__9dAcEgue_cFv = .text:0x00004CB0; // type:function size:0x33C
|
||||
finalizeState_Stun__9dAcEgue_cFv = .text:0x00004FF0; // type:function size:0x4C
|
||||
fn_212_5040 = .text:0x00005040; // type:function size:0x8
|
||||
fn_212_5050 = .text:0x00005050; // type:function size:0x4
|
||||
fn_212_5060 = .text:0x00005060; // type:function size:0x4
|
||||
fn_212_5070 = .text:0x00005070; // type:function size:0x8
|
||||
fn_212_5080 = .text:0x00005080; // type:function size:0x158
|
||||
fn_212_51E0 = .text:0x000051E0; // type:function size:0x60
|
||||
fn_212_5240 = .text:0x00005240; // type:function size:0xC
|
||||
fn_212_5250 = .text:0x00005250; // type:function size:0x1C
|
||||
fn_212_5270 = .text:0x00005270; // type:function size:0x1C
|
||||
fn_212_5290 = .text:0x00005290; // type:function size:0x1C
|
||||
fn_212_52B0 = .text:0x000052B0; // type:function size:0x10
|
||||
fn_212_52C0 = .text:0x000052C0; // type:function size:0x10
|
||||
fn_212_52D0 = .text:0x000052D0; // type:function size:0x10
|
||||
fn_212_52E0 = .text:0x000052E0; // type:function size:0x10
|
||||
fn_212_52F0 = .text:0x000052F0; // type:function size:0x10
|
||||
fn_212_5300 = .text:0x00005300; // type:function size:0x10
|
||||
fn_212_5310 = .text:0x00005310; // type:function size:0x30
|
||||
fn_212_5340 = .text:0x00005340; // type:function size:0x30
|
||||
fn_212_5370 = .text:0x00005370; // type:function size:0x30
|
||||
fn_212_53A0 = .text:0x000053A0; // type:function size:0x6A4
|
||||
fn_212_5A50 = .text:0x00005A50; // type:function size:0x58
|
||||
fn_212_5AB0 = .text:0x00005AB0; // type:function size:0x88
|
||||
__dt__9dAcEgue_cFv = .text:0x00005080; // type:function size:0x158
|
||||
build__24sFStateFct_c<9dAcEgue_c>FRC12sStateIDIf_c = .text:0x000051E0; // type:function size:0x60
|
||||
dispose__24sFStateFct_c<9dAcEgue_c>FRP10sStateIf_c = .text:0x00005240; // type:function size:0xC
|
||||
initialize__21sFState_c<9dAcEgue_c>Fv = .text:0x00005250; // type:function size:0x1C
|
||||
execute__21sFState_c<9dAcEgue_c>Fv = .text:0x00005270; // type:function size:0x1C
|
||||
finalize__21sFState_c<9dAcEgue_c>Fv = .text:0x00005290; // type:function size:0x1C
|
||||
initializeState__77sStateMgr_c<9dAcEgue_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000052B0; // type:function size:0x10
|
||||
finalizeState__77sStateMgr_c<9dAcEgue_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000052C0; // type:function size:0x10
|
||||
refreshState__77sStateMgr_c<9dAcEgue_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000052D0; // type:function size:0x10
|
||||
getState__77sStateMgr_c<9dAcEgue_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000052E0; // type:function size:0x10
|
||||
getNewStateID__77sStateMgr_c<9dAcEgue_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000052F0; // type:function size:0x10
|
||||
getOldStateID__77sStateMgr_c<9dAcEgue_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00005300; // type:function size:0x10
|
||||
finalizeState__23sFStateID_c<9dAcEgue_c>CFR9dAcEgue_c = .text:0x00005310; // type:function size:0x30
|
||||
executeState__23sFStateID_c<9dAcEgue_c>CFR9dAcEgue_c = .text:0x00005340; // type:function size:0x30
|
||||
initializeState__23sFStateID_c<9dAcEgue_c>CFR9dAcEgue_c = .text:0x00005370; // type:function size:0x30
|
||||
__sinit_\d_a_e_gue_cpp = .text:0x000053A0; // type:function size:0x6A4 scope:local
|
||||
__dt__23sFStateID_c<9dAcEgue_c>Fv = .text:0x00005A50; // type:function size:0x58
|
||||
isSameName__23sFStateID_c<9dAcEgue_c>CFPCc = .text:0x00005AB0; // type:function size:0x88
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
_dtors = .dtors:0x00000000; // type:label scope:global
|
||||
__destroy_global_chain_reference = .dtors:0x00000000; // type:object size:0x4 scope:global
|
||||
@@ -102,7 +102,7 @@ lbl_212_rodata_74 = .rodata:0x00000074; // type:object size:0x4 data:float
|
||||
lbl_212_rodata_78 = .rodata:0x00000078; // type:object size:0x4 data:float
|
||||
lbl_212_rodata_7C = .rodata:0x0000007C; // type:object size:0x4 data:float
|
||||
lbl_212_rodata_80 = .rodata:0x00000080; // type:object size:0x144 data:float
|
||||
lbl_212_data_0 = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
g_profile_E_GUE = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
lbl_212_data_10 = .data:0x00000010; // type:object size:0x8
|
||||
lbl_212_data_18 = .data:0x00000018; // type:object size:0xC
|
||||
lbl_212_data_24 = .data:0x00000024; // type:object size:0xC
|
||||
|
||||
@@ -3,14 +3,14 @@ _epilog = .text:0x00000030; // type:function size:0x2C scope:global
|
||||
_unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
AcGumarm__ctor = .text:0x000000F0; // type:function size:0x2D0
|
||||
dAcGumarm_c_classInit__Fv = .text:0x000000F0; // type:function size:0x2D0
|
||||
fn_250_3C0 = .text:0x000003C0; // type:function size:0x58
|
||||
fn_250_420 = .text:0x00000420; // type:function size:0x40
|
||||
fn_250_460 = .text:0x00000460; // type:function size:0x58
|
||||
fn_250_4C0 = .text:0x000004C0; // type:function size:0x58
|
||||
fn_250_520 = .text:0x00000520; // type:function size:0x6C
|
||||
fn_250_590 = .text:0x00000590; // type:function size:0xA0
|
||||
fn_250_630 = .text:0x00000630; // type:function size:0xA4
|
||||
__dt__24sFState_c<11dAcGumarm_c>Fv = .text:0x000004C0; // type:function size:0x58
|
||||
__dt__27sFStateFct_c<11dAcGumarm_c>Fv = .text:0x00000520; // type:function size:0x6C
|
||||
__dt__80sStateMgr_c<11dAcGumarm_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000590; // type:function size:0xA0
|
||||
__dt__50sFStateMgr_c<11dAcGumarm_c,20sStateMethodUsr_FI_c>Fv = .text:0x00000630; // type:function size:0xA4
|
||||
fn_250_6E0 = .text:0x000006E0; // type:function size:0x90
|
||||
fn_250_770 = .text:0x00000770; // type:function size:0x90
|
||||
fn_250_800 = .text:0x00000800; // type:function size:0xAC
|
||||
@@ -23,69 +23,69 @@ fn_250_A80 = .text:0x00000A80; // type:function size:0x40
|
||||
fn_250_AC0 = .text:0x00000AC0; // type:function size:0x18C
|
||||
AcGumarm__initModels = .text:0x00000C50; // type:function size:0x2FC
|
||||
AcGumarm__init = .text:0x00000F50; // type:function size:0x1E0
|
||||
fn_250_1130 = .text:0x00001130; // type:function size:0x10
|
||||
changeState__80sStateMgr_c<11dAcGumarm_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x00001130; // type:function size:0x10
|
||||
AcGumarm__destroy = .text:0x00001140; // type:function size:0x78
|
||||
fn_250_11C0 = .text:0x000011C0; // type:function size:0x2C4
|
||||
fn_250_1490 = .text:0x00001490; // type:function size:0xBC
|
||||
AcGumarm__update = .text:0x00001550; // type:function size:0x4B0
|
||||
fn_250_1A00 = .text:0x00001A00; // type:function size:0x10
|
||||
fn_250_1A10 = .text:0x00001A10; // type:function size:0x10
|
||||
executeState__80sStateMgr_c<11dAcGumarm_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00001A00; // type:function size:0x10
|
||||
getStateID__80sStateMgr_c<11dAcGumarm_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00001A10; // type:function size:0x10
|
||||
AcGumarm__draw = .text:0x00001A20; // type:function size:0x21C
|
||||
AcGumarm__stateHideEnter = .text:0x00001C40; // type:function size:0x158
|
||||
AcGumarm__stateHideIn = .text:0x00001DA0; // type:function size:0x24
|
||||
initializeState_Hide__11dAcGumarm_cFv = .text:0x00001C40; // type:function size:0x158
|
||||
executeState_Hide__11dAcGumarm_cFv = .text:0x00001DA0; // type:function size:0x24
|
||||
fn_250_1DC4 = .text:0x00001DC4; // type:function size:0x4
|
||||
AcGumarm__stateHideLeave = .text:0x00001DD0; // type:function size:0x34
|
||||
AcGumarm__stateHideWaitEnter = .text:0x00001E10; // type:function size:0xA0
|
||||
AcGumarm__stateHideWaitUpdate = .text:0x00001EB0; // type:function size:0x150
|
||||
AcGumarm__stateHideWaitLeave = .text:0x00002000; // type:function size:0x10
|
||||
AcGumarm__stateHideWalkEnter = .text:0x00002010; // type:function size:0x118
|
||||
AcGumarm__stateHideWalkUpdate = .text:0x00002130; // type:function size:0x1C0
|
||||
AcGumarm__stateHideWalkLeave = .text:0x000022F0; // type:function size:0x10
|
||||
AcGumarm__stateHideMoveEnter = .text:0x00002300; // type:function size:0xB8
|
||||
AcGumarm__stateHideMoveUpdate = .text:0x000023C0; // type:function size:0x354
|
||||
AcGumarm__stateHideMoveLeave = .text:0x00002720; // type:function size:0x34
|
||||
AcGumarm__stateAppearEnter = .text:0x00002760; // type:function size:0x9C
|
||||
AcGumarm__stateAppearUpdate = .text:0x00002800; // type:function size:0x408
|
||||
AcGumarm__stateAppearLeave = .text:0x00002C10; // type:function size:0x64
|
||||
AcGumarm__stateWaitEnter = .text:0x00002C80; // type:function size:0x6C
|
||||
AcGumarm__stateWaitUpdaet = .text:0x00002CF0; // type:function size:0xD8
|
||||
fn_250_2DD0 = .text:0x00002DD0; // type:function size:0x4
|
||||
AcGumarm__stateWalkEnter = .text:0x00002DE0; // type:function size:0xE4
|
||||
AcGumarm__stateWalkUpdate = .text:0x00002ED0; // type:function size:0x208
|
||||
fn_250_30E0 = .text:0x000030E0; // type:function size:0x4
|
||||
AcGumarm__stateKeepRockEnter = .text:0x000030F0; // type:function size:0x58
|
||||
AcGumarm__stateKeepRockUpdate = .text:0x00003150; // type:function size:0xE0
|
||||
fn_250_3230 = .text:0x00003230; // type:function size:0x4
|
||||
AcGumarm__stateAttackMoveEnter = .text:0x00003240; // type:function size:0x70
|
||||
AcGumarm__stateAttackMoveUpdate = .text:0x000032B0; // type:function size:0x234
|
||||
fn_250_34F0 = .text:0x000034F0; // type:function size:0x4
|
||||
AcGumarm__stateAttackEnter = .text:0x00003500; // type:function size:0x58
|
||||
AcGumarm__stateAttackUpdate = .text:0x00003560; // type:function size:0x210
|
||||
AcGumarm__stateAttackLeave = .text:0x00003770; // type:function size:0x1C
|
||||
AcGumarm__stateFindEnter = .text:0x00003790; // type:function size:0x64
|
||||
AcGumarm__stateFindUpdate = .text:0x00003800; // type:function size:0xA4
|
||||
fn_250_38B0 = .text:0x000038B0; // type:function size:0x4
|
||||
AcGumarm__stateFreezeStartEnter = .text:0x000038C0; // type:function size:0x134
|
||||
AcGumarm__stateFreezeStartUpdate = .text:0x00003A00; // type:function size:0x154
|
||||
fn_250_3B60 = .text:0x00003B60; // type:function size:0x4
|
||||
AcGumarm__stateFreezeEnter = .text:0x00003B70; // type:function size:0x24
|
||||
AcGumarm__stateFreezeUpdate = .text:0x00003BA0; // type:function size:0x88
|
||||
fn_250_3C30 = .text:0x00003C30; // type:function size:0x4
|
||||
AcGumarm__stateFreezeEndEnter = .text:0x00003C40; // type:function size:0x94
|
||||
AcGumarm__stateFreezeEndUpdate = .text:0x00003CE0; // type:function size:0x1E0
|
||||
AcGumarm__stateFreezeEndLeave = .text:0x00003EC0; // type:function size:0xC
|
||||
AcGumarm__stateLostEnter = .text:0x00003ED0; // type:function size:0xD8
|
||||
AcGumarm__stateLostUpdate = .text:0x00003FB0; // type:function size:0x140
|
||||
fn_250_40F0 = .text:0x000040F0; // type:function size:0x4
|
||||
AcGumarm__stateKeepSinkEnter = .text:0x00004100; // type:function size:0x60
|
||||
AcGumarm__stateKeepSinkUpdate = .text:0x00004160; // type:function size:0xE8
|
||||
AcGumarm__stateKeepSinkLeave = .text:0x00004250; // type:function size:0x10
|
||||
AcGumarm__stateSinkEnter = .text:0x00004260; // type:function size:0x6C
|
||||
AcGumarm__stateSinkUpdate = .text:0x000042D0; // type:function size:0xCC
|
||||
fn_250_43A0 = .text:0x000043A0; // type:function size:0x4
|
||||
AcGumarm__stateDeadEnter = .text:0x000043B0; // type:function size:0x80
|
||||
AcGumarm__stateDeadUpdate = .text:0x00004430; // type:function size:0x128
|
||||
fn_250_4560 = .text:0x00004560; // type:function size:0x4
|
||||
finalizeState_Hide__11dAcGumarm_cFv = .text:0x00001DD0; // type:function size:0x34
|
||||
initializeState_HideWait__11dAcGumarm_cFv = .text:0x00001E10; // type:function size:0xA0
|
||||
executeState_HideWait__11dAcGumarm_cFv = .text:0x00001EB0; // type:function size:0x150
|
||||
finalizeState_HideWait__11dAcGumarm_cFv = .text:0x00002000; // type:function size:0x10
|
||||
initializeState_HideWalk__11dAcGumarm_cFv = .text:0x00002010; // type:function size:0x118
|
||||
executeState_HideWalk__11dAcGumarm_cFv = .text:0x00002130; // type:function size:0x1C0
|
||||
finalizeState_HideWalk__11dAcGumarm_cFv = .text:0x000022F0; // type:function size:0x10
|
||||
initializeState_HideMove__11dAcGumarm_cFv = .text:0x00002300; // type:function size:0xB8
|
||||
executeState_HideMove__11dAcGumarm_cFv = .text:0x000023C0; // type:function size:0x354
|
||||
finalizeState_HideMove__11dAcGumarm_cFv = .text:0x00002720; // type:function size:0x34
|
||||
initializeState_Appear__11dAcGumarm_cFv = .text:0x00002760; // type:function size:0x9C
|
||||
executeState_Appear__11dAcGumarm_cFv = .text:0x00002800; // type:function size:0x408
|
||||
finalizeState_Appear__11dAcGumarm_cFv = .text:0x00002C10; // type:function size:0x64
|
||||
initializeState_Wait__11dAcGumarm_cFv = .text:0x00002C80; // type:function size:0x6C
|
||||
executeState_Wait__11dAcGumarm_cFv = .text:0x00002CF0; // type:function size:0xD8
|
||||
finalizeState_Wait__11dAcGumarm_cFv = .text:0x00002DD0; // type:function size:0x4
|
||||
initializeState_Walk__11dAcGumarm_cFv = .text:0x00002DE0; // type:function size:0xE4
|
||||
executeState_Walk__11dAcGumarm_cFv = .text:0x00002ED0; // type:function size:0x208
|
||||
finalizeState_Walk__11dAcGumarm_cFv = .text:0x000030E0; // type:function size:0x4
|
||||
initializeState_KeepRock__11dAcGumarm_cFv = .text:0x000030F0; // type:function size:0x58
|
||||
executeState_KeepRock__11dAcGumarm_cFv = .text:0x00003150; // type:function size:0xE0
|
||||
finalizeState_KeepRock__11dAcGumarm_cFv = .text:0x00003230; // type:function size:0x4
|
||||
initializeState_AttackMove__11dAcGumarm_cFv = .text:0x00003240; // type:function size:0x70
|
||||
executeState_AttackMove__11dAcGumarm_cFv = .text:0x000032B0; // type:function size:0x234
|
||||
finalizeState_AttackMove__11dAcGumarm_cFv = .text:0x000034F0; // type:function size:0x4
|
||||
initializeState_Attack__11dAcGumarm_cFv = .text:0x00003500; // type:function size:0x58
|
||||
executeState_Attack__11dAcGumarm_cFv = .text:0x00003560; // type:function size:0x210
|
||||
finalizeState_Attack__11dAcGumarm_cFv = .text:0x00003770; // type:function size:0x1C
|
||||
initializeState_Find__11dAcGumarm_cFv = .text:0x00003790; // type:function size:0x64
|
||||
executeState_Find__11dAcGumarm_cFv = .text:0x00003800; // type:function size:0xA4
|
||||
finalizeState_Find__11dAcGumarm_cFv = .text:0x000038B0; // type:function size:0x4
|
||||
initializeState_FreezeStart__11dAcGumarm_cFv = .text:0x000038C0; // type:function size:0x134
|
||||
executeState_FreezeStart__11dAcGumarm_cFv = .text:0x00003A00; // type:function size:0x154
|
||||
finalizeState_FreezeStart__11dAcGumarm_cFv = .text:0x00003B60; // type:function size:0x4
|
||||
initializeState_Freeze__11dAcGumarm_cFv = .text:0x00003B70; // type:function size:0x24
|
||||
executeState_Freeze__11dAcGumarm_cFv = .text:0x00003BA0; // type:function size:0x88
|
||||
finalizeState_Freeze__11dAcGumarm_cFv = .text:0x00003C30; // type:function size:0x4
|
||||
initializeState_FreezeEnd__11dAcGumarm_cFv = .text:0x00003C40; // type:function size:0x94
|
||||
executeState_FreezeEnd__11dAcGumarm_cFv = .text:0x00003CE0; // type:function size:0x1E0
|
||||
finalizeState_FreezeEnd__11dAcGumarm_cFv = .text:0x00003EC0; // type:function size:0xC
|
||||
initializeState_Lost__11dAcGumarm_cFv = .text:0x00003ED0; // type:function size:0xD8
|
||||
executeState_Lost__11dAcGumarm_cFv = .text:0x00003FB0; // type:function size:0x140
|
||||
finalizeState_Lost__11dAcGumarm_cFv = .text:0x000040F0; // type:function size:0x4
|
||||
initializeState_KeepSink__11dAcGumarm_cFv = .text:0x00004100; // type:function size:0x60
|
||||
executeState_KeepSink__11dAcGumarm_cFv = .text:0x00004160; // type:function size:0xE8
|
||||
finalizeState_KeepSink__11dAcGumarm_cFv = .text:0x00004250; // type:function size:0x10
|
||||
initializeState_Sink__11dAcGumarm_cFv = .text:0x00004260; // type:function size:0x6C
|
||||
executeState_Sink__11dAcGumarm_cFv = .text:0x000042D0; // type:function size:0xCC
|
||||
finalizeState_Sink__11dAcGumarm_cFv = .text:0x000043A0; // type:function size:0x4
|
||||
initializeState_Dead__11dAcGumarm_cFv = .text:0x000043B0; // type:function size:0x80
|
||||
executeState_Dead__11dAcGumarm_cFv = .text:0x00004430; // type:function size:0x128
|
||||
finalizeState_Dead__11dAcGumarm_cFv = .text:0x00004560; // type:function size:0x4
|
||||
fn_250_4570 = .text:0x00004570; // type:function size:0x4
|
||||
fn_250_4580 = .text:0x00004580; // type:function size:0x88
|
||||
fn_250_4610 = .text:0x00004610; // type:function size:0x104
|
||||
@@ -115,7 +115,7 @@ fn_250_7620 = .text:0x00007620; // type:function size:0x8
|
||||
fn_250_7630 = .text:0x00007630; // type:function size:0x4
|
||||
fn_250_7640 = .text:0x00007640; // type:function size:0x4
|
||||
AcGumarm__getEnemyLink = .text:0x00007650; // type:function size:0x8
|
||||
AcGumarm__dtor = .text:0x00007660; // type:function size:0x260
|
||||
__dt__11dAcGumarm_cFv = .text:0x00007660; // type:function size:0x260
|
||||
fn_250_78C0 = .text:0x000078C0; // type:function size:0x10
|
||||
fn_250_78D0 = .text:0x000078D0; // type:function size:0xC
|
||||
fn_250_78E0 = .text:0x000078E0; // type:function size:0xC
|
||||
@@ -130,27 +130,27 @@ fn_250_7960 = .text:0x00007960; // type:function size:0x4
|
||||
fn_250_7970 = .text:0x00007970; // type:function size:0x36C
|
||||
fn_250_7CE0 = .text:0x00007CE0; // type:function size:0x2BC
|
||||
fn_250_7FA0 = .text:0x00007FA0; // type:function size:0x140
|
||||
fn_250_80E0 = .text:0x000080E0; // type:function size:0x60
|
||||
fn_250_8140 = .text:0x00008140; // type:function size:0xC
|
||||
fn_250_8150 = .text:0x00008150; // type:function size:0x1C
|
||||
fn_250_8170 = .text:0x00008170; // type:function size:0x1C
|
||||
fn_250_8190 = .text:0x00008190; // type:function size:0x1C
|
||||
fn_250_81B0 = .text:0x000081B0; // type:function size:0x10
|
||||
fn_250_81C0 = .text:0x000081C0; // type:function size:0x10
|
||||
fn_250_81D0 = .text:0x000081D0; // type:function size:0x10
|
||||
fn_250_81E0 = .text:0x000081E0; // type:function size:0x10
|
||||
fn_250_81F0 = .text:0x000081F0; // type:function size:0x10
|
||||
fn_250_8200 = .text:0x00008200; // type:function size:0x10
|
||||
fn_250_8210 = .text:0x00008210; // type:function size:0x30
|
||||
fn_250_8240 = .text:0x00008240; // type:function size:0x30
|
||||
fn_250_8270 = .text:0x00008270; // type:function size:0x30
|
||||
fn_250_82A0 = .text:0x000082A0; // type:function size:0xDB4
|
||||
build__27sFStateFct_c<11dAcGumarm_c>FRC12sStateIDIf_c = .text:0x000080E0; // type:function size:0x60
|
||||
dispose__27sFStateFct_c<11dAcGumarm_c>FRP10sStateIf_c = .text:0x00008140; // type:function size:0xC
|
||||
initialize__24sFState_c<11dAcGumarm_c>Fv = .text:0x00008150; // type:function size:0x1C
|
||||
execute__24sFState_c<11dAcGumarm_c>Fv = .text:0x00008170; // type:function size:0x1C
|
||||
finalize__24sFState_c<11dAcGumarm_c>Fv = .text:0x00008190; // type:function size:0x1C
|
||||
initializeState__80sStateMgr_c<11dAcGumarm_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000081B0; // type:function size:0x10
|
||||
finalizeState__80sStateMgr_c<11dAcGumarm_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000081C0; // type:function size:0x10
|
||||
refreshState__80sStateMgr_c<11dAcGumarm_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000081D0; // type:function size:0x10
|
||||
getState__80sStateMgr_c<11dAcGumarm_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000081E0; // type:function size:0x10
|
||||
getNewStateID__80sStateMgr_c<11dAcGumarm_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000081F0; // type:function size:0x10
|
||||
getOldStateID__80sStateMgr_c<11dAcGumarm_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00008200; // type:function size:0x10
|
||||
finalizeState__26sFStateID_c<11dAcGumarm_c>CFR11dAcGumarm_c = .text:0x00008210; // type:function size:0x30
|
||||
executeState__26sFStateID_c<11dAcGumarm_c>CFR11dAcGumarm_c = .text:0x00008240; // type:function size:0x30
|
||||
initializeState__26sFStateID_c<11dAcGumarm_c>CFR11dAcGumarm_c = .text:0x00008270; // type:function size:0x30
|
||||
__sinit_\d_a_e_gumarm_cpp = .text:0x000082A0; // type:function size:0xDB4 scope:local
|
||||
fn_250_9060 = .text:0x00009060; // type:function size:0x48
|
||||
fn_250_90B0 = .text:0x000090B0; // type:function size:0x40
|
||||
fn_250_90F0 = .text:0x000090F0; // type:function size:0x64
|
||||
fn_250_9160 = .text:0x00009160; // type:function size:0x64
|
||||
fn_250_91D0 = .text:0x000091D0; // type:function size:0x58
|
||||
fn_250_9230 = .text:0x00009230; // type:function size:0x88
|
||||
__dt__26sFStateID_c<11dAcGumarm_c>Fv = .text:0x000091D0; // type:function size:0x58
|
||||
isSameName__26sFStateID_c<11dAcGumarm_c>CFPCc = .text:0x00009230; // type:function size:0x88
|
||||
fn_250_92C0 = .text:0x000092C0; // type:function size:0x8
|
||||
fn_250_92D0 = .text:0x000092D0; // type:function size:0x8
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
@@ -174,7 +174,7 @@ lbl_250_rodata_114 = .rodata:0x00000114; // type:object size:0xC data:float
|
||||
lbl_250_rodata_120 = .rodata:0x00000120; // type:object size:0x8 data:float
|
||||
lbl_250_rodata_128 = .rodata:0x00000128; // type:object size:0x18 data:float
|
||||
lbl_250_rodata_140 = .rodata:0x00000140; // type:object size:0x5C data:float
|
||||
lbl_250_data_0 = .data:0x00000000; // type:object size:0x6C data:4byte
|
||||
g_profile_E_GUMARM = .data:0x00000000; // type:object size:0x6C data:4byte
|
||||
lbl_250_data_6C = .data:0x0000006C; // type:object size:0x8
|
||||
lbl_250_data_74 = .data:0x00000074; // type:object size:0x44
|
||||
lbl_250_data_B8 = .data:0x000000B8; // type:object size:0x8
|
||||
|
||||
@@ -4,11 +4,11 @@ _unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
fn_183_F0 = .text:0x000000F0; // type:function size:0x40
|
||||
fn_183_130 = .text:0x00000130; // type:function size:0x17C
|
||||
fn_183_2B0 = .text:0x000002B0; // type:function size:0x58
|
||||
fn_183_310 = .text:0x00000310; // type:function size:0x6C
|
||||
fn_183_380 = .text:0x00000380; // type:function size:0xA0
|
||||
fn_183_420 = .text:0x00000420; // type:function size:0xA4
|
||||
dAcEgunho_c_classInit__Fv = .text:0x00000130; // type:function size:0x17C
|
||||
__dt__24sFState_c<11dAcEgunho_c>Fv = .text:0x000002B0; // type:function size:0x58
|
||||
__dt__27sFStateFct_c<11dAcEgunho_c>Fv = .text:0x00000310; // type:function size:0x6C
|
||||
__dt__80sStateMgr_c<11dAcEgunho_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000380; // type:function size:0xA0
|
||||
__dt__50sFStateMgr_c<11dAcEgunho_c,20sStateMethodUsr_FI_c>Fv = .text:0x00000420; // type:function size:0xA4
|
||||
fn_183_4D0 = .text:0x000004D0; // type:function size:0x58
|
||||
fn_183_530 = .text:0x00000530; // type:function size:0x14
|
||||
fn_183_550 = .text:0x00000550; // type:function size:0x58
|
||||
@@ -17,38 +17,38 @@ fn_183_610 = .text:0x00000610; // type:function size:0x4
|
||||
fn_183_620 = .text:0x00000620; // type:function size:0x154
|
||||
fn_183_780 = .text:0x00000780; // type:function size:0x110
|
||||
fn_183_890 = .text:0x00000890; // type:function size:0x48C
|
||||
fn_183_D20 = .text:0x00000D20; // type:function size:0x10
|
||||
changeState__80sStateMgr_c<11dAcEgunho_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x00000D20; // type:function size:0x10
|
||||
fn_183_D30 = .text:0x00000D30; // type:function size:0x1CC
|
||||
fn_183_F00 = .text:0x00000F00; // type:function size:0x8
|
||||
fn_183_F10 = .text:0x00000F10; // type:function size:0x1424
|
||||
fn_183_2340 = .text:0x00002340; // type:function size:0x10
|
||||
fn_183_2350 = .text:0x00002350; // type:function size:0x10
|
||||
getStateID__80sStateMgr_c<11dAcEgunho_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00002340; // type:function size:0x10
|
||||
executeState__80sStateMgr_c<11dAcEgunho_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00002350; // type:function size:0x10
|
||||
fn_183_2360 = .text:0x00002360; // type:function size:0x1C
|
||||
fn_183_2380 = .text:0x00002380; // type:function size:0x124
|
||||
fn_183_24B0 = .text:0x000024B0; // type:function size:0xB0
|
||||
fn_183_2560 = .text:0x00002560; // type:function size:0xBC
|
||||
fn_183_2620 = .text:0x00002620; // type:function size:0x4
|
||||
fn_183_2630 = .text:0x00002630; // type:function size:0x74
|
||||
fn_183_26B0 = .text:0x000026B0; // type:function size:0xD0
|
||||
fn_183_2780 = .text:0x00002780; // type:function size:0x4
|
||||
fn_183_2790 = .text:0x00002790; // type:function size:0xB4
|
||||
fn_183_2850 = .text:0x00002850; // type:function size:0xC4
|
||||
fn_183_2920 = .text:0x00002920; // type:function size:0x4
|
||||
fn_183_2930 = .text:0x00002930; // type:function size:0x74
|
||||
fn_183_29B0 = .text:0x000029B0; // type:function size:0x18C
|
||||
fn_183_2B40 = .text:0x00002B40; // type:function size:0x4
|
||||
fn_183_2B50 = .text:0x00002B50; // type:function size:0x68
|
||||
fn_183_2BC0 = .text:0x00002BC0; // type:function size:0x340
|
||||
fn_183_2F00 = .text:0x00002F00; // type:function size:0x4
|
||||
fn_183_2F10 = .text:0x00002F10; // type:function size:0x84
|
||||
fn_183_2FA0 = .text:0x00002FA0; // type:function size:0x2E4
|
||||
fn_183_3290 = .text:0x00003290; // type:function size:0x4
|
||||
fn_183_32A0 = .text:0x000032A0; // type:function size:0x10
|
||||
fn_183_32B0 = .text:0x000032B0; // type:function size:0x114
|
||||
fn_183_33D0 = .text:0x000033D0; // type:function size:0x4
|
||||
fn_183_33E0 = .text:0x000033E0; // type:function size:0x84
|
||||
fn_183_3470 = .text:0x00003470; // type:function size:0x10C
|
||||
fn_183_3580 = .text:0x00003580; // type:function size:0x4
|
||||
initializeState_OpenClose__11dAcEgunho_cFv = .text:0x000024B0; // type:function size:0xB0
|
||||
executeState_OpenClose__11dAcEgunho_cFv = .text:0x00002560; // type:function size:0xBC
|
||||
finalizeState_OpenClose__11dAcEgunho_cFv = .text:0x00002620; // type:function size:0x4
|
||||
initializeState_Wait__11dAcEgunho_cFv = .text:0x00002630; // type:function size:0x74
|
||||
executeState_Wait__11dAcEgunho_cFv = .text:0x000026B0; // type:function size:0xD0
|
||||
finalizeState_Wait__11dAcEgunho_cFv = .text:0x00002780; // type:function size:0x4
|
||||
initializeState_NormalMove__11dAcEgunho_cFv = .text:0x00002790; // type:function size:0xB4
|
||||
executeState_NormalMove__11dAcEgunho_cFv = .text:0x00002850; // type:function size:0xC4
|
||||
finalizeState_NormalMove__11dAcEgunho_cFv = .text:0x00002920; // type:function size:0x4
|
||||
initializeState_Search__11dAcEgunho_cFv = .text:0x00002930; // type:function size:0x74
|
||||
executeState_Search__11dAcEgunho_cFv = .text:0x000029B0; // type:function size:0x18C
|
||||
finalizeState_Search__11dAcEgunho_cFv = .text:0x00002B40; // type:function size:0x4
|
||||
initializeState_AttackBullet__11dAcEgunho_cFv = .text:0x00002B50; // type:function size:0x68
|
||||
executeState_AttackBullet__11dAcEgunho_cFv = .text:0x00002BC0; // type:function size:0x340
|
||||
finalizeState_AttackBullet__11dAcEgunho_cFv = .text:0x00002F00; // type:function size:0x4
|
||||
initializeState_AttackBomb__11dAcEgunho_cFv = .text:0x00002F10; // type:function size:0x84
|
||||
executeState_AttackBomb__11dAcEgunho_cFv = .text:0x00002FA0; // type:function size:0x2E4
|
||||
finalizeState_AttackBomb__11dAcEgunho_cFv = .text:0x00003290; // type:function size:0x4
|
||||
initializeState_Damage__11dAcEgunho_cFv = .text:0x000032A0; // type:function size:0x10
|
||||
executeState_Damage__11dAcEgunho_cFv = .text:0x000032B0; // type:function size:0x114
|
||||
finalizeState_Damage__11dAcEgunho_cFv = .text:0x000033D0; // type:function size:0x4
|
||||
initializeState_Dead__11dAcEgunho_cFv = .text:0x000033E0; // type:function size:0x84
|
||||
executeState_Dead__11dAcEgunho_cFv = .text:0x00003470; // type:function size:0x10C
|
||||
finalizeState_Dead__11dAcEgunho_cFv = .text:0x00003580; // type:function size:0x4
|
||||
fn_183_3590 = .text:0x00003590; // type:function size:0x2E8
|
||||
fn_183_3880 = .text:0x00003880; // type:function size:0x124
|
||||
fn_183_39B0 = .text:0x000039B0; // type:function size:0x88
|
||||
@@ -58,24 +58,24 @@ fn_183_3B70 = .text:0x00003B70; // type:function size:0x8
|
||||
fn_183_3B80 = .text:0x00003B80; // type:function size:0x4
|
||||
fn_183_3B90 = .text:0x00003B90; // type:function size:0x4
|
||||
fn_183_3BA0 = .text:0x00003BA0; // type:function size:0x8
|
||||
fn_183_3BB0 = .text:0x00003BB0; // type:function size:0x17C
|
||||
fn_183_3D30 = .text:0x00003D30; // type:function size:0x60
|
||||
fn_183_3D90 = .text:0x00003D90; // type:function size:0xC
|
||||
fn_183_3DA0 = .text:0x00003DA0; // type:function size:0x1C
|
||||
fn_183_3DC0 = .text:0x00003DC0; // type:function size:0x1C
|
||||
fn_183_3DE0 = .text:0x00003DE0; // type:function size:0x1C
|
||||
fn_183_3E00 = .text:0x00003E00; // type:function size:0x10
|
||||
fn_183_3E10 = .text:0x00003E10; // type:function size:0x10
|
||||
fn_183_3E20 = .text:0x00003E20; // type:function size:0x10
|
||||
fn_183_3E30 = .text:0x00003E30; // type:function size:0x10
|
||||
fn_183_3E40 = .text:0x00003E40; // type:function size:0x10
|
||||
fn_183_3E50 = .text:0x00003E50; // type:function size:0x10
|
||||
fn_183_3E60 = .text:0x00003E60; // type:function size:0x30
|
||||
fn_183_3E90 = .text:0x00003E90; // type:function size:0x30
|
||||
fn_183_3EC0 = .text:0x00003EC0; // type:function size:0x30
|
||||
fn_183_3EF0 = .text:0x00003EF0; // type:function size:0x64C
|
||||
fn_183_4540 = .text:0x00004540; // type:function size:0x58
|
||||
fn_183_45A0 = .text:0x000045A0; // type:function size:0x88
|
||||
__dt__11dAcEgunho_cFv = .text:0x00003BB0; // type:function size:0x17C
|
||||
build__27sFStateFct_c<11dAcEgunho_c>FRC12sStateIDIf_c = .text:0x00003D30; // type:function size:0x60
|
||||
dispose__27sFStateFct_c<11dAcEgunho_c>FRP10sStateIf_c = .text:0x00003D90; // type:function size:0xC
|
||||
initialize__24sFState_c<11dAcEgunho_c>Fv = .text:0x00003DA0; // type:function size:0x1C
|
||||
execute__24sFState_c<11dAcEgunho_c>Fv = .text:0x00003DC0; // type:function size:0x1C
|
||||
finalize__24sFState_c<11dAcEgunho_c>Fv = .text:0x00003DE0; // type:function size:0x1C
|
||||
initializeState__80sStateMgr_c<11dAcEgunho_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00003E00; // type:function size:0x10
|
||||
finalizeState__80sStateMgr_c<11dAcEgunho_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00003E10; // type:function size:0x10
|
||||
refreshState__80sStateMgr_c<11dAcEgunho_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00003E20; // type:function size:0x10
|
||||
getState__80sStateMgr_c<11dAcEgunho_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00003E30; // type:function size:0x10
|
||||
getNewStateID__80sStateMgr_c<11dAcEgunho_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00003E40; // type:function size:0x10
|
||||
getOldStateID__80sStateMgr_c<11dAcEgunho_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00003E50; // type:function size:0x10
|
||||
finalizeState__26sFStateID_c<11dAcEgunho_c>CFR11dAcEgunho_c = .text:0x00003E60; // type:function size:0x30
|
||||
executeState__26sFStateID_c<11dAcEgunho_c>CFR11dAcEgunho_c = .text:0x00003E90; // type:function size:0x30
|
||||
initializeState__26sFStateID_c<11dAcEgunho_c>CFR11dAcEgunho_c = .text:0x00003EC0; // type:function size:0x30
|
||||
__sinit_\d_a_e_gunho_cpp = .text:0x00003EF0; // type:function size:0x64C scope:local
|
||||
__dt__26sFStateID_c<11dAcEgunho_c>Fv = .text:0x00004540; // type:function size:0x58
|
||||
isSameName__26sFStateID_c<11dAcEgunho_c>CFPCc = .text:0x000045A0; // type:function size:0x88
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
_dtors = .dtors:0x00000000; // type:label scope:global
|
||||
__destroy_global_chain_reference = .dtors:0x00000000; // type:object size:0x4 scope:global
|
||||
@@ -90,7 +90,7 @@ lbl_183_rodata_C8 = .rodata:0x000000C8; // type:object size:0x4 data:float
|
||||
lbl_183_rodata_CC = .rodata:0x000000CC; // type:object size:0x24 data:float
|
||||
lbl_183_rodata_F0 = .rodata:0x000000F0; // type:object size:0x4 data:float
|
||||
lbl_183_data_0 = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
lbl_183_data_10 = .data:0x00000010; // type:object size:0x10
|
||||
g_profile_E_GUNHO = .data:0x00000010; // type:object size:0x10
|
||||
lbl_183_data_20 = .data:0x00000020; // type:object size:0x10
|
||||
lbl_183_data_30 = .data:0x00000030; // type:object size:0x44
|
||||
lbl_183_data_74 = .data:0x00000074; // type:object size:0xC
|
||||
|
||||
@@ -4,11 +4,11 @@ _unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
fn_184_F0 = .text:0x000000F0; // type:function size:0x40
|
||||
fn_184_130 = .text:0x00000130; // type:function size:0x1B4
|
||||
fn_184_2F0 = .text:0x000002F0; // type:function size:0x58
|
||||
fn_184_350 = .text:0x00000350; // type:function size:0x6C
|
||||
fn_184_3C0 = .text:0x000003C0; // type:function size:0xA0
|
||||
fn_184_460 = .text:0x00000460; // type:function size:0xA4
|
||||
dAcEgunhob_c_classInit__Fv = .text:0x00000130; // type:function size:0x1B4
|
||||
__dt__25sFState_c<12dAcEgunhob_c>Fv = .text:0x000002F0; // type:function size:0x58
|
||||
__dt__28sFStateFct_c<12dAcEgunhob_c>Fv = .text:0x00000350; // type:function size:0x6C
|
||||
__dt__81sStateMgr_c<12dAcEgunhob_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000003C0; // type:function size:0xA0
|
||||
__dt__51sFStateMgr_c<12dAcEgunhob_c,20sStateMethodUsr_FI_c>Fv = .text:0x00000460; // type:function size:0xA4
|
||||
fn_184_510 = .text:0x00000510; // type:function size:0x58
|
||||
fn_184_570 = .text:0x00000570; // type:function size:0x64
|
||||
fn_184_5E0 = .text:0x000005E0; // type:function size:0x64
|
||||
@@ -17,55 +17,55 @@ fn_184_6B0 = .text:0x000006B0; // type:function size:0x4
|
||||
fn_184_6C0 = .text:0x000006C0; // type:function size:0xD8
|
||||
fn_184_7A0 = .text:0x000007A0; // type:function size:0x238
|
||||
fn_184_9E0 = .text:0x000009E0; // type:function size:0x34C
|
||||
fn_184_D30 = .text:0x00000D30; // type:function size:0x10
|
||||
changeState__81sStateMgr_c<12dAcEgunhob_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x00000D30; // type:function size:0x10
|
||||
fn_184_D40 = .text:0x00000D40; // type:function size:0x8
|
||||
fn_184_D50 = .text:0x00000D50; // type:function size:0x9E0
|
||||
fn_184_1730 = .text:0x00001730; // type:function size:0x10
|
||||
fn_184_1740 = .text:0x00001740; // type:function size:0x10
|
||||
executeState__81sStateMgr_c<12dAcEgunhob_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00001730; // type:function size:0x10
|
||||
getStateID__81sStateMgr_c<12dAcEgunhob_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00001740; // type:function size:0x10
|
||||
fn_184_1750 = .text:0x00001750; // type:function size:0x1C
|
||||
fn_184_1770 = .text:0x00001770; // type:function size:0x204
|
||||
fn_184_1980 = .text:0x00001980; // type:function size:0x24
|
||||
fn_184_19B0 = .text:0x000019B0; // type:function size:0x3C0
|
||||
fn_184_1D70 = .text:0x00001D70; // type:function size:0x4
|
||||
fn_184_1D80 = .text:0x00001D80; // type:function size:0xEC
|
||||
fn_184_1E70 = .text:0x00001E70; // type:function size:0x144
|
||||
fn_184_1FC0 = .text:0x00001FC0; // type:function size:0x4
|
||||
fn_184_1FD0 = .text:0x00001FD0; // type:function size:0xC4
|
||||
fn_184_20A0 = .text:0x000020A0; // type:function size:0x1CC
|
||||
fn_184_2270 = .text:0x00002270; // type:function size:0x4
|
||||
fn_184_2280 = .text:0x00002280; // type:function size:0xC8
|
||||
fn_184_2350 = .text:0x00002350; // type:function size:0x808
|
||||
fn_184_2B60 = .text:0x00002B60; // type:function size:0x4
|
||||
fn_184_2B70 = .text:0x00002B70; // type:function size:0x298
|
||||
fn_184_2E10 = .text:0x00002E10; // type:function size:0x27C
|
||||
fn_184_3090 = .text:0x00003090; // type:function size:0x4
|
||||
fn_184_30A0 = .text:0x000030A0; // type:function size:0x12C
|
||||
fn_184_31D0 = .text:0x000031D0; // type:function size:0x48
|
||||
fn_184_3220 = .text:0x00003220; // type:function size:0x4
|
||||
initializeState_BulletMove__12dAcEgunhob_cFv = .text:0x00001980; // type:function size:0x24
|
||||
executeState_BulletMove__12dAcEgunhob_cFv = .text:0x000019B0; // type:function size:0x3C0
|
||||
finalizeState_BulletMove__12dAcEgunhob_cFv = .text:0x00001D70; // type:function size:0x4
|
||||
initializeState_BulletReflection__12dAcEgunhob_cFv = .text:0x00001D80; // type:function size:0xEC
|
||||
executeState_BulletReflection__12dAcEgunhob_cFv = .text:0x00001E70; // type:function size:0x144
|
||||
finalizeState_BulletReflection__12dAcEgunhob_cFv = .text:0x00001FC0; // type:function size:0x4
|
||||
initializeState_BombWait__12dAcEgunhob_cFv = .text:0x00001FD0; // type:function size:0xC4
|
||||
executeState_BombWait__12dAcEgunhob_cFv = .text:0x000020A0; // type:function size:0x1CC
|
||||
finalizeState_BombWait__12dAcEgunhob_cFv = .text:0x00002270; // type:function size:0x4
|
||||
initializeState_BombMove__12dAcEgunhob_cFv = .text:0x00002280; // type:function size:0xC8
|
||||
executeState_BombMove__12dAcEgunhob_cFv = .text:0x00002350; // type:function size:0x808
|
||||
finalizeState_BombMove__12dAcEgunhob_cFv = .text:0x00002B60; // type:function size:0x4
|
||||
initializeState_BombDelete__12dAcEgunhob_cFv = .text:0x00002B70; // type:function size:0x298
|
||||
executeState_BombDelete__12dAcEgunhob_cFv = .text:0x00002E10; // type:function size:0x27C
|
||||
finalizeState_BombDelete__12dAcEgunhob_cFv = .text:0x00003090; // type:function size:0x4
|
||||
initializeState_BombBomb__12dAcEgunhob_cFv = .text:0x000030A0; // type:function size:0x12C
|
||||
executeState_BombBomb__12dAcEgunhob_cFv = .text:0x000031D0; // type:function size:0x48
|
||||
finalizeState_BombBomb__12dAcEgunhob_cFv = .text:0x00003220; // type:function size:0x4
|
||||
fn_184_3230 = .text:0x00003230; // type:function size:0x2C8
|
||||
fn_184_3500 = .text:0x00003500; // type:function size:0x178
|
||||
fn_184_3680 = .text:0x00003680; // type:function size:0x8
|
||||
fn_184_3690 = .text:0x00003690; // type:function size:0x4
|
||||
fn_184_36A0 = .text:0x000036A0; // type:function size:0x4
|
||||
fn_184_36B0 = .text:0x000036B0; // type:function size:0x8
|
||||
fn_184_36C0 = .text:0x000036C0; // type:function size:0x1AC
|
||||
fn_184_3870 = .text:0x00003870; // type:function size:0x60
|
||||
fn_184_38D0 = .text:0x000038D0; // type:function size:0xC
|
||||
fn_184_38E0 = .text:0x000038E0; // type:function size:0x1C
|
||||
fn_184_3900 = .text:0x00003900; // type:function size:0x1C
|
||||
fn_184_3920 = .text:0x00003920; // type:function size:0x1C
|
||||
fn_184_3940 = .text:0x00003940; // type:function size:0x10
|
||||
fn_184_3950 = .text:0x00003950; // type:function size:0x10
|
||||
fn_184_3960 = .text:0x00003960; // type:function size:0x10
|
||||
fn_184_3970 = .text:0x00003970; // type:function size:0x10
|
||||
fn_184_3980 = .text:0x00003980; // type:function size:0x10
|
||||
fn_184_3990 = .text:0x00003990; // type:function size:0x10
|
||||
fn_184_39A0 = .text:0x000039A0; // type:function size:0x30
|
||||
fn_184_39D0 = .text:0x000039D0; // type:function size:0x30
|
||||
fn_184_3A00 = .text:0x00003A00; // type:function size:0x30
|
||||
fn_184_3A30 = .text:0x00003A30; // type:function size:0x4B0
|
||||
fn_184_3EE0 = .text:0x00003EE0; // type:function size:0x58
|
||||
fn_184_3F40 = .text:0x00003F40; // type:function size:0x88
|
||||
__dt__12dAcEgunhob_cFv = .text:0x000036C0; // type:function size:0x1AC
|
||||
build__28sFStateFct_c<12dAcEgunhob_c>FRC12sStateIDIf_c = .text:0x00003870; // type:function size:0x60
|
||||
dispose__28sFStateFct_c<12dAcEgunhob_c>FRP10sStateIf_c = .text:0x000038D0; // type:function size:0xC
|
||||
initialize__25sFState_c<12dAcEgunhob_c>Fv = .text:0x000038E0; // type:function size:0x1C
|
||||
execute__25sFState_c<12dAcEgunhob_c>Fv = .text:0x00003900; // type:function size:0x1C
|
||||
finalize__25sFState_c<12dAcEgunhob_c>Fv = .text:0x00003920; // type:function size:0x1C
|
||||
initializeState__81sStateMgr_c<12dAcEgunhob_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00003940; // type:function size:0x10
|
||||
finalizeState__81sStateMgr_c<12dAcEgunhob_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00003950; // type:function size:0x10
|
||||
refreshState__81sStateMgr_c<12dAcEgunhob_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00003960; // type:function size:0x10
|
||||
getState__81sStateMgr_c<12dAcEgunhob_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00003970; // type:function size:0x10
|
||||
getNewStateID__81sStateMgr_c<12dAcEgunhob_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00003980; // type:function size:0x10
|
||||
getOldStateID__81sStateMgr_c<12dAcEgunhob_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00003990; // type:function size:0x10
|
||||
finalizeState__27sFStateID_c<12dAcEgunhob_c>CFR12dAcEgunhob_c = .text:0x000039A0; // type:function size:0x30
|
||||
executeState__27sFStateID_c<12dAcEgunhob_c>CFR12dAcEgunhob_c = .text:0x000039D0; // type:function size:0x30
|
||||
initializeState__27sFStateID_c<12dAcEgunhob_c>CFR12dAcEgunhob_c = .text:0x00003A00; // type:function size:0x30
|
||||
__sinit_\d_a_e_gunhob_cpp = .text:0x00003A30; // type:function size:0x4B0 scope:local
|
||||
__dt__27sFStateID_c<12dAcEgunhob_c>Fv = .text:0x00003EE0; // type:function size:0x58
|
||||
isSameName__27sFStateID_c<12dAcEgunhob_c>CFPCc = .text:0x00003F40; // type:function size:0x88
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
_dtors = .dtors:0x00000000; // type:label scope:global
|
||||
__destroy_global_chain_reference = .dtors:0x00000000; // type:object size:0x4 scope:global
|
||||
@@ -78,7 +78,7 @@ lbl_184_rodata_C8 = .rodata:0x000000C8; // type:object size:0x8 data:float
|
||||
lbl_184_rodata_D0 = .rodata:0x000000D0; // type:object size:0x24 data:float
|
||||
lbl_184_rodata_F4 = .rodata:0x000000F4; // type:object size:0x4 data:float
|
||||
lbl_184_data_0 = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
lbl_184_data_10 = .data:0x00000010; // type:object size:0x10
|
||||
g_profile_E_GUNHOB = .data:0x00000010; // type:object size:0x10
|
||||
lbl_184_data_20 = .data:0x00000020; // type:object size:0xC
|
||||
lbl_184_data_2C = .data:0x0000002C; // type:object size:0x10
|
||||
lbl_184_data_3C = .data:0x0000003C; // type:object size:0xC
|
||||
|
||||
@@ -4,7 +4,7 @@ _unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
fn_156_F0 = .text:0x000000F0; // type:function size:0x40
|
||||
fn_156_130 = .text:0x00000130; // type:function size:0x368
|
||||
dAcEhb_c_classInit__Fv = .text:0x00000130; // type:function size:0x368
|
||||
fn_156_4A0 = .text:0x000004A0; // type:function size:0x5C
|
||||
fn_156_500 = .text:0x00000500; // type:function size:0x4
|
||||
fn_156_510 = .text:0x00000510; // type:function size:0x58
|
||||
@@ -12,22 +12,22 @@ fn_156_570 = .text:0x00000570; // type:function size:0x58
|
||||
fn_156_5D0 = .text:0x000005D0; // type:function size:0x58
|
||||
fn_156_630 = .text:0x00000630; // type:function size:0x90
|
||||
fn_156_6C0 = .text:0x000006C0; // type:function size:0x90
|
||||
fn_156_750 = .text:0x00000750; // type:function size:0x58
|
||||
fn_156_7B0 = .text:0x000007B0; // type:function size:0x6C
|
||||
fn_156_820 = .text:0x00000820; // type:function size:0xA0
|
||||
fn_156_8C0 = .text:0x000008C0; // type:function size:0xA4
|
||||
__dt__20sFState_c<8dAcEhb_c>Fv = .text:0x00000750; // type:function size:0x58
|
||||
__dt__23sFStateFct_c<8dAcEhb_c>Fv = .text:0x000007B0; // type:function size:0x6C
|
||||
__dt__76sStateMgr_c<8dAcEhb_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000820; // type:function size:0xA0
|
||||
__dt__46sFStateMgr_c<8dAcEhb_c,20sStateMethodUsr_FI_c>Fv = .text:0x000008C0; // type:function size:0xA4
|
||||
fn_156_970 = .text:0x00000970; // type:function size:0x58
|
||||
fn_156_9D0 = .text:0x000009D0; // type:function size:0x114
|
||||
fn_156_AF0 = .text:0x00000AF0; // type:function size:0x168
|
||||
fn_156_C60 = .text:0x00000C60; // type:function size:0x250
|
||||
fn_156_EB0 = .text:0x00000EB0; // type:function size:0x838
|
||||
fn_156_16F0 = .text:0x000016F0; // type:function size:0x10
|
||||
changeState__76sStateMgr_c<8dAcEhb_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x000016F0; // type:function size:0x10
|
||||
fn_156_1700 = .text:0x00001700; // type:function size:0xA8
|
||||
fn_156_17B0 = .text:0x000017B0; // type:function size:0x34
|
||||
fn_156_17F0 = .text:0x000017F0; // type:function size:0xF4
|
||||
fn_156_18F0 = .text:0x000018F0; // type:function size:0x10
|
||||
getStateID__76sStateMgr_c<8dAcEhb_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000018F0; // type:function size:0x10
|
||||
fn_156_1900 = .text:0x00001900; // type:function size:0x1048
|
||||
fn_156_2950 = .text:0x00002950; // type:function size:0x10
|
||||
executeState__76sStateMgr_c<8dAcEhb_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00002950; // type:function size:0x10
|
||||
fn_156_2960 = .text:0x00002960; // type:function size:0x60
|
||||
fn_156_29C0 = .text:0x000029C0; // type:function size:0x120
|
||||
fn_156_2AE0 = .text:0x00002AE0; // type:function size:0x35C
|
||||
@@ -56,34 +56,34 @@ fn_156_41D0 = .text:0x000041D0; // type:function size:0xF0
|
||||
fn_156_42C0 = .text:0x000042C0; // type:function size:0x264
|
||||
fn_156_4530 = .text:0x00004530; // type:function size:0x148
|
||||
fn_156_4680 = .text:0x00004680; // type:function size:0x70
|
||||
fn_156_46F0 = .text:0x000046F0; // type:function size:0xA4
|
||||
fn_156_47A0 = .text:0x000047A0; // type:function size:0x3D8
|
||||
fn_156_4B80 = .text:0x00004B80; // type:function size:0x4
|
||||
fn_156_4B90 = .text:0x00004B90; // type:function size:0x124
|
||||
fn_156_4CC0 = .text:0x00004CC0; // type:function size:0x278
|
||||
fn_156_4F40 = .text:0x00004F40; // type:function size:0x10
|
||||
fn_156_4F50 = .text:0x00004F50; // type:function size:0x1FC
|
||||
fn_156_5150 = .text:0x00005150; // type:function size:0x9D8
|
||||
fn_156_5B30 = .text:0x00005B30; // type:function size:0x80
|
||||
fn_156_5BB0 = .text:0x00005BB0; // type:function size:0x2D0
|
||||
fn_156_5E80 = .text:0x00005E80; // type:function size:0x79C
|
||||
initializeState_Under__8dAcEhb_cFv = .text:0x000046F0; // type:function size:0xA4
|
||||
executeState_Under__8dAcEhb_cFv = .text:0x000047A0; // type:function size:0x3D8
|
||||
finalizeState_Under__8dAcEhb_cFv = .text:0x00004B80; // type:function size:0x4
|
||||
initializeState_Appear__8dAcEhb_cFv = .text:0x00004B90; // type:function size:0x124
|
||||
executeState_Appear__8dAcEhb_cFv = .text:0x00004CC0; // type:function size:0x278
|
||||
finalizeState_Appear__8dAcEhb_cFv = .text:0x00004F40; // type:function size:0x10
|
||||
initializeState_Wait__8dAcEhb_cFv = .text:0x00004F50; // type:function size:0x1FC
|
||||
executeState_Wait__8dAcEhb_cFv = .text:0x00005150; // type:function size:0x9D8
|
||||
finalizeState_Wait__8dAcEhb_cFv = .text:0x00005B30; // type:function size:0x80
|
||||
initializeState_Attack__8dAcEhb_cFv = .text:0x00005BB0; // type:function size:0x2D0
|
||||
executeState_Attack__8dAcEhb_cFv = .text:0x00005E80; // type:function size:0x79C
|
||||
fn_156_6620 = .text:0x00006620; // type:function size:0x4C
|
||||
fn_156_6670 = .text:0x00006670; // type:function size:0x64
|
||||
fn_156_66E0 = .text:0x000066E0; // type:function size:0x19C
|
||||
fn_156_6880 = .text:0x00006880; // type:function size:0x490
|
||||
fn_156_6D10 = .text:0x00006D10; // type:function size:0x14
|
||||
fn_156_6D30 = .text:0x00006D30; // type:function size:0x3C
|
||||
fn_156_6D70 = .text:0x00006D70; // type:function size:0xA8
|
||||
fn_156_6E20 = .text:0x00006E20; // type:function size:0xC
|
||||
fn_156_6E30 = .text:0x00006E30; // type:function size:0x12C
|
||||
fn_156_6F60 = .text:0x00006F60; // type:function size:0x344
|
||||
fn_156_72B0 = .text:0x000072B0; // type:function size:0x58
|
||||
fn_156_7310 = .text:0x00007310; // type:function size:0x5C8
|
||||
fn_156_78E0 = .text:0x000078E0; // type:function size:0x554
|
||||
fn_156_7E40 = .text:0x00007E40; // type:function size:0x4
|
||||
fn_156_7E50 = .text:0x00007E50; // type:function size:0x1EC
|
||||
fn_156_8040 = .text:0x00008040; // type:function size:0x140
|
||||
fn_156_8180 = .text:0x00008180; // type:function size:0x4
|
||||
finalizeState_Attack__8dAcEhb_cFv = .text:0x00006670; // type:function size:0x64
|
||||
initializeState_Damage__8dAcEhb_cFv = .text:0x000066E0; // type:function size:0x19C
|
||||
executeState_Damage__8dAcEhb_cFv = .text:0x00006880; // type:function size:0x490
|
||||
finalizeState_Damage__8dAcEhb_cFv = .text:0x00006D10; // type:function size:0x14
|
||||
initializeState_Blow__8dAcEhb_cFv = .text:0x00006D30; // type:function size:0x3C
|
||||
executeState_Blow__8dAcEhb_cFv = .text:0x00006D70; // type:function size:0xA8
|
||||
finalizeState_Blow__8dAcEhb_cFv = .text:0x00006E20; // type:function size:0xC
|
||||
initializeState_Stun__8dAcEhb_cFv = .text:0x00006E30; // type:function size:0x12C
|
||||
executeState_Stun__8dAcEhb_cFv = .text:0x00006F60; // type:function size:0x344
|
||||
finalizeState_Stun__8dAcEhb_cFv = .text:0x000072B0; // type:function size:0x58
|
||||
initializeState_DeadMouth__8dAcEhb_cFv = .text:0x00007310; // type:function size:0x5C8
|
||||
executeState_DeadMouth__8dAcEhb_cFv = .text:0x000078E0; // type:function size:0x554
|
||||
finalizeState_DeadMouth__8dAcEhb_cFv = .text:0x00007E40; // type:function size:0x4
|
||||
initializeState_Avoid__8dAcEhb_cFv = .text:0x00007E50; // type:function size:0x1EC
|
||||
executeState_Avoid__8dAcEhb_cFv = .text:0x00008040; // type:function size:0x140
|
||||
finalizeState_Avoid__8dAcEhb_cFv = .text:0x00008180; // type:function size:0x4
|
||||
fn_156_8190 = .text:0x00008190; // type:function size:0xB50
|
||||
fn_156_8CE0 = .text:0x00008CE0; // type:function size:0x4C
|
||||
fn_156_8D30 = .text:0x00008D30; // type:function size:0x1C
|
||||
@@ -115,24 +115,24 @@ fn_156_A0D0 = .text:0x0000A0D0; // type:function size:0x8
|
||||
fn_156_A0E0 = .text:0x0000A0E0; // type:function size:0x4
|
||||
fn_156_A0F0 = .text:0x0000A0F0; // type:function size:0x4
|
||||
fn_156_A100 = .text:0x0000A100; // type:function size:0x8
|
||||
fn_156_A110 = .text:0x0000A110; // type:function size:0x2A8
|
||||
fn_156_A3C0 = .text:0x0000A3C0; // type:function size:0x60
|
||||
fn_156_A420 = .text:0x0000A420; // type:function size:0xC
|
||||
fn_156_A430 = .text:0x0000A430; // type:function size:0x1C
|
||||
fn_156_A450 = .text:0x0000A450; // type:function size:0x1C
|
||||
fn_156_A470 = .text:0x0000A470; // type:function size:0x1C
|
||||
fn_156_A490 = .text:0x0000A490; // type:function size:0x10
|
||||
fn_156_A4A0 = .text:0x0000A4A0; // type:function size:0x10
|
||||
fn_156_A4B0 = .text:0x0000A4B0; // type:function size:0x10
|
||||
fn_156_A4C0 = .text:0x0000A4C0; // type:function size:0x10
|
||||
fn_156_A4D0 = .text:0x0000A4D0; // type:function size:0x10
|
||||
fn_156_A4E0 = .text:0x0000A4E0; // type:function size:0x10
|
||||
fn_156_A4F0 = .text:0x0000A4F0; // type:function size:0x30
|
||||
fn_156_A520 = .text:0x0000A520; // type:function size:0x30
|
||||
fn_156_A550 = .text:0x0000A550; // type:function size:0x30
|
||||
fn_156_A580 = .text:0x0000A580; // type:function size:0x7C0
|
||||
fn_156_AD40 = .text:0x0000AD40; // type:function size:0x58
|
||||
fn_156_ADA0 = .text:0x0000ADA0; // type:function size:0x88
|
||||
__dt__8dAcEhb_cFv = .text:0x0000A110; // type:function size:0x2A8
|
||||
build__23sFStateFct_c<8dAcEhb_c>FRC12sStateIDIf_c = .text:0x0000A3C0; // type:function size:0x60
|
||||
dispose__23sFStateFct_c<8dAcEhb_c>FRP10sStateIf_c = .text:0x0000A420; // type:function size:0xC
|
||||
initialize__20sFState_c<8dAcEhb_c>Fv = .text:0x0000A430; // type:function size:0x1C
|
||||
execute__20sFState_c<8dAcEhb_c>Fv = .text:0x0000A450; // type:function size:0x1C
|
||||
finalize__20sFState_c<8dAcEhb_c>Fv = .text:0x0000A470; // type:function size:0x1C
|
||||
initializeState__76sStateMgr_c<8dAcEhb_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x0000A490; // type:function size:0x10
|
||||
finalizeState__76sStateMgr_c<8dAcEhb_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x0000A4A0; // type:function size:0x10
|
||||
refreshState__76sStateMgr_c<8dAcEhb_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x0000A4B0; // type:function size:0x10
|
||||
getState__76sStateMgr_c<8dAcEhb_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x0000A4C0; // type:function size:0x10
|
||||
getNewStateID__76sStateMgr_c<8dAcEhb_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x0000A4D0; // type:function size:0x10
|
||||
getOldStateID__76sStateMgr_c<8dAcEhb_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x0000A4E0; // type:function size:0x10
|
||||
finalizeState__22sFStateID_c<8dAcEhb_c>CFR8dAcEhb_c = .text:0x0000A4F0; // type:function size:0x30
|
||||
executeState__22sFStateID_c<8dAcEhb_c>CFR8dAcEhb_c = .text:0x0000A520; // type:function size:0x30
|
||||
initializeState__22sFStateID_c<8dAcEhb_c>CFR8dAcEhb_c = .text:0x0000A550; // type:function size:0x30
|
||||
__sinit_\d_a_e_hb_cpp = .text:0x0000A580; // type:function size:0x7C0 scope:local
|
||||
__dt__22sFStateID_c<8dAcEhb_c>Fv = .text:0x0000AD40; // type:function size:0x58
|
||||
isSameName__22sFStateID_c<8dAcEhb_c>CFPCc = .text:0x0000ADA0; // type:function size:0x88
|
||||
fn_156_AE30 = .text:0x0000AE30; // type:function size:0x8
|
||||
fn_156_AE40 = .text:0x0000AE40; // type:function size:0x8
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
@@ -153,7 +153,7 @@ lbl_156_rodata_14C = .rodata:0x0000014C; // type:object size:0x4 data:float
|
||||
lbl_156_rodata_150 = .rodata:0x00000150; // type:object size:0xC0 data:double
|
||||
lbl_156_rodata_210 = .rodata:0x00000210; // type:object size:0x4 data:float
|
||||
lbl_156_rodata_214 = .rodata:0x00000214; // type:object size:0x40 data:float
|
||||
lbl_156_data_0 = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
g_profile_E_HB = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
lbl_156_data_10 = .data:0x00000010; // type:object size:0x60 data:byte
|
||||
lbl_156_data_70 = .data:0x00000070; // type:object size:0xC
|
||||
lbl_156_data_7C = .data:0x0000007C; // type:object size:0xC8
|
||||
|
||||
@@ -3,11 +3,11 @@ _epilog = .text:0x00000030; // type:function size:0x2C scope:global
|
||||
_unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
fn_180_F0 = .text:0x000000F0; // type:function size:0x1E0
|
||||
fn_180_2D0 = .text:0x000002D0; // type:function size:0x58
|
||||
fn_180_330 = .text:0x00000330; // type:function size:0x6C
|
||||
fn_180_3A0 = .text:0x000003A0; // type:function size:0xA0
|
||||
fn_180_440 = .text:0x00000440; // type:function size:0xA4
|
||||
dAcEhidokari_c_classInit__Fv = .text:0x000000F0; // type:function size:0x1E0
|
||||
__dt__27sFState_c<14dAcEhidokari_c>Fv = .text:0x000002D0; // type:function size:0x58
|
||||
__dt__30sFStateFct_c<14dAcEhidokari_c>Fv = .text:0x00000330; // type:function size:0x6C
|
||||
__dt__83sStateMgr_c<14dAcEhidokari_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000003A0; // type:function size:0xA0
|
||||
__dt__53sFStateMgr_c<14dAcEhidokari_c,20sStateMethodUsr_FI_c>Fv = .text:0x00000440; // type:function size:0xA4
|
||||
fn_180_4F0 = .text:0x000004F0; // type:function size:0x58
|
||||
fn_180_550 = .text:0x00000550; // type:function size:0x58
|
||||
fn_180_5B0 = .text:0x000005B0; // type:function size:0x90
|
||||
@@ -17,65 +17,65 @@ fn_180_770 = .text:0x00000770; // type:function size:0x58
|
||||
fn_180_7D0 = .text:0x000007D0; // type:function size:0xE8
|
||||
fn_180_8C0 = .text:0x000008C0; // type:function size:0xCC
|
||||
fn_180_990 = .text:0x00000990; // type:function size:0x590
|
||||
fn_180_F20 = .text:0x00000F20; // type:function size:0x10
|
||||
changeState__83sStateMgr_c<14dAcEhidokari_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x00000F20; // type:function size:0x10
|
||||
fn_180_F30 = .text:0x00000F30; // type:function size:0x8
|
||||
fn_180_F40 = .text:0x00000F40; // type:function size:0x1020
|
||||
fn_180_1F60 = .text:0x00001F60; // type:function size:0x10
|
||||
fn_180_1F70 = .text:0x00001F70; // type:function size:0x10
|
||||
executeState__83sStateMgr_c<14dAcEhidokari_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00001F60; // type:function size:0x10
|
||||
getStateID__83sStateMgr_c<14dAcEhidokari_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00001F70; // type:function size:0x10
|
||||
fn_180_1F80 = .text:0x00001F80; // type:function size:0x4C
|
||||
fn_180_1FD0 = .text:0x00001FD0; // type:function size:0x1C
|
||||
fn_180_1FF0 = .text:0x00001FF0; // type:function size:0x120
|
||||
fn_180_2110 = .text:0x00002110; // type:function size:0x58
|
||||
fn_180_2170 = .text:0x00002170; // type:function size:0x4
|
||||
fn_180_2180 = .text:0x00002180; // type:function size:0x4
|
||||
fn_180_2190 = .text:0x00002190; // type:function size:0x58
|
||||
fn_180_21F0 = .text:0x000021F0; // type:function size:0x4
|
||||
fn_180_2200 = .text:0x00002200; // type:function size:0x4
|
||||
fn_180_2210 = .text:0x00002210; // type:function size:0x70
|
||||
fn_180_2280 = .text:0x00002280; // type:function size:0x174
|
||||
fn_180_2400 = .text:0x00002400; // type:function size:0x4
|
||||
fn_180_2410 = .text:0x00002410; // type:function size:0x64
|
||||
fn_180_2480 = .text:0x00002480; // type:function size:0xAC
|
||||
fn_180_2530 = .text:0x00002530; // type:function size:0x4
|
||||
fn_180_2540 = .text:0x00002540; // type:function size:0x114
|
||||
fn_180_2660 = .text:0x00002660; // type:function size:0x154
|
||||
fn_180_27C0 = .text:0x000027C0; // type:function size:0x4
|
||||
fn_180_27D0 = .text:0x000027D0; // type:function size:0xB0
|
||||
fn_180_2880 = .text:0x00002880; // type:function size:0x1C8
|
||||
fn_180_2A50 = .text:0x00002A50; // type:function size:0x4
|
||||
fn_180_2A60 = .text:0x00002A60; // type:function size:0xC
|
||||
fn_180_2A70 = .text:0x00002A70; // type:function size:0x16C
|
||||
fn_180_2BE0 = .text:0x00002BE0; // type:function size:0x4
|
||||
fn_180_2BF0 = .text:0x00002BF0; // type:function size:0x9C
|
||||
fn_180_2C90 = .text:0x00002C90; // type:function size:0xE4
|
||||
fn_180_2D80 = .text:0x00002D80; // type:function size:0x4
|
||||
fn_180_2D90 = .text:0x00002D90; // type:function size:0xD8
|
||||
fn_180_2E70 = .text:0x00002E70; // type:function size:0x334
|
||||
fn_180_31B0 = .text:0x000031B0; // type:function size:0x4
|
||||
fn_180_31C0 = .text:0x000031C0; // type:function size:0x58
|
||||
fn_180_3220 = .text:0x00003220; // type:function size:0x100
|
||||
fn_180_3320 = .text:0x00003320; // type:function size:0x4
|
||||
fn_180_3330 = .text:0x00003330; // type:function size:0x9C
|
||||
fn_180_33D0 = .text:0x000033D0; // type:function size:0x54
|
||||
fn_180_3430 = .text:0x00003430; // type:function size:0x4
|
||||
fn_180_3440 = .text:0x00003440; // type:function size:0x9C
|
||||
fn_180_34E0 = .text:0x000034E0; // type:function size:0x70
|
||||
fn_180_3550 = .text:0x00003550; // type:function size:0x4
|
||||
fn_180_3560 = .text:0x00003560; // type:function size:0x98
|
||||
fn_180_3600 = .text:0x00003600; // type:function size:0x88
|
||||
fn_180_3690 = .text:0x00003690; // type:function size:0x4
|
||||
fn_180_36A0 = .text:0x000036A0; // type:function size:0x254
|
||||
fn_180_3900 = .text:0x00003900; // type:function size:0x110
|
||||
fn_180_3A10 = .text:0x00003A10; // type:function size:0x4
|
||||
fn_180_3A20 = .text:0x00003A20; // type:function size:0x6C
|
||||
fn_180_3A90 = .text:0x00003A90; // type:function size:0x198
|
||||
fn_180_3C30 = .text:0x00003C30; // type:function size:0x4
|
||||
fn_180_3C40 = .text:0x00003C40; // type:function size:0x19C
|
||||
fn_180_3DE0 = .text:0x00003DE0; // type:function size:0x350
|
||||
fn_180_4130 = .text:0x00004130; // type:function size:0x4
|
||||
fn_180_4140 = .text:0x00004140; // type:function size:0x68
|
||||
fn_180_41B0 = .text:0x000041B0; // type:function size:0x1BC
|
||||
fn_180_4370 = .text:0x00004370; // type:function size:0x4
|
||||
initializeState_Wait__14dAcEhidokari_cFv = .text:0x00002110; // type:function size:0x58
|
||||
executeState_Wait__14dAcEhidokari_cFv = .text:0x00002170; // type:function size:0x4
|
||||
finalizeState_Wait__14dAcEhidokari_cFv = .text:0x00002180; // type:function size:0x4
|
||||
initializeState_Walk__14dAcEhidokari_cFv = .text:0x00002190; // type:function size:0x58
|
||||
executeState_Walk__14dAcEhidokari_cFv = .text:0x000021F0; // type:function size:0x4
|
||||
finalizeState_Walk__14dAcEhidokari_cFv = .text:0x00002200; // type:function size:0x4
|
||||
initializeState_Kyoro__14dAcEhidokari_cFv = .text:0x00002210; // type:function size:0x70
|
||||
executeState_Kyoro__14dAcEhidokari_cFv = .text:0x00002280; // type:function size:0x174
|
||||
finalizeState_Kyoro__14dAcEhidokari_cFv = .text:0x00002400; // type:function size:0x4
|
||||
initializeState_Find__14dAcEhidokari_cFv = .text:0x00002410; // type:function size:0x64
|
||||
executeState_Find__14dAcEhidokari_cFv = .text:0x00002480; // type:function size:0xAC
|
||||
finalizeState_Find__14dAcEhidokari_cFv = .text:0x00002530; // type:function size:0x4
|
||||
initializeState_WaitShell__14dAcEhidokari_cFv = .text:0x00002540; // type:function size:0x114
|
||||
executeState_WaitShell__14dAcEhidokari_cFv = .text:0x00002660; // type:function size:0x154
|
||||
finalizeState_WaitShell__14dAcEhidokari_cFv = .text:0x000027C0; // type:function size:0x4
|
||||
initializeState_RunShell__14dAcEhidokari_cFv = .text:0x000027D0; // type:function size:0xB0
|
||||
executeState_RunShell__14dAcEhidokari_cFv = .text:0x00002880; // type:function size:0x1C8
|
||||
finalizeState_RunShell__14dAcEhidokari_cFv = .text:0x00002A50; // type:function size:0x4
|
||||
initializeState_RetShell__14dAcEhidokari_cFv = .text:0x00002A60; // type:function size:0xC
|
||||
executeState_RetShell__14dAcEhidokari_cFv = .text:0x00002A70; // type:function size:0x16C
|
||||
finalizeState_RetShell__14dAcEhidokari_cFv = .text:0x00002BE0; // type:function size:0x4
|
||||
initializeState_WalkShell__14dAcEhidokari_cFv = .text:0x00002BF0; // type:function size:0x9C
|
||||
executeState_WalkShell__14dAcEhidokari_cFv = .text:0x00002C90; // type:function size:0xE4
|
||||
finalizeState_WalkShell__14dAcEhidokari_cFv = .text:0x00002D80; // type:function size:0x4
|
||||
initializeState_FireShell__14dAcEhidokari_cFv = .text:0x00002D90; // type:function size:0xD8
|
||||
executeState_FireShell__14dAcEhidokari_cFv = .text:0x00002E70; // type:function size:0x334
|
||||
finalizeState_FireShell__14dAcEhidokari_cFv = .text:0x000031B0; // type:function size:0x4
|
||||
initializeState_Damage__14dAcEhidokari_cFv = .text:0x000031C0; // type:function size:0x58
|
||||
executeState_Damage__14dAcEhidokari_cFv = .text:0x00003220; // type:function size:0x100
|
||||
finalizeState_Damage__14dAcEhidokari_cFv = .text:0x00003320; // type:function size:0x4
|
||||
initializeState_GuradShell__14dAcEhidokari_cFv = .text:0x00003330; // type:function size:0x9C
|
||||
executeState_GuradShell__14dAcEhidokari_cFv = .text:0x000033D0; // type:function size:0x54
|
||||
finalizeState_GuradShell__14dAcEhidokari_cFv = .text:0x00003430; // type:function size:0x4
|
||||
initializeState_Panic__14dAcEhidokari_cFv = .text:0x00003440; // type:function size:0x9C
|
||||
executeState_Panic__14dAcEhidokari_cFv = .text:0x000034E0; // type:function size:0x70
|
||||
finalizeState_Panic__14dAcEhidokari_cFv = .text:0x00003550; // type:function size:0x4
|
||||
initializeState_NoShell__14dAcEhidokari_cFv = .text:0x00003560; // type:function size:0x98
|
||||
executeState_NoShell__14dAcEhidokari_cFv = .text:0x00003600; // type:function size:0x88
|
||||
finalizeState_NoShell__14dAcEhidokari_cFv = .text:0x00003690; // type:function size:0x4
|
||||
initializeState_Dead__14dAcEhidokari_cFv = .text:0x000036A0; // type:function size:0x254
|
||||
executeState_Dead__14dAcEhidokari_cFv = .text:0x00003900; // type:function size:0x110
|
||||
finalizeState_Dead__14dAcEhidokari_cFv = .text:0x00003A10; // type:function size:0x4
|
||||
initializeState_Run__14dAcEhidokari_cFv = .text:0x00003A20; // type:function size:0x6C
|
||||
executeState_Run__14dAcEhidokari_cFv = .text:0x00003A90; // type:function size:0x198
|
||||
finalizeState_Run__14dAcEhidokari_cFv = .text:0x00003C30; // type:function size:0x4
|
||||
initializeState_Inside__14dAcEhidokari_cFv = .text:0x00003C40; // type:function size:0x19C
|
||||
executeState_Inside__14dAcEhidokari_cFv = .text:0x00003DE0; // type:function size:0x350
|
||||
finalizeState_Inside__14dAcEhidokari_cFv = .text:0x00004130; // type:function size:0x4
|
||||
initializeState_Stun__14dAcEhidokari_cFv = .text:0x00004140; // type:function size:0x68
|
||||
executeState_Stun__14dAcEhidokari_cFv = .text:0x000041B0; // type:function size:0x1BC
|
||||
finalizeState_Stun__14dAcEhidokari_cFv = .text:0x00004370; // type:function size:0x4
|
||||
fn_180_4380 = .text:0x00004380; // type:function size:0x17C
|
||||
fn_180_4500 = .text:0x00004500; // type:function size:0x64
|
||||
fn_180_4570 = .text:0x00004570; // type:function size:0x154
|
||||
@@ -90,24 +90,24 @@ fn_180_5280 = .text:0x00005280; // type:function size:0x8
|
||||
fn_180_5290 = .text:0x00005290; // type:function size:0x4
|
||||
fn_180_52A0 = .text:0x000052A0; // type:function size:0x4
|
||||
fn_180_52B0 = .text:0x000052B0; // type:function size:0x8
|
||||
fn_180_52C0 = .text:0x000052C0; // type:function size:0x1FC
|
||||
fn_180_54C0 = .text:0x000054C0; // type:function size:0x60
|
||||
fn_180_5520 = .text:0x00005520; // type:function size:0xC
|
||||
fn_180_5530 = .text:0x00005530; // type:function size:0x1C
|
||||
fn_180_5550 = .text:0x00005550; // type:function size:0x1C
|
||||
fn_180_5570 = .text:0x00005570; // type:function size:0x1C
|
||||
fn_180_5590 = .text:0x00005590; // type:function size:0x10
|
||||
fn_180_55A0 = .text:0x000055A0; // type:function size:0x10
|
||||
fn_180_55B0 = .text:0x000055B0; // type:function size:0x10
|
||||
fn_180_55C0 = .text:0x000055C0; // type:function size:0x10
|
||||
fn_180_55D0 = .text:0x000055D0; // type:function size:0x10
|
||||
fn_180_55E0 = .text:0x000055E0; // type:function size:0x10
|
||||
fn_180_55F0 = .text:0x000055F0; // type:function size:0x30
|
||||
fn_180_5620 = .text:0x00005620; // type:function size:0x30
|
||||
fn_180_5650 = .text:0x00005650; // type:function size:0x30
|
||||
fn_180_5680 = .text:0x00005680; // type:function size:0xCC4
|
||||
fn_180_6350 = .text:0x00006350; // type:function size:0x58
|
||||
fn_180_63B0 = .text:0x000063B0; // type:function size:0x88
|
||||
__dt__14dAcEhidokari_cFv = .text:0x000052C0; // type:function size:0x1FC
|
||||
build__30sFStateFct_c<14dAcEhidokari_c>FRC12sStateIDIf_c = .text:0x000054C0; // type:function size:0x60
|
||||
dispose__30sFStateFct_c<14dAcEhidokari_c>FRP10sStateIf_c = .text:0x00005520; // type:function size:0xC
|
||||
initialize__27sFState_c<14dAcEhidokari_c>Fv = .text:0x00005530; // type:function size:0x1C
|
||||
execute__27sFState_c<14dAcEhidokari_c>Fv = .text:0x00005550; // type:function size:0x1C
|
||||
finalize__27sFState_c<14dAcEhidokari_c>Fv = .text:0x00005570; // type:function size:0x1C
|
||||
initializeState__83sStateMgr_c<14dAcEhidokari_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00005590; // type:function size:0x10
|
||||
finalizeState__83sStateMgr_c<14dAcEhidokari_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000055A0; // type:function size:0x10
|
||||
refreshState__83sStateMgr_c<14dAcEhidokari_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000055B0; // type:function size:0x10
|
||||
getState__83sStateMgr_c<14dAcEhidokari_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000055C0; // type:function size:0x10
|
||||
getNewStateID__83sStateMgr_c<14dAcEhidokari_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000055D0; // type:function size:0x10
|
||||
getOldStateID__83sStateMgr_c<14dAcEhidokari_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000055E0; // type:function size:0x10
|
||||
finalizeState__29sFStateID_c<14dAcEhidokari_c>CFR14dAcEhidokari_c = .text:0x000055F0; // type:function size:0x30
|
||||
executeState__29sFStateID_c<14dAcEhidokari_c>CFR14dAcEhidokari_c = .text:0x00005620; // type:function size:0x30
|
||||
initializeState__29sFStateID_c<14dAcEhidokari_c>CFR14dAcEhidokari_c = .text:0x00005650; // type:function size:0x30
|
||||
__sinit_\d_a_e_hidokari_cpp = .text:0x00005680; // type:function size:0xCC4 scope:local
|
||||
__dt__29sFStateID_c<14dAcEhidokari_c>Fv = .text:0x00006350; // type:function size:0x58
|
||||
isSameName__29sFStateID_c<14dAcEhidokari_c>CFPCc = .text:0x000063B0; // type:function size:0x88
|
||||
fn_180_6440 = .text:0x00006440; // type:function size:0x8
|
||||
fn_180_6450 = .text:0x00006450; // type:function size:0x8
|
||||
fn_180_6460 = .text:0x00006460; // type:function size:0x8
|
||||
@@ -128,7 +128,7 @@ lbl_180_rodata_110 = .rodata:0x00000110; // type:object size:0x4 data:float
|
||||
lbl_180_rodata_114 = .rodata:0x00000114; // type:object size:0x30 data:float
|
||||
lbl_180_rodata_144 = .rodata:0x00000144; // type:object size:0x8 data:float
|
||||
lbl_180_data_0 = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
lbl_180_data_10 = .data:0x00000010; // type:object size:0x7C
|
||||
g_profile_E_HIDOKARI = .data:0x00000010; // type:object size:0x7C
|
||||
lbl_180_data_8C = .data:0x0000008C; // type:object size:0x20
|
||||
lbl_180_data_AC = .data:0x000000AC; // type:object size:0x24
|
||||
lbl_180_data_D0 = .data:0x000000D0; // type:object size:0x8
|
||||
|
||||
@@ -3,49 +3,49 @@ _epilog = .text:0x00000030; // type:function size:0x2C scope:global
|
||||
_unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
fn_181_F0 = .text:0x000000F0; // type:function size:0xE8
|
||||
fn_181_1E0 = .text:0x000001E0; // type:function size:0x58
|
||||
fn_181_240 = .text:0x00000240; // type:function size:0x6C
|
||||
fn_181_2B0 = .text:0x000002B0; // type:function size:0xA0
|
||||
fn_181_350 = .text:0x00000350; // type:function size:0xA4
|
||||
dAcEhidokaris_c_classInit__Fv = .text:0x000000F0; // type:function size:0xE8
|
||||
__dt__28sFState_c<15dAcEhidokaris_c>Fv = .text:0x000001E0; // type:function size:0x58
|
||||
__dt__31sFStateFct_c<15dAcEhidokaris_c>Fv = .text:0x00000240; // type:function size:0x6C
|
||||
__dt__84sStateMgr_c<15dAcEhidokaris_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000002B0; // type:function size:0xA0
|
||||
__dt__54sFStateMgr_c<15dAcEhidokaris_c,20sStateMethodUsr_FI_c>Fv = .text:0x00000350; // type:function size:0xA4
|
||||
fn_181_400 = .text:0x00000400; // type:function size:0x58
|
||||
fn_181_460 = .text:0x00000460; // type:function size:0x194
|
||||
fn_181_600 = .text:0x00000600; // type:function size:0x1B4
|
||||
fn_181_7C0 = .text:0x000007C0; // type:function size:0x10
|
||||
changeState__84sStateMgr_c<15dAcEhidokaris_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x000007C0; // type:function size:0x10
|
||||
fn_181_7D0 = .text:0x000007D0; // type:function size:0x8
|
||||
fn_181_7E0 = .text:0x000007E0; // type:function size:0x46C
|
||||
fn_181_C50 = .text:0x00000C50; // type:function size:0x10
|
||||
fn_181_C60 = .text:0x00000C60; // type:function size:0x10
|
||||
executeState__84sStateMgr_c<15dAcEhidokaris_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000C50; // type:function size:0x10
|
||||
getStateID__84sStateMgr_c<15dAcEhidokaris_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00000C60; // type:function size:0x10
|
||||
fn_181_C70 = .text:0x00000C70; // type:function size:0x1C
|
||||
fn_181_C90 = .text:0x00000C90; // type:function size:0xFC
|
||||
fn_181_D90 = .text:0x00000D90; // type:function size:0x4
|
||||
fn_181_DA0 = .text:0x00000DA0; // type:function size:0x270
|
||||
fn_181_1010 = .text:0x00001010; // type:function size:0x4
|
||||
fn_181_1020 = .text:0x00001020; // type:function size:0x30
|
||||
fn_181_1050 = .text:0x00001050; // type:function size:0x17C
|
||||
fn_181_11D0 = .text:0x000011D0; // type:function size:0x4
|
||||
fn_181_11E0 = .text:0x000011E0; // type:function size:0x110
|
||||
fn_181_12F0 = .text:0x000012F0; // type:function size:0x26C
|
||||
fn_181_1560 = .text:0x00001560; // type:function size:0x4
|
||||
initializeState_Wait__15dAcEhidokaris_cFv = .text:0x00000D90; // type:function size:0x4
|
||||
executeState_Wait__15dAcEhidokaris_cFv = .text:0x00000DA0; // type:function size:0x270
|
||||
finalizeState_Wait__15dAcEhidokaris_cFv = .text:0x00001010; // type:function size:0x4
|
||||
initializeState_BombWait__15dAcEhidokaris_cFv = .text:0x00001020; // type:function size:0x30
|
||||
executeState_BombWait__15dAcEhidokaris_cFv = .text:0x00001050; // type:function size:0x17C
|
||||
finalizeState_BombWait__15dAcEhidokaris_cFv = .text:0x000011D0; // type:function size:0x4
|
||||
initializeState_Dead__15dAcEhidokaris_cFv = .text:0x000011E0; // type:function size:0x110
|
||||
executeState_Dead__15dAcEhidokaris_cFv = .text:0x000012F0; // type:function size:0x26C
|
||||
finalizeState_Dead__15dAcEhidokaris_cFv = .text:0x00001560; // type:function size:0x4
|
||||
fn_181_1570 = .text:0x00001570; // type:function size:0x118
|
||||
fn_181_1690 = .text:0x00001690; // type:function size:0x104
|
||||
fn_181_17A0 = .text:0x000017A0; // type:function size:0x60
|
||||
fn_181_1800 = .text:0x00001800; // type:function size:0xC
|
||||
fn_181_1810 = .text:0x00001810; // type:function size:0x1C
|
||||
fn_181_1830 = .text:0x00001830; // type:function size:0x1C
|
||||
fn_181_1850 = .text:0x00001850; // type:function size:0x1C
|
||||
fn_181_1870 = .text:0x00001870; // type:function size:0x10
|
||||
fn_181_1880 = .text:0x00001880; // type:function size:0x10
|
||||
fn_181_1890 = .text:0x00001890; // type:function size:0x10
|
||||
fn_181_18A0 = .text:0x000018A0; // type:function size:0x10
|
||||
fn_181_18B0 = .text:0x000018B0; // type:function size:0x10
|
||||
fn_181_18C0 = .text:0x000018C0; // type:function size:0x10
|
||||
fn_181_18D0 = .text:0x000018D0; // type:function size:0x30
|
||||
fn_181_1900 = .text:0x00001900; // type:function size:0x30
|
||||
fn_181_1930 = .text:0x00001930; // type:function size:0x30
|
||||
fn_181_1960 = .text:0x00001960; // type:function size:0x2B0
|
||||
fn_181_1C10 = .text:0x00001C10; // type:function size:0x58
|
||||
fn_181_1C70 = .text:0x00001C70; // type:function size:0x88
|
||||
__dt__15dAcEhidokaris_cFv = .text:0x00001690; // type:function size:0x104
|
||||
build__31sFStateFct_c<15dAcEhidokaris_c>FRC12sStateIDIf_c = .text:0x000017A0; // type:function size:0x60
|
||||
dispose__31sFStateFct_c<15dAcEhidokaris_c>FRP10sStateIf_c = .text:0x00001800; // type:function size:0xC
|
||||
initialize__28sFState_c<15dAcEhidokaris_c>Fv = .text:0x00001810; // type:function size:0x1C
|
||||
execute__28sFState_c<15dAcEhidokaris_c>Fv = .text:0x00001830; // type:function size:0x1C
|
||||
finalize__28sFState_c<15dAcEhidokaris_c>Fv = .text:0x00001850; // type:function size:0x1C
|
||||
initializeState__84sStateMgr_c<15dAcEhidokaris_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00001870; // type:function size:0x10
|
||||
finalizeState__84sStateMgr_c<15dAcEhidokaris_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00001880; // type:function size:0x10
|
||||
refreshState__84sStateMgr_c<15dAcEhidokaris_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00001890; // type:function size:0x10
|
||||
getState__84sStateMgr_c<15dAcEhidokaris_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000018A0; // type:function size:0x10
|
||||
getNewStateID__84sStateMgr_c<15dAcEhidokaris_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000018B0; // type:function size:0x10
|
||||
getOldStateID__84sStateMgr_c<15dAcEhidokaris_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000018C0; // type:function size:0x10
|
||||
finalizeState__30sFStateID_c<15dAcEhidokaris_c>CFR15dAcEhidokaris_c = .text:0x000018D0; // type:function size:0x30
|
||||
executeState__30sFStateID_c<15dAcEhidokaris_c>CFR15dAcEhidokaris_c = .text:0x00001900; // type:function size:0x30
|
||||
initializeState__30sFStateID_c<15dAcEhidokaris_c>CFR15dAcEhidokaris_c = .text:0x00001930; // type:function size:0x30
|
||||
__sinit_\d_a_e_hidokaris_cpp = .text:0x00001960; // type:function size:0x2B0 scope:local
|
||||
__dt__30sFStateID_c<15dAcEhidokaris_c>Fv = .text:0x00001C10; // type:function size:0x58
|
||||
isSameName__30sFStateID_c<15dAcEhidokaris_c>CFPCc = .text:0x00001C70; // type:function size:0x88
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
_dtors = .dtors:0x00000000; // type:label scope:global
|
||||
__destroy_global_chain_reference = .dtors:0x00000000; // type:object size:0x4 scope:global
|
||||
@@ -54,7 +54,7 @@ lbl_181_rodata_14 = .rodata:0x00000014; // type:object size:0xC data:float
|
||||
lbl_181_rodata_20 = .rodata:0x00000020; // type:object size:0x4 data:float
|
||||
lbl_181_rodata_28 = .rodata:0x00000028; // type:object size:0x1C
|
||||
lbl_181_rodata_44 = .rodata:0x00000044; // type:object size:0x28 data:float
|
||||
lbl_181_data_0 = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
g_profile_E_HIDOKARIS = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
lbl_181_data_10 = .data:0x00000010; // type:object size:0x8 data:string
|
||||
lbl_181_data_18 = .data:0x00000018; // type:object size:0x8 data:string
|
||||
lbl_181_data_20 = .data:0x00000020; // type:object size:0xC
|
||||
|
||||
@@ -3,48 +3,48 @@ _epilog = .text:0x00000030; // type:function size:0x2C scope:global
|
||||
_unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
fn_223_F0 = .text:0x000000F0; // type:function size:0x20C
|
||||
dAcEHidory_c_classInit__Fv = .text:0x000000F0; // type:function size:0x20C
|
||||
fn_223_300 = .text:0x00000300; // type:function size:0x5C
|
||||
fn_223_360 = .text:0x00000360; // type:function size:0x3C
|
||||
fn_223_3A0 = .text:0x000003A0; // type:function size:0xA0
|
||||
fn_223_440 = .text:0x00000440; // type:function size:0x58
|
||||
fn_223_4A0 = .text:0x000004A0; // type:function size:0x90
|
||||
fn_223_530 = .text:0x00000530; // type:function size:0x90
|
||||
fn_223_5C0 = .text:0x000005C0; // type:function size:0x58
|
||||
fn_223_620 = .text:0x00000620; // type:function size:0x6C
|
||||
fn_223_690 = .text:0x00000690; // type:function size:0xA0
|
||||
fn_223_730 = .text:0x00000730; // type:function size:0xA4
|
||||
__dt__25sFState_c<12dAcEHidory_c>Fv = .text:0x000005C0; // type:function size:0x58
|
||||
__dt__28sFStateFct_c<12dAcEHidory_c>Fv = .text:0x00000620; // type:function size:0x6C
|
||||
__dt__81sStateMgr_c<12dAcEHidory_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000690; // type:function size:0xA0
|
||||
__dt__51sFStateMgr_c<12dAcEHidory_c,20sStateMethodUsr_FI_c>Fv = .text:0x00000730; // type:function size:0xA4
|
||||
fn_223_7E0 = .text:0x000007E0; // type:function size:0x98
|
||||
fn_223_880 = .text:0x00000880; // type:function size:0x3C
|
||||
fn_223_8C0 = .text:0x000008C0; // type:function size:0x368
|
||||
fn_223_C30 = .text:0x00000C30; // type:function size:0xE8
|
||||
fn_223_D20 = .text:0x00000D20; // type:function size:0x10
|
||||
changeState__81sStateMgr_c<12dAcEHidory_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x00000D20; // type:function size:0x10
|
||||
fn_223_D30 = .text:0x00000D30; // type:function size:0x8
|
||||
fn_223_D40 = .text:0x00000D40; // type:function size:0x514
|
||||
fn_223_1260 = .text:0x00001260; // type:function size:0x10
|
||||
fn_223_1270 = .text:0x00001270; // type:function size:0x10
|
||||
executeState__81sStateMgr_c<12dAcEHidory_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00001260; // type:function size:0x10
|
||||
getStateID__81sStateMgr_c<12dAcEHidory_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00001270; // type:function size:0x10
|
||||
fn_223_1280 = .text:0x00001280; // type:function size:0xC0
|
||||
fn_223_1340 = .text:0x00001340; // type:function size:0xF4
|
||||
fn_223_1440 = .text:0x00001440; // type:function size:0x2A0
|
||||
fn_223_16E0 = .text:0x000016E0; // type:function size:0x4
|
||||
fn_223_16F0 = .text:0x000016F0; // type:function size:0x4DC
|
||||
initializeState_Wait__12dAcEHidory_cFv = .text:0x00001340; // type:function size:0xF4
|
||||
executeState_Wait__12dAcEHidory_cFv = .text:0x00001440; // type:function size:0x2A0
|
||||
finalizeState_Wait__12dAcEHidory_cFv = .text:0x000016E0; // type:function size:0x4
|
||||
initializeState_Hovering__12dAcEHidory_cFv = .text:0x000016F0; // type:function size:0x4DC
|
||||
fn_223_1BD0 = .text:0x00001BD0; // type:function size:0xD4
|
||||
fn_223_1CB0 = .text:0x00001CB0; // type:function size:0x10
|
||||
fn_223_1CC0 = .text:0x00001CC0; // type:function size:0xDB4
|
||||
fn_223_2A80 = .text:0x00002A80; // type:function size:0x4
|
||||
fn_223_2A90 = .text:0x00002A90; // type:function size:0x68
|
||||
fn_223_2B00 = .text:0x00002B00; // type:function size:0x74C
|
||||
fn_223_3250 = .text:0x00003250; // type:function size:0x4
|
||||
fn_223_3260 = .text:0x00003260; // type:function size:0x8C
|
||||
fn_223_32F0 = .text:0x000032F0; // type:function size:0x142C
|
||||
getOldStateID__81sStateMgr_c<12dAcEHidory_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00001CB0; // type:function size:0x10
|
||||
executeState_Hovering__12dAcEHidory_cFv = .text:0x00001CC0; // type:function size:0xDB4
|
||||
finalizeState_Hovering__12dAcEHidory_cFv = .text:0x00002A80; // type:function size:0x4
|
||||
initializeState_Attack__12dAcEHidory_cFv = .text:0x00002A90; // type:function size:0x68
|
||||
executeState_Attack__12dAcEHidory_cFv = .text:0x00002B00; // type:function size:0x74C
|
||||
finalizeState_Attack__12dAcEHidory_cFv = .text:0x00003250; // type:function size:0x4
|
||||
initializeState_Whip_Damage__12dAcEHidory_cFv = .text:0x00003260; // type:function size:0x8C
|
||||
executeState_Whip_Damage__12dAcEHidory_cFv = .text:0x000032F0; // type:function size:0x142C
|
||||
fn_223_4720 = .text:0x00004720; // type:function size:0x14C
|
||||
fn_223_4870 = .text:0x00004870; // type:function size:0x4
|
||||
fn_223_4880 = .text:0x00004880; // type:function size:0x4
|
||||
fn_223_4890 = .text:0x00004890; // type:function size:0x3B4
|
||||
fn_223_4C50 = .text:0x00004C50; // type:function size:0x4
|
||||
fn_223_4C60 = .text:0x00004C60; // type:function size:0xC
|
||||
fn_223_4C70 = .text:0x00004C70; // type:function size:0x94
|
||||
fn_223_4D10 = .text:0x00004D10; // type:function size:0x4
|
||||
finalizeState_Whip_Damage__12dAcEHidory_cFv = .text:0x00004870; // type:function size:0x4
|
||||
initializeState_Damage__12dAcEHidory_cFv = .text:0x00004880; // type:function size:0x4
|
||||
executeState_Damage__12dAcEHidory_cFv = .text:0x00004890; // type:function size:0x3B4
|
||||
finalizeState_Damage__12dAcEHidory_cFv = .text:0x00004C50; // type:function size:0x4
|
||||
initializeState_Death__12dAcEHidory_cFv = .text:0x00004C60; // type:function size:0xC
|
||||
executeState_Death__12dAcEHidory_cFv = .text:0x00004C70; // type:function size:0x94
|
||||
finalizeState_Death__12dAcEHidory_cFv = .text:0x00004D10; // type:function size:0x4
|
||||
fn_223_4D20 = .text:0x00004D20; // type:function size:0x7C
|
||||
fn_223_4DA0 = .text:0x00004DA0; // type:function size:0x48
|
||||
fn_223_4DF0 = .text:0x00004DF0; // type:function size:0x44
|
||||
@@ -65,29 +65,29 @@ fn_223_6390 = .text:0x00006390; // type:function size:0x8
|
||||
fn_223_63A0 = .text:0x000063A0; // type:function size:0x4
|
||||
fn_223_63B0 = .text:0x000063B0; // type:function size:0x4
|
||||
fn_223_63C0 = .text:0x000063C0; // type:function size:0x8
|
||||
fn_223_63D0 = .text:0x000063D0; // type:function size:0x1E4
|
||||
__dt__12dAcEHidory_cFv = .text:0x000063D0; // type:function size:0x1E4
|
||||
fn_223_65C0 = .text:0x000065C0; // type:function size:0x50
|
||||
fn_223_6610 = .text:0x00006610; // type:function size:0x4
|
||||
fn_223_6620 = .text:0x00006620; // type:function size:0x28
|
||||
fn_223_6650 = .text:0x00006650; // type:function size:0x28
|
||||
fn_223_6680 = .text:0x00006680; // type:function size:0x8
|
||||
fn_223_6690 = .text:0x00006690; // type:function size:0x8
|
||||
fn_223_66A0 = .text:0x000066A0; // type:function size:0x60
|
||||
fn_223_6700 = .text:0x00006700; // type:function size:0xC
|
||||
fn_223_6710 = .text:0x00006710; // type:function size:0x1C
|
||||
fn_223_6730 = .text:0x00006730; // type:function size:0x1C
|
||||
fn_223_6750 = .text:0x00006750; // type:function size:0x1C
|
||||
fn_223_6770 = .text:0x00006770; // type:function size:0x10
|
||||
fn_223_6780 = .text:0x00006780; // type:function size:0x10
|
||||
fn_223_6790 = .text:0x00006790; // type:function size:0x10
|
||||
fn_223_67A0 = .text:0x000067A0; // type:function size:0x10
|
||||
fn_223_67B0 = .text:0x000067B0; // type:function size:0x10
|
||||
fn_223_67C0 = .text:0x000067C0; // type:function size:0x30
|
||||
fn_223_67F0 = .text:0x000067F0; // type:function size:0x30
|
||||
fn_223_6820 = .text:0x00006820; // type:function size:0x30
|
||||
fn_223_6850 = .text:0x00006850; // type:function size:0x538
|
||||
fn_223_6D90 = .text:0x00006D90; // type:function size:0x58
|
||||
fn_223_6DF0 = .text:0x00006DF0; // type:function size:0x88
|
||||
build__28sFStateFct_c<12dAcEHidory_c>FRC12sStateIDIf_c = .text:0x000066A0; // type:function size:0x60
|
||||
dispose__28sFStateFct_c<12dAcEHidory_c>FRP10sStateIf_c = .text:0x00006700; // type:function size:0xC
|
||||
initialize__25sFState_c<12dAcEHidory_c>Fv = .text:0x00006710; // type:function size:0x1C
|
||||
execute__25sFState_c<12dAcEHidory_c>Fv = .text:0x00006730; // type:function size:0x1C
|
||||
finalize__25sFState_c<12dAcEHidory_c>Fv = .text:0x00006750; // type:function size:0x1C
|
||||
initializeState__81sStateMgr_c<12dAcEHidory_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00006770; // type:function size:0x10
|
||||
finalizeState__81sStateMgr_c<12dAcEHidory_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00006780; // type:function size:0x10
|
||||
refreshState__81sStateMgr_c<12dAcEHidory_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00006790; // type:function size:0x10
|
||||
getState__81sStateMgr_c<12dAcEHidory_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000067A0; // type:function size:0x10
|
||||
getNewStateID__81sStateMgr_c<12dAcEHidory_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000067B0; // type:function size:0x10
|
||||
finalizeState__27sFStateID_c<12dAcEHidory_c>CFR12dAcEHidory_c = .text:0x000067C0; // type:function size:0x30
|
||||
executeState__27sFStateID_c<12dAcEHidory_c>CFR12dAcEHidory_c = .text:0x000067F0; // type:function size:0x30
|
||||
initializeState__27sFStateID_c<12dAcEHidory_c>CFR12dAcEHidory_c = .text:0x00006820; // type:function size:0x30
|
||||
__sinit_\d_a_e_hidory_cpp = .text:0x00006850; // type:function size:0x538 scope:local
|
||||
__dt__27sFStateID_c<12dAcEHidory_c>Fv = .text:0x00006D90; // type:function size:0x58
|
||||
isSameName__27sFStateID_c<12dAcEHidory_c>CFPCc = .text:0x00006DF0; // type:function size:0x88
|
||||
fn_223_6E80 = .text:0x00006E80; // type:function size:0x8
|
||||
fn_223_6E90 = .text:0x00006E90; // type:function size:0x8
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
@@ -98,7 +98,7 @@ lbl_223_rodata_34 = .rodata:0x00000034; // type:object size:0x8 data:float
|
||||
lbl_223_rodata_3C = .rodata:0x0000003C; // type:object size:0x74 data:float
|
||||
lbl_223_rodata_B0 = .rodata:0x000000B0; // type:object size:0x20 data:float
|
||||
lbl_223_rodata_D0 = .rodata:0x000000D0; // type:object size:0x80 data:float
|
||||
lbl_223_data_0 = .data:0x00000000; // type:object size:0x1C data:4byte
|
||||
g_profile_E_HIDORY = .data:0x00000000; // type:object size:0x1C data:4byte
|
||||
lbl_223_data_1C = .data:0x0000001C; // type:object size:0x1 data:byte
|
||||
lbl_223_data_20 = .data:0x00000020; // type:object size:0x4 data:string
|
||||
lbl_223_data_24 = .data:0x00000024; // type:object size:0x10
|
||||
|
||||
@@ -3,7 +3,7 @@ _epilog = .text:0x00000030; // type:function size:0x2C scope:global
|
||||
_unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
fn_173_F0 = .text:0x000000F0; // type:function size:0x278
|
||||
dAcEhoc_c_classInit__Fv = .text:0x000000F0; // type:function size:0x278
|
||||
fn_173_370 = .text:0x00000370; // type:function size:0x58
|
||||
fn_173_3D0 = .text:0x000003D0; // type:function size:0x40
|
||||
fn_173_410 = .text:0x00000410; // type:function size:0x4
|
||||
@@ -13,75 +13,75 @@ fn_173_4F0 = .text:0x000004F0; // type:function size:0x84
|
||||
fn_173_580 = .text:0x00000580; // type:function size:0x58
|
||||
fn_173_5E0 = .text:0x000005E0; // type:function size:0x90
|
||||
fn_173_670 = .text:0x00000670; // type:function size:0xCC
|
||||
fn_173_740 = .text:0x00000740; // type:function size:0x58
|
||||
fn_173_7A0 = .text:0x000007A0; // type:function size:0x6C
|
||||
fn_173_810 = .text:0x00000810; // type:function size:0xA0
|
||||
fn_173_8B0 = .text:0x000008B0; // type:function size:0xA4
|
||||
__dt__21sFState_c<9dAcEhoc_c>Fv = .text:0x00000740; // type:function size:0x58
|
||||
__dt__24sFStateFct_c<9dAcEhoc_c>Fv = .text:0x000007A0; // type:function size:0x6C
|
||||
__dt__77sStateMgr_c<9dAcEhoc_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000810; // type:function size:0xA0
|
||||
__dt__47sFStateMgr_c<9dAcEhoc_c,20sStateMethodUsr_FI_c>Fv = .text:0x000008B0; // type:function size:0xA4
|
||||
fn_173_960 = .text:0x00000960; // type:function size:0x58
|
||||
fn_173_9C0 = .text:0x000009C0; // type:function size:0x7B8
|
||||
fn_173_1180 = .text:0x00001180; // type:function size:0x258
|
||||
fn_173_13E0 = .text:0x000013E0; // type:function size:0x364
|
||||
fn_173_1750 = .text:0x00001750; // type:function size:0x10
|
||||
changeState__77sStateMgr_c<9dAcEhoc_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x00001750; // type:function size:0x10
|
||||
fn_173_1760 = .text:0x00001760; // type:function size:0x24
|
||||
fn_173_1790 = .text:0x00001790; // type:function size:0xB0
|
||||
fn_173_1840 = .text:0x00001840; // type:function size:0xE3C
|
||||
fn_173_2680 = .text:0x00002680; // type:function size:0x10
|
||||
fn_173_2690 = .text:0x00002690; // type:function size:0x10
|
||||
executeState__77sStateMgr_c<9dAcEhoc_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00002680; // type:function size:0x10
|
||||
getStateID__77sStateMgr_c<9dAcEhoc_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00002690; // type:function size:0x10
|
||||
fn_173_26A0 = .text:0x000026A0; // type:function size:0x84
|
||||
fn_173_2730 = .text:0x00002730; // type:function size:0x110
|
||||
fn_173_2840 = .text:0x00002840; // type:function size:0x11C
|
||||
fn_173_2960 = .text:0x00002960; // type:function size:0x64
|
||||
fn_173_29D0 = .text:0x000029D0; // type:function size:0x20
|
||||
fn_173_29F0 = .text:0x000029F0; // type:function size:0xFC
|
||||
fn_173_2AF0 = .text:0x00002AF0; // type:function size:0x98
|
||||
fn_173_2B90 = .text:0x00002B90; // type:function size:0x608
|
||||
fn_173_31A0 = .text:0x000031A0; // type:function size:0xC
|
||||
fn_173_31B0 = .text:0x000031B0; // type:function size:0xB4
|
||||
fn_173_3270 = .text:0x00003270; // type:function size:0x288
|
||||
initializeState_Fight__9dAcEhoc_cFv = .text:0x00002AF0; // type:function size:0x98
|
||||
executeState_Fight__9dAcEhoc_cFv = .text:0x00002B90; // type:function size:0x608
|
||||
finalizeState_Fight__9dAcEhoc_cFv = .text:0x000031A0; // type:function size:0xC
|
||||
initializeState_Attack__9dAcEhoc_cFv = .text:0x000031B0; // type:function size:0xB4
|
||||
executeState_Attack__9dAcEhoc_cFv = .text:0x00003270; // type:function size:0x288
|
||||
fn_173_3500 = .text:0x00003500; // type:function size:0x48
|
||||
fn_173_3550 = .text:0x00003550; // type:function size:0x4
|
||||
fn_173_3560 = .text:0x00003560; // type:function size:0x84
|
||||
fn_173_35F0 = .text:0x000035F0; // type:function size:0x5D8
|
||||
fn_173_3BD0 = .text:0x00003BD0; // type:function size:0x8
|
||||
fn_173_3BE0 = .text:0x00003BE0; // type:function size:0x80
|
||||
fn_173_3C60 = .text:0x00003C60; // type:function size:0x64
|
||||
fn_173_3CD0 = .text:0x00003CD0; // type:function size:0x4
|
||||
fn_173_3CE0 = .text:0x00003CE0; // type:function size:0x88
|
||||
fn_173_3D70 = .text:0x00003D70; // type:function size:0x598
|
||||
fn_173_4310 = .text:0x00004310; // type:function size:0x4
|
||||
fn_173_4320 = .text:0x00004320; // type:function size:0x64
|
||||
fn_173_4390 = .text:0x00004390; // type:function size:0xF0
|
||||
fn_173_4480 = .text:0x00004480; // type:function size:0x4
|
||||
fn_173_4490 = .text:0x00004490; // type:function size:0x48
|
||||
fn_173_44E0 = .text:0x000044E0; // type:function size:0x78
|
||||
fn_173_4560 = .text:0x00004560; // type:function size:0x4
|
||||
fn_173_4570 = .text:0x00004570; // type:function size:0xC8
|
||||
fn_173_4640 = .text:0x00004640; // type:function size:0x730
|
||||
fn_173_4D70 = .text:0x00004D70; // type:function size:0x4
|
||||
fn_173_4D80 = .text:0x00004D80; // type:function size:0x54
|
||||
fn_173_4DE0 = .text:0x00004DE0; // type:function size:0xA4
|
||||
fn_173_4E90 = .text:0x00004E90; // type:function size:0x4
|
||||
fn_173_4EA0 = .text:0x00004EA0; // type:function size:0x58
|
||||
fn_173_4F00 = .text:0x00004F00; // type:function size:0x164
|
||||
fn_173_5070 = .text:0x00005070; // type:function size:0x4
|
||||
fn_173_5080 = .text:0x00005080; // type:function size:0x64
|
||||
fn_173_50F0 = .text:0x000050F0; // type:function size:0x64
|
||||
fn_173_5160 = .text:0x00005160; // type:function size:0x4
|
||||
fn_173_5170 = .text:0x00005170; // type:function size:0x5C
|
||||
fn_173_51D0 = .text:0x000051D0; // type:function size:0x1C4
|
||||
fn_173_53A0 = .text:0x000053A0; // type:function size:0x4
|
||||
fn_173_53B0 = .text:0x000053B0; // type:function size:0x5C
|
||||
fn_173_5410 = .text:0x00005410; // type:function size:0x1C4
|
||||
fn_173_55E0 = .text:0x000055E0; // type:function size:0x4
|
||||
fn_173_55F0 = .text:0x000055F0; // type:function size:0x50
|
||||
fn_173_5640 = .text:0x00005640; // type:function size:0x120
|
||||
fn_173_5760 = .text:0x00005760; // type:function size:0x4
|
||||
fn_173_5770 = .text:0x00005770; // type:function size:0x4C
|
||||
fn_173_57C0 = .text:0x000057C0; // type:function size:0x130
|
||||
fn_173_58F0 = .text:0x000058F0; // type:function size:0x4
|
||||
fn_173_5900 = .text:0x00005900; // type:function size:0x54
|
||||
fn_173_5960 = .text:0x00005960; // type:function size:0xA4
|
||||
fn_173_5A10 = .text:0x00005A10; // type:function size:0x4
|
||||
finalizeState_Attack__9dAcEhoc_cFv = .text:0x00003550; // type:function size:0x4
|
||||
initializeState_BigAttack__9dAcEhoc_cFv = .text:0x00003560; // type:function size:0x84
|
||||
executeState_BigAttack__9dAcEhoc_cFv = .text:0x000035F0; // type:function size:0x5D8
|
||||
finalizeState_BigAttack__9dAcEhoc_cFv = .text:0x00003BD0; // type:function size:0x8
|
||||
initializeState_AttackAfter__9dAcEhoc_cFv = .text:0x00003BE0; // type:function size:0x80
|
||||
executeState_AttackAfter__9dAcEhoc_cFv = .text:0x00003C60; // type:function size:0x64
|
||||
finalizeState_AttackAfter__9dAcEhoc_cFv = .text:0x00003CD0; // type:function size:0x4
|
||||
initializeState_Escape__9dAcEhoc_cFv = .text:0x00003CE0; // type:function size:0x88
|
||||
executeState_Escape__9dAcEhoc_cFv = .text:0x00003D70; // type:function size:0x598
|
||||
finalizeState_Escape__9dAcEhoc_cFv = .text:0x00004310; // type:function size:0x4
|
||||
initializeState_Damage__9dAcEhoc_cFv = .text:0x00004320; // type:function size:0x64
|
||||
executeState_Damage__9dAcEhoc_cFv = .text:0x00004390; // type:function size:0xF0
|
||||
finalizeState_Damage__9dAcEhoc_cFv = .text:0x00004480; // type:function size:0x4
|
||||
initializeState_Fire__9dAcEhoc_cFv = .text:0x00004490; // type:function size:0x48
|
||||
executeState_Fire__9dAcEhoc_cFv = .text:0x000044E0; // type:function size:0x78
|
||||
finalizeState_Fire__9dAcEhoc_cFv = .text:0x00004560; // type:function size:0x4
|
||||
initializeState_Fail__9dAcEhoc_cFv = .text:0x00004570; // type:function size:0xC8
|
||||
executeState_Fail__9dAcEhoc_cFv = .text:0x00004640; // type:function size:0x730
|
||||
finalizeState_Fail__9dAcEhoc_cFv = .text:0x00004D70; // type:function size:0x4
|
||||
initializeState_StabGuard__9dAcEhoc_cFv = .text:0x00004D80; // type:function size:0x54
|
||||
executeState_StabGuard__9dAcEhoc_cFv = .text:0x00004DE0; // type:function size:0xA4
|
||||
finalizeState_StabGuard__9dAcEhoc_cFv = .text:0x00004E90; // type:function size:0x4
|
||||
initializeState_Stun__9dAcEhoc_cFv = .text:0x00004EA0; // type:function size:0x58
|
||||
executeState_Stun__9dAcEhoc_cFv = .text:0x00004F00; // type:function size:0x164
|
||||
finalizeState_Stun__9dAcEhoc_cFv = .text:0x00005070; // type:function size:0x4
|
||||
initializeState_DropOut__9dAcEhoc_cFv = .text:0x00005080; // type:function size:0x64
|
||||
executeState_DropOut__9dAcEhoc_cFv = .text:0x000050F0; // type:function size:0x64
|
||||
finalizeState_DropOut__9dAcEhoc_cFv = .text:0x00005160; // type:function size:0x4
|
||||
initializeState_Return__9dAcEhoc_cFv = .text:0x00005170; // type:function size:0x5C
|
||||
executeState_Return__9dAcEhoc_cFv = .text:0x000051D0; // type:function size:0x1C4
|
||||
finalizeState_Return__9dAcEhoc_cFv = .text:0x000053A0; // type:function size:0x4
|
||||
initializeState_DashReturn__9dAcEhoc_cFv = .text:0x000053B0; // type:function size:0x5C
|
||||
executeState_DashReturn__9dAcEhoc_cFv = .text:0x00005410; // type:function size:0x1C4
|
||||
finalizeState_DashReturn__9dAcEhoc_cFv = .text:0x000055E0; // type:function size:0x4
|
||||
initializeState_Wait__9dAcEhoc_cFv = .text:0x000055F0; // type:function size:0x50
|
||||
executeState_Wait__9dAcEhoc_cFv = .text:0x00005640; // type:function size:0x120
|
||||
finalizeState_Wait__9dAcEhoc_cFv = .text:0x00005760; // type:function size:0x4
|
||||
initializeState_Summon__9dAcEhoc_cFv = .text:0x00005770; // type:function size:0x4C
|
||||
executeState_Summon__9dAcEhoc_cFv = .text:0x000057C0; // type:function size:0x130
|
||||
finalizeState_Summon__9dAcEhoc_cFv = .text:0x000058F0; // type:function size:0x4
|
||||
initializeState_AirDamage__9dAcEhoc_cFv = .text:0x00005900; // type:function size:0x54
|
||||
executeState_AirDamage__9dAcEhoc_cFv = .text:0x00005960; // type:function size:0xA4
|
||||
finalizeState_AirDamage__9dAcEhoc_cFv = .text:0x00005A10; // type:function size:0x4
|
||||
fn_173_5A20 = .text:0x00005A20; // type:function size:0x6F4
|
||||
fn_173_6120 = .text:0x00006120; // type:function size:0x4C
|
||||
fn_173_6170 = .text:0x00006170; // type:function size:0xC
|
||||
@@ -94,29 +94,29 @@ fn_173_64B0 = .text:0x000064B0; // type:function size:0x8
|
||||
fn_173_64C0 = .text:0x000064C0; // type:function size:0x4
|
||||
fn_173_64D0 = .text:0x000064D0; // type:function size:0x4
|
||||
fn_173_64E0 = .text:0x000064E0; // type:function size:0x8
|
||||
fn_173_64F0 = .text:0x000064F0; // type:function size:0x244
|
||||
__dt__9dAcEhoc_cFv = .text:0x000064F0; // type:function size:0x244
|
||||
fn_173_6740 = .text:0x00006740; // type:function size:0x4
|
||||
fn_173_6750 = .text:0x00006750; // type:function size:0x4
|
||||
fn_173_6760 = .text:0x00006760; // type:function size:0x4
|
||||
fn_173_6770 = .text:0x00006770; // type:function size:0x4
|
||||
fn_173_6780 = .text:0x00006780; // type:function size:0x4
|
||||
fn_173_6790 = .text:0x00006790; // type:function size:0x60
|
||||
fn_173_67F0 = .text:0x000067F0; // type:function size:0xC
|
||||
fn_173_6800 = .text:0x00006800; // type:function size:0x1C
|
||||
fn_173_6820 = .text:0x00006820; // type:function size:0x1C
|
||||
fn_173_6840 = .text:0x00006840; // type:function size:0x1C
|
||||
fn_173_6860 = .text:0x00006860; // type:function size:0x10
|
||||
fn_173_6870 = .text:0x00006870; // type:function size:0x10
|
||||
fn_173_6880 = .text:0x00006880; // type:function size:0x10
|
||||
fn_173_6890 = .text:0x00006890; // type:function size:0x10
|
||||
fn_173_68A0 = .text:0x000068A0; // type:function size:0x10
|
||||
fn_173_68B0 = .text:0x000068B0; // type:function size:0x10
|
||||
fn_173_68C0 = .text:0x000068C0; // type:function size:0x30
|
||||
fn_173_68F0 = .text:0x000068F0; // type:function size:0x30
|
||||
fn_173_6920 = .text:0x00006920; // type:function size:0x30
|
||||
fn_173_6950 = .text:0x00006950; // type:function size:0xD68
|
||||
fn_173_76C0 = .text:0x000076C0; // type:function size:0x58
|
||||
fn_173_7720 = .text:0x00007720; // type:function size:0x88
|
||||
build__24sFStateFct_c<9dAcEhoc_c>FRC12sStateIDIf_c = .text:0x00006790; // type:function size:0x60
|
||||
dispose__24sFStateFct_c<9dAcEhoc_c>FRP10sStateIf_c = .text:0x000067F0; // type:function size:0xC
|
||||
initialize__21sFState_c<9dAcEhoc_c>Fv = .text:0x00006800; // type:function size:0x1C
|
||||
execute__21sFState_c<9dAcEhoc_c>Fv = .text:0x00006820; // type:function size:0x1C
|
||||
finalize__21sFState_c<9dAcEhoc_c>Fv = .text:0x00006840; // type:function size:0x1C
|
||||
initializeState__77sStateMgr_c<9dAcEhoc_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00006860; // type:function size:0x10
|
||||
finalizeState__77sStateMgr_c<9dAcEhoc_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00006870; // type:function size:0x10
|
||||
refreshState__77sStateMgr_c<9dAcEhoc_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00006880; // type:function size:0x10
|
||||
getState__77sStateMgr_c<9dAcEhoc_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00006890; // type:function size:0x10
|
||||
getNewStateID__77sStateMgr_c<9dAcEhoc_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000068A0; // type:function size:0x10
|
||||
getOldStateID__77sStateMgr_c<9dAcEhoc_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000068B0; // type:function size:0x10
|
||||
finalizeState__23sFStateID_c<9dAcEhoc_c>CFR9dAcEhoc_c = .text:0x000068C0; // type:function size:0x30
|
||||
executeState__23sFStateID_c<9dAcEhoc_c>CFR9dAcEhoc_c = .text:0x000068F0; // type:function size:0x30
|
||||
initializeState__23sFStateID_c<9dAcEhoc_c>CFR9dAcEhoc_c = .text:0x00006920; // type:function size:0x30
|
||||
__sinit_\d_a_e_hoc_cpp = .text:0x00006950; // type:function size:0xD68 scope:local
|
||||
__dt__23sFStateID_c<9dAcEhoc_c>Fv = .text:0x000076C0; // type:function size:0x58
|
||||
isSameName__23sFStateID_c<9dAcEhoc_c>CFPCc = .text:0x00007720; // type:function size:0x88
|
||||
fn_173_77B0 = .text:0x000077B0; // type:function size:0x8
|
||||
fn_173_77C0 = .text:0x000077C0; // type:function size:0x8
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
@@ -139,7 +139,7 @@ lbl_173_rodata_190 = .rodata:0x00000190; // type:object size:0x28 data:float
|
||||
lbl_173_rodata_1B8 = .rodata:0x000001B8; // type:object size:0x4 data:float
|
||||
lbl_173_rodata_1BC = .rodata:0x000001BC; // type:object size:0xC data:float
|
||||
lbl_173_rodata_1C8 = .rodata:0x000001C8; // type:object size:0x2C data:float
|
||||
lbl_173_data_0 = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
g_profile_E_HOC = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
lbl_173_data_10 = .data:0x00000010; // type:object size:0x8
|
||||
lbl_173_data_18 = .data:0x00000018; // type:object size:0x8 data:string
|
||||
lbl_173_data_20 = .data:0x00000020; // type:object size:0x4 data:string
|
||||
|
||||
@@ -3,66 +3,66 @@ _epilog = .text:0x00000030; // type:function size:0x2C scope:global
|
||||
_unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
fn_210_F0 = .text:0x000000F0; // type:function size:0x1B4
|
||||
dAcEHp_c_classInit__Fv = .text:0x000000F0; // type:function size:0x1B4
|
||||
fn_210_2B0 = .text:0x000002B0; // type:function size:0x58
|
||||
fn_210_310 = .text:0x00000310; // type:function size:0x84
|
||||
fn_210_3A0 = .text:0x000003A0; // type:function size:0x58
|
||||
fn_210_400 = .text:0x00000400; // type:function size:0x90
|
||||
fn_210_490 = .text:0x00000490; // type:function size:0x58
|
||||
fn_210_4F0 = .text:0x000004F0; // type:function size:0x6C
|
||||
fn_210_560 = .text:0x00000560; // type:function size:0xA0
|
||||
fn_210_600 = .text:0x00000600; // type:function size:0xA4
|
||||
__dt__20sFState_c<8dAcEHp_c>Fv = .text:0x00000490; // type:function size:0x58
|
||||
__dt__23sFStateFct_c<8dAcEHp_c>Fv = .text:0x000004F0; // type:function size:0x6C
|
||||
__dt__76sStateMgr_c<8dAcEHp_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000560; // type:function size:0xA0
|
||||
__dt__46sFStateMgr_c<8dAcEHp_c,20sStateMethodUsr_FI_c>Fv = .text:0x00000600; // type:function size:0xA4
|
||||
fn_210_6B0 = .text:0x000006B0; // type:function size:0x9C
|
||||
fn_210_750 = .text:0x00000750; // type:function size:0x164
|
||||
fn_210_8C0 = .text:0x000008C0; // type:function size:0x10
|
||||
changeState__76sStateMgr_c<8dAcEHp_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x000008C0; // type:function size:0x10
|
||||
fn_210_8D0 = .text:0x000008D0; // type:function size:0x8
|
||||
fn_210_8E0 = .text:0x000008E0; // type:function size:0xA4
|
||||
fn_210_990 = .text:0x00000990; // type:function size:0x10
|
||||
fn_210_9A0 = .text:0x000009A0; // type:function size:0x10
|
||||
getStateID__76sStateMgr_c<8dAcEHp_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00000990; // type:function size:0x10
|
||||
executeState__76sStateMgr_c<8dAcEHp_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000009A0; // type:function size:0x10
|
||||
fn_210_9B0 = .text:0x000009B0; // type:function size:0x1E0
|
||||
fn_210_B90 = .text:0x00000B90; // type:function size:0x1C
|
||||
fn_210_BB0 = .text:0x00000BB0; // type:function size:0x28
|
||||
fn_210_BE0 = .text:0x00000BE0; // type:function size:0x4
|
||||
fn_210_BF0 = .text:0x00000BF0; // type:function size:0x7C
|
||||
fn_210_C70 = .text:0x00000C70; // type:function size:0x94
|
||||
fn_210_D10 = .text:0x00000D10; // type:function size:0x4
|
||||
fn_210_D20 = .text:0x00000D20; // type:function size:0x24
|
||||
fn_210_D50 = .text:0x00000D50; // type:function size:0x144
|
||||
fn_210_EA0 = .text:0x00000EA0; // type:function size:0x4
|
||||
fn_210_EB0 = .text:0x00000EB0; // type:function size:0x78
|
||||
fn_210_F30 = .text:0x00000F30; // type:function size:0x114
|
||||
fn_210_1050 = .text:0x00001050; // type:function size:0x4
|
||||
fn_210_1060 = .text:0x00001060; // type:function size:0x5C
|
||||
fn_210_10C0 = .text:0x000010C0; // type:function size:0x90
|
||||
fn_210_1150 = .text:0x00001150; // type:function size:0x4
|
||||
fn_210_1160 = .text:0x00001160; // type:function size:0x5C
|
||||
fn_210_11C0 = .text:0x000011C0; // type:function size:0x54
|
||||
fn_210_1220 = .text:0x00001220; // type:function size:0x4
|
||||
fn_210_1230 = .text:0x00001230; // type:function size:0x78
|
||||
fn_210_12B0 = .text:0x000012B0; // type:function size:0x6C
|
||||
fn_210_1320 = .text:0x00001320; // type:function size:0x4
|
||||
fn_210_1330 = .text:0x00001330; // type:function size:0x7C
|
||||
fn_210_13B0 = .text:0x000013B0; // type:function size:0xFC
|
||||
fn_210_14B0 = .text:0x000014B0; // type:function size:0x4
|
||||
fn_210_14C0 = .text:0x000014C0; // type:function size:0x24
|
||||
fn_210_14F0 = .text:0x000014F0; // type:function size:0x114
|
||||
fn_210_1610 = .text:0x00001610; // type:function size:0x4
|
||||
fn_210_1620 = .text:0x00001620; // type:function size:0x78
|
||||
fn_210_16A0 = .text:0x000016A0; // type:function size:0x88
|
||||
fn_210_1730 = .text:0x00001730; // type:function size:0x4
|
||||
fn_210_1740 = .text:0x00001740; // type:function size:0x68
|
||||
fn_210_17B0 = .text:0x000017B0; // type:function size:0x100
|
||||
initializeState_BobUpAndDown__8dAcEHp_cFv = .text:0x00000BF0; // type:function size:0x7C
|
||||
executeState_BobUpAndDown__8dAcEHp_cFv = .text:0x00000C70; // type:function size:0x94
|
||||
finalizeState_BobUpAndDown__8dAcEHp_cFv = .text:0x00000D10; // type:function size:0x4
|
||||
initializeState_Chase__8dAcEHp_cFv = .text:0x00000D20; // type:function size:0x24
|
||||
executeState_Chase__8dAcEHp_cFv = .text:0x00000D50; // type:function size:0x144
|
||||
finalizeState_Chase__8dAcEHp_cFv = .text:0x00000EA0; // type:function size:0x4
|
||||
initializeState_Attack__8dAcEHp_cFv = .text:0x00000EB0; // type:function size:0x78
|
||||
executeState_Attack__8dAcEHp_cFv = .text:0x00000F30; // type:function size:0x114
|
||||
finalizeState_Attack__8dAcEHp_cFv = .text:0x00001050; // type:function size:0x4
|
||||
initializeState_AtkWait__8dAcEHp_cFv = .text:0x00001060; // type:function size:0x5C
|
||||
executeState_AtkWait__8dAcEHp_cFv = .text:0x000010C0; // type:function size:0x90
|
||||
finalizeState_AtkWait__8dAcEHp_cFv = .text:0x00001150; // type:function size:0x4
|
||||
initializeState_Extract__8dAcEHp_cFv = .text:0x00001160; // type:function size:0x5C
|
||||
executeState_Extract__8dAcEHp_cFv = .text:0x000011C0; // type:function size:0x54
|
||||
finalizeState_Extract__8dAcEHp_cFv = .text:0x00001220; // type:function size:0x4
|
||||
initializeState_Petrify__8dAcEHp_cFv = .text:0x00001230; // type:function size:0x78
|
||||
executeState_Petrify__8dAcEHp_cFv = .text:0x000012B0; // type:function size:0x6C
|
||||
finalizeState_Petrify__8dAcEHp_cFv = .text:0x00001320; // type:function size:0x4
|
||||
initializeState_Fluster__8dAcEHp_cFv = .text:0x00001330; // type:function size:0x7C
|
||||
executeState_Fluster__8dAcEHp_cFv = .text:0x000013B0; // type:function size:0xFC
|
||||
finalizeState_Fluster__8dAcEHp_cFv = .text:0x000014B0; // type:function size:0x4
|
||||
initializeState_Escape__8dAcEHp_cFv = .text:0x000014C0; // type:function size:0x24
|
||||
executeState_Escape__8dAcEHp_cFv = .text:0x000014F0; // type:function size:0x114
|
||||
finalizeState_Escape__8dAcEHp_cFv = .text:0x00001610; // type:function size:0x4
|
||||
initializeState_Damage__8dAcEHp_cFv = .text:0x00001620; // type:function size:0x78
|
||||
executeState_Damage__8dAcEHp_cFv = .text:0x000016A0; // type:function size:0x88
|
||||
finalizeState_Damage__8dAcEHp_cFv = .text:0x00001730; // type:function size:0x4
|
||||
initializeState_VcmDmg__8dAcEHp_cFv = .text:0x00001740; // type:function size:0x68
|
||||
executeState_VcmDmg__8dAcEHp_cFv = .text:0x000017B0; // type:function size:0x100
|
||||
fn_210_18B0 = .text:0x000018B0; // type:function size:0x4C
|
||||
fn_210_1900 = .text:0x00001900; // type:function size:0x4
|
||||
fn_210_1910 = .text:0x00001910; // type:function size:0x60
|
||||
fn_210_1970 = .text:0x00001970; // type:function size:0x64
|
||||
fn_210_19E0 = .text:0x000019E0; // type:function size:0x4
|
||||
fn_210_19F0 = .text:0x000019F0; // type:function size:0x8C
|
||||
fn_210_1A80 = .text:0x00001A80; // type:function size:0xDC
|
||||
fn_210_1B60 = .text:0x00001B60; // type:function size:0x4
|
||||
fn_210_1B70 = .text:0x00001B70; // type:function size:0x58
|
||||
fn_210_1BD0 = .text:0x00001BD0; // type:function size:0x10
|
||||
fn_210_1BE0 = .text:0x00001BE0; // type:function size:0x4
|
||||
finalizeState_VcmDmg__8dAcEHp_cFv = .text:0x00001900; // type:function size:0x4
|
||||
initializeState_Stun__8dAcEHp_cFv = .text:0x00001910; // type:function size:0x60
|
||||
executeState_Stun__8dAcEHp_cFv = .text:0x00001970; // type:function size:0x64
|
||||
finalizeState_Stun__8dAcEHp_cFv = .text:0x000019E0; // type:function size:0x4
|
||||
initializeState_Die__8dAcEHp_cFv = .text:0x000019F0; // type:function size:0x8C
|
||||
executeState_Die__8dAcEHp_cFv = .text:0x00001A80; // type:function size:0xDC
|
||||
finalizeState_Die__8dAcEHp_cFv = .text:0x00001B60; // type:function size:0x4
|
||||
initializeState_Dummy__8dAcEHp_cFv = .text:0x00001B70; // type:function size:0x58
|
||||
executeState_Dummy__8dAcEHp_cFv = .text:0x00001BD0; // type:function size:0x10
|
||||
finalizeState_Dummy__8dAcEHp_cFv = .text:0x00001BE0; // type:function size:0x4
|
||||
fn_210_1BF0 = .text:0x00001BF0; // type:function size:0x60
|
||||
fn_210_1C50 = .text:0x00001C50; // type:function size:0x50
|
||||
fn_210_1CA0 = .text:0x00001CA0; // type:function size:0xD8
|
||||
@@ -84,24 +84,24 @@ fn_210_2870 = .text:0x00002870; // type:function size:0x8
|
||||
fn_210_2880 = .text:0x00002880; // type:function size:0x4
|
||||
fn_210_2890 = .text:0x00002890; // type:function size:0x4
|
||||
fn_210_28A0 = .text:0x000028A0; // type:function size:0x8
|
||||
fn_210_28B0 = .text:0x000028B0; // type:function size:0x168
|
||||
fn_210_2A20 = .text:0x00002A20; // type:function size:0x60
|
||||
fn_210_2A80 = .text:0x00002A80; // type:function size:0xC
|
||||
fn_210_2A90 = .text:0x00002A90; // type:function size:0x1C
|
||||
fn_210_2AB0 = .text:0x00002AB0; // type:function size:0x1C
|
||||
fn_210_2AD0 = .text:0x00002AD0; // type:function size:0x1C
|
||||
fn_210_2AF0 = .text:0x00002AF0; // type:function size:0x10
|
||||
fn_210_2B00 = .text:0x00002B00; // type:function size:0x10
|
||||
fn_210_2B10 = .text:0x00002B10; // type:function size:0x10
|
||||
fn_210_2B20 = .text:0x00002B20; // type:function size:0x10
|
||||
fn_210_2B30 = .text:0x00002B30; // type:function size:0x10
|
||||
fn_210_2B40 = .text:0x00002B40; // type:function size:0x10
|
||||
fn_210_2B50 = .text:0x00002B50; // type:function size:0x30
|
||||
fn_210_2B80 = .text:0x00002B80; // type:function size:0x30
|
||||
fn_210_2BB0 = .text:0x00002BB0; // type:function size:0x30
|
||||
fn_210_2BE0 = .text:0x00002BE0; // type:function size:0x9F4
|
||||
fn_210_35E0 = .text:0x000035E0; // type:function size:0x58
|
||||
fn_210_3640 = .text:0x00003640; // type:function size:0x88
|
||||
__dt__8dAcEHp_cFv = .text:0x000028B0; // type:function size:0x168
|
||||
build__23sFStateFct_c<8dAcEHp_c>FRC12sStateIDIf_c = .text:0x00002A20; // type:function size:0x60
|
||||
dispose__23sFStateFct_c<8dAcEHp_c>FRP10sStateIf_c = .text:0x00002A80; // type:function size:0xC
|
||||
initialize__20sFState_c<8dAcEHp_c>Fv = .text:0x00002A90; // type:function size:0x1C
|
||||
execute__20sFState_c<8dAcEHp_c>Fv = .text:0x00002AB0; // type:function size:0x1C
|
||||
finalize__20sFState_c<8dAcEHp_c>Fv = .text:0x00002AD0; // type:function size:0x1C
|
||||
initializeState__76sStateMgr_c<8dAcEHp_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00002AF0; // type:function size:0x10
|
||||
finalizeState__76sStateMgr_c<8dAcEHp_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00002B00; // type:function size:0x10
|
||||
refreshState__76sStateMgr_c<8dAcEHp_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00002B10; // type:function size:0x10
|
||||
getState__76sStateMgr_c<8dAcEHp_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00002B20; // type:function size:0x10
|
||||
getNewStateID__76sStateMgr_c<8dAcEHp_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00002B30; // type:function size:0x10
|
||||
getOldStateID__76sStateMgr_c<8dAcEHp_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00002B40; // type:function size:0x10
|
||||
finalizeState__22sFStateID_c<8dAcEHp_c>CFR8dAcEHp_c = .text:0x00002B50; // type:function size:0x30
|
||||
executeState__22sFStateID_c<8dAcEHp_c>CFR8dAcEHp_c = .text:0x00002B80; // type:function size:0x30
|
||||
initializeState__22sFStateID_c<8dAcEHp_c>CFR8dAcEHp_c = .text:0x00002BB0; // type:function size:0x30
|
||||
__sinit_\d_a_e_hp_cpp = .text:0x00002BE0; // type:function size:0x9F4 scope:local
|
||||
__dt__22sFStateID_c<8dAcEHp_c>Fv = .text:0x000035E0; // type:function size:0x58
|
||||
isSameName__22sFStateID_c<8dAcEHp_c>CFPCc = .text:0x00003640; // type:function size:0x88
|
||||
fn_210_36D0 = .text:0x000036D0; // type:function size:0x8
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
_dtors = .dtors:0x00000000; // type:label scope:global
|
||||
@@ -123,7 +123,7 @@ lbl_210_rodata_68 = .rodata:0x00000068; // type:object size:0x4 data:float
|
||||
lbl_210_rodata_70 = .rodata:0x00000070; // type:object size:0x8 data:double
|
||||
lbl_210_rodata_78 = .rodata:0x00000078; // type:object size:0x4 data:float
|
||||
lbl_210_rodata_7C = .rodata:0x0000007C; // type:object size:0x6C data:float
|
||||
lbl_210_data_0 = .data:0x00000000; // type:object size:0x70 data:4byte
|
||||
g_profile_E_HP = .data:0x00000000; // type:object size:0x70 data:4byte
|
||||
lbl_210_data_70 = .data:0x00000070; // type:object size:0x3C
|
||||
lbl_210_data_AC = .data:0x000000AC; // type:object size:0x8
|
||||
lbl_210_data_B4 = .data:0x000000B4; // type:object size:0x8
|
||||
|
||||
@@ -4,11 +4,11 @@ _unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
fn_182_F0 = .text:0x000000F0; // type:function size:0x40
|
||||
fn_182_130 = .text:0x00000130; // type:function size:0x2C8
|
||||
fn_182_400 = .text:0x00000400; // type:function size:0x58
|
||||
fn_182_460 = .text:0x00000460; // type:function size:0x6C
|
||||
fn_182_4D0 = .text:0x000004D0; // type:function size:0xA0
|
||||
fn_182_570 = .text:0x00000570; // type:function size:0xA4
|
||||
dAcEhydra_c_classInit__Fv = .text:0x00000130; // type:function size:0x2C8
|
||||
__dt__24sFState_c<11dAcEhydra_c>Fv = .text:0x00000400; // type:function size:0x58
|
||||
__dt__27sFStateFct_c<11dAcEhydra_c>Fv = .text:0x00000460; // type:function size:0x6C
|
||||
__dt__80sStateMgr_c<11dAcEhydra_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000004D0; // type:function size:0xA0
|
||||
__dt__50sFStateMgr_c<11dAcEhydra_c,20sStateMethodUsr_FI_c>Fv = .text:0x00000570; // type:function size:0xA4
|
||||
fn_182_620 = .text:0x00000620; // type:function size:0x58
|
||||
fn_182_680 = .text:0x00000680; // type:function size:0x5C
|
||||
fn_182_6E0 = .text:0x000006E0; // type:function size:0x3C
|
||||
@@ -26,49 +26,49 @@ fn_182_C60 = .text:0x00000C60; // type:function size:0xAC
|
||||
fn_182_D10 = .text:0x00000D10; // type:function size:0x3C
|
||||
fn_182_D50 = .text:0x00000D50; // type:function size:0x504
|
||||
fn_182_1260 = .text:0x00001260; // type:function size:0xE8
|
||||
fn_182_1350 = .text:0x00001350; // type:function size:0x10
|
||||
changeState__80sStateMgr_c<11dAcEhydra_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x00001350; // type:function size:0x10
|
||||
fn_182_1360 = .text:0x00001360; // type:function size:0x124
|
||||
fn_182_1490 = .text:0x00001490; // type:function size:0x8
|
||||
fn_182_14A0 = .text:0x000014A0; // type:function size:0x1278
|
||||
fn_182_2720 = .text:0x00002720; // type:function size:0x10
|
||||
fn_182_2730 = .text:0x00002730; // type:function size:0x10
|
||||
getStateID__80sStateMgr_c<11dAcEhydra_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00002720; // type:function size:0x10
|
||||
executeState__80sStateMgr_c<11dAcEhydra_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00002730; // type:function size:0x10
|
||||
fn_182_2740 = .text:0x00002740; // type:function size:0x4C
|
||||
fn_182_2790 = .text:0x00002790; // type:function size:0x1C
|
||||
fn_182_27B0 = .text:0x000027B0; // type:function size:0x1B0
|
||||
fn_182_2960 = .text:0x00002960; // type:function size:0x6C
|
||||
fn_182_29D0 = .text:0x000029D0; // type:function size:0x460
|
||||
fn_182_2E30 = .text:0x00002E30; // type:function size:0x4
|
||||
fn_182_2E40 = .text:0x00002E40; // type:function size:0x12C
|
||||
fn_182_2F70 = .text:0x00002F70; // type:function size:0x124
|
||||
fn_182_30A0 = .text:0x000030A0; // type:function size:0x4
|
||||
fn_182_30B0 = .text:0x000030B0; // type:function size:0xA0
|
||||
fn_182_3150 = .text:0x00003150; // type:function size:0x1C8
|
||||
fn_182_3320 = .text:0x00003320; // type:function size:0x4
|
||||
fn_182_3330 = .text:0x00003330; // type:function size:0x80
|
||||
fn_182_33B0 = .text:0x000033B0; // type:function size:0x148
|
||||
fn_182_3500 = .text:0x00003500; // type:function size:0x4
|
||||
fn_182_3510 = .text:0x00003510; // type:function size:0x19C
|
||||
fn_182_36B0 = .text:0x000036B0; // type:function size:0x3B0
|
||||
fn_182_3A60 = .text:0x00003A60; // type:function size:0x4
|
||||
fn_182_3A70 = .text:0x00003A70; // type:function size:0x6C
|
||||
fn_182_3AE0 = .text:0x00003AE0; // type:function size:0x314
|
||||
initializeState_Wait__11dAcEhydra_cFv = .text:0x00002960; // type:function size:0x6C
|
||||
executeState_Wait__11dAcEhydra_cFv = .text:0x000029D0; // type:function size:0x460
|
||||
finalizeState_Wait__11dAcEhydra_cFv = .text:0x00002E30; // type:function size:0x4
|
||||
initializeState_Walk__11dAcEhydra_cFv = .text:0x00002E40; // type:function size:0x12C
|
||||
executeState_Walk__11dAcEhydra_cFv = .text:0x00002F70; // type:function size:0x124
|
||||
finalizeState_Walk__11dAcEhydra_cFv = .text:0x000030A0; // type:function size:0x4
|
||||
initializeState_Ret__11dAcEhydra_cFv = .text:0x000030B0; // type:function size:0xA0
|
||||
executeState_Ret__11dAcEhydra_cFv = .text:0x00003150; // type:function size:0x1C8
|
||||
finalizeState_Ret__11dAcEhydra_cFv = .text:0x00003320; // type:function size:0x4
|
||||
initializeState_Run__11dAcEhydra_cFv = .text:0x00003330; // type:function size:0x80
|
||||
executeState_Run__11dAcEhydra_cFv = .text:0x000033B0; // type:function size:0x148
|
||||
finalizeState_Run__11dAcEhydra_cFv = .text:0x00003500; // type:function size:0x4
|
||||
initializeState_Attack__11dAcEhydra_cFv = .text:0x00003510; // type:function size:0x19C
|
||||
executeState_Attack__11dAcEhydra_cFv = .text:0x000036B0; // type:function size:0x3B0
|
||||
finalizeState_Attack__11dAcEhydra_cFv = .text:0x00003A60; // type:function size:0x4
|
||||
initializeState_AttackWait__11dAcEhydra_cFv = .text:0x00003A70; // type:function size:0x6C
|
||||
executeState_AttackWait__11dAcEhydra_cFv = .text:0x00003AE0; // type:function size:0x314
|
||||
fn_182_3E00 = .text:0x00003E00; // type:function size:0x4C
|
||||
fn_182_3E50 = .text:0x00003E50; // type:function size:0x4
|
||||
fn_182_3E60 = .text:0x00003E60; // type:function size:0x80
|
||||
fn_182_3EE0 = .text:0x00003EE0; // type:function size:0x1AC
|
||||
fn_182_4090 = .text:0x00004090; // type:function size:0x4
|
||||
fn_182_40A0 = .text:0x000040A0; // type:function size:0x9C
|
||||
fn_182_4140 = .text:0x00004140; // type:function size:0x298
|
||||
fn_182_43E0 = .text:0x000043E0; // type:function size:0x4
|
||||
fn_182_43F0 = .text:0x000043F0; // type:function size:0x134
|
||||
fn_182_4530 = .text:0x00004530; // type:function size:0xEC
|
||||
fn_182_4620 = .text:0x00004620; // type:function size:0x4
|
||||
fn_182_4630 = .text:0x00004630; // type:function size:0xD0
|
||||
fn_182_4700 = .text:0x00004700; // type:function size:0x25C
|
||||
fn_182_4960 = .text:0x00004960; // type:function size:0x4
|
||||
fn_182_4970 = .text:0x00004970; // type:function size:0xBC
|
||||
fn_182_4A30 = .text:0x00004A30; // type:function size:0x1C0
|
||||
fn_182_4BF0 = .text:0x00004BF0; // type:function size:0x4
|
||||
finalizeState_AttackWait__11dAcEhydra_cFv = .text:0x00003E50; // type:function size:0x4
|
||||
initializeState_Recover__11dAcEhydra_cFv = .text:0x00003E60; // type:function size:0x80
|
||||
executeState_Recover__11dAcEhydra_cFv = .text:0x00003EE0; // type:function size:0x1AC
|
||||
finalizeState_Recover__11dAcEhydra_cFv = .text:0x00004090; // type:function size:0x4
|
||||
initializeState_Stun__11dAcEhydra_cFv = .text:0x000040A0; // type:function size:0x9C
|
||||
executeState_Stun__11dAcEhydra_cFv = .text:0x00004140; // type:function size:0x298
|
||||
finalizeState_Stun__11dAcEhydra_cFv = .text:0x000043E0; // type:function size:0x4
|
||||
initializeState_Damage__11dAcEhydra_cFv = .text:0x000043F0; // type:function size:0x134
|
||||
executeState_Damage__11dAcEhydra_cFv = .text:0x00004530; // type:function size:0xEC
|
||||
finalizeState_Damage__11dAcEhydra_cFv = .text:0x00004620; // type:function size:0x4
|
||||
initializeState_EtcDamage__11dAcEhydra_cFv = .text:0x00004630; // type:function size:0xD0
|
||||
executeState_EtcDamage__11dAcEhydra_cFv = .text:0x00004700; // type:function size:0x25C
|
||||
finalizeState_EtcDamage__11dAcEhydra_cFv = .text:0x00004960; // type:function size:0x4
|
||||
initializeState_Dead__11dAcEhydra_cFv = .text:0x00004970; // type:function size:0xBC
|
||||
executeState_Dead__11dAcEhydra_cFv = .text:0x00004A30; // type:function size:0x1C0
|
||||
finalizeState_Dead__11dAcEhydra_cFv = .text:0x00004BF0; // type:function size:0x4
|
||||
fn_182_4C00 = .text:0x00004C00; // type:function size:0x194
|
||||
fn_182_4DA0 = .text:0x00004DA0; // type:function size:0x1E4
|
||||
fn_182_4F90 = .text:0x00004F90; // type:function size:0x1F0
|
||||
@@ -86,7 +86,7 @@ fn_182_5E10 = .text:0x00005E10; // type:function size:0x8
|
||||
fn_182_5E20 = .text:0x00005E20; // type:function size:0x4
|
||||
fn_182_5E30 = .text:0x00005E30; // type:function size:0x4
|
||||
fn_182_5E40 = .text:0x00005E40; // type:function size:0x8
|
||||
fn_182_5E50 = .text:0x00005E50; // type:function size:0x248
|
||||
__dt__11dAcEhydra_cFv = .text:0x00005E50; // type:function size:0x248
|
||||
fn_182_60A0 = .text:0x000060A0; // type:function size:0x50
|
||||
fn_182_60F0 = .text:0x000060F0; // type:function size:0x4
|
||||
fn_182_6100 = .text:0x00006100; // type:function size:0x14C
|
||||
@@ -95,23 +95,23 @@ fn_182_6330 = .text:0x00006330; // type:function size:0x28
|
||||
fn_182_6360 = .text:0x00006360; // type:function size:0x28
|
||||
fn_182_6390 = .text:0x00006390; // type:function size:0x8
|
||||
fn_182_63A0 = .text:0x000063A0; // type:function size:0x8
|
||||
fn_182_63B0 = .text:0x000063B0; // type:function size:0x60
|
||||
fn_182_6410 = .text:0x00006410; // type:function size:0xC
|
||||
fn_182_6420 = .text:0x00006420; // type:function size:0x1C
|
||||
fn_182_6440 = .text:0x00006440; // type:function size:0x1C
|
||||
fn_182_6460 = .text:0x00006460; // type:function size:0x1C
|
||||
fn_182_6480 = .text:0x00006480; // type:function size:0x10
|
||||
fn_182_6490 = .text:0x00006490; // type:function size:0x10
|
||||
fn_182_64A0 = .text:0x000064A0; // type:function size:0x10
|
||||
fn_182_64B0 = .text:0x000064B0; // type:function size:0x10
|
||||
fn_182_64C0 = .text:0x000064C0; // type:function size:0x10
|
||||
fn_182_64D0 = .text:0x000064D0; // type:function size:0x10
|
||||
fn_182_64E0 = .text:0x000064E0; // type:function size:0x30
|
||||
fn_182_6510 = .text:0x00006510; // type:function size:0x30
|
||||
fn_182_6540 = .text:0x00006540; // type:function size:0x30
|
||||
fn_182_6570 = .text:0x00006570; // type:function size:0x85C
|
||||
fn_182_6DD0 = .text:0x00006DD0; // type:function size:0x58
|
||||
fn_182_6E30 = .text:0x00006E30; // type:function size:0x88
|
||||
build__27sFStateFct_c<11dAcEhydra_c>FRC12sStateIDIf_c = .text:0x000063B0; // type:function size:0x60
|
||||
dispose__27sFStateFct_c<11dAcEhydra_c>FRP10sStateIf_c = .text:0x00006410; // type:function size:0xC
|
||||
initialize__24sFState_c<11dAcEhydra_c>Fv = .text:0x00006420; // type:function size:0x1C
|
||||
execute__24sFState_c<11dAcEhydra_c>Fv = .text:0x00006440; // type:function size:0x1C
|
||||
finalize__24sFState_c<11dAcEhydra_c>Fv = .text:0x00006460; // type:function size:0x1C
|
||||
initializeState__80sStateMgr_c<11dAcEhydra_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00006480; // type:function size:0x10
|
||||
finalizeState__80sStateMgr_c<11dAcEhydra_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00006490; // type:function size:0x10
|
||||
refreshState__80sStateMgr_c<11dAcEhydra_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000064A0; // type:function size:0x10
|
||||
getState__80sStateMgr_c<11dAcEhydra_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000064B0; // type:function size:0x10
|
||||
getNewStateID__80sStateMgr_c<11dAcEhydra_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000064C0; // type:function size:0x10
|
||||
getOldStateID__80sStateMgr_c<11dAcEhydra_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000064D0; // type:function size:0x10
|
||||
finalizeState__26sFStateID_c<11dAcEhydra_c>CFR11dAcEhydra_c = .text:0x000064E0; // type:function size:0x30
|
||||
executeState__26sFStateID_c<11dAcEhydra_c>CFR11dAcEhydra_c = .text:0x00006510; // type:function size:0x30
|
||||
initializeState__26sFStateID_c<11dAcEhydra_c>CFR11dAcEhydra_c = .text:0x00006540; // type:function size:0x30
|
||||
__sinit_\d_a_e_hydra_cpp = .text:0x00006570; // type:function size:0x85C scope:local
|
||||
__dt__26sFStateID_c<11dAcEhydra_c>Fv = .text:0x00006DD0; // type:function size:0x58
|
||||
isSameName__26sFStateID_c<11dAcEhydra_c>CFPCc = .text:0x00006E30; // type:function size:0x88
|
||||
fn_182_6EC0 = .text:0x00006EC0; // type:function size:0x8
|
||||
fn_182_6ED0 = .text:0x00006ED0; // type:function size:0x8
|
||||
fn_182_6EE0 = .text:0x00006EE0; // type:function size:0x8
|
||||
@@ -128,7 +128,7 @@ lbl_182_rodata_15C = .rodata:0x0000015C; // type:object size:0xC data:float
|
||||
lbl_182_rodata_168 = .rodata:0x00000168; // type:object size:0x8 data:float
|
||||
lbl_182_rodata_170 = .rodata:0x00000170; // type:object size:0x14 data:float
|
||||
lbl_182_data_0 = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
lbl_182_data_10 = .data:0x00000010; // type:object size:0x10
|
||||
g_profile_E_HYDRA = .data:0x00000010; // type:object size:0x10
|
||||
lbl_182_data_20 = .data:0x00000020; // type:object size:0x8
|
||||
lbl_182_data_28 = .data:0x00000028; // type:object size:0x8
|
||||
lbl_182_data_30 = .data:0x00000030; // type:object size:0x14
|
||||
|
||||
@@ -3,22 +3,22 @@ _epilog = .text:0x00000030; // type:function size:0x2C scope:global
|
||||
_unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
fn_310_F0 = .text:0x000000F0; // type:function size:0x120
|
||||
dAcEkg_c_classInit__Fv = .text:0x000000F0; // type:function size:0x120
|
||||
fn_310_210 = .text:0x00000210; // type:function size:0x58
|
||||
fn_310_270 = .text:0x00000270; // type:function size:0x58
|
||||
fn_310_2D0 = .text:0x000002D0; // type:function size:0x90
|
||||
fn_310_360 = .text:0x00000360; // type:function size:0x58
|
||||
fn_310_3C0 = .text:0x000003C0; // type:function size:0x6C
|
||||
fn_310_430 = .text:0x00000430; // type:function size:0xA0
|
||||
fn_310_4D0 = .text:0x000004D0; // type:function size:0xA4
|
||||
__dt__20sFState_c<8dAcEkg_c>Fv = .text:0x00000360; // type:function size:0x58
|
||||
__dt__23sFStateFct_c<8dAcEkg_c>Fv = .text:0x000003C0; // type:function size:0x6C
|
||||
__dt__76sStateMgr_c<8dAcEkg_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000430; // type:function size:0xA0
|
||||
__dt__46sFStateMgr_c<8dAcEkg_c,20sStateMethodUsr_FI_c>Fv = .text:0x000004D0; // type:function size:0xA4
|
||||
fn_310_580 = .text:0x00000580; // type:function size:0x64
|
||||
fn_310_5F0 = .text:0x000005F0; // type:function size:0x1D0
|
||||
fn_310_7C0 = .text:0x000007C0; // type:function size:0x1B4
|
||||
fn_310_980 = .text:0x00000980; // type:function size:0x180
|
||||
fn_310_B00 = .text:0x00000B00; // type:function size:0x118
|
||||
fn_310_C20 = .text:0x00000C20; // type:function size:0x10
|
||||
changeState__76sStateMgr_c<8dAcEkg_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x00000C20; // type:function size:0x10
|
||||
fn_310_C30 = .text:0x00000C30; // type:function size:0x204
|
||||
fn_310_E40 = .text:0x00000E40; // type:function size:0x10
|
||||
getStateID__76sStateMgr_c<8dAcEkg_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00000E40; // type:function size:0x10
|
||||
fn_310_E50 = .text:0x00000E50; // type:function size:0x27C
|
||||
fn_310_10D0 = .text:0x000010D0; // type:function size:0x188
|
||||
fn_310_1260 = .text:0x00001260; // type:function size:0x204
|
||||
@@ -40,136 +40,136 @@ fn_310_2360 = .text:0x00002360; // type:function size:0x390
|
||||
fn_310_26F0 = .text:0x000026F0; // type:function size:0x198
|
||||
fn_310_2890 = .text:0x00002890; // type:function size:0x8
|
||||
fn_310_28A0 = .text:0x000028A0; // type:function size:0xA74
|
||||
fn_310_3320 = .text:0x00003320; // type:function size:0x10
|
||||
executeState__76sStateMgr_c<8dAcEkg_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00003320; // type:function size:0x10
|
||||
fn_310_3330 = .text:0x00003330; // type:function size:0x15C
|
||||
fn_310_3490 = .text:0x00003490; // type:function size:0x60
|
||||
fn_310_34F0 = .text:0x000034F0; // type:function size:0xD8
|
||||
fn_310_35D0 = .text:0x000035D0; // type:function size:0x4
|
||||
fn_310_35E0 = .text:0x000035E0; // type:function size:0xAC
|
||||
fn_310_3690 = .text:0x00003690; // type:function size:0x2D4
|
||||
fn_310_3970 = .text:0x00003970; // type:function size:0x4
|
||||
fn_310_3980 = .text:0x00003980; // type:function size:0x58
|
||||
fn_310_39E0 = .text:0x000039E0; // type:function size:0x68
|
||||
fn_310_3A50 = .text:0x00003A50; // type:function size:0x4
|
||||
fn_310_3A60 = .text:0x00003A60; // type:function size:0xA0
|
||||
fn_310_3B00 = .text:0x00003B00; // type:function size:0x608
|
||||
fn_310_4110 = .text:0x00004110; // type:function size:0x4
|
||||
fn_310_4120 = .text:0x00004120; // type:function size:0x14C
|
||||
fn_310_4270 = .text:0x00004270; // type:function size:0x224
|
||||
initializeState_Wait__8dAcEkg_cFv = .text:0x00003490; // type:function size:0x60
|
||||
executeState_Wait__8dAcEkg_cFv = .text:0x000034F0; // type:function size:0xD8
|
||||
finalizeState_Wait__8dAcEkg_cFv = .text:0x000035D0; // type:function size:0x4
|
||||
initializeState_Walk__8dAcEkg_cFv = .text:0x000035E0; // type:function size:0xAC
|
||||
executeState_Walk__8dAcEkg_cFv = .text:0x00003690; // type:function size:0x2D4
|
||||
finalizeState_Walk__8dAcEkg_cFv = .text:0x00003970; // type:function size:0x4
|
||||
initializeState_Find__8dAcEkg_cFv = .text:0x00003980; // type:function size:0x58
|
||||
executeState_Find__8dAcEkg_cFv = .text:0x000039E0; // type:function size:0x68
|
||||
finalizeState_Find__8dAcEkg_cFv = .text:0x00003A50; // type:function size:0x4
|
||||
initializeState_Chase__8dAcEkg_cFv = .text:0x00003A60; // type:function size:0xA0
|
||||
executeState_Chase__8dAcEkg_cFv = .text:0x00003B00; // type:function size:0x608
|
||||
finalizeState_Chase__8dAcEkg_cFv = .text:0x00004110; // type:function size:0x4
|
||||
initializeState_Damage__8dAcEkg_cFv = .text:0x00004120; // type:function size:0x14C
|
||||
executeState_Damage__8dAcEkg_cFv = .text:0x00004270; // type:function size:0x224
|
||||
fn_310_44A0 = .text:0x000044A0; // type:function size:0x1C
|
||||
fn_310_44C0 = .text:0x000044C0; // type:function size:0x4
|
||||
fn_310_44D0 = .text:0x000044D0; // type:function size:0x78
|
||||
fn_310_4550 = .text:0x00004550; // type:function size:0x230
|
||||
fn_310_4780 = .text:0x00004780; // type:function size:0x4
|
||||
fn_310_4790 = .text:0x00004790; // type:function size:0x50
|
||||
fn_310_47E0 = .text:0x000047E0; // type:function size:0xD8
|
||||
fn_310_48C0 = .text:0x000048C0; // type:function size:0x4
|
||||
fn_310_48D0 = .text:0x000048D0; // type:function size:0x98
|
||||
fn_310_4970 = .text:0x00004970; // type:function size:0x2BC
|
||||
fn_310_4C30 = .text:0x00004C30; // type:function size:0x4
|
||||
fn_310_4C40 = .text:0x00004C40; // type:function size:0xB4
|
||||
fn_310_4D00 = .text:0x00004D00; // type:function size:0x9C
|
||||
fn_310_4DA0 = .text:0x00004DA0; // type:function size:0x4
|
||||
fn_310_4DB0 = .text:0x00004DB0; // type:function size:0xF4
|
||||
fn_310_4EB0 = .text:0x00004EB0; // type:function size:0x124
|
||||
fn_310_4FE0 = .text:0x00004FE0; // type:function size:0x28
|
||||
fn_310_5010 = .text:0x00005010; // type:function size:0x4C
|
||||
fn_310_5060 = .text:0x00005060; // type:function size:0x68
|
||||
fn_310_50D0 = .text:0x000050D0; // type:function size:0x4
|
||||
fn_310_50E0 = .text:0x000050E0; // type:function size:0x68
|
||||
fn_310_5150 = .text:0x00005150; // type:function size:0x1D8
|
||||
fn_310_5330 = .text:0x00005330; // type:function size:0x4
|
||||
fn_310_5340 = .text:0x00005340; // type:function size:0x8C
|
||||
fn_310_53D0 = .text:0x000053D0; // type:function size:0x44
|
||||
fn_310_5420 = .text:0x00005420; // type:function size:0x10
|
||||
fn_310_5430 = .text:0x00005430; // type:function size:0x1D4
|
||||
fn_310_5610 = .text:0x00005610; // type:function size:0x508
|
||||
fn_310_5B20 = .text:0x00005B20; // type:function size:0x98
|
||||
fn_310_5BC0 = .text:0x00005BC0; // type:function size:0xDC
|
||||
fn_310_5CA0 = .text:0x00005CA0; // type:function size:0x84
|
||||
fn_310_5D30 = .text:0x00005D30; // type:function size:0x1C
|
||||
fn_310_5D50 = .text:0x00005D50; // type:function size:0x88
|
||||
fn_310_5DE0 = .text:0x00005DE0; // type:function size:0x200
|
||||
fn_310_5FE0 = .text:0x00005FE0; // type:function size:0x4
|
||||
fn_310_5FF0 = .text:0x00005FF0; // type:function size:0x88
|
||||
fn_310_6080 = .text:0x00006080; // type:function size:0xD8
|
||||
fn_310_6160 = .text:0x00006160; // type:function size:0x4
|
||||
fn_310_6170 = .text:0x00006170; // type:function size:0xA4
|
||||
fn_310_6220 = .text:0x00006220; // type:function size:0x100
|
||||
fn_310_6320 = .text:0x00006320; // type:function size:0x4
|
||||
fn_310_6330 = .text:0x00006330; // type:function size:0x58
|
||||
fn_310_6390 = .text:0x00006390; // type:function size:0x150
|
||||
fn_310_64E0 = .text:0x000064E0; // type:function size:0x4
|
||||
fn_310_64F0 = .text:0x000064F0; // type:function size:0x78
|
||||
fn_310_6570 = .text:0x00006570; // type:function size:0xC4
|
||||
fn_310_6640 = .text:0x00006640; // type:function size:0x4
|
||||
fn_310_6650 = .text:0x00006650; // type:function size:0x4C
|
||||
fn_310_66A0 = .text:0x000066A0; // type:function size:0x188
|
||||
fn_310_6830 = .text:0x00006830; // type:function size:0x4
|
||||
fn_310_6840 = .text:0x00006840; // type:function size:0x108
|
||||
fn_310_6950 = .text:0x00006950; // type:function size:0x44
|
||||
fn_310_69A0 = .text:0x000069A0; // type:function size:0x10
|
||||
fn_310_69B0 = .text:0x000069B0; // type:function size:0xC0
|
||||
fn_310_6A70 = .text:0x00006A70; // type:function size:0xE0
|
||||
fn_310_6B50 = .text:0x00006B50; // type:function size:0x10
|
||||
fn_310_6B60 = .text:0x00006B60; // type:function size:0x60
|
||||
fn_310_6BC0 = .text:0x00006BC0; // type:function size:0x80
|
||||
fn_310_6C40 = .text:0x00006C40; // type:function size:0x4
|
||||
fn_310_6C50 = .text:0x00006C50; // type:function size:0xB4
|
||||
fn_310_6D10 = .text:0x00006D10; // type:function size:0x17C
|
||||
fn_310_6E90 = .text:0x00006E90; // type:function size:0x4
|
||||
fn_310_6EA0 = .text:0x00006EA0; // type:function size:0x9C
|
||||
fn_310_6F40 = .text:0x00006F40; // type:function size:0x338
|
||||
fn_310_7280 = .text:0x00007280; // type:function size:0x4
|
||||
fn_310_7290 = .text:0x00007290; // type:function size:0xB8
|
||||
fn_310_7350 = .text:0x00007350; // type:function size:0x360
|
||||
fn_310_76B0 = .text:0x000076B0; // type:function size:0x4
|
||||
fn_310_76C0 = .text:0x000076C0; // type:function size:0xA8
|
||||
fn_310_7770 = .text:0x00007770; // type:function size:0x9C
|
||||
fn_310_7810 = .text:0x00007810; // type:function size:0x10
|
||||
fn_310_7820 = .text:0x00007820; // type:function size:0x70
|
||||
fn_310_7890 = .text:0x00007890; // type:function size:0x1BC
|
||||
fn_310_7A50 = .text:0x00007A50; // type:function size:0x4
|
||||
fn_310_7A60 = .text:0x00007A60; // type:function size:0x64
|
||||
fn_310_7AD0 = .text:0x00007AD0; // type:function size:0x98
|
||||
fn_310_7B70 = .text:0x00007B70; // type:function size:0x4
|
||||
fn_310_7B80 = .text:0x00007B80; // type:function size:0xBC
|
||||
fn_310_7C40 = .text:0x00007C40; // type:function size:0x228
|
||||
fn_310_7E70 = .text:0x00007E70; // type:function size:0x4
|
||||
fn_310_7E80 = .text:0x00007E80; // type:function size:0x7C
|
||||
fn_310_7F00 = .text:0x00007F00; // type:function size:0x1B4
|
||||
fn_310_80C0 = .text:0x000080C0; // type:function size:0x4
|
||||
fn_310_80D0 = .text:0x000080D0; // type:function size:0xAC
|
||||
fn_310_8180 = .text:0x00008180; // type:function size:0x44
|
||||
fn_310_81D0 = .text:0x000081D0; // type:function size:0x10
|
||||
fn_310_81E0 = .text:0x000081E0; // type:function size:0xD0
|
||||
fn_310_82B0 = .text:0x000082B0; // type:function size:0x30C
|
||||
fn_310_85C0 = .text:0x000085C0; // type:function size:0x4
|
||||
fn_310_85D0 = .text:0x000085D0; // type:function size:0xB0
|
||||
fn_310_8680 = .text:0x00008680; // type:function size:0x2AC
|
||||
fn_310_8930 = .text:0x00008930; // type:function size:0x4
|
||||
finalizeState_Damage__8dAcEkg_cFv = .text:0x000044C0; // type:function size:0x4
|
||||
initializeState_Step__8dAcEkg_cFv = .text:0x000044D0; // type:function size:0x78
|
||||
executeState_Step__8dAcEkg_cFv = .text:0x00004550; // type:function size:0x230
|
||||
finalizeState_Step__8dAcEkg_cFv = .text:0x00004780; // type:function size:0x4
|
||||
initializeState_PlayerLost__8dAcEkg_cFv = .text:0x00004790; // type:function size:0x50
|
||||
executeState_PlayerLost__8dAcEkg_cFv = .text:0x000047E0; // type:function size:0xD8
|
||||
finalizeState_PlayerLost__8dAcEkg_cFv = .text:0x000048C0; // type:function size:0x4
|
||||
initializeState_Return__8dAcEkg_cFv = .text:0x000048D0; // type:function size:0x98
|
||||
executeState_Return__8dAcEkg_cFv = .text:0x00004970; // type:function size:0x2BC
|
||||
finalizeState_Return__8dAcEkg_cFv = .text:0x00004C30; // type:function size:0x4
|
||||
initializeState_WindBlow__8dAcEkg_cFv = .text:0x00004C40; // type:function size:0xB4
|
||||
executeState_WindBlow__8dAcEkg_cFv = .text:0x00004D00; // type:function size:0x9C
|
||||
finalizeState_WindBlow__8dAcEkg_cFv = .text:0x00004DA0; // type:function size:0x4
|
||||
initializeState_Reverse__8dAcEkg_cFv = .text:0x00004DB0; // type:function size:0xF4
|
||||
executeState_Reverse__8dAcEkg_cFv = .text:0x00004EB0; // type:function size:0x124
|
||||
finalizeState_Reverse__8dAcEkg_cFv = .text:0x00004FE0; // type:function size:0x28
|
||||
initializeState_BlowReturn__8dAcEkg_cFv = .text:0x00005010; // type:function size:0x4C
|
||||
executeState_BlowReturn__8dAcEkg_cFv = .text:0x00005060; // type:function size:0x68
|
||||
finalizeState_BlowReturn__8dAcEkg_cFv = .text:0x000050D0; // type:function size:0x4
|
||||
initializeState_JumpReady__8dAcEkg_cFv = .text:0x000050E0; // type:function size:0x68
|
||||
executeState_JumpReady__8dAcEkg_cFv = .text:0x00005150; // type:function size:0x1D8
|
||||
finalizeState_JumpReady__8dAcEkg_cFv = .text:0x00005330; // type:function size:0x4
|
||||
initializeState_Jump__8dAcEkg_cFv = .text:0x00005340; // type:function size:0x8C
|
||||
executeState_Jump__8dAcEkg_cFv = .text:0x000053D0; // type:function size:0x44
|
||||
finalizeState_Jump__8dAcEkg_cFv = .text:0x00005420; // type:function size:0x10
|
||||
initializeState_JumpAttack_Hold__8dAcEkg_cFv = .text:0x00005430; // type:function size:0x1D4
|
||||
executeState_JumpAttack_Hold__8dAcEkg_cFv = .text:0x00005610; // type:function size:0x508
|
||||
finalizeState_JumpAttack_Hold__8dAcEkg_cFv = .text:0x00005B20; // type:function size:0x98
|
||||
initializeState_Release__8dAcEkg_cFv = .text:0x00005BC0; // type:function size:0xDC
|
||||
executeState_Release__8dAcEkg_cFv = .text:0x00005CA0; // type:function size:0x84
|
||||
finalizeState_Release__8dAcEkg_cFv = .text:0x00005D30; // type:function size:0x1C
|
||||
initializeState_Landing__8dAcEkg_cFv = .text:0x00005D50; // type:function size:0x88
|
||||
executeState_Landing__8dAcEkg_cFv = .text:0x00005DE0; // type:function size:0x200
|
||||
finalizeState_Landing__8dAcEkg_cFv = .text:0x00005FE0; // type:function size:0x4
|
||||
initializeState_WallWait__8dAcEkg_cFv = .text:0x00005FF0; // type:function size:0x88
|
||||
executeState_WallWait__8dAcEkg_cFv = .text:0x00006080; // type:function size:0xD8
|
||||
finalizeState_WallWait__8dAcEkg_cFv = .text:0x00006160; // type:function size:0x4
|
||||
initializeState_WallWalk__8dAcEkg_cFv = .text:0x00006170; // type:function size:0xA4
|
||||
executeState_WallWalk__8dAcEkg_cFv = .text:0x00006220; // type:function size:0x100
|
||||
finalizeState_WallWalk__8dAcEkg_cFv = .text:0x00006320; // type:function size:0x4
|
||||
initializeState_WallFind__8dAcEkg_cFv = .text:0x00006330; // type:function size:0x58
|
||||
executeState_WallFind__8dAcEkg_cFv = .text:0x00006390; // type:function size:0x150
|
||||
finalizeState_WallFind__8dAcEkg_cFv = .text:0x000064E0; // type:function size:0x4
|
||||
initializeState_WallStep__8dAcEkg_cFv = .text:0x000064F0; // type:function size:0x78
|
||||
executeState_WallStep__8dAcEkg_cFv = .text:0x00006570; // type:function size:0xC4
|
||||
finalizeState_WallStep__8dAcEkg_cFv = .text:0x00006640; // type:function size:0x4
|
||||
initializeState_WallJumpReady__8dAcEkg_cFv = .text:0x00006650; // type:function size:0x4C
|
||||
executeState_WallJumpReady__8dAcEkg_cFv = .text:0x000066A0; // type:function size:0x188
|
||||
finalizeState_WallJumpReady__8dAcEkg_cFv = .text:0x00006830; // type:function size:0x4
|
||||
initializeState_WallJump__8dAcEkg_cFv = .text:0x00006840; // type:function size:0x108
|
||||
executeState_WallJump__8dAcEkg_cFv = .text:0x00006950; // type:function size:0x44
|
||||
finalizeState_WallJump__8dAcEkg_cFv = .text:0x000069A0; // type:function size:0x10
|
||||
initializeState_WindBlowAtWall__8dAcEkg_cFv = .text:0x000069B0; // type:function size:0xC0
|
||||
executeState_WindBlowAtWall__8dAcEkg_cFv = .text:0x00006A70; // type:function size:0xE0
|
||||
finalizeState_WindBlowAtWall__8dAcEkg_cFv = .text:0x00006B50; // type:function size:0x10
|
||||
initializeState_HitAtWall__8dAcEkg_cFv = .text:0x00006B60; // type:function size:0x60
|
||||
executeState_HitAtWall__8dAcEkg_cFv = .text:0x00006BC0; // type:function size:0x80
|
||||
finalizeState_HitAtWall__8dAcEkg_cFv = .text:0x00006C40; // type:function size:0x4
|
||||
initializeState_DamageAtWall__8dAcEkg_cFv = .text:0x00006C50; // type:function size:0xB4
|
||||
executeState_DamageAtWall__8dAcEkg_cFv = .text:0x00006D10; // type:function size:0x17C
|
||||
finalizeState_DamageAtWall__8dAcEkg_cFv = .text:0x00006E90; // type:function size:0x4
|
||||
initializeState_RoofWait__8dAcEkg_cFv = .text:0x00006EA0; // type:function size:0x9C
|
||||
executeState_RoofWait__8dAcEkg_cFv = .text:0x00006F40; // type:function size:0x338
|
||||
finalizeState_RoofWait__8dAcEkg_cFv = .text:0x00007280; // type:function size:0x4
|
||||
initializeState_RoofWalk__8dAcEkg_cFv = .text:0x00007290; // type:function size:0xB8
|
||||
executeState_RoofWalk__8dAcEkg_cFv = .text:0x00007350; // type:function size:0x360
|
||||
finalizeState_RoofWalk__8dAcEkg_cFv = .text:0x000076B0; // type:function size:0x4
|
||||
initializeState_RoofFall__8dAcEkg_cFv = .text:0x000076C0; // type:function size:0xA8
|
||||
executeState_RoofFall__8dAcEkg_cFv = .text:0x00007770; // type:function size:0x9C
|
||||
finalizeState_RoofFall__8dAcEkg_cFv = .text:0x00007810; // type:function size:0x10
|
||||
initializeState_HangOn__8dAcEkg_cFv = .text:0x00007820; // type:function size:0x70
|
||||
executeState_HangOn__8dAcEkg_cFv = .text:0x00007890; // type:function size:0x1BC
|
||||
finalizeState_HangOn__8dAcEkg_cFv = .text:0x00007A50; // type:function size:0x4
|
||||
initializeState_UnderWait__8dAcEkg_cFv = .text:0x00007A60; // type:function size:0x64
|
||||
executeState_UnderWait__8dAcEkg_cFv = .text:0x00007AD0; // type:function size:0x98
|
||||
finalizeState_UnderWait__8dAcEkg_cFv = .text:0x00007B70; // type:function size:0x4
|
||||
initializeState_UnderWalk__8dAcEkg_cFv = .text:0x00007B80; // type:function size:0xBC
|
||||
executeState_UnderWalk__8dAcEkg_cFv = .text:0x00007C40; // type:function size:0x228
|
||||
finalizeState_UnderWalk__8dAcEkg_cFv = .text:0x00007E70; // type:function size:0x4
|
||||
initializeState_UnderStep__8dAcEkg_cFv = .text:0x00007E80; // type:function size:0x7C
|
||||
executeState_UnderStep__8dAcEkg_cFv = .text:0x00007F00; // type:function size:0x1B4
|
||||
finalizeState_UnderStep__8dAcEkg_cFv = .text:0x000080C0; // type:function size:0x4
|
||||
initializeState_UnderJump__8dAcEkg_cFv = .text:0x000080D0; // type:function size:0xAC
|
||||
executeState_UnderJump__8dAcEkg_cFv = .text:0x00008180; // type:function size:0x44
|
||||
finalizeState_UnderJump__8dAcEkg_cFv = .text:0x000081D0; // type:function size:0x10
|
||||
initializeState_SoundReaction__8dAcEkg_cFv = .text:0x000081E0; // type:function size:0xD0
|
||||
executeState_SoundReaction__8dAcEkg_cFv = .text:0x000082B0; // type:function size:0x30C
|
||||
finalizeState_SoundReaction__8dAcEkg_cFv = .text:0x000085C0; // type:function size:0x4
|
||||
initializeState_SoundReactionAtWallRoof__8dAcEkg_cFv = .text:0x000085D0; // type:function size:0xB0
|
||||
executeState_SoundReactionAtWallRoof__8dAcEkg_cFv = .text:0x00008680; // type:function size:0x2AC
|
||||
finalizeState_SoundReactionAtWallRoof__8dAcEkg_cFv = .text:0x00008930; // type:function size:0x4
|
||||
fn_310_8940 = .text:0x00008940; // type:function size:0x8
|
||||
fn_310_8950 = .text:0x00008950; // type:function size:0x4
|
||||
fn_310_8960 = .text:0x00008960; // type:function size:0x4
|
||||
fn_310_8970 = .text:0x00008970; // type:function size:0x8
|
||||
fn_310_8980 = .text:0x00008980; // type:function size:0x118
|
||||
fn_310_8AA0 = .text:0x00008AA0; // type:function size:0x60
|
||||
fn_310_8B00 = .text:0x00008B00; // type:function size:0xC
|
||||
fn_310_8B10 = .text:0x00008B10; // type:function size:0x1C
|
||||
fn_310_8B30 = .text:0x00008B30; // type:function size:0x1C
|
||||
fn_310_8B50 = .text:0x00008B50; // type:function size:0x1C
|
||||
fn_310_8B70 = .text:0x00008B70; // type:function size:0x10
|
||||
fn_310_8B80 = .text:0x00008B80; // type:function size:0x10
|
||||
fn_310_8B90 = .text:0x00008B90; // type:function size:0x10
|
||||
fn_310_8BA0 = .text:0x00008BA0; // type:function size:0x10
|
||||
fn_310_8BB0 = .text:0x00008BB0; // type:function size:0x10
|
||||
fn_310_8BC0 = .text:0x00008BC0; // type:function size:0x10
|
||||
fn_310_8BD0 = .text:0x00008BD0; // type:function size:0x30
|
||||
fn_310_8C00 = .text:0x00008C00; // type:function size:0x30
|
||||
fn_310_8C30 = .text:0x00008C30; // type:function size:0x30
|
||||
fn_310_8C60 = .text:0x00008C60; // type:function size:0x19FC
|
||||
fn_310_A660 = .text:0x0000A660; // type:function size:0x58
|
||||
fn_310_A6C0 = .text:0x0000A6C0; // type:function size:0x88
|
||||
__dt__8dAcEkg_cFv = .text:0x00008980; // type:function size:0x118
|
||||
build__23sFStateFct_c<8dAcEkg_c>FRC12sStateIDIf_c = .text:0x00008AA0; // type:function size:0x60
|
||||
dispose__23sFStateFct_c<8dAcEkg_c>FRP10sStateIf_c = .text:0x00008B00; // type:function size:0xC
|
||||
initialize__20sFState_c<8dAcEkg_c>Fv = .text:0x00008B10; // type:function size:0x1C
|
||||
execute__20sFState_c<8dAcEkg_c>Fv = .text:0x00008B30; // type:function size:0x1C
|
||||
finalize__20sFState_c<8dAcEkg_c>Fv = .text:0x00008B50; // type:function size:0x1C
|
||||
initializeState__76sStateMgr_c<8dAcEkg_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00008B70; // type:function size:0x10
|
||||
finalizeState__76sStateMgr_c<8dAcEkg_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00008B80; // type:function size:0x10
|
||||
refreshState__76sStateMgr_c<8dAcEkg_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00008B90; // type:function size:0x10
|
||||
getState__76sStateMgr_c<8dAcEkg_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00008BA0; // type:function size:0x10
|
||||
getNewStateID__76sStateMgr_c<8dAcEkg_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00008BB0; // type:function size:0x10
|
||||
getOldStateID__76sStateMgr_c<8dAcEkg_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00008BC0; // type:function size:0x10
|
||||
finalizeState__22sFStateID_c<8dAcEkg_c>CFR8dAcEkg_c = .text:0x00008BD0; // type:function size:0x30
|
||||
executeState__22sFStateID_c<8dAcEkg_c>CFR8dAcEkg_c = .text:0x00008C00; // type:function size:0x30
|
||||
initializeState__22sFStateID_c<8dAcEkg_c>CFR8dAcEkg_c = .text:0x00008C30; // type:function size:0x30
|
||||
__sinit_\d_a_e_kg_cpp = .text:0x00008C60; // type:function size:0x19FC scope:local
|
||||
__dt__22sFStateID_c<8dAcEkg_c>Fv = .text:0x0000A660; // type:function size:0x58
|
||||
isSameName__22sFStateID_c<8dAcEkg_c>CFPCc = .text:0x0000A6C0; // type:function size:0x88
|
||||
fn_310_A750 = .text:0x0000A750; // type:function size:0x8
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
_dtors = .dtors:0x00000000; // type:label scope:global
|
||||
@@ -189,7 +189,7 @@ lbl_310_rodata_B8 = .rodata:0x000000B8; // type:object size:0x8 data:float
|
||||
lbl_310_rodata_C0 = .rodata:0x000000C0; // type:object size:0x3C data:float
|
||||
lbl_310_rodata_FC = .rodata:0x000000FC; // type:object size:0x68 data:float
|
||||
lbl_310_data_0 = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
lbl_310_data_10 = .data:0x00000010; // type:object size:0x94
|
||||
g_profile_E_KG = .data:0x00000010; // type:object size:0x94
|
||||
lbl_310_data_A4 = .data:0x000000A4; // type:object size:0xC data:4byte
|
||||
lbl_310_data_B0 = .data:0x000000B0; // type:object size:0x10
|
||||
lbl_310_data_C0 = .data:0x000000C0; // type:object size:0x48
|
||||
|
||||
@@ -4,22 +4,22 @@ _unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
fn_155_F0 = .text:0x000000F0; // type:function size:0x40
|
||||
AcEKs__ctor = .text:0x00000130; // type:function size:0x190
|
||||
dAcEKs_c_classInit__Fv = .text:0x00000130; // type:function size:0x190
|
||||
fn_155_2C0 = .text:0x000002C0; // type:function size:0x58
|
||||
fn_155_320 = .text:0x00000320; // type:function size:0x58
|
||||
fn_155_380 = .text:0x00000380; // type:function size:0x6C
|
||||
fn_155_3F0 = .text:0x000003F0; // type:function size:0xA0
|
||||
fn_155_490 = .text:0x00000490; // type:function size:0xA4
|
||||
__dt__20sFState_c<8dAcEKs_c>Fv = .text:0x00000320; // type:function size:0x58
|
||||
__dt__23sFStateFct_c<8dAcEKs_c>Fv = .text:0x00000380; // type:function size:0x6C
|
||||
__dt__76sStateMgr_c<8dAcEKs_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000003F0; // type:function size:0xA0
|
||||
__dt__46sFStateMgr_c<8dAcEKs_c,20sStateMethodUsr_FI_c>Fv = .text:0x00000490; // type:function size:0xA4
|
||||
fn_155_540 = .text:0x00000540; // type:function size:0x5C
|
||||
fn_155_5A0 = .text:0x000005A0; // type:function size:0x4
|
||||
fn_155_5B0 = .text:0x000005B0; // type:function size:0x134
|
||||
fn_155_6F0 = .text:0x000006F0; // type:function size:0x8
|
||||
fn_155_700 = .text:0x00000700; // type:function size:0x1A8
|
||||
fn_155_8B0 = .text:0x000008B0; // type:function size:0x10
|
||||
changeState__76sStateMgr_c<8dAcEKs_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x000008B0; // type:function size:0x10
|
||||
AcEKs__idleBasedOnSubtypeMaybe = .text:0x000008C0; // type:function size:0xCC
|
||||
fn_155_990 = .text:0x00000990; // type:function size:0xD0
|
||||
fn_155_A60 = .text:0x00000A60; // type:function size:0x6B0
|
||||
fn_155_1110 = .text:0x00001110; // type:function size:0x10
|
||||
getStateID__76sStateMgr_c<8dAcEKs_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00001110; // type:function size:0x10
|
||||
fn_155_1120 = .text:0x00001120; // type:function size:0x1C
|
||||
fn_155_1140 = .text:0x00001140; // type:function size:0x12C
|
||||
fn_155_1270 = .text:0x00001270; // type:function size:0x54
|
||||
@@ -71,72 +71,72 @@ AcEKs__init1 = .text:0x00004180; // type:function size:0x57C
|
||||
AcEKs__init2 = .text:0x00004700; // type:function size:0x178
|
||||
AcEKs__destroy = .text:0x00004880; // type:function size:0x44
|
||||
AcEKs__update = .text:0x000048D0; // type:function size:0xCEC
|
||||
fn_155_55C0 = .text:0x000055C0; // type:function size:0x10
|
||||
executeState__76sStateMgr_c<8dAcEKs_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000055C0; // type:function size:0x10
|
||||
AcEKs__draw = .text:0x000055D0; // type:function size:0x1F4
|
||||
AcEKs__stateWaitEnter = .text:0x000057D0; // type:function size:0x1EC
|
||||
AcEKs__stateWaitUpdate = .text:0x000059C0; // type:function size:0x768
|
||||
AcEKs__stateWaitLeave = .text:0x00006130; // type:function size:0xA4
|
||||
AcEKs__stateWakeUpEnter = .text:0x000061E0; // type:function size:0xC0
|
||||
AcEKs__stateWakeUpUpdate = .text:0x000062A0; // type:function size:0x1A4
|
||||
AcEKs__stateWakeUpLeave = .text:0x00006450; // type:function size:0x70
|
||||
AcEKs__stateReturnToWaitEnter = .text:0x000064C0; // type:function size:0x16C
|
||||
AcEKs__stateReturnToWaitUpdate = .text:0x00006630; // type:function size:0x138
|
||||
AcEKs__stateReturnToWaitLeave = .text:0x00006770; // type:function size:0x1C
|
||||
AcEKs__stateWaitReadyEnter = .text:0x00006790; // type:function size:0xB4
|
||||
AcEKs__stateWaitReadyUpdate = .text:0x00006850; // type:function size:0x124
|
||||
AcEKs__stateWaitReadyLeave = .text:0x00006980; // type:function size:0x4
|
||||
AcEKs__stateMoveEnter = .text:0x00006990; // type:function size:0x160
|
||||
AcEKs__stateMoveUpdate = .text:0x00006AF0; // type:function size:0x190
|
||||
AcEKs__stateMoveLeave = .text:0x00006C80; // type:function size:0x24
|
||||
AcEKs__stateChaseEnter = .text:0x00006CB0; // type:function size:0x1AC
|
||||
AcEKs__stateChaseUpdate = .text:0x00006E60; // type:function size:0x560
|
||||
AcEKs__stateChaseLeave = .text:0x000073C0; // type:function size:0x4
|
||||
AcEKs__stateChaseAttackEnter = .text:0x000073D0; // type:function size:0xCC
|
||||
AcEKs__stateChaseAttackUpdate = .text:0x000074A0; // type:function size:0x188
|
||||
AcEKs__stateChaseAttackLeave = .text:0x00007630; // type:function size:0x58
|
||||
AcEKs__stateFightingEnter = .text:0x00007690; // type:function size:0x1F8
|
||||
AcEKs__stateFightingUpdate = .text:0x00007890; // type:function size:0xCC
|
||||
AcEKs__stateFightingLeave = .text:0x00007960; // type:function size:0x4
|
||||
AcEKs__stateAttackReadyEnter = .text:0x00007970; // type:function size:0x1EC
|
||||
AcEKs__stateAttackReadyUpdate = .text:0x00007B60; // type:function size:0x2D0
|
||||
AcEKs__stateAttackReadyLeave = .text:0x00007E30; // type:function size:0x4
|
||||
AcEKs__stateAttackEnter = .text:0x00007E40; // type:function size:0x188
|
||||
AcEKs__stateAttackUpdate = .text:0x00007FD0; // type:function size:0x30C
|
||||
AcEKs__stateAttackLeave = .text:0x000082E0; // type:function size:0x54
|
||||
AcEKs__stateDamageEnter = .text:0x00008340; // type:function size:0x134
|
||||
AcEKs__stateDamageUpdate = .text:0x00008480; // type:function size:0x258
|
||||
AcEKs__stateDamageLeave = .text:0x000086E0; // type:function size:0x1C
|
||||
AcEKs__stateStunEnter = .text:0x00008700; // type:function size:0x1BC
|
||||
AcEKs__stateStunUpdate = .text:0x000088C0; // type:function size:0x440
|
||||
AcEKs__stateStunLeave = .text:0x00008D00; // type:function size:0x90
|
||||
AcEKs__stateWindBlowEnter = .text:0x00008D90; // type:function size:0xE4
|
||||
AcEKs__stateWindBlowUpdate = .text:0x00008E80; // type:function size:0x460
|
||||
AcEKs__stateWindBlowLeave = .text:0x000092E0; // type:function size:0xA0
|
||||
AcEKs__statePathMoveEnter = .text:0x00009380; // type:function size:0x184
|
||||
AcEKs__statePathMoveUpdate = .text:0x00009510; // type:function size:0x7A8
|
||||
AcEKs__statePathMoveLeave = .text:0x00009CC0; // type:function size:0xC
|
||||
initializeState_Wait__8dAcEKs_cFv = .text:0x000057D0; // type:function size:0x1EC
|
||||
executeState_Wait__8dAcEKs_cFv = .text:0x000059C0; // type:function size:0x768
|
||||
finalizeState_Wait__8dAcEKs_cFv = .text:0x00006130; // type:function size:0xA4
|
||||
initializeState_WakeUp__8dAcEKs_cFv = .text:0x000061E0; // type:function size:0xC0
|
||||
executeState_WakeUp__8dAcEKs_cFv = .text:0x000062A0; // type:function size:0x1A4
|
||||
finalizeState_WakeUp__8dAcEKs_cFv = .text:0x00006450; // type:function size:0x70
|
||||
initializeState_ReturnToWait__8dAcEKs_cFv = .text:0x000064C0; // type:function size:0x16C
|
||||
executeState_ReturnToWait__8dAcEKs_cFv = .text:0x00006630; // type:function size:0x138
|
||||
finalizeState_ReturnToWait__8dAcEKs_cFv = .text:0x00006770; // type:function size:0x1C
|
||||
initializeState_WaitReady__8dAcEKs_cFv = .text:0x00006790; // type:function size:0xB4
|
||||
executeState_WaitReady__8dAcEKs_cFv = .text:0x00006850; // type:function size:0x124
|
||||
finalizeState_WaitReady__8dAcEKs_cFv = .text:0x00006980; // type:function size:0x4
|
||||
initializeState_Move__8dAcEKs_cFv = .text:0x00006990; // type:function size:0x160
|
||||
executeState_Move__8dAcEKs_cFv = .text:0x00006AF0; // type:function size:0x190
|
||||
finalizeState_Move__8dAcEKs_cFv = .text:0x00006C80; // type:function size:0x24
|
||||
initializeState_Chase__8dAcEKs_cFv = .text:0x00006CB0; // type:function size:0x1AC
|
||||
executeState_Chase__8dAcEKs_cFv = .text:0x00006E60; // type:function size:0x560
|
||||
finalizeState_Chase__8dAcEKs_cFv = .text:0x000073C0; // type:function size:0x4
|
||||
initializeState_ChaseAttack__8dAcEKs_cFv = .text:0x000073D0; // type:function size:0xCC
|
||||
executeState_ChaseAttack__8dAcEKs_cFv = .text:0x000074A0; // type:function size:0x188
|
||||
finalizeState_ChaseAttack__8dAcEKs_cFv = .text:0x00007630; // type:function size:0x58
|
||||
initializeState_Fighting__8dAcEKs_cFv = .text:0x00007690; // type:function size:0x1F8
|
||||
executeState_Fighting__8dAcEKs_cFv = .text:0x00007890; // type:function size:0xCC
|
||||
finalizeState_Fighting__8dAcEKs_cFv = .text:0x00007960; // type:function size:0x4
|
||||
initializeState_AttackReady__8dAcEKs_cFv = .text:0x00007970; // type:function size:0x1EC
|
||||
executeState_AttackReady__8dAcEKs_cFv = .text:0x00007B60; // type:function size:0x2D0
|
||||
finalizeState_AttackReady__8dAcEKs_cFv = .text:0x00007E30; // type:function size:0x4
|
||||
initializeState_Attack__8dAcEKs_cFv = .text:0x00007E40; // type:function size:0x188
|
||||
executeState_Attack__8dAcEKs_cFv = .text:0x00007FD0; // type:function size:0x30C
|
||||
finalizeState_Attack__8dAcEKs_cFv = .text:0x000082E0; // type:function size:0x54
|
||||
initializeState_Damage__8dAcEKs_cFv = .text:0x00008340; // type:function size:0x134
|
||||
executeState_Damage__8dAcEKs_cFv = .text:0x00008480; // type:function size:0x258
|
||||
finalizeState_Damage__8dAcEKs_cFv = .text:0x000086E0; // type:function size:0x1C
|
||||
initializeState_Stun__8dAcEKs_cFv = .text:0x00008700; // type:function size:0x1BC
|
||||
executeState_Stun__8dAcEKs_cFv = .text:0x000088C0; // type:function size:0x440
|
||||
finalizeState_Stun__8dAcEKs_cFv = .text:0x00008D00; // type:function size:0x90
|
||||
initializeState_WindBlow__8dAcEKs_cFv = .text:0x00008D90; // type:function size:0xE4
|
||||
executeState_WindBlow__8dAcEKs_cFv = .text:0x00008E80; // type:function size:0x460
|
||||
finalizeState_WindBlow__8dAcEKs_cFv = .text:0x000092E0; // type:function size:0xA0
|
||||
initializeState_PathMove__8dAcEKs_cFv = .text:0x00009380; // type:function size:0x184
|
||||
executeState_PathMove__8dAcEKs_cFv = .text:0x00009510; // type:function size:0x7A8
|
||||
finalizeState_PathMove__8dAcEKs_cFv = .text:0x00009CC0; // type:function size:0xC
|
||||
fn_155_9CD0 = .text:0x00009CD0; // type:function size:0x8
|
||||
fn_155_9CE0 = .text:0x00009CE0; // type:function size:0x4
|
||||
fn_155_9CF0 = .text:0x00009CF0; // type:function size:0x4
|
||||
fn_155_9D00 = .text:0x00009D00; // type:function size:0x8
|
||||
fn_155_9D10 = .text:0x00009D10; // type:function size:0x16C
|
||||
fn_155_9E80 = .text:0x00009E80; // type:function size:0x60
|
||||
fn_155_9EE0 = .text:0x00009EE0; // type:function size:0xC
|
||||
fn_155_9EF0 = .text:0x00009EF0; // type:function size:0x1C
|
||||
fn_155_9F10 = .text:0x00009F10; // type:function size:0x1C
|
||||
fn_155_9F30 = .text:0x00009F30; // type:function size:0x1C
|
||||
fn_155_9F50 = .text:0x00009F50; // type:function size:0x10
|
||||
fn_155_9F60 = .text:0x00009F60; // type:function size:0x10
|
||||
fn_155_9F70 = .text:0x00009F70; // type:function size:0x10
|
||||
fn_155_9F80 = .text:0x00009F80; // type:function size:0x10
|
||||
fn_155_9F90 = .text:0x00009F90; // type:function size:0x10
|
||||
fn_155_9FA0 = .text:0x00009FA0; // type:function size:0x10
|
||||
fn_155_9FB0 = .text:0x00009FB0; // type:function size:0x30
|
||||
fn_155_9FE0 = .text:0x00009FE0; // type:function size:0x30
|
||||
fn_155_A010 = .text:0x0000A010; // type:function size:0x30
|
||||
fn_155_A040 = .text:0x0000A040; // type:function size:0xA90
|
||||
fn_155_AAD0 = .text:0x0000AAD0; // type:function size:0x58
|
||||
fn_155_AB30 = .text:0x0000AB30; // type:function size:0x88
|
||||
__dt__8dAcEKs_cFv = .text:0x00009D10; // type:function size:0x16C
|
||||
build__23sFStateFct_c<8dAcEKs_c>FRC12sStateIDIf_c = .text:0x00009E80; // type:function size:0x60
|
||||
dispose__23sFStateFct_c<8dAcEKs_c>FRP10sStateIf_c = .text:0x00009EE0; // type:function size:0xC
|
||||
initialize__20sFState_c<8dAcEKs_c>Fv = .text:0x00009EF0; // type:function size:0x1C
|
||||
execute__20sFState_c<8dAcEKs_c>Fv = .text:0x00009F10; // type:function size:0x1C
|
||||
finalize__20sFState_c<8dAcEKs_c>Fv = .text:0x00009F30; // type:function size:0x1C
|
||||
initializeState__76sStateMgr_c<8dAcEKs_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00009F50; // type:function size:0x10
|
||||
finalizeState__76sStateMgr_c<8dAcEKs_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00009F60; // type:function size:0x10
|
||||
refreshState__76sStateMgr_c<8dAcEKs_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00009F70; // type:function size:0x10
|
||||
getState__76sStateMgr_c<8dAcEKs_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00009F80; // type:function size:0x10
|
||||
getNewStateID__76sStateMgr_c<8dAcEKs_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00009F90; // type:function size:0x10
|
||||
getOldStateID__76sStateMgr_c<8dAcEKs_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00009FA0; // type:function size:0x10
|
||||
finalizeState__22sFStateID_c<8dAcEKs_c>CFR8dAcEKs_c = .text:0x00009FB0; // type:function size:0x30
|
||||
executeState__22sFStateID_c<8dAcEKs_c>CFR8dAcEKs_c = .text:0x00009FE0; // type:function size:0x30
|
||||
initializeState__22sFStateID_c<8dAcEKs_c>CFR8dAcEKs_c = .text:0x0000A010; // type:function size:0x30
|
||||
__sinit_\d_a_e_ks_cpp = .text:0x0000A040; // type:function size:0xA90 scope:local
|
||||
__dt__22sFStateID_c<8dAcEKs_c>Fv = .text:0x0000AAD0; // type:function size:0x58
|
||||
isSameName__22sFStateID_c<8dAcEKs_c>CFPCc = .text:0x0000AB30; // type:function size:0x88
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
_dtors = .dtors:0x00000000; // type:label scope:global
|
||||
__destroy_global_chain_reference = .dtors:0x00000000; // type:object size:0x4 scope:global
|
||||
@@ -152,7 +152,7 @@ lbl_155_rodata_134 = .rodata:0x00000134; // type:object size:0x20 data:float
|
||||
lbl_155_rodata_154 = .rodata:0x00000154; // type:object size:0x1C data:float
|
||||
lbl_155_rodata_170 = .rodata:0x00000170; // type:object size:0x4 data:float
|
||||
lbl_155_rodata_174 = .rodata:0x00000174; // type:object size:0x94 data:float
|
||||
lbl_155_data_0 = .data:0x00000000; // type:object size:0x3C data:4byte
|
||||
g_profile_E_KS = .data:0x00000000; // type:object size:0x3C data:4byte
|
||||
jumptable_155_data_3C = .data:0x0000003C; // type:object size:0x38 scope:local
|
||||
lbl_155_data_90 = .data:0x00000090; // type:object size:0x8
|
||||
lbl_155_data_98 = .data:0x00000098; // type:object size:0xC
|
||||
|
||||
@@ -3,12 +3,12 @@ _epilog = .text:0x00000030; // type:function size:0x2C scope:global
|
||||
_unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
fn_175_F0 = .text:0x000000F0; // type:function size:0x13C
|
||||
dAcEKumiteGira_c_classInit__Fv = .text:0x000000F0; // type:function size:0x13C
|
||||
fn_175_230 = .text:0x00000230; // type:function size:0x58
|
||||
fn_175_290 = .text:0x00000290; // type:function size:0x58
|
||||
fn_175_2F0 = .text:0x000002F0; // type:function size:0x6C
|
||||
fn_175_360 = .text:0x00000360; // type:function size:0xA0
|
||||
fn_175_400 = .text:0x00000400; // type:function size:0xA4
|
||||
__dt__29sFState_c<16dAcEKumiteGira_c>Fv = .text:0x00000290; // type:function size:0x58
|
||||
__dt__32sFStateFct_c<16dAcEKumiteGira_c>Fv = .text:0x000002F0; // type:function size:0x6C
|
||||
__dt__85sStateMgr_c<16dAcEKumiteGira_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000360; // type:function size:0xA0
|
||||
__dt__55sFStateMgr_c<16dAcEKumiteGira_c,20sStateMethodUsr_FI_c>Fv = .text:0x00000400; // type:function size:0xA4
|
||||
fn_175_4B0 = .text:0x000004B0; // type:function size:0x184
|
||||
fn_175_640 = .text:0x00000640; // type:function size:0xB4
|
||||
fn_175_700 = .text:0x00000700; // type:function size:0x8
|
||||
@@ -18,44 +18,44 @@ fn_175_730 = .text:0x00000730; // type:function size:0x4
|
||||
fn_175_740 = .text:0x00000740; // type:function size:0x134
|
||||
fn_175_880 = .text:0x00000880; // type:function size:0x10
|
||||
AcEKumiteGira__init = .text:0x00000890; // type:function size:0xE8
|
||||
fn_175_980 = .text:0x00000980; // type:function size:0x10
|
||||
changeState__85sStateMgr_c<16dAcEKumiteGira_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x00000980; // type:function size:0x10
|
||||
fn_175_990 = .text:0x00000990; // type:function size:0x8
|
||||
fn_175_9A0 = .text:0x000009A0; // type:function size:0x84
|
||||
fn_175_A30 = .text:0x00000A30; // type:function size:0x10
|
||||
executeState__85sStateMgr_c<16dAcEKumiteGira_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000A30; // type:function size:0x10
|
||||
fn_175_A40 = .text:0x00000A40; // type:function size:0xC4
|
||||
fn_175_B10 = .text:0x00000B10; // type:function size:0x78
|
||||
fn_175_B90 = .text:0x00000B90; // type:function size:0x10
|
||||
fn_175_BA0 = .text:0x00000BA0; // type:function size:0x24
|
||||
fn_175_BD0 = .text:0x00000BD0; // type:function size:0x4
|
||||
fn_175_BE0 = .text:0x00000BE0; // type:function size:0x4
|
||||
fn_175_BF0 = .text:0x00000BF0; // type:function size:0x80
|
||||
fn_175_C70 = .text:0x00000C70; // type:function size:0xA0
|
||||
fn_175_D10 = .text:0x00000D10; // type:function size:0x4
|
||||
fn_175_D20 = .text:0x00000D20; // type:function size:0x10
|
||||
fn_175_D30 = .text:0x00000D30; // type:function size:0x54
|
||||
fn_175_D90 = .text:0x00000D90; // type:function size:0x4
|
||||
getStateID__85sStateMgr_c<16dAcEKumiteGira_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00000B90; // type:function size:0x10
|
||||
initializeState_Wait__16dAcEKumiteGira_cFv = .text:0x00000BA0; // type:function size:0x24
|
||||
executeState_Wait__16dAcEKumiteGira_cFv = .text:0x00000BD0; // type:function size:0x4
|
||||
finalizeState_Wait__16dAcEKumiteGira_cFv = .text:0x00000BE0; // type:function size:0x4
|
||||
initializeState_PlayAnm__16dAcEKumiteGira_cFv = .text:0x00000BF0; // type:function size:0x80
|
||||
executeState_PlayAnm__16dAcEKumiteGira_cFv = .text:0x00000C70; // type:function size:0xA0
|
||||
finalizeState_PlayAnm__16dAcEKumiteGira_cFv = .text:0x00000D10; // type:function size:0x4
|
||||
initializeState_Damage__16dAcEKumiteGira_cFv = .text:0x00000D20; // type:function size:0x10
|
||||
executeState_Damage__16dAcEKumiteGira_cFv = .text:0x00000D30; // type:function size:0x54
|
||||
finalizeState_Damage__16dAcEKumiteGira_cFv = .text:0x00000D90; // type:function size:0x4
|
||||
fn_175_DA0 = .text:0x00000DA0; // type:function size:0x8
|
||||
fn_175_DB0 = .text:0x00000DB0; // type:function size:0x4
|
||||
fn_175_DC0 = .text:0x00000DC0; // type:function size:0x4
|
||||
fn_175_DD0 = .text:0x00000DD0; // type:function size:0x8
|
||||
fn_175_DE0 = .text:0x00000DE0; // type:function size:0x108
|
||||
fn_175_EF0 = .text:0x00000EF0; // type:function size:0x60
|
||||
fn_175_F50 = .text:0x00000F50; // type:function size:0xC
|
||||
fn_175_F60 = .text:0x00000F60; // type:function size:0x1C
|
||||
fn_175_F80 = .text:0x00000F80; // type:function size:0x1C
|
||||
fn_175_FA0 = .text:0x00000FA0; // type:function size:0x1C
|
||||
fn_175_FC0 = .text:0x00000FC0; // type:function size:0x10
|
||||
fn_175_FD0 = .text:0x00000FD0; // type:function size:0x10
|
||||
fn_175_FE0 = .text:0x00000FE0; // type:function size:0x10
|
||||
fn_175_FF0 = .text:0x00000FF0; // type:function size:0x10
|
||||
fn_175_1000 = .text:0x00001000; // type:function size:0x10
|
||||
fn_175_1010 = .text:0x00001010; // type:function size:0x10
|
||||
fn_175_1020 = .text:0x00001020; // type:function size:0x30
|
||||
fn_175_1050 = .text:0x00001050; // type:function size:0x30
|
||||
fn_175_1080 = .text:0x00001080; // type:function size:0x30
|
||||
fn_175_10B0 = .text:0x000010B0; // type:function size:0x27C
|
||||
fn_175_1330 = .text:0x00001330; // type:function size:0x58
|
||||
fn_175_1390 = .text:0x00001390; // type:function size:0x88
|
||||
__dt__16dAcEKumiteGira_cFv = .text:0x00000DE0; // type:function size:0x108
|
||||
build__32sFStateFct_c<16dAcEKumiteGira_c>FRC12sStateIDIf_c = .text:0x00000EF0; // type:function size:0x60
|
||||
dispose__32sFStateFct_c<16dAcEKumiteGira_c>FRP10sStateIf_c = .text:0x00000F50; // type:function size:0xC
|
||||
initialize__29sFState_c<16dAcEKumiteGira_c>Fv = .text:0x00000F60; // type:function size:0x1C
|
||||
execute__29sFState_c<16dAcEKumiteGira_c>Fv = .text:0x00000F80; // type:function size:0x1C
|
||||
finalize__29sFState_c<16dAcEKumiteGira_c>Fv = .text:0x00000FA0; // type:function size:0x1C
|
||||
initializeState__85sStateMgr_c<16dAcEKumiteGira_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000FC0; // type:function size:0x10
|
||||
finalizeState__85sStateMgr_c<16dAcEKumiteGira_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000FD0; // type:function size:0x10
|
||||
refreshState__85sStateMgr_c<16dAcEKumiteGira_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000FE0; // type:function size:0x10
|
||||
getState__85sStateMgr_c<16dAcEKumiteGira_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00000FF0; // type:function size:0x10
|
||||
getNewStateID__85sStateMgr_c<16dAcEKumiteGira_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00001000; // type:function size:0x10
|
||||
getOldStateID__85sStateMgr_c<16dAcEKumiteGira_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00001010; // type:function size:0x10
|
||||
finalizeState__31sFStateID_c<16dAcEKumiteGira_c>CFR16dAcEKumiteGira_c = .text:0x00001020; // type:function size:0x30
|
||||
executeState__31sFStateID_c<16dAcEKumiteGira_c>CFR16dAcEKumiteGira_c = .text:0x00001050; // type:function size:0x30
|
||||
initializeState__31sFStateID_c<16dAcEKumiteGira_c>CFR16dAcEKumiteGira_c = .text:0x00001080; // type:function size:0x30
|
||||
__sinit_\d_a_e_kumite_gira_cpp = .text:0x000010B0; // type:function size:0x27C scope:local
|
||||
__dt__31sFStateID_c<16dAcEKumiteGira_c>Fv = .text:0x00001330; // type:function size:0x58
|
||||
isSameName__31sFStateID_c<16dAcEKumiteGira_c>CFPCc = .text:0x00001390; // type:function size:0x88
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
_dtors = .dtors:0x00000000; // type:label scope:global
|
||||
__destroy_global_chain_reference = .dtors:0x00000000; // type:object size:0x4 scope:global
|
||||
@@ -66,7 +66,7 @@ lbl_175_data_0 = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
lbl_175_data_10 = .data:0x00000010; // type:object size:0x10
|
||||
lbl_175_data_20 = .data:0x00000020; // type:object size:0x10
|
||||
lbl_175_data_30 = .data:0x00000030; // type:object size:0x10
|
||||
lbl_175_data_40 = .data:0x00000040; // type:object size:0x10
|
||||
g_profile_E_KGIRA = .data:0x00000040; // type:object size:0x10
|
||||
lbl_175_data_50 = .data:0x00000050; // type:object size:0x50
|
||||
lbl_175_data_A0 = .data:0x000000A0; // type:object size:0x18
|
||||
lbl_175_data_B8 = .data:0x000000B8; // type:object size:0x20
|
||||
|
||||
@@ -3,64 +3,64 @@ _epilog = .text:0x00000030; // type:function size:0x2C scope:global
|
||||
_unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
fn_179_F0 = .text:0x000000F0; // type:function size:0x1B0
|
||||
dAcEliza_tail_c_classInit__Fv = .text:0x000000F0; // type:function size:0x1B0
|
||||
fn_179_2A0 = .text:0x000002A0; // type:function size:0x58
|
||||
fn_179_300 = .text:0x00000300; // type:function size:0x90
|
||||
fn_179_390 = .text:0x00000390; // type:function size:0x90
|
||||
fn_179_420 = .text:0x00000420; // type:function size:0x58
|
||||
fn_179_480 = .text:0x00000480; // type:function size:0x6C
|
||||
fn_179_4F0 = .text:0x000004F0; // type:function size:0xA0
|
||||
fn_179_590 = .text:0x00000590; // type:function size:0xA4
|
||||
__dt__28sFState_c<15dAcEliza_tail_c>Fv = .text:0x00000420; // type:function size:0x58
|
||||
__dt__31sFStateFct_c<15dAcEliza_tail_c>Fv = .text:0x00000480; // type:function size:0x6C
|
||||
__dt__84sStateMgr_c<15dAcEliza_tail_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000004F0; // type:function size:0xA0
|
||||
__dt__54sFStateMgr_c<15dAcEliza_tail_c,20sStateMethodUsr_FI_c>Fv = .text:0x00000590; // type:function size:0xA4
|
||||
fn_179_640 = .text:0x00000640; // type:function size:0xD4
|
||||
fn_179_720 = .text:0x00000720; // type:function size:0x3B4
|
||||
fn_179_AE0 = .text:0x00000AE0; // type:function size:0x10
|
||||
changeState__84sStateMgr_c<15dAcEliza_tail_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x00000AE0; // type:function size:0x10
|
||||
fn_179_AF0 = .text:0x00000AF0; // type:function size:0x8
|
||||
fn_179_B00 = .text:0x00000B00; // type:function size:0x380
|
||||
fn_179_E80 = .text:0x00000E80; // type:function size:0x10
|
||||
fn_179_E90 = .text:0x00000E90; // type:function size:0x10
|
||||
executeState__84sStateMgr_c<15dAcEliza_tail_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000E80; // type:function size:0x10
|
||||
getStateID__84sStateMgr_c<15dAcEliza_tail_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00000E90; // type:function size:0x10
|
||||
fn_179_EA0 = .text:0x00000EA0; // type:function size:0x114
|
||||
fn_179_FC0 = .text:0x00000FC0; // type:function size:0x4
|
||||
fn_179_FD0 = .text:0x00000FD0; // type:function size:0x19C
|
||||
initializeState_Wait__15dAcEliza_tail_cFv = .text:0x00000FC0; // type:function size:0x4
|
||||
executeState_Wait__15dAcEliza_tail_cFv = .text:0x00000FD0; // type:function size:0x19C
|
||||
fn_179_1170 = .text:0x00001170; // type:function size:0x4C
|
||||
fn_179_11C0 = .text:0x000011C0; // type:function size:0x4C
|
||||
fn_179_1210 = .text:0x00001210; // type:function size:0x4
|
||||
fn_179_1220 = .text:0x00001220; // type:function size:0x4
|
||||
fn_179_1230 = .text:0x00001230; // type:function size:0x4
|
||||
fn_179_1240 = .text:0x00001240; // type:function size:0x4
|
||||
fn_179_1250 = .text:0x00001250; // type:function size:0x50
|
||||
fn_179_12A0 = .text:0x000012A0; // type:function size:0x6C
|
||||
fn_179_1310 = .text:0x00001310; // type:function size:0x18
|
||||
fn_179_1330 = .text:0x00001330; // type:function size:0x4
|
||||
fn_179_1340 = .text:0x00001340; // type:function size:0x4
|
||||
fn_179_1350 = .text:0x00001350; // type:function size:0x4
|
||||
fn_179_1360 = .text:0x00001360; // type:function size:0x20
|
||||
fn_179_1380 = .text:0x00001380; // type:function size:0x30
|
||||
finalizeState_Wait__15dAcEliza_tail_cFv = .text:0x00001210; // type:function size:0x4
|
||||
initializeState_Damage__15dAcEliza_tail_cFv = .text:0x00001220; // type:function size:0x4
|
||||
executeState_Damage__15dAcEliza_tail_cFv = .text:0x00001230; // type:function size:0x4
|
||||
finalizeState_Damage__15dAcEliza_tail_cFv = .text:0x00001240; // type:function size:0x4
|
||||
initializeState_WhipCatch__15dAcEliza_tail_cFv = .text:0x00001250; // type:function size:0x50
|
||||
executeState_WhipCatch__15dAcEliza_tail_cFv = .text:0x000012A0; // type:function size:0x6C
|
||||
finalizeState_WhipCatch__15dAcEliza_tail_cFv = .text:0x00001310; // type:function size:0x18
|
||||
initializeState_Get__15dAcEliza_tail_cFv = .text:0x00001330; // type:function size:0x4
|
||||
executeState_Get__15dAcEliza_tail_cFv = .text:0x00001340; // type:function size:0x4
|
||||
finalizeState_Get__15dAcEliza_tail_cFv = .text:0x00001350; // type:function size:0x4
|
||||
initializeState_InLava__15dAcEliza_tail_cFv = .text:0x00001360; // type:function size:0x20
|
||||
executeState_InLava__15dAcEliza_tail_cFv = .text:0x00001380; // type:function size:0x30
|
||||
fn_179_13B0 = .text:0x000013B0; // type:function size:0x4
|
||||
fn_179_13C0 = .text:0x000013C0; // type:function size:0x4
|
||||
finalizeState_InLava__15dAcEliza_tail_cFv = .text:0x000013C0; // type:function size:0x4
|
||||
fn_179_13D0 = .text:0x000013D0; // type:function size:0x58
|
||||
fn_179_1430 = .text:0x00001430; // type:function size:0x7C
|
||||
fn_179_14B0 = .text:0x000014B0; // type:function size:0x8
|
||||
fn_179_14C0 = .text:0x000014C0; // type:function size:0x4
|
||||
fn_179_14D0 = .text:0x000014D0; // type:function size:0x4
|
||||
fn_179_14E0 = .text:0x000014E0; // type:function size:0x8
|
||||
fn_179_14F0 = .text:0x000014F0; // type:function size:0x194
|
||||
fn_179_1690 = .text:0x00001690; // type:function size:0x60
|
||||
fn_179_16F0 = .text:0x000016F0; // type:function size:0xC
|
||||
fn_179_1700 = .text:0x00001700; // type:function size:0x1C
|
||||
fn_179_1720 = .text:0x00001720; // type:function size:0x1C
|
||||
fn_179_1740 = .text:0x00001740; // type:function size:0x1C
|
||||
fn_179_1760 = .text:0x00001760; // type:function size:0x10
|
||||
fn_179_1770 = .text:0x00001770; // type:function size:0x10
|
||||
fn_179_1780 = .text:0x00001780; // type:function size:0x10
|
||||
fn_179_1790 = .text:0x00001790; // type:function size:0x10
|
||||
fn_179_17A0 = .text:0x000017A0; // type:function size:0x10
|
||||
fn_179_17B0 = .text:0x000017B0; // type:function size:0x10
|
||||
fn_179_17C0 = .text:0x000017C0; // type:function size:0x30
|
||||
fn_179_17F0 = .text:0x000017F0; // type:function size:0x30
|
||||
fn_179_1820 = .text:0x00001820; // type:function size:0x30
|
||||
fn_179_1850 = .text:0x00001850; // type:function size:0x3F4
|
||||
fn_179_1C50 = .text:0x00001C50; // type:function size:0x58
|
||||
fn_179_1CB0 = .text:0x00001CB0; // type:function size:0x88
|
||||
__dt__15dAcEliza_tail_cFv = .text:0x000014F0; // type:function size:0x194
|
||||
build__31sFStateFct_c<15dAcEliza_tail_c>FRC12sStateIDIf_c = .text:0x00001690; // type:function size:0x60
|
||||
dispose__31sFStateFct_c<15dAcEliza_tail_c>FRP10sStateIf_c = .text:0x000016F0; // type:function size:0xC
|
||||
initialize__28sFState_c<15dAcEliza_tail_c>Fv = .text:0x00001700; // type:function size:0x1C
|
||||
execute__28sFState_c<15dAcEliza_tail_c>Fv = .text:0x00001720; // type:function size:0x1C
|
||||
finalize__28sFState_c<15dAcEliza_tail_c>Fv = .text:0x00001740; // type:function size:0x1C
|
||||
initializeState__84sStateMgr_c<15dAcEliza_tail_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00001760; // type:function size:0x10
|
||||
finalizeState__84sStateMgr_c<15dAcEliza_tail_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00001770; // type:function size:0x10
|
||||
refreshState__84sStateMgr_c<15dAcEliza_tail_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00001780; // type:function size:0x10
|
||||
getState__84sStateMgr_c<15dAcEliza_tail_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00001790; // type:function size:0x10
|
||||
getNewStateID__84sStateMgr_c<15dAcEliza_tail_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000017A0; // type:function size:0x10
|
||||
getOldStateID__84sStateMgr_c<15dAcEliza_tail_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000017B0; // type:function size:0x10
|
||||
finalizeState__30sFStateID_c<15dAcEliza_tail_c>CFR15dAcEliza_tail_c = .text:0x000017C0; // type:function size:0x30
|
||||
executeState__30sFStateID_c<15dAcEliza_tail_c>CFR15dAcEliza_tail_c = .text:0x000017F0; // type:function size:0x30
|
||||
initializeState__30sFStateID_c<15dAcEliza_tail_c>CFR15dAcEliza_tail_c = .text:0x00001820; // type:function size:0x30
|
||||
__sinit_\d_a_e_liza_tail_cpp = .text:0x00001850; // type:function size:0x3F4 scope:local
|
||||
__dt__30sFStateID_c<15dAcEliza_tail_c>Fv = .text:0x00001C50; // type:function size:0x58
|
||||
isSameName__30sFStateID_c<15dAcEliza_tail_c>CFPCc = .text:0x00001CB0; // type:function size:0x88
|
||||
fn_179_1D40 = .text:0x00001D40; // type:function size:0x8
|
||||
fn_179_1D50 = .text:0x00001D50; // type:function size:0x8
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
@@ -71,7 +71,7 @@ lbl_179_rodata_74 = .rodata:0x00000074; // type:object size:0x4 data:float
|
||||
lbl_179_rodata_78 = .rodata:0x00000078; // type:object size:0x4 data:float
|
||||
lbl_179_rodata_7C = .rodata:0x0000007C; // type:object size:0x4 data:float
|
||||
lbl_179_rodata_80 = .rodata:0x00000080; // type:object size:0x10 data:float
|
||||
lbl_179_data_0 = .data:0x00000000; // type:object size:0xB0 data:4byte
|
||||
g_profile_E_LIZA_TAIL = .data:0x00000000; // type:object size:0xB0 data:4byte
|
||||
lbl_179_data_B0 = .data:0x000000B0; // type:object size:0x8 data:string
|
||||
lbl_179_data_B8 = .data:0x000000B8; // type:object size:0x8 data:string
|
||||
lbl_179_data_C0 = .data:0x000000C0; // type:object size:0xC data:4byte
|
||||
|
||||
@@ -4,12 +4,12 @@ _unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
fn_178_F0 = .text:0x000000F0; // type:function size:0x40
|
||||
fn_178_130 = .text:0x00000130; // type:function size:0x294
|
||||
dAcELizarufos_c_classInit__Fv = .text:0x00000130; // type:function size:0x294
|
||||
fn_178_3D0 = .text:0x000003D0; // type:function size:0x58
|
||||
fn_178_430 = .text:0x00000430; // type:function size:0x58
|
||||
fn_178_490 = .text:0x00000490; // type:function size:0x6C
|
||||
fn_178_500 = .text:0x00000500; // type:function size:0xA0
|
||||
fn_178_5A0 = .text:0x000005A0; // type:function size:0xA4
|
||||
__dt__28sFState_c<15dAcELizarufos_c>Fv = .text:0x00000430; // type:function size:0x58
|
||||
__dt__31sFStateFct_c<15dAcELizarufos_c>Fv = .text:0x00000490; // type:function size:0x6C
|
||||
__dt__84sStateMgr_c<15dAcELizarufos_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000500; // type:function size:0xA0
|
||||
__dt__54sFStateMgr_c<15dAcELizarufos_c,20sStateMethodUsr_FI_c>Fv = .text:0x000005A0; // type:function size:0xA4
|
||||
fn_178_650 = .text:0x00000650; // type:function size:0x58
|
||||
fn_178_6B0 = .text:0x000006B0; // type:function size:0x4
|
||||
fn_178_6C0 = .text:0x000006C0; // type:function size:0x58
|
||||
@@ -21,89 +21,89 @@ fn_178_930 = .text:0x00000930; // type:function size:0x84
|
||||
fn_178_9C0 = .text:0x000009C0; // type:function size:0x278
|
||||
fn_178_C40 = .text:0x00000C40; // type:function size:0x1A8
|
||||
fn_178_DF0 = .text:0x00000DF0; // type:function size:0x7E8
|
||||
fn_178_15E0 = .text:0x000015E0; // type:function size:0x10
|
||||
changeState__84sStateMgr_c<15dAcELizarufos_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x000015E0; // type:function size:0x10
|
||||
fn_178_15F0 = .text:0x000015F0; // type:function size:0x8
|
||||
fn_178_1600 = .text:0x00001600; // type:function size:0x1BD4
|
||||
fn_178_31E0 = .text:0x000031E0; // type:function size:0x10
|
||||
fn_178_31F0 = .text:0x000031F0; // type:function size:0x10
|
||||
getStateID__84sStateMgr_c<15dAcELizarufos_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000031E0; // type:function size:0x10
|
||||
executeState__84sStateMgr_c<15dAcELizarufos_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000031F0; // type:function size:0x10
|
||||
fn_178_3200 = .text:0x00003200; // type:function size:0x4C
|
||||
fn_178_3250 = .text:0x00003250; // type:function size:0x1C
|
||||
fn_178_3270 = .text:0x00003270; // type:function size:0x128
|
||||
fn_178_33A0 = .text:0x000033A0; // type:function size:0x10
|
||||
fn_178_33B0 = .text:0x000033B0; // type:function size:0x6C0
|
||||
fn_178_3A70 = .text:0x00003A70; // type:function size:0x4
|
||||
fn_178_3A80 = .text:0x00003A80; // type:function size:0x90
|
||||
fn_178_3B10 = .text:0x00003B10; // type:function size:0x158
|
||||
fn_178_3C70 = .text:0x00003C70; // type:function size:0x10
|
||||
fn_178_3C80 = .text:0x00003C80; // type:function size:0x40
|
||||
fn_178_3CC0 = .text:0x00003CC0; // type:function size:0x120
|
||||
fn_178_3DE0 = .text:0x00003DE0; // type:function size:0x4
|
||||
fn_178_3DF0 = .text:0x00003DF0; // type:function size:0x84
|
||||
fn_178_3E80 = .text:0x00003E80; // type:function size:0x1E0
|
||||
fn_178_4060 = .text:0x00004060; // type:function size:0x4
|
||||
fn_178_4070 = .text:0x00004070; // type:function size:0x40
|
||||
fn_178_40B0 = .text:0x000040B0; // type:function size:0x104
|
||||
fn_178_41C0 = .text:0x000041C0; // type:function size:0x4
|
||||
fn_178_41D0 = .text:0x000041D0; // type:function size:0xC8
|
||||
fn_178_42A0 = .text:0x000042A0; // type:function size:0x1B8
|
||||
fn_178_4460 = .text:0x00004460; // type:function size:0x4
|
||||
fn_178_4470 = .text:0x00004470; // type:function size:0x54
|
||||
fn_178_44D0 = .text:0x000044D0; // type:function size:0x114
|
||||
fn_178_45F0 = .text:0x000045F0; // type:function size:0x4
|
||||
fn_178_4600 = .text:0x00004600; // type:function size:0xBC
|
||||
fn_178_46C0 = .text:0x000046C0; // type:function size:0x4A8
|
||||
fn_178_4B70 = .text:0x00004B70; // type:function size:0x4
|
||||
fn_178_4B80 = .text:0x00004B80; // type:function size:0x4C
|
||||
fn_178_4BD0 = .text:0x00004BD0; // type:function size:0x3B0
|
||||
fn_178_4F80 = .text:0x00004F80; // type:function size:0x4
|
||||
fn_178_4F90 = .text:0x00004F90; // type:function size:0x5C
|
||||
fn_178_4FF0 = .text:0x00004FF0; // type:function size:0x194
|
||||
fn_178_5190 = .text:0x00005190; // type:function size:0x4
|
||||
fn_178_51A0 = .text:0x000051A0; // type:function size:0x7C
|
||||
fn_178_5220 = .text:0x00005220; // type:function size:0x134
|
||||
fn_178_5360 = .text:0x00005360; // type:function size:0x4
|
||||
fn_178_5370 = .text:0x00005370; // type:function size:0xA4
|
||||
fn_178_5420 = .text:0x00005420; // type:function size:0x2B8
|
||||
fn_178_56E0 = .text:0x000056E0; // type:function size:0x4
|
||||
fn_178_56F0 = .text:0x000056F0; // type:function size:0x48
|
||||
fn_178_5740 = .text:0x00005740; // type:function size:0x230
|
||||
fn_178_5970 = .text:0x00005970; // type:function size:0x4
|
||||
fn_178_5980 = .text:0x00005980; // type:function size:0x180
|
||||
fn_178_5B00 = .text:0x00005B00; // type:function size:0x2D4
|
||||
fn_178_5DE0 = .text:0x00005DE0; // type:function size:0x4
|
||||
fn_178_5DF0 = .text:0x00005DF0; // type:function size:0x60
|
||||
fn_178_5E50 = .text:0x00005E50; // type:function size:0x2B0
|
||||
fn_178_6100 = .text:0x00006100; // type:function size:0x4
|
||||
fn_178_6110 = .text:0x00006110; // type:function size:0x50
|
||||
fn_178_6160 = .text:0x00006160; // type:function size:0x3C0
|
||||
fn_178_6520 = .text:0x00006520; // type:function size:0x4
|
||||
fn_178_6530 = .text:0x00006530; // type:function size:0x94
|
||||
fn_178_65D0 = .text:0x000065D0; // type:function size:0x218
|
||||
fn_178_67F0 = .text:0x000067F0; // type:function size:0x4
|
||||
fn_178_6800 = .text:0x00006800; // type:function size:0x70
|
||||
fn_178_6870 = .text:0x00006870; // type:function size:0x214
|
||||
fn_178_6A90 = .text:0x00006A90; // type:function size:0x4
|
||||
fn_178_6AA0 = .text:0x00006AA0; // type:function size:0x40
|
||||
fn_178_6AE0 = .text:0x00006AE0; // type:function size:0x54
|
||||
fn_178_6B40 = .text:0x00006B40; // type:function size:0x4
|
||||
fn_178_6B50 = .text:0x00006B50; // type:function size:0x78
|
||||
fn_178_6BD0 = .text:0x00006BD0; // type:function size:0x484
|
||||
fn_178_7060 = .text:0x00007060; // type:function size:0x4
|
||||
fn_178_7070 = .text:0x00007070; // type:function size:0x80
|
||||
fn_178_70F0 = .text:0x000070F0; // type:function size:0x174
|
||||
fn_178_7270 = .text:0x00007270; // type:function size:0x4
|
||||
fn_178_7280 = .text:0x00007280; // type:function size:0x48
|
||||
fn_178_72D0 = .text:0x000072D0; // type:function size:0x98
|
||||
fn_178_7370 = .text:0x00007370; // type:function size:0x4
|
||||
fn_178_7380 = .text:0x00007380; // type:function size:0x7C
|
||||
fn_178_7400 = .text:0x00007400; // type:function size:0x244
|
||||
fn_178_7650 = .text:0x00007650; // type:function size:0x4
|
||||
fn_178_7660 = .text:0x00007660; // type:function size:0x10C
|
||||
fn_178_7770 = .text:0x00007770; // type:function size:0x218
|
||||
fn_178_7990 = .text:0x00007990; // type:function size:0x4
|
||||
fn_178_79A0 = .text:0x000079A0; // type:function size:0x2DC
|
||||
fn_178_7C80 = .text:0x00007C80; // type:function size:0xC98
|
||||
fn_178_8920 = .text:0x00008920; // type:function size:0x4
|
||||
initializeState_Demo__15dAcELizarufos_cFv = .text:0x000033A0; // type:function size:0x10
|
||||
executeState_Demo__15dAcELizarufos_cFv = .text:0x000033B0; // type:function size:0x6C0
|
||||
finalizeState_Demo__15dAcELizarufos_cFv = .text:0x00003A70; // type:function size:0x4
|
||||
initializeState_Wait__15dAcELizarufos_cFv = .text:0x00003A80; // type:function size:0x90
|
||||
executeState_Wait__15dAcELizarufos_cFv = .text:0x00003B10; // type:function size:0x158
|
||||
finalizeState_Wait__15dAcELizarufos_cFv = .text:0x00003C70; // type:function size:0x10
|
||||
initializeState_Kyoro__15dAcELizarufos_cFv = .text:0x00003C80; // type:function size:0x40
|
||||
executeState_Kyoro__15dAcELizarufos_cFv = .text:0x00003CC0; // type:function size:0x120
|
||||
finalizeState_Kyoro__15dAcELizarufos_cFv = .text:0x00003DE0; // type:function size:0x4
|
||||
initializeState_Find__15dAcELizarufos_cFv = .text:0x00003DF0; // type:function size:0x84
|
||||
executeState_Find__15dAcELizarufos_cFv = .text:0x00003E80; // type:function size:0x1E0
|
||||
finalizeState_Find__15dAcELizarufos_cFv = .text:0x00004060; // type:function size:0x4
|
||||
initializeState_Find2__15dAcELizarufos_cFv = .text:0x00004070; // type:function size:0x40
|
||||
executeState_Find2__15dAcELizarufos_cFv = .text:0x000040B0; // type:function size:0x104
|
||||
finalizeState_Find2__15dAcELizarufos_cFv = .text:0x000041C0; // type:function size:0x4
|
||||
initializeState_Move__15dAcELizarufos_cFv = .text:0x000041D0; // type:function size:0xC8
|
||||
executeState_Move__15dAcELizarufos_cFv = .text:0x000042A0; // type:function size:0x1B8
|
||||
finalizeState_Move__15dAcELizarufos_cFv = .text:0x00004460; // type:function size:0x4
|
||||
initializeState_PathMove__15dAcELizarufos_cFv = .text:0x00004470; // type:function size:0x54
|
||||
executeState_PathMove__15dAcELizarufos_cFv = .text:0x000044D0; // type:function size:0x114
|
||||
finalizeState_PathMove__15dAcELizarufos_cFv = .text:0x000045F0; // type:function size:0x4
|
||||
initializeState_FightWait__15dAcELizarufos_cFv = .text:0x00004600; // type:function size:0xBC
|
||||
executeState_FightWait__15dAcELizarufos_cFv = .text:0x000046C0; // type:function size:0x4A8
|
||||
finalizeState_FightWait__15dAcELizarufos_cFv = .text:0x00004B70; // type:function size:0x4
|
||||
initializeState_Search__15dAcELizarufos_cFv = .text:0x00004B80; // type:function size:0x4C
|
||||
executeState_Search__15dAcELizarufos_cFv = .text:0x00004BD0; // type:function size:0x3B0
|
||||
finalizeState_Search__15dAcELizarufos_cFv = .text:0x00004F80; // type:function size:0x4
|
||||
initializeState_Provoke__15dAcELizarufos_cFv = .text:0x00004F90; // type:function size:0x5C
|
||||
executeState_Provoke__15dAcELizarufos_cFv = .text:0x00004FF0; // type:function size:0x194
|
||||
finalizeState_Provoke__15dAcELizarufos_cFv = .text:0x00005190; // type:function size:0x4
|
||||
initializeState_ArmAttack__15dAcELizarufos_cFv = .text:0x000051A0; // type:function size:0x7C
|
||||
executeState_ArmAttack__15dAcELizarufos_cFv = .text:0x00005220; // type:function size:0x134
|
||||
finalizeState_ArmAttack__15dAcELizarufos_cFv = .text:0x00005360; // type:function size:0x4
|
||||
initializeState_TailAttack__15dAcELizarufos_cFv = .text:0x00005370; // type:function size:0xA4
|
||||
executeState_TailAttack__15dAcELizarufos_cFv = .text:0x00005420; // type:function size:0x2B8
|
||||
finalizeState_TailAttack__15dAcELizarufos_cFv = .text:0x000056E0; // type:function size:0x4
|
||||
initializeState_FireAttack__15dAcELizarufos_cFv = .text:0x000056F0; // type:function size:0x48
|
||||
executeState_FireAttack__15dAcELizarufos_cFv = .text:0x00005740; // type:function size:0x230
|
||||
finalizeState_FireAttack__15dAcELizarufos_cFv = .text:0x00005970; // type:function size:0x4
|
||||
initializeState_Step__15dAcELizarufos_cFv = .text:0x00005980; // type:function size:0x180
|
||||
executeState_Step__15dAcELizarufos_cFv = .text:0x00005B00; // type:function size:0x2D4
|
||||
finalizeState_Step__15dAcELizarufos_cFv = .text:0x00005DE0; // type:function size:0x4
|
||||
initializeState_BackJump__15dAcELizarufos_cFv = .text:0x00005DF0; // type:function size:0x60
|
||||
executeState_BackJump__15dAcELizarufos_cFv = .text:0x00005E50; // type:function size:0x2B0
|
||||
finalizeState_BackJump__15dAcELizarufos_cFv = .text:0x00006100; // type:function size:0x4
|
||||
initializeState_CliffJump__15dAcELizarufos_cFv = .text:0x00006110; // type:function size:0x50
|
||||
executeState_CliffJump__15dAcELizarufos_cFv = .text:0x00006160; // type:function size:0x3C0
|
||||
finalizeState_CliffJump__15dAcELizarufos_cFv = .text:0x00006520; // type:function size:0x4
|
||||
initializeState_GuardWait__15dAcELizarufos_cFv = .text:0x00006530; // type:function size:0x94
|
||||
executeState_GuardWait__15dAcELizarufos_cFv = .text:0x000065D0; // type:function size:0x218
|
||||
finalizeState_GuardWait__15dAcELizarufos_cFv = .text:0x000067F0; // type:function size:0x4
|
||||
initializeState_Guard__15dAcELizarufos_cFv = .text:0x00006800; // type:function size:0x70
|
||||
executeState_Guard__15dAcELizarufos_cFv = .text:0x00006870; // type:function size:0x214
|
||||
finalizeState_Guard__15dAcELizarufos_cFv = .text:0x00006A90; // type:function size:0x4
|
||||
initializeState_JustGuard__15dAcELizarufos_cFv = .text:0x00006AA0; // type:function size:0x40
|
||||
executeState_JustGuard__15dAcELizarufos_cFv = .text:0x00006AE0; // type:function size:0x54
|
||||
finalizeState_JustGuard__15dAcELizarufos_cFv = .text:0x00006B40; // type:function size:0x4
|
||||
initializeState_RetMove__15dAcELizarufos_cFv = .text:0x00006B50; // type:function size:0x78
|
||||
executeState_RetMove__15dAcELizarufos_cFv = .text:0x00006BD0; // type:function size:0x484
|
||||
finalizeState_RetMove__15dAcELizarufos_cFv = .text:0x00007060; // type:function size:0x4
|
||||
initializeState_Damage__15dAcELizarufos_cFv = .text:0x00007070; // type:function size:0x80
|
||||
executeState_Damage__15dAcELizarufos_cFv = .text:0x000070F0; // type:function size:0x174
|
||||
finalizeState_Damage__15dAcELizarufos_cFv = .text:0x00007270; // type:function size:0x4
|
||||
initializeState_Falter__15dAcELizarufos_cFv = .text:0x00007280; // type:function size:0x48
|
||||
executeState_Falter__15dAcELizarufos_cFv = .text:0x000072D0; // type:function size:0x98
|
||||
finalizeState_Falter__15dAcELizarufos_cFv = .text:0x00007370; // type:function size:0x4
|
||||
initializeState_Stun__15dAcELizarufos_cFv = .text:0x00007380; // type:function size:0x7C
|
||||
executeState_Stun__15dAcELizarufos_cFv = .text:0x00007400; // type:function size:0x244
|
||||
finalizeState_Stun__15dAcELizarufos_cFv = .text:0x00007650; // type:function size:0x4
|
||||
initializeState_Fall__15dAcELizarufos_cFv = .text:0x00007660; // type:function size:0x10C
|
||||
executeState_Fall__15dAcELizarufos_cFv = .text:0x00007770; // type:function size:0x218
|
||||
finalizeState_Fall__15dAcELizarufos_cFv = .text:0x00007990; // type:function size:0x4
|
||||
initializeState_Dead__15dAcELizarufos_cFv = .text:0x000079A0; // type:function size:0x2DC
|
||||
executeState_Dead__15dAcELizarufos_cFv = .text:0x00007C80; // type:function size:0xC98
|
||||
finalizeState_Dead__15dAcELizarufos_cFv = .text:0x00008920; // type:function size:0x4
|
||||
fn_178_8930 = .text:0x00008930; // type:function size:0x1A4
|
||||
fn_178_8AE0 = .text:0x00008AE0; // type:function size:0x148
|
||||
fn_178_8C30 = .text:0x00008C30; // type:function size:0x50
|
||||
@@ -149,24 +149,24 @@ fn_178_C260 = .text:0x0000C260; // type:function size:0x8
|
||||
fn_178_C270 = .text:0x0000C270; // type:function size:0x4
|
||||
fn_178_C280 = .text:0x0000C280; // type:function size:0x4
|
||||
fn_178_C290 = .text:0x0000C290; // type:function size:0x8
|
||||
fn_178_C2A0 = .text:0x0000C2A0; // type:function size:0x25C
|
||||
fn_178_C500 = .text:0x0000C500; // type:function size:0x60
|
||||
fn_178_C560 = .text:0x0000C560; // type:function size:0xC
|
||||
fn_178_C570 = .text:0x0000C570; // type:function size:0x1C
|
||||
fn_178_C590 = .text:0x0000C590; // type:function size:0x1C
|
||||
fn_178_C5B0 = .text:0x0000C5B0; // type:function size:0x1C
|
||||
fn_178_C5D0 = .text:0x0000C5D0; // type:function size:0x10
|
||||
fn_178_C5E0 = .text:0x0000C5E0; // type:function size:0x10
|
||||
fn_178_C5F0 = .text:0x0000C5F0; // type:function size:0x10
|
||||
fn_178_C600 = .text:0x0000C600; // type:function size:0x10
|
||||
fn_178_C610 = .text:0x0000C610; // type:function size:0x10
|
||||
fn_178_C620 = .text:0x0000C620; // type:function size:0x10
|
||||
fn_178_C630 = .text:0x0000C630; // type:function size:0x30
|
||||
fn_178_C660 = .text:0x0000C660; // type:function size:0x30
|
||||
fn_178_C690 = .text:0x0000C690; // type:function size:0x30
|
||||
fn_178_C6C0 = .text:0x0000C6C0; // type:function size:0x1328
|
||||
fn_178_D9F0 = .text:0x0000D9F0; // type:function size:0x58
|
||||
fn_178_DA50 = .text:0x0000DA50; // type:function size:0x88
|
||||
__dt__15dAcELizarufos_cFv = .text:0x0000C2A0; // type:function size:0x25C
|
||||
build__31sFStateFct_c<15dAcELizarufos_c>FRC12sStateIDIf_c = .text:0x0000C500; // type:function size:0x60
|
||||
dispose__31sFStateFct_c<15dAcELizarufos_c>FRP10sStateIf_c = .text:0x0000C560; // type:function size:0xC
|
||||
initialize__28sFState_c<15dAcELizarufos_c>Fv = .text:0x0000C570; // type:function size:0x1C
|
||||
execute__28sFState_c<15dAcELizarufos_c>Fv = .text:0x0000C590; // type:function size:0x1C
|
||||
finalize__28sFState_c<15dAcELizarufos_c>Fv = .text:0x0000C5B0; // type:function size:0x1C
|
||||
initializeState__84sStateMgr_c<15dAcELizarufos_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x0000C5D0; // type:function size:0x10
|
||||
finalizeState__84sStateMgr_c<15dAcELizarufos_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x0000C5E0; // type:function size:0x10
|
||||
refreshState__84sStateMgr_c<15dAcELizarufos_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x0000C5F0; // type:function size:0x10
|
||||
getState__84sStateMgr_c<15dAcELizarufos_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x0000C600; // type:function size:0x10
|
||||
getNewStateID__84sStateMgr_c<15dAcELizarufos_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x0000C610; // type:function size:0x10
|
||||
getOldStateID__84sStateMgr_c<15dAcELizarufos_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x0000C620; // type:function size:0x10
|
||||
finalizeState__30sFStateID_c<15dAcELizarufos_c>CFR15dAcELizarufos_c = .text:0x0000C630; // type:function size:0x30
|
||||
executeState__30sFStateID_c<15dAcELizarufos_c>CFR15dAcELizarufos_c = .text:0x0000C660; // type:function size:0x30
|
||||
initializeState__30sFStateID_c<15dAcELizarufos_c>CFR15dAcELizarufos_c = .text:0x0000C690; // type:function size:0x30
|
||||
__sinit_\d_a_e_lizarufos_cpp = .text:0x0000C6C0; // type:function size:0x1328 scope:local
|
||||
__dt__30sFStateID_c<15dAcELizarufos_c>Fv = .text:0x0000D9F0; // type:function size:0x58
|
||||
isSameName__30sFStateID_c<15dAcELizarufos_c>CFPCc = .text:0x0000DA50; // type:function size:0x88
|
||||
fn_178_DAE0 = .text:0x0000DAE0; // type:function size:0x8
|
||||
fn_178_DAF0 = .text:0x0000DAF0; // type:function size:0x8
|
||||
fn_178_DB00 = .text:0x0000DB00; // type:function size:0x8
|
||||
@@ -195,7 +195,7 @@ lbl_178_rodata_1D0 = .rodata:0x000001D0; // type:object size:0x10 data:float
|
||||
lbl_178_rodata_1E0 = .rodata:0x000001E0; // type:object size:0x48 data:float
|
||||
lbl_178_rodata_228 = .rodata:0x00000228; // type:object size:0x34 data:float
|
||||
lbl_178_data_0 = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
lbl_178_data_10 = .data:0x00000010; // type:object size:0x10
|
||||
g_profile_E_LIZARUFOS = .data:0x00000010; // type:object size:0x10
|
||||
lbl_178_data_20 = .data:0x00000020; // type:object size:0x8 data:4byte
|
||||
lbl_178_data_28 = .data:0x00000028; // type:object size:0x8 data:string
|
||||
lbl_178_data_30 = .data:0x00000030; // type:object size:0x8 data:string
|
||||
|
||||
@@ -3,55 +3,55 @@ _epilog = .text:0x00000030; // type:function size:0x2C scope:global
|
||||
_unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
fn_200_F0 = .text:0x000000F0; // type:function size:0x154
|
||||
dAcEmagma_c_classInit__Fv = .text:0x000000F0; // type:function size:0x154
|
||||
fn_200_250 = .text:0x00000250; // type:function size:0x58
|
||||
fn_200_2B0 = .text:0x000002B0; // type:function size:0x58
|
||||
fn_200_310 = .text:0x00000310; // type:function size:0x6C
|
||||
fn_200_380 = .text:0x00000380; // type:function size:0xA0
|
||||
fn_200_420 = .text:0x00000420; // type:function size:0xA4
|
||||
__dt__24sFState_c<11dAcEmagma_c>Fv = .text:0x000002B0; // type:function size:0x58
|
||||
__dt__27sFStateFct_c<11dAcEmagma_c>Fv = .text:0x00000310; // type:function size:0x6C
|
||||
__dt__80sStateMgr_c<11dAcEmagma_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000380; // type:function size:0xA0
|
||||
__dt__50sFStateMgr_c<11dAcEmagma_c,20sStateMethodUsr_FI_c>Fv = .text:0x00000420; // type:function size:0xA4
|
||||
fn_200_4D0 = .text:0x000004D0; // type:function size:0x174
|
||||
fn_200_650 = .text:0x00000650; // type:function size:0x344
|
||||
fn_200_9A0 = .text:0x000009A0; // type:function size:0x10
|
||||
changeState__80sStateMgr_c<11dAcEmagma_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x000009A0; // type:function size:0x10
|
||||
fn_200_9B0 = .text:0x000009B0; // type:function size:0x3C
|
||||
fn_200_9F0 = .text:0x000009F0; // type:function size:0x40C
|
||||
fn_200_E00 = .text:0x00000E00; // type:function size:0x10
|
||||
fn_200_E10 = .text:0x00000E10; // type:function size:0x10
|
||||
executeState__80sStateMgr_c<11dAcEmagma_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000E00; // type:function size:0x10
|
||||
getStateID__80sStateMgr_c<11dAcEmagma_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00000E10; // type:function size:0x10
|
||||
fn_200_E20 = .text:0x00000E20; // type:function size:0x100
|
||||
fn_200_F20 = .text:0x00000F20; // type:function size:0x4
|
||||
fn_200_F30 = .text:0x00000F30; // type:function size:0xF8
|
||||
initializeState_Birth__11dAcEmagma_cFv = .text:0x00000F20; // type:function size:0x4
|
||||
executeState_Birth__11dAcEmagma_cFv = .text:0x00000F30; // type:function size:0xF8
|
||||
fn_200_1030 = .text:0x00001030; // type:function size:0x1C
|
||||
fn_200_1050 = .text:0x00001050; // type:function size:0x4
|
||||
fn_200_1060 = .text:0x00001060; // type:function size:0x140
|
||||
fn_200_11A0 = .text:0x000011A0; // type:function size:0x10C
|
||||
fn_200_12B0 = .text:0x000012B0; // type:function size:0x4
|
||||
fn_200_12C0 = .text:0x000012C0; // type:function size:0xA4
|
||||
fn_200_1370 = .text:0x00001370; // type:function size:0x8C
|
||||
fn_200_1400 = .text:0x00001400; // type:function size:0x4
|
||||
fn_200_1410 = .text:0x00001410; // type:function size:0x34
|
||||
fn_200_1450 = .text:0x00001450; // type:function size:0x1A8
|
||||
fn_200_1600 = .text:0x00001600; // type:function size:0x4
|
||||
fn_200_1610 = .text:0x00001610; // type:function size:0x38
|
||||
fn_200_1650 = .text:0x00001650; // type:function size:0x50
|
||||
fn_200_16A0 = .text:0x000016A0; // type:function size:0x4
|
||||
finalizeState_Birth__11dAcEmagma_cFv = .text:0x00001050; // type:function size:0x4
|
||||
initializeState_Move__11dAcEmagma_cFv = .text:0x00001060; // type:function size:0x140
|
||||
executeState_Move__11dAcEmagma_cFv = .text:0x000011A0; // type:function size:0x10C
|
||||
finalizeState_Move__11dAcEmagma_cFv = .text:0x000012B0; // type:function size:0x4
|
||||
initializeState_BulletMove__11dAcEmagma_cFv = .text:0x000012C0; // type:function size:0xA4
|
||||
executeState_BulletMove__11dAcEmagma_cFv = .text:0x00001370; // type:function size:0x8C
|
||||
finalizeState_BulletMove__11dAcEmagma_cFv = .text:0x00001400; // type:function size:0x4
|
||||
initializeState_Frame__11dAcEmagma_cFv = .text:0x00001410; // type:function size:0x34
|
||||
executeState_Frame__11dAcEmagma_cFv = .text:0x00001450; // type:function size:0x1A8
|
||||
finalizeState_Frame__11dAcEmagma_cFv = .text:0x00001600; // type:function size:0x4
|
||||
initializeState_Damage__11dAcEmagma_cFv = .text:0x00001610; // type:function size:0x38
|
||||
executeState_Damage__11dAcEmagma_cFv = .text:0x00001650; // type:function size:0x50
|
||||
finalizeState_Damage__11dAcEmagma_cFv = .text:0x000016A0; // type:function size:0x4
|
||||
fn_200_16B0 = .text:0x000016B0; // type:function size:0x28
|
||||
fn_200_16E0 = .text:0x000016E0; // type:function size:0x118
|
||||
fn_200_1800 = .text:0x00001800; // type:function size:0x60
|
||||
fn_200_1860 = .text:0x00001860; // type:function size:0xC
|
||||
fn_200_1870 = .text:0x00001870; // type:function size:0x1C
|
||||
fn_200_1890 = .text:0x00001890; // type:function size:0x1C
|
||||
fn_200_18B0 = .text:0x000018B0; // type:function size:0x1C
|
||||
fn_200_18D0 = .text:0x000018D0; // type:function size:0x10
|
||||
fn_200_18E0 = .text:0x000018E0; // type:function size:0x10
|
||||
fn_200_18F0 = .text:0x000018F0; // type:function size:0x10
|
||||
fn_200_1900 = .text:0x00001900; // type:function size:0x10
|
||||
fn_200_1910 = .text:0x00001910; // type:function size:0x10
|
||||
fn_200_1920 = .text:0x00001920; // type:function size:0x10
|
||||
fn_200_1930 = .text:0x00001930; // type:function size:0x30
|
||||
fn_200_1960 = .text:0x00001960; // type:function size:0x30
|
||||
fn_200_1990 = .text:0x00001990; // type:function size:0x30
|
||||
fn_200_19C0 = .text:0x000019C0; // type:function size:0x3F4
|
||||
fn_200_1DC0 = .text:0x00001DC0; // type:function size:0x58
|
||||
fn_200_1E20 = .text:0x00001E20; // type:function size:0x88
|
||||
__dt__11dAcEmagma_cFv = .text:0x000016E0; // type:function size:0x118
|
||||
build__27sFStateFct_c<11dAcEmagma_c>FRC12sStateIDIf_c = .text:0x00001800; // type:function size:0x60
|
||||
dispose__27sFStateFct_c<11dAcEmagma_c>FRP10sStateIf_c = .text:0x00001860; // type:function size:0xC
|
||||
initialize__24sFState_c<11dAcEmagma_c>Fv = .text:0x00001870; // type:function size:0x1C
|
||||
execute__24sFState_c<11dAcEmagma_c>Fv = .text:0x00001890; // type:function size:0x1C
|
||||
finalize__24sFState_c<11dAcEmagma_c>Fv = .text:0x000018B0; // type:function size:0x1C
|
||||
initializeState__80sStateMgr_c<11dAcEmagma_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000018D0; // type:function size:0x10
|
||||
finalizeState__80sStateMgr_c<11dAcEmagma_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000018E0; // type:function size:0x10
|
||||
refreshState__80sStateMgr_c<11dAcEmagma_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000018F0; // type:function size:0x10
|
||||
getState__80sStateMgr_c<11dAcEmagma_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00001900; // type:function size:0x10
|
||||
getNewStateID__80sStateMgr_c<11dAcEmagma_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00001910; // type:function size:0x10
|
||||
getOldStateID__80sStateMgr_c<11dAcEmagma_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00001920; // type:function size:0x10
|
||||
finalizeState__26sFStateID_c<11dAcEmagma_c>CFR11dAcEmagma_c = .text:0x00001930; // type:function size:0x30
|
||||
executeState__26sFStateID_c<11dAcEmagma_c>CFR11dAcEmagma_c = .text:0x00001960; // type:function size:0x30
|
||||
initializeState__26sFStateID_c<11dAcEmagma_c>CFR11dAcEmagma_c = .text:0x00001990; // type:function size:0x30
|
||||
__sinit_\d_a_e_magma_cpp = .text:0x000019C0; // type:function size:0x3F4 scope:local
|
||||
__dt__26sFStateID_c<11dAcEmagma_c>Fv = .text:0x00001DC0; // type:function size:0x58
|
||||
isSameName__26sFStateID_c<11dAcEmagma_c>CFPCc = .text:0x00001E20; // type:function size:0x88
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
_dtors = .dtors:0x00000000; // type:label scope:global
|
||||
__destroy_global_chain_reference = .dtors:0x00000000; // type:object size:0x4 scope:global
|
||||
@@ -61,7 +61,7 @@ lbl_200_rodata_28 = .rodata:0x00000028; // type:object size:0x4 data:float
|
||||
lbl_200_rodata_2C = .rodata:0x0000002C; // type:object size:0x34 data:float
|
||||
lbl_200_rodata_60 = .rodata:0x00000060; // type:object size:0x34
|
||||
lbl_200_rodata_94 = .rodata:0x00000094; // type:object size:0x4 data:float
|
||||
lbl_200_data_0 = .data:0x00000000; // type:object size:0x3C data:4byte
|
||||
g_profile_E_MAGMA = .data:0x00000000; // type:object size:0x3C data:4byte
|
||||
lbl_200_data_3C = .data:0x0000003C; // type:object size:0x8
|
||||
lbl_200_data_44 = .data:0x00000044; // type:object size:0x34
|
||||
lbl_200_data_78 = .data:0x00000078; // type:object size:0x80
|
||||
|
||||
@@ -3,12 +3,12 @@ _epilog = .text:0x00000030; // type:function size:0x2C scope:global
|
||||
_unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
fn_324_F0 = .text:0x000000F0; // type:function size:0x17C
|
||||
dAcEmaguppo_c_classInit__Fv = .text:0x000000F0; // type:function size:0x17C
|
||||
fn_324_270 = .text:0x00000270; // type:function size:0x58
|
||||
fn_324_2D0 = .text:0x000002D0; // type:function size:0x58
|
||||
fn_324_330 = .text:0x00000330; // type:function size:0x6C
|
||||
fn_324_3A0 = .text:0x000003A0; // type:function size:0xA0
|
||||
fn_324_440 = .text:0x00000440; // type:function size:0xA4
|
||||
__dt__26sFState_c<13dAcEmaguppo_c>Fv = .text:0x000002D0; // type:function size:0x58
|
||||
__dt__29sFStateFct_c<13dAcEmaguppo_c>Fv = .text:0x00000330; // type:function size:0x6C
|
||||
__dt__82sStateMgr_c<13dAcEmaguppo_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000003A0; // type:function size:0xA0
|
||||
__dt__52sFStateMgr_c<13dAcEmaguppo_c,20sStateMethodUsr_FI_c>Fv = .text:0x00000440; // type:function size:0xA4
|
||||
fn_324_4F0 = .text:0x000004F0; // type:function size:0xD8
|
||||
fn_324_5D0 = .text:0x000005D0; // type:function size:0xE4
|
||||
fn_324_6C0 = .text:0x000006C0; // type:function size:0x98
|
||||
@@ -20,8 +20,8 @@ fn_324_910 = .text:0x00000910; // type:function size:0x7C
|
||||
fn_324_990 = .text:0x00000990; // type:function size:0xCC
|
||||
fn_324_A60 = .text:0x00000A60; // type:function size:0x70
|
||||
fn_324_AD0 = .text:0x00000AD0; // type:function size:0x608
|
||||
fn_324_10E0 = .text:0x000010E0; // type:function size:0x10
|
||||
fn_324_10F0 = .text:0x000010F0; // type:function size:0x10
|
||||
getStateID__82sStateMgr_c<13dAcEmaguppo_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000010E0; // type:function size:0x10
|
||||
changeState__82sStateMgr_c<13dAcEmaguppo_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x000010F0; // type:function size:0x10
|
||||
fn_324_1100 = .text:0x00001100; // type:function size:0x1C
|
||||
fn_324_1120 = .text:0x00001120; // type:function size:0xA8
|
||||
fn_324_11D0 = .text:0x000011D0; // type:function size:0x190
|
||||
@@ -45,69 +45,69 @@ fn_324_1FA0 = .text:0x00001FA0; // type:function size:0x580
|
||||
fn_324_2520 = .text:0x00002520; // type:function size:0x138
|
||||
fn_324_2660 = .text:0x00002660; // type:function size:0x8
|
||||
fn_324_2670 = .text:0x00002670; // type:function size:0x6EC
|
||||
fn_324_2D60 = .text:0x00002D60; // type:function size:0x10
|
||||
executeState__82sStateMgr_c<13dAcEmaguppo_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00002D60; // type:function size:0x10
|
||||
fn_324_2D70 = .text:0x00002D70; // type:function size:0x64
|
||||
fn_324_2DE0 = .text:0x00002DE0; // type:function size:0x50
|
||||
fn_324_2E30 = .text:0x00002E30; // type:function size:0xB0
|
||||
fn_324_2EE0 = .text:0x00002EE0; // type:function size:0x4
|
||||
fn_324_2EF0 = .text:0x00002EF0; // type:function size:0x124
|
||||
fn_324_3020 = .text:0x00003020; // type:function size:0x324
|
||||
fn_324_3350 = .text:0x00003350; // type:function size:0x60
|
||||
fn_324_33B0 = .text:0x000033B0; // type:function size:0x58
|
||||
fn_324_3410 = .text:0x00003410; // type:function size:0xEC
|
||||
fn_324_3500 = .text:0x00003500; // type:function size:0x4
|
||||
fn_324_3510 = .text:0x00003510; // type:function size:0x50
|
||||
fn_324_3560 = .text:0x00003560; // type:function size:0x78
|
||||
fn_324_35E0 = .text:0x000035E0; // type:function size:0x4
|
||||
fn_324_35F0 = .text:0x000035F0; // type:function size:0x58
|
||||
fn_324_3650 = .text:0x00003650; // type:function size:0xD4
|
||||
fn_324_3730 = .text:0x00003730; // type:function size:0x4
|
||||
fn_324_3740 = .text:0x00003740; // type:function size:0x90
|
||||
fn_324_37D0 = .text:0x000037D0; // type:function size:0x140
|
||||
fn_324_3910 = .text:0x00003910; // type:function size:0x4
|
||||
fn_324_3920 = .text:0x00003920; // type:function size:0x50
|
||||
fn_324_3970 = .text:0x00003970; // type:function size:0x17C
|
||||
fn_324_3AF0 = .text:0x00003AF0; // type:function size:0x4
|
||||
fn_324_3B00 = .text:0x00003B00; // type:function size:0x7C
|
||||
fn_324_3B80 = .text:0x00003B80; // type:function size:0x38C
|
||||
fn_324_3F10 = .text:0x00003F10; // type:function size:0xC
|
||||
fn_324_3F20 = .text:0x00003F20; // type:function size:0x4
|
||||
fn_324_3F30 = .text:0x00003F30; // type:function size:0x80
|
||||
fn_324_3FB0 = .text:0x00003FB0; // type:function size:0x10
|
||||
fn_324_3FC0 = .text:0x00003FC0; // type:function size:0x4
|
||||
fn_324_3FD0 = .text:0x00003FD0; // type:function size:0x58
|
||||
fn_324_4030 = .text:0x00004030; // type:function size:0x2EC
|
||||
fn_324_4320 = .text:0x00004320; // type:function size:0x4
|
||||
fn_324_4330 = .text:0x00004330; // type:function size:0x90
|
||||
fn_324_43C0 = .text:0x000043C0; // type:function size:0x2A0
|
||||
fn_324_4660 = .text:0x00004660; // type:function size:0x4
|
||||
fn_324_4670 = .text:0x00004670; // type:function size:0x60
|
||||
fn_324_46D0 = .text:0x000046D0; // type:function size:0x10C
|
||||
fn_324_47E0 = .text:0x000047E0; // type:function size:0x4
|
||||
fn_324_47F0 = .text:0x000047F0; // type:function size:0x68
|
||||
fn_324_4860 = .text:0x00004860; // type:function size:0x18C
|
||||
fn_324_49F0 = .text:0x000049F0; // type:function size:0x4
|
||||
initializeState_Appear__13dAcEmaguppo_cFv = .text:0x00002DE0; // type:function size:0x50
|
||||
executeState_Appear__13dAcEmaguppo_cFv = .text:0x00002E30; // type:function size:0xB0
|
||||
finalizeState_Appear__13dAcEmaguppo_cFv = .text:0x00002EE0; // type:function size:0x4
|
||||
initializeState_Attack__13dAcEmaguppo_cFv = .text:0x00002EF0; // type:function size:0x124
|
||||
executeState_Attack__13dAcEmaguppo_cFv = .text:0x00003020; // type:function size:0x324
|
||||
finalizeState_Attack__13dAcEmaguppo_cFv = .text:0x00003350; // type:function size:0x60
|
||||
initializeState_Blow__13dAcEmaguppo_cFv = .text:0x000033B0; // type:function size:0x58
|
||||
executeState_Blow__13dAcEmaguppo_cFv = .text:0x00003410; // type:function size:0xEC
|
||||
finalizeState_Blow__13dAcEmaguppo_cFv = .text:0x00003500; // type:function size:0x4
|
||||
initializeState_Corner__13dAcEmaguppo_cFv = .text:0x00003510; // type:function size:0x50
|
||||
executeState_Corner__13dAcEmaguppo_cFv = .text:0x00003560; // type:function size:0x78
|
||||
finalizeState_Corner__13dAcEmaguppo_cFv = .text:0x000035E0; // type:function size:0x4
|
||||
initializeState_Damage__13dAcEmaguppo_cFv = .text:0x000035F0; // type:function size:0x58
|
||||
executeState_Damage__13dAcEmaguppo_cFv = .text:0x00003650; // type:function size:0xD4
|
||||
finalizeState_Damage__13dAcEmaguppo_cFv = .text:0x00003730; // type:function size:0x4
|
||||
initializeState_Dead__13dAcEmaguppo_cFv = .text:0x00003740; // type:function size:0x90
|
||||
executeState_Dead__13dAcEmaguppo_cFv = .text:0x000037D0; // type:function size:0x140
|
||||
finalizeState_Dead__13dAcEmaguppo_cFv = .text:0x00003910; // type:function size:0x4
|
||||
initializeState_Dive__13dAcEmaguppo_cFv = .text:0x00003920; // type:function size:0x50
|
||||
executeState_Dive__13dAcEmaguppo_cFv = .text:0x00003970; // type:function size:0x17C
|
||||
finalizeState_Dive__13dAcEmaguppo_cFv = .text:0x00003AF0; // type:function size:0x4
|
||||
initializeState_DivingWait__13dAcEmaguppo_cFv = .text:0x00003B00; // type:function size:0x7C
|
||||
executeState_DivingWait__13dAcEmaguppo_cFv = .text:0x00003B80; // type:function size:0x38C
|
||||
finalizeState_DivingWait__13dAcEmaguppo_cFv = .text:0x00003F10; // type:function size:0xC
|
||||
initializeState_RailReverse__13dAcEmaguppo_cFv = .text:0x00003F20; // type:function size:0x4
|
||||
executeState_RailReverse__13dAcEmaguppo_cFv = .text:0x00003F30; // type:function size:0x80
|
||||
refreshState__82sStateMgr_c<13dAcEmaguppo_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00003FB0; // type:function size:0x10
|
||||
finalizeState_RailReverse__13dAcEmaguppo_cFv = .text:0x00003FC0; // type:function size:0x4
|
||||
initializeState_RailWalk__13dAcEmaguppo_cFv = .text:0x00003FD0; // type:function size:0x58
|
||||
executeState_RailWalk__13dAcEmaguppo_cFv = .text:0x00004030; // type:function size:0x2EC
|
||||
finalizeState_RailWalk__13dAcEmaguppo_cFv = .text:0x00004320; // type:function size:0x4
|
||||
initializeState_Stomped__13dAcEmaguppo_cFv = .text:0x00004330; // type:function size:0x90
|
||||
executeState_Stomped__13dAcEmaguppo_cFv = .text:0x000043C0; // type:function size:0x2A0
|
||||
finalizeState_Stomped__13dAcEmaguppo_cFv = .text:0x00004660; // type:function size:0x4
|
||||
initializeState_Stun__13dAcEmaguppo_cFv = .text:0x00004670; // type:function size:0x60
|
||||
executeState_Stun__13dAcEmaguppo_cFv = .text:0x000046D0; // type:function size:0x10C
|
||||
finalizeState_Stun__13dAcEmaguppo_cFv = .text:0x000047E0; // type:function size:0x4
|
||||
initializeState_WaitAttack__13dAcEmaguppo_cFv = .text:0x000047F0; // type:function size:0x68
|
||||
executeState_WaitAttack__13dAcEmaguppo_cFv = .text:0x00004860; // type:function size:0x18C
|
||||
finalizeState_WaitAttack__13dAcEmaguppo_cFv = .text:0x000049F0; // type:function size:0x4
|
||||
fn_324_4A00 = .text:0x00004A00; // type:function size:0x8
|
||||
fn_324_4A10 = .text:0x00004A10; // type:function size:0x4
|
||||
fn_324_4A20 = .text:0x00004A20; // type:function size:0x4
|
||||
fn_324_4A30 = .text:0x00004A30; // type:function size:0x8
|
||||
fn_324_4A40 = .text:0x00004A40; // type:function size:0x174
|
||||
fn_324_4BC0 = .text:0x00004BC0; // type:function size:0x60
|
||||
fn_324_4C20 = .text:0x00004C20; // type:function size:0xC
|
||||
fn_324_4C30 = .text:0x00004C30; // type:function size:0x1C
|
||||
fn_324_4C50 = .text:0x00004C50; // type:function size:0x1C
|
||||
fn_324_4C70 = .text:0x00004C70; // type:function size:0x1C
|
||||
fn_324_4C90 = .text:0x00004C90; // type:function size:0x10
|
||||
fn_324_4CA0 = .text:0x00004CA0; // type:function size:0x10
|
||||
fn_324_4CB0 = .text:0x00004CB0; // type:function size:0x10
|
||||
fn_324_4CC0 = .text:0x00004CC0; // type:function size:0x10
|
||||
fn_324_4CD0 = .text:0x00004CD0; // type:function size:0x10
|
||||
fn_324_4CE0 = .text:0x00004CE0; // type:function size:0x30
|
||||
fn_324_4D10 = .text:0x00004D10; // type:function size:0x30
|
||||
fn_324_4D40 = .text:0x00004D40; // type:function size:0x30
|
||||
fn_324_4D70 = .text:0x00004D70; // type:function size:0xA44
|
||||
fn_324_57C0 = .text:0x000057C0; // type:function size:0x58
|
||||
fn_324_5820 = .text:0x00005820; // type:function size:0x88
|
||||
__dt__13dAcEmaguppo_cFv = .text:0x00004A40; // type:function size:0x174
|
||||
build__29sFStateFct_c<13dAcEmaguppo_c>FRC12sStateIDIf_c = .text:0x00004BC0; // type:function size:0x60
|
||||
dispose__29sFStateFct_c<13dAcEmaguppo_c>FRP10sStateIf_c = .text:0x00004C20; // type:function size:0xC
|
||||
initialize__26sFState_c<13dAcEmaguppo_c>Fv = .text:0x00004C30; // type:function size:0x1C
|
||||
execute__26sFState_c<13dAcEmaguppo_c>Fv = .text:0x00004C50; // type:function size:0x1C
|
||||
finalize__26sFState_c<13dAcEmaguppo_c>Fv = .text:0x00004C70; // type:function size:0x1C
|
||||
initializeState__82sStateMgr_c<13dAcEmaguppo_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00004C90; // type:function size:0x10
|
||||
finalizeState__82sStateMgr_c<13dAcEmaguppo_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00004CA0; // type:function size:0x10
|
||||
getState__82sStateMgr_c<13dAcEmaguppo_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00004CB0; // type:function size:0x10
|
||||
getNewStateID__82sStateMgr_c<13dAcEmaguppo_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00004CC0; // type:function size:0x10
|
||||
getOldStateID__82sStateMgr_c<13dAcEmaguppo_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00004CD0; // type:function size:0x10
|
||||
finalizeState__28sFStateID_c<13dAcEmaguppo_c>CFR13dAcEmaguppo_c = .text:0x00004CE0; // type:function size:0x30
|
||||
executeState__28sFStateID_c<13dAcEmaguppo_c>CFR13dAcEmaguppo_c = .text:0x00004D10; // type:function size:0x30
|
||||
initializeState__28sFStateID_c<13dAcEmaguppo_c>CFR13dAcEmaguppo_c = .text:0x00004D40; // type:function size:0x30
|
||||
__sinit_\d_a_e_maguppo_cpp = .text:0x00004D70; // type:function size:0xA44 scope:local
|
||||
__dt__28sFStateID_c<13dAcEmaguppo_c>Fv = .text:0x000057C0; // type:function size:0x58
|
||||
isSameName__28sFStateID_c<13dAcEmaguppo_c>CFPCc = .text:0x00005820; // type:function size:0x88
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
_dtors = .dtors:0x00000000; // type:label scope:global
|
||||
__destroy_global_chain_reference = .dtors:0x00000000; // type:object size:0x4 scope:global
|
||||
@@ -121,7 +121,7 @@ lbl_324_rodata_BC = .rodata:0x000000BC; // type:object size:0x4 data:float
|
||||
lbl_324_rodata_C0 = .rodata:0x000000C0; // type:object size:0x70 data:float
|
||||
lbl_324_rodata_130 = .rodata:0x00000130; // type:object size:0x30 data:float
|
||||
lbl_324_rodata_160 = .rodata:0x00000160; // type:object size:0x58 data:float
|
||||
lbl_324_data_0 = .data:0x00000000; // type:object size:0x40 data:4byte
|
||||
g_profile_E_MAGUPPO = .data:0x00000000; // type:object size:0x40 data:4byte
|
||||
lbl_324_data_40 = .data:0x00000040; // type:object size:0x8
|
||||
lbl_324_data_48 = .data:0x00000048; // type:object size:0xC data:string
|
||||
lbl_324_data_54 = .data:0x00000054; // type:object size:0xC
|
||||
|
||||
@@ -4,14 +4,14 @@ _unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
fn_249_F0 = .text:0x000000F0; // type:function size:0x40
|
||||
AcEmr__ctor = .text:0x00000130; // type:function size:0x300
|
||||
dAcEmr_c_classInit__Fv = .text:0x00000130; // type:function size:0x300
|
||||
fn_249_430 = .text:0x00000430; // type:function size:0x58
|
||||
fn_249_490 = .text:0x00000490; // type:function size:0x4
|
||||
fn_249_4A0 = .text:0x000004A0; // type:function size:0x58
|
||||
fn_249_500 = .text:0x00000500; // type:function size:0x58
|
||||
fn_249_560 = .text:0x00000560; // type:function size:0x6C
|
||||
fn_249_5D0 = .text:0x000005D0; // type:function size:0xA0
|
||||
fn_249_670 = .text:0x00000670; // type:function size:0xA4
|
||||
__dt__20sFState_c<8dAcEmr_c>Fv = .text:0x00000500; // type:function size:0x58
|
||||
__dt__23sFStateFct_c<8dAcEmr_c>Fv = .text:0x00000560; // type:function size:0x6C
|
||||
__dt__76sStateMgr_c<8dAcEmr_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000005D0; // type:function size:0xA0
|
||||
__dt__46sFStateMgr_c<8dAcEmr_c,20sStateMethodUsr_FI_c>Fv = .text:0x00000670; // type:function size:0xA4
|
||||
fn_249_720 = .text:0x00000720; // type:function size:0xC
|
||||
fn_249_730 = .text:0x00000730; // type:function size:0x40
|
||||
fn_249_770 = .text:0x00000770; // type:function size:0x4
|
||||
@@ -31,7 +31,7 @@ fn_249_11D0 = .text:0x000011D0; // type:function size:0x10
|
||||
fn_249_11E0 = .text:0x000011E0; // type:function size:0x8
|
||||
fn_249_11F0 = .text:0x000011F0; // type:function size:0x43C
|
||||
fn_249_1630 = .text:0x00001630; // type:function size:0x2D0
|
||||
fn_249_1900 = .text:0x00001900; // type:function size:0x10
|
||||
getStateID__76sStateMgr_c<8dAcEmr_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00001900; // type:function size:0x10
|
||||
fn_249_1910 = .text:0x00001910; // type:function size:0x28
|
||||
fn_249_1940 = .text:0x00001940; // type:function size:0x1C
|
||||
fn_249_1960 = .text:0x00001960; // type:function size:0x4
|
||||
@@ -39,14 +39,14 @@ fn_249_1970 = .text:0x00001970; // type:function size:0x10
|
||||
fn_249_1980 = .text:0x00001980; // type:function size:0x1C
|
||||
fn_249_19A0 = .text:0x000019A0; // type:function size:0x18
|
||||
fn_249_19C0 = .text:0x000019C0; // type:function size:0x10
|
||||
fn_249_19D0 = .text:0x000019D0; // type:function size:0x10
|
||||
changeState__76sStateMgr_c<8dAcEmr_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x000019D0; // type:function size:0x10
|
||||
fn_249_19E0 = .text:0x000019E0; // type:function size:0x8
|
||||
fn_249_19F0 = .text:0x000019F0; // type:function size:0x2C8
|
||||
fn_249_1CC0 = .text:0x00001CC0; // type:function size:0x648
|
||||
fn_249_2310 = .text:0x00002310; // type:function size:0x8
|
||||
fn_249_2320 = .text:0x00002320; // type:function size:0xC
|
||||
fn_249_2330 = .text:0x00002330; // type:function size:0x10
|
||||
fn_249_2340 = .text:0x00002340; // type:function size:0x10
|
||||
executeState__76sStateMgr_c<8dAcEmr_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00002340; // type:function size:0x10
|
||||
fn_249_2350 = .text:0x00002350; // type:function size:0xB4
|
||||
fn_249_2410 = .text:0x00002410; // type:function size:0x34
|
||||
fn_249_2450 = .text:0x00002450; // type:function size:0x4C
|
||||
@@ -64,85 +64,85 @@ fn_249_2590 = .text:0x00002590; // type:function size:0x10
|
||||
fn_249_25A0 = .text:0x000025A0; // type:function size:0xC
|
||||
fn_249_25B0 = .text:0x000025B0; // type:function size:0xC
|
||||
fn_249_25C0 = .text:0x000025C0; // type:function size:0x1F4
|
||||
fn_249_27C0 = .text:0x000027C0; // type:function size:0x90
|
||||
fn_249_2850 = .text:0x00002850; // type:function size:0xC
|
||||
fn_249_2860 = .text:0x00002860; // type:function size:0x4
|
||||
fn_249_2870 = .text:0x00002870; // type:function size:0x134
|
||||
fn_249_29B0 = .text:0x000029B0; // type:function size:0x30C
|
||||
fn_249_2CC0 = .text:0x00002CC0; // type:function size:0x10
|
||||
fn_249_2CD0 = .text:0x00002CD0; // type:function size:0xA4
|
||||
fn_249_2D80 = .text:0x00002D80; // type:function size:0x1DC
|
||||
fn_249_2F60 = .text:0x00002F60; // type:function size:0x4
|
||||
fn_249_2F70 = .text:0x00002F70; // type:function size:0x144
|
||||
fn_249_30C0 = .text:0x000030C0; // type:function size:0x37C
|
||||
fn_249_3440 = .text:0x00003440; // type:function size:0x4
|
||||
fn_249_3450 = .text:0x00003450; // type:function size:0x94
|
||||
fn_249_34F0 = .text:0x000034F0; // type:function size:0xA4
|
||||
fn_249_35A0 = .text:0x000035A0; // type:function size:0x4
|
||||
fn_249_35B0 = .text:0x000035B0; // type:function size:0x38
|
||||
fn_249_35F0 = .text:0x000035F0; // type:function size:0x88
|
||||
fn_249_3680 = .text:0x00003680; // type:function size:0x4
|
||||
fn_249_3690 = .text:0x00003690; // type:function size:0x68
|
||||
fn_249_3700 = .text:0x00003700; // type:function size:0x70
|
||||
fn_249_3770 = .text:0x00003770; // type:function size:0x4
|
||||
fn_249_3780 = .text:0x00003780; // type:function size:0xF8
|
||||
fn_249_3880 = .text:0x00003880; // type:function size:0x4F0
|
||||
fn_249_3D70 = .text:0x00003D70; // type:function size:0x4
|
||||
fn_249_3D80 = .text:0x00003D80; // type:function size:0x68
|
||||
fn_249_3DF0 = .text:0x00003DF0; // type:function size:0xF4
|
||||
fn_249_3EF0 = .text:0x00003EF0; // type:function size:0x4
|
||||
fn_249_3F00 = .text:0x00003F00; // type:function size:0x84
|
||||
fn_249_3F90 = .text:0x00003F90; // type:function size:0x3E0
|
||||
fn_249_4370 = .text:0x00004370; // type:function size:0x4
|
||||
fn_249_4380 = .text:0x00004380; // type:function size:0xA0
|
||||
fn_249_4420 = .text:0x00004420; // type:function size:0xD0
|
||||
fn_249_44F0 = .text:0x000044F0; // type:function size:0x1C
|
||||
fn_249_4510 = .text:0x00004510; // type:function size:0x70
|
||||
fn_249_4580 = .text:0x00004580; // type:function size:0x4C0
|
||||
fn_249_4A40 = .text:0x00004A40; // type:function size:0x4
|
||||
fn_249_4A50 = .text:0x00004A50; // type:function size:0x60
|
||||
fn_249_4AB0 = .text:0x00004AB0; // type:function size:0x78
|
||||
fn_249_4B30 = .text:0x00004B30; // type:function size:0x4
|
||||
fn_249_4B40 = .text:0x00004B40; // type:function size:0x68
|
||||
fn_249_4BB0 = .text:0x00004BB0; // type:function size:0x54
|
||||
fn_249_4C10 = .text:0x00004C10; // type:function size:0x4
|
||||
fn_249_4C20 = .text:0x00004C20; // type:function size:0x74
|
||||
fn_249_4CA0 = .text:0x00004CA0; // type:function size:0x110
|
||||
fn_249_4DB0 = .text:0x00004DB0; // type:function size:0x4
|
||||
fn_249_4DC0 = .text:0x00004DC0; // type:function size:0x60
|
||||
fn_249_4E20 = .text:0x00004E20; // type:function size:0x54
|
||||
fn_249_4E80 = .text:0x00004E80; // type:function size:0x4
|
||||
fn_249_4E90 = .text:0x00004E90; // type:function size:0x58
|
||||
fn_249_4EF0 = .text:0x00004EF0; // type:function size:0x88
|
||||
fn_249_4F80 = .text:0x00004F80; // type:function size:0x1C
|
||||
fn_249_4FA0 = .text:0x00004FA0; // type:function size:0x208
|
||||
fn_249_51B0 = .text:0x000051B0; // type:function size:0x354
|
||||
fn_249_5510 = .text:0x00005510; // type:function size:0x4
|
||||
fn_249_5520 = .text:0x00005520; // type:function size:0x9C
|
||||
fn_249_55C0 = .text:0x000055C0; // type:function size:0x1A4
|
||||
fn_249_5770 = .text:0x00005770; // type:function size:0x4
|
||||
fn_249_5780 = .text:0x00005780; // type:function size:0xA4
|
||||
fn_249_5830 = .text:0x00005830; // type:function size:0x64
|
||||
initializeState_EventWait__8dAcEmr_cFv = .text:0x000027C0; // type:function size:0x90
|
||||
executeState_EventWait__8dAcEmr_cFv = .text:0x00002850; // type:function size:0xC
|
||||
finalizeState_EventWait__8dAcEmr_cFv = .text:0x00002860; // type:function size:0x4
|
||||
initializeState_Wait__8dAcEmr_cFv = .text:0x00002870; // type:function size:0x134
|
||||
executeState_Wait__8dAcEmr_cFv = .text:0x000029B0; // type:function size:0x30C
|
||||
finalizeState_Wait__8dAcEmr_cFv = .text:0x00002CC0; // type:function size:0x10
|
||||
initializeState_Lost__8dAcEmr_cFv = .text:0x00002CD0; // type:function size:0xA4
|
||||
executeState_Lost__8dAcEmr_cFv = .text:0x00002D80; // type:function size:0x1DC
|
||||
finalizeState_Lost__8dAcEmr_cFv = .text:0x00002F60; // type:function size:0x4
|
||||
initializeState_Walk__8dAcEmr_cFv = .text:0x00002F70; // type:function size:0x144
|
||||
executeState_Walk__8dAcEmr_cFv = .text:0x000030C0; // type:function size:0x37C
|
||||
finalizeState_Walk__8dAcEmr_cFv = .text:0x00003440; // type:function size:0x4
|
||||
initializeState_Find__8dAcEmr_cFv = .text:0x00003450; // type:function size:0x94
|
||||
executeState_Find__8dAcEmr_cFv = .text:0x000034F0; // type:function size:0xA4
|
||||
finalizeState_Find__8dAcEmr_cFv = .text:0x000035A0; // type:function size:0x4
|
||||
initializeState_GuardSt__8dAcEmr_cFv = .text:0x000035B0; // type:function size:0x38
|
||||
executeState_GuardSt__8dAcEmr_cFv = .text:0x000035F0; // type:function size:0x88
|
||||
finalizeState_GuardSt__8dAcEmr_cFv = .text:0x00003680; // type:function size:0x4
|
||||
initializeState_GuardEnd__8dAcEmr_cFv = .text:0x00003690; // type:function size:0x68
|
||||
executeState_GuardEnd__8dAcEmr_cFv = .text:0x00003700; // type:function size:0x70
|
||||
finalizeState_GuardEnd__8dAcEmr_cFv = .text:0x00003770; // type:function size:0x4
|
||||
initializeState_BattleMove__8dAcEmr_cFv = .text:0x00003780; // type:function size:0xF8
|
||||
executeState_BattleMove__8dAcEmr_cFv = .text:0x00003880; // type:function size:0x4F0
|
||||
finalizeState_BattleMove__8dAcEmr_cFv = .text:0x00003D70; // type:function size:0x4
|
||||
initializeState_Stick__8dAcEmr_cFv = .text:0x00003D80; // type:function size:0x68
|
||||
executeState_Stick__8dAcEmr_cFv = .text:0x00003DF0; // type:function size:0xF4
|
||||
finalizeState_Stick__8dAcEmr_cFv = .text:0x00003EF0; // type:function size:0x4
|
||||
initializeState_BattleNoShieldMove__8dAcEmr_cFv = .text:0x00003F00; // type:function size:0x84
|
||||
executeState_BattleNoShieldMove__8dAcEmr_cFv = .text:0x00003F90; // type:function size:0x3E0
|
||||
finalizeState_BattleNoShieldMove__8dAcEmr_cFv = .text:0x00004370; // type:function size:0x4
|
||||
initializeState_Swing__8dAcEmr_cFv = .text:0x00004380; // type:function size:0xA0
|
||||
executeState_Swing__8dAcEmr_cFv = .text:0x00004420; // type:function size:0xD0
|
||||
finalizeState_Swing__8dAcEmr_cFv = .text:0x000044F0; // type:function size:0x1C
|
||||
initializeState_Rush__8dAcEmr_cFv = .text:0x00004510; // type:function size:0x70
|
||||
executeState_Rush__8dAcEmr_cFv = .text:0x00004580; // type:function size:0x4C0
|
||||
finalizeState_Rush__8dAcEmr_cFv = .text:0x00004A40; // type:function size:0x4
|
||||
initializeState_GuardJust__8dAcEmr_cFv = .text:0x00004A50; // type:function size:0x60
|
||||
executeState_GuardJust__8dAcEmr_cFv = .text:0x00004AB0; // type:function size:0x78
|
||||
finalizeState_GuardJust__8dAcEmr_cFv = .text:0x00004B30; // type:function size:0x4
|
||||
initializeState_ShieldCut__8dAcEmr_cFv = .text:0x00004B40; // type:function size:0x68
|
||||
executeState_ShieldCut__8dAcEmr_cFv = .text:0x00004BB0; // type:function size:0x54
|
||||
finalizeState_ShieldCut__8dAcEmr_cFv = .text:0x00004C10; // type:function size:0x4
|
||||
initializeState_ShieldThrow__8dAcEmr_cFv = .text:0x00004C20; // type:function size:0x74
|
||||
executeState_ShieldThrow__8dAcEmr_cFv = .text:0x00004CA0; // type:function size:0x110
|
||||
finalizeState_ShieldThrow__8dAcEmr_cFv = .text:0x00004DB0; // type:function size:0x4
|
||||
initializeState_ShieldOut__8dAcEmr_cFv = .text:0x00004DC0; // type:function size:0x60
|
||||
executeState_ShieldOut__8dAcEmr_cFv = .text:0x00004E20; // type:function size:0x54
|
||||
finalizeState_ShieldOut__8dAcEmr_cFv = .text:0x00004E80; // type:function size:0x4
|
||||
initializeState_Damage__8dAcEmr_cFv = .text:0x00004E90; // type:function size:0x58
|
||||
executeState_Damage__8dAcEmr_cFv = .text:0x00004EF0; // type:function size:0x88
|
||||
finalizeState_Damage__8dAcEmr_cFv = .text:0x00004F80; // type:function size:0x1C
|
||||
initializeState_Dead__8dAcEmr_cFv = .text:0x00004FA0; // type:function size:0x208
|
||||
executeState_Dead__8dAcEmr_cFv = .text:0x000051B0; // type:function size:0x354
|
||||
finalizeState_Dead__8dAcEmr_cFv = .text:0x00005510; // type:function size:0x4
|
||||
initializeState_Piyori__8dAcEmr_cFv = .text:0x00005520; // type:function size:0x9C
|
||||
executeState_Piyori__8dAcEmr_cFv = .text:0x000055C0; // type:function size:0x1A4
|
||||
finalizeState_Piyori__8dAcEmr_cFv = .text:0x00005770; // type:function size:0x4
|
||||
initializeState_WhipPiyori__8dAcEmr_cFv = .text:0x00005780; // type:function size:0xA4
|
||||
executeState_WhipPiyori__8dAcEmr_cFv = .text:0x00005830; // type:function size:0x64
|
||||
fn_249_5894 = .text:0x00005894; // type:function size:0x4
|
||||
fn_249_58A0 = .text:0x000058A0; // type:function size:0x4
|
||||
fn_249_58B0 = .text:0x000058B0; // type:function size:0xD4
|
||||
fn_249_5990 = .text:0x00005990; // type:function size:0x3C4
|
||||
fn_249_5D60 = .text:0x00005D60; // type:function size:0xC
|
||||
fn_249_5D70 = .text:0x00005D70; // type:function size:0x9C
|
||||
fn_249_5E10 = .text:0x00005E10; // type:function size:0x88
|
||||
fn_249_5EA0 = .text:0x00005EA0; // type:function size:0x4
|
||||
fn_249_5EB0 = .text:0x00005EB0; // type:function size:0x140
|
||||
fn_249_5FF0 = .text:0x00005FF0; // type:function size:0x598
|
||||
fn_249_6590 = .text:0x00006590; // type:function size:0x10
|
||||
fn_249_65A0 = .text:0x000065A0; // type:function size:0xC8
|
||||
fn_249_6670 = .text:0x00006670; // type:function size:0x418
|
||||
fn_249_6A90 = .text:0x00006A90; // type:function size:0x4
|
||||
fn_249_6AA0 = .text:0x00006AA0; // type:function size:0xB4
|
||||
fn_249_6B60 = .text:0x00006B60; // type:function size:0x398
|
||||
fn_249_6F00 = .text:0x00006F00; // type:function size:0x4
|
||||
fn_249_6F10 = .text:0x00006F10; // type:function size:0xD0
|
||||
fn_249_6FE0 = .text:0x00006FE0; // type:function size:0x4EC
|
||||
fn_249_74D0 = .text:0x000074D0; // type:function size:0x4
|
||||
finalizeState_WhipPiyori__8dAcEmr_cFv = .text:0x000058A0; // type:function size:0x4
|
||||
initializeState_BombReaction__8dAcEmr_cFv = .text:0x000058B0; // type:function size:0xD4
|
||||
executeState_BombReaction__8dAcEmr_cFv = .text:0x00005990; // type:function size:0x3C4
|
||||
finalizeState_BombReaction__8dAcEmr_cFv = .text:0x00005D60; // type:function size:0xC
|
||||
initializeState_Yoroke__8dAcEmr_cFv = .text:0x00005D70; // type:function size:0x9C
|
||||
executeState_Yoroke__8dAcEmr_cFv = .text:0x00005E10; // type:function size:0x88
|
||||
finalizeState_Yoroke__8dAcEmr_cFv = .text:0x00005EA0; // type:function size:0x4
|
||||
initializeState_PathWait__8dAcEmr_cFv = .text:0x00005EB0; // type:function size:0x140
|
||||
executeState_PathWait__8dAcEmr_cFv = .text:0x00005FF0; // type:function size:0x598
|
||||
finalizeState_PathWait__8dAcEmr_cFv = .text:0x00006590; // type:function size:0x10
|
||||
initializeState_PathWalk__8dAcEmr_cFv = .text:0x000065A0; // type:function size:0xC8
|
||||
executeState_PathWalk__8dAcEmr_cFv = .text:0x00006670; // type:function size:0x418
|
||||
finalizeState_PathWalk__8dAcEmr_cFv = .text:0x00006A90; // type:function size:0x4
|
||||
initializeState_PathHome__8dAcEmr_cFv = .text:0x00006AA0; // type:function size:0xB4
|
||||
executeState_PathHome__8dAcEmr_cFv = .text:0x00006B60; // type:function size:0x398
|
||||
finalizeState_PathHome__8dAcEmr_cFv = .text:0x00006F00; // type:function size:0x4
|
||||
initializeState_Home__8dAcEmr_cFv = .text:0x00006F10; // type:function size:0xD0
|
||||
executeState_Home__8dAcEmr_cFv = .text:0x00006FE0; // type:function size:0x4EC
|
||||
finalizeState_Home__8dAcEmr_cFv = .text:0x000074D0; // type:function size:0x4
|
||||
fn_249_74E0 = .text:0x000074E0; // type:function size:0x88
|
||||
fn_249_7570 = .text:0x00007570; // type:function size:0x1CC
|
||||
fn_249_7740 = .text:0x00007740; // type:function size:0x540
|
||||
@@ -216,29 +216,29 @@ fn_249_D5D0 = .text:0x0000D5D0; // type:function size:0x8
|
||||
fn_249_D5E0 = .text:0x0000D5E0; // type:function size:0x4
|
||||
fn_249_D5F0 = .text:0x0000D5F0; // type:function size:0x4
|
||||
fn_249_D600 = .text:0x0000D600; // type:function size:0x8
|
||||
fn_249_D610 = .text:0x0000D610; // type:function size:0x318
|
||||
__dt__8dAcEmr_cFv = .text:0x0000D610; // type:function size:0x318
|
||||
fn_249_D930 = .text:0x0000D930; // type:function size:0x4
|
||||
fn_249_D940 = .text:0x0000D940; // type:function size:0x4
|
||||
fn_249_D950 = .text:0x0000D950; // type:function size:0x4
|
||||
fn_249_D960 = .text:0x0000D960; // type:function size:0x4
|
||||
fn_249_D970 = .text:0x0000D970; // type:function size:0x4
|
||||
fn_249_D980 = .text:0x0000D980; // type:function size:0x60
|
||||
fn_249_D9E0 = .text:0x0000D9E0; // type:function size:0xC
|
||||
fn_249_D9F0 = .text:0x0000D9F0; // type:function size:0x1C
|
||||
fn_249_DA10 = .text:0x0000DA10; // type:function size:0x1C
|
||||
fn_249_DA30 = .text:0x0000DA30; // type:function size:0x1C
|
||||
fn_249_DA50 = .text:0x0000DA50; // type:function size:0x10
|
||||
fn_249_DA60 = .text:0x0000DA60; // type:function size:0x10
|
||||
fn_249_DA70 = .text:0x0000DA70; // type:function size:0x10
|
||||
fn_249_DA80 = .text:0x0000DA80; // type:function size:0x10
|
||||
fn_249_DA90 = .text:0x0000DA90; // type:function size:0x10
|
||||
fn_249_DAA0 = .text:0x0000DAA0; // type:function size:0x10
|
||||
fn_249_DAB0 = .text:0x0000DAB0; // type:function size:0x30
|
||||
fn_249_DAE0 = .text:0x0000DAE0; // type:function size:0x30
|
||||
fn_249_DB10 = .text:0x0000DB10; // type:function size:0x30
|
||||
fn_249_DB40 = .text:0x0000DB40; // type:function size:0x1360
|
||||
fn_249_EEA0 = .text:0x0000EEA0; // type:function size:0x58
|
||||
fn_249_EF00 = .text:0x0000EF00; // type:function size:0x88
|
||||
build__23sFStateFct_c<8dAcEmr_c>FRC12sStateIDIf_c = .text:0x0000D980; // type:function size:0x60
|
||||
dispose__23sFStateFct_c<8dAcEmr_c>FRP10sStateIf_c = .text:0x0000D9E0; // type:function size:0xC
|
||||
initialize__20sFState_c<8dAcEmr_c>Fv = .text:0x0000D9F0; // type:function size:0x1C
|
||||
execute__20sFState_c<8dAcEmr_c>Fv = .text:0x0000DA10; // type:function size:0x1C
|
||||
finalize__20sFState_c<8dAcEmr_c>Fv = .text:0x0000DA30; // type:function size:0x1C
|
||||
initializeState__76sStateMgr_c<8dAcEmr_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x0000DA50; // type:function size:0x10
|
||||
finalizeState__76sStateMgr_c<8dAcEmr_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x0000DA60; // type:function size:0x10
|
||||
refreshState__76sStateMgr_c<8dAcEmr_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x0000DA70; // type:function size:0x10
|
||||
getState__76sStateMgr_c<8dAcEmr_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x0000DA80; // type:function size:0x10
|
||||
getNewStateID__76sStateMgr_c<8dAcEmr_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x0000DA90; // type:function size:0x10
|
||||
getOldStateID__76sStateMgr_c<8dAcEmr_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x0000DAA0; // type:function size:0x10
|
||||
finalizeState__22sFStateID_c<8dAcEmr_c>CFR8dAcEmr_c = .text:0x0000DAB0; // type:function size:0x30
|
||||
executeState__22sFStateID_c<8dAcEmr_c>CFR8dAcEmr_c = .text:0x0000DAE0; // type:function size:0x30
|
||||
initializeState__22sFStateID_c<8dAcEmr_c>CFR8dAcEmr_c = .text:0x0000DB10; // type:function size:0x30
|
||||
__sinit_\d_a_e_mr_cpp = .text:0x0000DB40; // type:function size:0x1360 scope:local
|
||||
__dt__22sFStateID_c<8dAcEmr_c>Fv = .text:0x0000EEA0; // type:function size:0x58
|
||||
isSameName__22sFStateID_c<8dAcEmr_c>CFPCc = .text:0x0000EF00; // type:function size:0x88
|
||||
fn_249_EF90 = .text:0x0000EF90; // type:function size:0x8
|
||||
fn_249_EFA0 = .text:0x0000EFA0; // type:function size:0x8
|
||||
fn_249_EFB0 = .text:0x0000EFB0; // type:function size:0x8
|
||||
@@ -263,7 +263,7 @@ lbl_249_rodata_134 = .rodata:0x00000134; // type:object size:0x10 data:float
|
||||
lbl_249_rodata_144 = .rodata:0x00000144; // type:object size:0x4 data:float
|
||||
lbl_249_rodata_148 = .rodata:0x00000148; // type:object size:0x20 data:float
|
||||
lbl_249_rodata_168 = .rodata:0x00000168; // type:object size:0xBC data:float
|
||||
lbl_249_data_0 = .data:0x00000000; // type:object size:0xD8 data:4byte
|
||||
g_profile_E_MR = .data:0x00000000; // type:object size:0xD8 data:4byte
|
||||
jumptable_249_data_D8 = .data:0x000000D8; // type:object size:0x74 scope:local
|
||||
lbl_249_data_14C = .data:0x0000014C; // type:object size:0xC
|
||||
lbl_249_data_158 = .data:0x00000158; // type:object size:0x10
|
||||
|
||||
@@ -4,12 +4,12 @@ _unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
fn_252_F0 = .text:0x000000F0; // type:function size:0x40
|
||||
fn_252_130 = .text:0x00000130; // type:function size:0x174
|
||||
dAcE_Mr_Shield_c_classInit__Fv = .text:0x00000130; // type:function size:0x174
|
||||
fn_252_2B0 = .text:0x000002B0; // type:function size:0x58
|
||||
fn_252_310 = .text:0x00000310; // type:function size:0x58
|
||||
fn_252_370 = .text:0x00000370; // type:function size:0x6C
|
||||
fn_252_3E0 = .text:0x000003E0; // type:function size:0xA0
|
||||
fn_252_480 = .text:0x00000480; // type:function size:0xA4
|
||||
__dt__29sFState_c<16dAcE_Mr_Shield_c>Fv = .text:0x00000310; // type:function size:0x58
|
||||
__dt__32sFStateFct_c<16dAcE_Mr_Shield_c>Fv = .text:0x00000370; // type:function size:0x6C
|
||||
__dt__85sStateMgr_c<16dAcE_Mr_Shield_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000003E0; // type:function size:0xA0
|
||||
__dt__55sFStateMgr_c<16dAcE_Mr_Shield_c,20sStateMethodUsr_FI_c>Fv = .text:0x00000480; // type:function size:0xA4
|
||||
fn_252_530 = .text:0x00000530; // type:function size:0x4
|
||||
fn_252_540 = .text:0x00000540; // type:function size:0x14
|
||||
fn_252_560 = .text:0x00000560; // type:function size:0x58
|
||||
@@ -19,16 +19,16 @@ fn_252_760 = .text:0x00000760; // type:function size:0x98
|
||||
fn_252_800 = .text:0x00000800; // type:function size:0x8
|
||||
fn_252_810 = .text:0x00000810; // type:function size:0x500
|
||||
fn_252_D10 = .text:0x00000D10; // type:function size:0x14
|
||||
fn_252_D30 = .text:0x00000D30; // type:function size:0x10
|
||||
changeState__85sStateMgr_c<16dAcE_Mr_Shield_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x00000D30; // type:function size:0x10
|
||||
fn_252_D40 = .text:0x00000D40; // type:function size:0x390
|
||||
fn_252_10D0 = .text:0x000010D0; // type:function size:0x10
|
||||
fn_252_10E0 = .text:0x000010E0; // type:function size:0x10
|
||||
fn_252_10F0 = .text:0x000010F0; // type:function size:0x4
|
||||
fn_252_1100 = .text:0x00001100; // type:function size:0x48
|
||||
fn_252_1150 = .text:0x00001150; // type:function size:0x4
|
||||
fn_252_1160 = .text:0x00001160; // type:function size:0x24
|
||||
fn_252_1190 = .text:0x00001190; // type:function size:0x214
|
||||
fn_252_13B0 = .text:0x000013B0; // type:function size:0x4
|
||||
executeState__85sStateMgr_c<16dAcE_Mr_Shield_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000010D0; // type:function size:0x10
|
||||
getStateID__85sStateMgr_c<16dAcE_Mr_Shield_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000010E0; // type:function size:0x10
|
||||
initializeState_Move__16dAcE_Mr_Shield_cFv = .text:0x000010F0; // type:function size:0x4
|
||||
executeState_Move__16dAcE_Mr_Shield_cFv = .text:0x00001100; // type:function size:0x48
|
||||
finalizeState_Move__16dAcE_Mr_Shield_cFv = .text:0x00001150; // type:function size:0x4
|
||||
initializeState_Wait__16dAcE_Mr_Shield_cFv = .text:0x00001160; // type:function size:0x24
|
||||
executeState_Wait__16dAcE_Mr_Shield_cFv = .text:0x00001190; // type:function size:0x214
|
||||
finalizeState_Wait__16dAcE_Mr_Shield_cFv = .text:0x000013B0; // type:function size:0x4
|
||||
fn_252_13C0 = .text:0x000013C0; // type:function size:0x13C
|
||||
fn_252_1500 = .text:0x00001500; // type:function size:0x1AC
|
||||
fn_252_16B0 = .text:0x000016B0; // type:function size:0x268
|
||||
@@ -60,24 +60,24 @@ fn_252_47B0 = .text:0x000047B0; // type:function size:0x8
|
||||
fn_252_47C0 = .text:0x000047C0; // type:function size:0x4
|
||||
fn_252_47D0 = .text:0x000047D0; // type:function size:0x4
|
||||
fn_252_47E0 = .text:0x000047E0; // type:function size:0x8
|
||||
fn_252_47F0 = .text:0x000047F0; // type:function size:0x160
|
||||
fn_252_4950 = .text:0x00004950; // type:function size:0x60
|
||||
fn_252_49B0 = .text:0x000049B0; // type:function size:0xC
|
||||
fn_252_49C0 = .text:0x000049C0; // type:function size:0x1C
|
||||
fn_252_49E0 = .text:0x000049E0; // type:function size:0x1C
|
||||
fn_252_4A00 = .text:0x00004A00; // type:function size:0x1C
|
||||
fn_252_4A20 = .text:0x00004A20; // type:function size:0x10
|
||||
fn_252_4A30 = .text:0x00004A30; // type:function size:0x10
|
||||
fn_252_4A40 = .text:0x00004A40; // type:function size:0x10
|
||||
fn_252_4A50 = .text:0x00004A50; // type:function size:0x10
|
||||
fn_252_4A60 = .text:0x00004A60; // type:function size:0x10
|
||||
fn_252_4A70 = .text:0x00004A70; // type:function size:0x10
|
||||
fn_252_4A80 = .text:0x00004A80; // type:function size:0x30
|
||||
fn_252_4AB0 = .text:0x00004AB0; // type:function size:0x30
|
||||
fn_252_4AE0 = .text:0x00004AE0; // type:function size:0x30
|
||||
fn_252_4B10 = .text:0x00004B10; // type:function size:0x1C0
|
||||
fn_252_4CD0 = .text:0x00004CD0; // type:function size:0x58
|
||||
fn_252_4D30 = .text:0x00004D30; // type:function size:0x88
|
||||
__dt__16dAcE_Mr_Shield_cFv = .text:0x000047F0; // type:function size:0x160
|
||||
build__32sFStateFct_c<16dAcE_Mr_Shield_c>FRC12sStateIDIf_c = .text:0x00004950; // type:function size:0x60
|
||||
dispose__32sFStateFct_c<16dAcE_Mr_Shield_c>FRP10sStateIf_c = .text:0x000049B0; // type:function size:0xC
|
||||
initialize__29sFState_c<16dAcE_Mr_Shield_c>Fv = .text:0x000049C0; // type:function size:0x1C
|
||||
execute__29sFState_c<16dAcE_Mr_Shield_c>Fv = .text:0x000049E0; // type:function size:0x1C
|
||||
finalize__29sFState_c<16dAcE_Mr_Shield_c>Fv = .text:0x00004A00; // type:function size:0x1C
|
||||
initializeState__85sStateMgr_c<16dAcE_Mr_Shield_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00004A20; // type:function size:0x10
|
||||
finalizeState__85sStateMgr_c<16dAcE_Mr_Shield_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00004A30; // type:function size:0x10
|
||||
refreshState__85sStateMgr_c<16dAcE_Mr_Shield_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00004A40; // type:function size:0x10
|
||||
getState__85sStateMgr_c<16dAcE_Mr_Shield_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00004A50; // type:function size:0x10
|
||||
getNewStateID__85sStateMgr_c<16dAcE_Mr_Shield_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00004A60; // type:function size:0x10
|
||||
getOldStateID__85sStateMgr_c<16dAcE_Mr_Shield_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00004A70; // type:function size:0x10
|
||||
finalizeState__31sFStateID_c<16dAcE_Mr_Shield_c>CFR16dAcE_Mr_Shield_c = .text:0x00004A80; // type:function size:0x30
|
||||
executeState__31sFStateID_c<16dAcE_Mr_Shield_c>CFR16dAcE_Mr_Shield_c = .text:0x00004AB0; // type:function size:0x30
|
||||
initializeState__31sFStateID_c<16dAcE_Mr_Shield_c>CFR16dAcE_Mr_Shield_c = .text:0x00004AE0; // type:function size:0x30
|
||||
__sinit_\d_a_e_mr_shield_cpp = .text:0x00004B10; // type:function size:0x1C0 scope:local
|
||||
__dt__31sFStateID_c<16dAcE_Mr_Shield_c>Fv = .text:0x00004CD0; // type:function size:0x58
|
||||
isSameName__31sFStateID_c<16dAcE_Mr_Shield_c>CFPCc = .text:0x00004D30; // type:function size:0x88
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
_dtors = .dtors:0x00000000; // type:label scope:global
|
||||
__destroy_global_chain_reference = .dtors:0x00000000; // type:object size:0x4 scope:global
|
||||
@@ -94,7 +94,7 @@ lbl_252_rodata_6C = .rodata:0x0000006C; // type:object size:0x44 data:float
|
||||
lbl_252_rodata_B0 = .rodata:0x000000B0; // type:object size:0x4 data:float
|
||||
lbl_252_rodata_B4 = .rodata:0x000000B4; // type:object size:0x4 data:float
|
||||
lbl_252_rodata_B8 = .rodata:0x000000B8; // type:object size:0x8 data:float
|
||||
lbl_252_data_0 = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
g_profile_E_MR_SHIELD = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
lbl_252_data_10 = .data:0x00000010; // type:object size:0x40
|
||||
lbl_252_data_50 = .data:0x00000050; // type:object size:0x2C
|
||||
lbl_252_data_7C = .data:0x0000007C; // type:object size:0x14
|
||||
|
||||
@@ -3,20 +3,20 @@ _epilog = .text:0x00000030; // type:function size:0x2C scope:global
|
||||
_unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
AcEoc__ctor = .text:0x000000F0; // type:function size:0x258
|
||||
dAcEoc_c_classInit__Fv = .text:0x000000F0; // type:function size:0x258
|
||||
fn_174_350 = .text:0x00000350; // type:function size:0x58
|
||||
fn_174_3B0 = .text:0x000003B0; // type:function size:0x90
|
||||
fn_174_440 = .text:0x00000440; // type:function size:0x84
|
||||
fn_174_4D0 = .text:0x000004D0; // type:function size:0x58
|
||||
fn_174_530 = .text:0x00000530; // type:function size:0x90
|
||||
fn_174_5C0 = .text:0x000005C0; // type:function size:0xCC
|
||||
fn_174_690 = .text:0x00000690; // type:function size:0x58
|
||||
fn_174_6F0 = .text:0x000006F0; // type:function size:0x6C
|
||||
fn_174_760 = .text:0x00000760; // type:function size:0xA0
|
||||
fn_174_800 = .text:0x00000800; // type:function size:0xA4
|
||||
__dt__20sFState_c<8dAcEoc_c>Fv = .text:0x00000690; // type:function size:0x58
|
||||
__dt__23sFStateFct_c<8dAcEoc_c>Fv = .text:0x000006F0; // type:function size:0x6C
|
||||
__dt__76sStateMgr_c<8dAcEoc_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000760; // type:function size:0xA0
|
||||
__dt__46sFStateMgr_c<8dAcEoc_c,20sStateMethodUsr_FI_c>Fv = .text:0x00000800; // type:function size:0xA4
|
||||
fn_174_8B0 = .text:0x000008B0; // type:function size:0x58
|
||||
fn_174_910 = .text:0x00000910; // type:function size:0x10
|
||||
fn_174_920 = .text:0x00000920; // type:function size:0x10
|
||||
getStateID__76sStateMgr_c<8dAcEoc_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00000910; // type:function size:0x10
|
||||
changeState__76sStateMgr_c<8dAcEoc_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x00000920; // type:function size:0x10
|
||||
fn_174_930 = .text:0x00000930; // type:function size:0x674
|
||||
fn_174_FB0 = .text:0x00000FB0; // type:function size:0x2D0
|
||||
AcEoc__init1 = .text:0x00001280; // type:function size:0x2D4
|
||||
@@ -25,95 +25,95 @@ fn_174_1AF0 = .text:0x00001AF0; // type:function size:0x8
|
||||
fn_174_1B00 = .text:0x00001B00; // type:function size:0x64
|
||||
fn_174_1B70 = .text:0x00001B70; // type:function size:0xB0
|
||||
fn_174_1C20 = .text:0x00001C20; // type:function size:0x1024
|
||||
fn_174_2C50 = .text:0x00002C50; // type:function size:0x10
|
||||
executeState__76sStateMgr_c<8dAcEoc_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00002C50; // type:function size:0x10
|
||||
fn_174_2C60 = .text:0x00002C60; // type:function size:0x220
|
||||
fn_174_2E80 = .text:0x00002E80; // type:function size:0x19C
|
||||
fn_174_3020 = .text:0x00003020; // type:function size:0x138
|
||||
fn_174_3160 = .text:0x00003160; // type:function size:0x20
|
||||
fn_174_3180 = .text:0x00003180; // type:function size:0xE0
|
||||
fn_174_3260 = .text:0x00003260; // type:function size:0x14
|
||||
fn_174_3280 = .text:0x00003280; // type:function size:0x19C
|
||||
initializeState_Wait__8dAcEoc_cFv = .text:0x00003260; // type:function size:0x14
|
||||
executeState_Wait__8dAcEoc_cFv = .text:0x00003280; // type:function size:0x19C
|
||||
fn_174_3420 = .text:0x00003420; // type:function size:0x4C
|
||||
fn_174_3470 = .text:0x00003470; // type:function size:0x4
|
||||
fn_174_3480 = .text:0x00003480; // type:function size:0x8C
|
||||
fn_174_3510 = .text:0x00003510; // type:function size:0x34C
|
||||
fn_174_3860 = .text:0x00003860; // type:function size:0x4
|
||||
fn_174_3870 = .text:0x00003870; // type:function size:0x64
|
||||
fn_174_38E0 = .text:0x000038E0; // type:function size:0xFC
|
||||
fn_174_39E0 = .text:0x000039E0; // type:function size:0x4
|
||||
fn_174_39F0 = .text:0x000039F0; // type:function size:0x178
|
||||
fn_174_3B70 = .text:0x00003B70; // type:function size:0xFD8
|
||||
fn_174_4B50 = .text:0x00004B50; // type:function size:0x4
|
||||
fn_174_4B60 = .text:0x00004B60; // type:function size:0xC4
|
||||
fn_174_4C30 = .text:0x00004C30; // type:function size:0x36C
|
||||
finalizeState_Wait__8dAcEoc_cFv = .text:0x00003470; // type:function size:0x4
|
||||
initializeState_Standby__8dAcEoc_cFv = .text:0x00003480; // type:function size:0x8C
|
||||
executeState_Standby__8dAcEoc_cFv = .text:0x00003510; // type:function size:0x34C
|
||||
finalizeState_Standby__8dAcEoc_cFv = .text:0x00003860; // type:function size:0x4
|
||||
initializeState_FindCall__8dAcEoc_cFv = .text:0x00003870; // type:function size:0x64
|
||||
executeState_FindCall__8dAcEoc_cFv = .text:0x000038E0; // type:function size:0xFC
|
||||
finalizeState_FindCall__8dAcEoc_cFv = .text:0x000039E0; // type:function size:0x4
|
||||
initializeState_Fight__8dAcEoc_cFv = .text:0x000039F0; // type:function size:0x178
|
||||
executeState_Fight__8dAcEoc_cFv = .text:0x00003B70; // type:function size:0xFD8
|
||||
finalizeState_Fight__8dAcEoc_cFv = .text:0x00004B50; // type:function size:0x4
|
||||
initializeState_Attack__8dAcEoc_cFv = .text:0x00004B60; // type:function size:0xC4
|
||||
executeState_Attack__8dAcEoc_cFv = .text:0x00004C30; // type:function size:0x36C
|
||||
fn_174_4FA0 = .text:0x00004FA0; // type:function size:0x48
|
||||
fn_174_4FF0 = .text:0x00004FF0; // type:function size:0xC
|
||||
fn_174_5000 = .text:0x00005000; // type:function size:0x60
|
||||
fn_174_5060 = .text:0x00005060; // type:function size:0x2A0
|
||||
fn_174_5300 = .text:0x00005300; // type:function size:0x4
|
||||
fn_174_5310 = .text:0x00005310; // type:function size:0x6C
|
||||
fn_174_5380 = .text:0x00005380; // type:function size:0x1D0
|
||||
fn_174_5550 = .text:0x00005550; // type:function size:0x4
|
||||
fn_174_5560 = .text:0x00005560; // type:function size:0x4C
|
||||
fn_174_55B0 = .text:0x000055B0; // type:function size:0x78
|
||||
fn_174_5630 = .text:0x00005630; // type:function size:0x4
|
||||
fn_174_5640 = .text:0x00005640; // type:function size:0x128
|
||||
fn_174_5770 = .text:0x00005770; // type:function size:0x6EC
|
||||
fn_174_5E60 = .text:0x00005E60; // type:function size:0x4
|
||||
fn_174_5E70 = .text:0x00005E70; // type:function size:0xC0
|
||||
fn_174_5F30 = .text:0x00005F30; // type:function size:0xE4
|
||||
fn_174_6020 = .text:0x00006020; // type:function size:0x4
|
||||
fn_174_6030 = .text:0x00006030; // type:function size:0xA4
|
||||
fn_174_60E0 = .text:0x000060E0; // type:function size:0x154
|
||||
fn_174_6240 = .text:0x00006240; // type:function size:0x4
|
||||
fn_174_6250 = .text:0x00006250; // type:function size:0x128
|
||||
fn_174_6380 = .text:0x00006380; // type:function size:0x89C
|
||||
fn_174_6C20 = .text:0x00006C20; // type:function size:0x4
|
||||
fn_174_6C30 = .text:0x00006C30; // type:function size:0x4C
|
||||
fn_174_6C80 = .text:0x00006C80; // type:function size:0x164
|
||||
fn_174_6DF0 = .text:0x00006DF0; // type:function size:0x4
|
||||
fn_174_6E00 = .text:0x00006E00; // type:function size:0x54
|
||||
fn_174_6E60 = .text:0x00006E60; // type:function size:0x1D4
|
||||
fn_174_7040 = .text:0x00007040; // type:function size:0x4
|
||||
fn_174_7050 = .text:0x00007050; // type:function size:0x9C
|
||||
fn_174_70F0 = .text:0x000070F0; // type:function size:0x404
|
||||
fn_174_7500 = .text:0x00007500; // type:function size:0x4
|
||||
fn_174_7510 = .text:0x00007510; // type:function size:0x18
|
||||
fn_174_7530 = .text:0x00007530; // type:function size:0x26C
|
||||
fn_174_77A0 = .text:0x000077A0; // type:function size:0x4
|
||||
fn_174_77B0 = .text:0x000077B0; // type:function size:0x4C
|
||||
fn_174_7800 = .text:0x00007800; // type:function size:0x1E4
|
||||
fn_174_79F0 = .text:0x000079F0; // type:function size:0x4
|
||||
fn_174_7A00 = .text:0x00007A00; // type:function size:0xB4
|
||||
fn_174_7AC0 = .text:0x00007AC0; // type:function size:0xD0
|
||||
fn_174_7B90 = .text:0x00007B90; // type:function size:0x44
|
||||
fn_174_7BE0 = .text:0x00007BE0; // type:function size:0x110
|
||||
fn_174_7CF0 = .text:0x00007CF0; // type:function size:0x6C0
|
||||
fn_174_83B0 = .text:0x000083B0; // type:function size:0x4
|
||||
fn_174_83C0 = .text:0x000083C0; // type:function size:0x18
|
||||
fn_174_83E0 = .text:0x000083E0; // type:function size:0x11C
|
||||
fn_174_8500 = .text:0x00008500; // type:function size:0x4
|
||||
fn_174_8510 = .text:0x00008510; // type:function size:0x5C
|
||||
fn_174_8570 = .text:0x00008570; // type:function size:0x298
|
||||
fn_174_8810 = .text:0x00008810; // type:function size:0x4
|
||||
fn_174_8820 = .text:0x00008820; // type:function size:0x64
|
||||
fn_174_8890 = .text:0x00008890; // type:function size:0x124
|
||||
fn_174_89C0 = .text:0x000089C0; // type:function size:0xC
|
||||
fn_174_89D0 = .text:0x000089D0; // type:function size:0x64
|
||||
fn_174_8A40 = .text:0x00008A40; // type:function size:0x2BC
|
||||
fn_174_8D00 = .text:0x00008D00; // type:function size:0x4
|
||||
fn_174_8D10 = .text:0x00008D10; // type:function size:0x94
|
||||
fn_174_8DB0 = .text:0x00008DB0; // type:function size:0xC0
|
||||
fn_174_8E70 = .text:0x00008E70; // type:function size:0x4
|
||||
fn_174_8E80 = .text:0x00008E80; // type:function size:0x19C
|
||||
fn_174_9020 = .text:0x00009020; // type:function size:0x120
|
||||
fn_174_9140 = .text:0x00009140; // type:function size:0x4
|
||||
fn_174_9150 = .text:0x00009150; // type:function size:0x60
|
||||
fn_174_91B0 = .text:0x000091B0; // type:function size:0x414
|
||||
fn_174_95D0 = .text:0x000095D0; // type:function size:0x4
|
||||
fn_174_95E0 = .text:0x000095E0; // type:function size:0xAC
|
||||
fn_174_9690 = .text:0x00009690; // type:function size:0x34C
|
||||
fn_174_99E0 = .text:0x000099E0; // type:function size:0x4
|
||||
finalizeState_Attack__8dAcEoc_cFv = .text:0x00004FF0; // type:function size:0xC
|
||||
initializeState_BigAttack__8dAcEoc_cFv = .text:0x00005000; // type:function size:0x60
|
||||
executeState_BigAttack__8dAcEoc_cFv = .text:0x00005060; // type:function size:0x2A0
|
||||
finalizeState_BigAttack__8dAcEoc_cFv = .text:0x00005300; // type:function size:0x4
|
||||
initializeState_Damage__8dAcEoc_cFv = .text:0x00005310; // type:function size:0x6C
|
||||
executeState_Damage__8dAcEoc_cFv = .text:0x00005380; // type:function size:0x1D0
|
||||
finalizeState_Damage__8dAcEoc_cFv = .text:0x00005550; // type:function size:0x4
|
||||
initializeState_Fire__8dAcEoc_cFv = .text:0x00005560; // type:function size:0x4C
|
||||
executeState_Fire__8dAcEoc_cFv = .text:0x000055B0; // type:function size:0x78
|
||||
finalizeState_Fire__8dAcEoc_cFv = .text:0x00005630; // type:function size:0x4
|
||||
initializeState_Fail__8dAcEoc_cFv = .text:0x00005640; // type:function size:0x128
|
||||
executeState_Fail__8dAcEoc_cFv = .text:0x00005770; // type:function size:0x6EC
|
||||
finalizeState_Fail__8dAcEoc_cFv = .text:0x00005E60; // type:function size:0x4
|
||||
initializeState_StabGuard__8dAcEoc_cFv = .text:0x00005E70; // type:function size:0xC0
|
||||
executeState_StabGuard__8dAcEoc_cFv = .text:0x00005F30; // type:function size:0xE4
|
||||
finalizeState_StabGuard__8dAcEoc_cFv = .text:0x00006020; // type:function size:0x4
|
||||
initializeState_Stun__8dAcEoc_cFv = .text:0x00006030; // type:function size:0xA4
|
||||
executeState_Stun__8dAcEoc_cFv = .text:0x000060E0; // type:function size:0x154
|
||||
finalizeState_Stun__8dAcEoc_cFv = .text:0x00006240; // type:function size:0x4
|
||||
initializeState_PipeRun__8dAcEoc_cFv = .text:0x00006250; // type:function size:0x128
|
||||
executeState_PipeRun__8dAcEoc_cFv = .text:0x00006380; // type:function size:0x89C
|
||||
finalizeState_PipeRun__8dAcEoc_cFv = .text:0x00006C20; // type:function size:0x4
|
||||
initializeState_PipeWait__8dAcEoc_cFv = .text:0x00006C30; // type:function size:0x4C
|
||||
executeState_PipeWait__8dAcEoc_cFv = .text:0x00006C80; // type:function size:0x164
|
||||
finalizeState_PipeWait__8dAcEoc_cFv = .text:0x00006DF0; // type:function size:0x4
|
||||
initializeState_Whistle__8dAcEoc_cFv = .text:0x00006E00; // type:function size:0x54
|
||||
executeState_Whistle__8dAcEoc_cFv = .text:0x00006E60; // type:function size:0x1D4
|
||||
finalizeState_Whistle__8dAcEoc_cFv = .text:0x00007040; // type:function size:0x4
|
||||
initializeState_PipeChase__8dAcEoc_cFv = .text:0x00007050; // type:function size:0x9C
|
||||
executeState_PipeChase__8dAcEoc_cFv = .text:0x000070F0; // type:function size:0x404
|
||||
finalizeState_PipeChase__8dAcEoc_cFv = .text:0x00007500; // type:function size:0x4
|
||||
initializeState_SearchPipe__8dAcEoc_cFv = .text:0x00007510; // type:function size:0x18
|
||||
executeState_SearchPipe__8dAcEoc_cFv = .text:0x00007530; // type:function size:0x26C
|
||||
finalizeState_SearchPipe__8dAcEoc_cFv = .text:0x000077A0; // type:function size:0x4
|
||||
initializeState_GetPipe__8dAcEoc_cFv = .text:0x000077B0; // type:function size:0x4C
|
||||
executeState_GetPipe__8dAcEoc_cFv = .text:0x00007800; // type:function size:0x1E4
|
||||
finalizeState_GetPipe__8dAcEoc_cFv = .text:0x000079F0; // type:function size:0x4
|
||||
initializeState_Summon__8dAcEoc_cFv = .text:0x00007A00; // type:function size:0xB4
|
||||
executeState_Summon__8dAcEoc_cFv = .text:0x00007AC0; // type:function size:0xD0
|
||||
finalizeState_Summon__8dAcEoc_cFv = .text:0x00007B90; // type:function size:0x44
|
||||
initializeState_BombCarry__8dAcEoc_cFv = .text:0x00007BE0; // type:function size:0x110
|
||||
executeState_BombCarry__8dAcEoc_cFv = .text:0x00007CF0; // type:function size:0x6C0
|
||||
finalizeState_BombCarry__8dAcEoc_cFv = .text:0x000083B0; // type:function size:0x4
|
||||
initializeState_BombThrow__8dAcEoc_cFv = .text:0x000083C0; // type:function size:0x18
|
||||
executeState_BombThrow__8dAcEoc_cFv = .text:0x000083E0; // type:function size:0x11C
|
||||
finalizeState_BombThrow__8dAcEoc_cFv = .text:0x00008500; // type:function size:0x4
|
||||
initializeState_Escape__8dAcEoc_cFv = .text:0x00008510; // type:function size:0x5C
|
||||
executeState_Escape__8dAcEoc_cFv = .text:0x00008570; // type:function size:0x298
|
||||
finalizeState_Escape__8dAcEoc_cFv = .text:0x00008810; // type:function size:0x4
|
||||
initializeState_Equip__8dAcEoc_cFv = .text:0x00008820; // type:function size:0x64
|
||||
executeState_Equip__8dAcEoc_cFv = .text:0x00008890; // type:function size:0x124
|
||||
finalizeState_Equip__8dAcEoc_cFv = .text:0x000089C0; // type:function size:0xC
|
||||
initializeState_WhipCapture__8dAcEoc_cFv = .text:0x000089D0; // type:function size:0x64
|
||||
executeState_WhipCapture__8dAcEoc_cFv = .text:0x00008A40; // type:function size:0x2BC
|
||||
finalizeState_WhipCapture__8dAcEoc_cFv = .text:0x00008D00; // type:function size:0x4
|
||||
initializeState_Flicked__8dAcEoc_cFv = .text:0x00008D10; // type:function size:0x94
|
||||
executeState_Flicked__8dAcEoc_cFv = .text:0x00008DB0; // type:function size:0xC0
|
||||
finalizeState_Flicked__8dAcEoc_cFv = .text:0x00008E70; // type:function size:0x4
|
||||
initializeState_AirDamage__8dAcEoc_cFv = .text:0x00008E80; // type:function size:0x19C
|
||||
executeState_AirDamage__8dAcEoc_cFv = .text:0x00009020; // type:function size:0x120
|
||||
finalizeState_AirDamage__8dAcEoc_cFv = .text:0x00009140; // type:function size:0x4
|
||||
initializeState_DemoMove__8dAcEoc_cFv = .text:0x00009150; // type:function size:0x60
|
||||
executeState_DemoMove__8dAcEoc_cFv = .text:0x000091B0; // type:function size:0x414
|
||||
finalizeState_DemoMove__8dAcEoc_cFv = .text:0x000095D0; // type:function size:0x4
|
||||
initializeState_Demo__8dAcEoc_cFv = .text:0x000095E0; // type:function size:0xAC
|
||||
executeState_Demo__8dAcEoc_cFv = .text:0x00009690; // type:function size:0x34C
|
||||
finalizeState_Demo__8dAcEoc_cFv = .text:0x000099E0; // type:function size:0x4
|
||||
fn_174_99F0 = .text:0x000099F0; // type:function size:0x94C
|
||||
fn_174_A340 = .text:0x0000A340; // type:function size:0x4C
|
||||
fn_174_A390 = .text:0x0000A390; // type:function size:0xC
|
||||
@@ -135,24 +135,24 @@ fn_174_ACE0 = .text:0x0000ACE0; // type:function size:0x8
|
||||
fn_174_ACF0 = .text:0x0000ACF0; // type:function size:0x4
|
||||
fn_174_AD00 = .text:0x0000AD00; // type:function size:0x4
|
||||
fn_174_AD10 = .text:0x0000AD10; // type:function size:0x8
|
||||
fn_174_AD20 = .text:0x0000AD20; // type:function size:0x224
|
||||
fn_174_AF50 = .text:0x0000AF50; // type:function size:0x60
|
||||
fn_174_AFB0 = .text:0x0000AFB0; // type:function size:0xC
|
||||
fn_174_AFC0 = .text:0x0000AFC0; // type:function size:0x1C
|
||||
fn_174_AFE0 = .text:0x0000AFE0; // type:function size:0x1C
|
||||
fn_174_B000 = .text:0x0000B000; // type:function size:0x1C
|
||||
fn_174_B020 = .text:0x0000B020; // type:function size:0x10
|
||||
fn_174_B030 = .text:0x0000B030; // type:function size:0x10
|
||||
fn_174_B040 = .text:0x0000B040; // type:function size:0x10
|
||||
fn_174_B050 = .text:0x0000B050; // type:function size:0x10
|
||||
fn_174_B060 = .text:0x0000B060; // type:function size:0x10
|
||||
fn_174_B070 = .text:0x0000B070; // type:function size:0x10
|
||||
fn_174_B080 = .text:0x0000B080; // type:function size:0x30
|
||||
fn_174_B0B0 = .text:0x0000B0B0; // type:function size:0x30
|
||||
fn_174_B0E0 = .text:0x0000B0E0; // type:function size:0x30
|
||||
fn_174_B110 = .text:0x0000B110; // type:function size:0x15AC
|
||||
fn_174_C6C0 = .text:0x0000C6C0; // type:function size:0x58
|
||||
fn_174_C720 = .text:0x0000C720; // type:function size:0x88
|
||||
__dt__8dAcEoc_cFv = .text:0x0000AD20; // type:function size:0x224
|
||||
build__23sFStateFct_c<8dAcEoc_c>FRC12sStateIDIf_c = .text:0x0000AF50; // type:function size:0x60
|
||||
dispose__23sFStateFct_c<8dAcEoc_c>FRP10sStateIf_c = .text:0x0000AFB0; // type:function size:0xC
|
||||
initialize__20sFState_c<8dAcEoc_c>Fv = .text:0x0000AFC0; // type:function size:0x1C
|
||||
execute__20sFState_c<8dAcEoc_c>Fv = .text:0x0000AFE0; // type:function size:0x1C
|
||||
finalize__20sFState_c<8dAcEoc_c>Fv = .text:0x0000B000; // type:function size:0x1C
|
||||
initializeState__76sStateMgr_c<8dAcEoc_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x0000B020; // type:function size:0x10
|
||||
finalizeState__76sStateMgr_c<8dAcEoc_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x0000B030; // type:function size:0x10
|
||||
refreshState__76sStateMgr_c<8dAcEoc_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x0000B040; // type:function size:0x10
|
||||
getState__76sStateMgr_c<8dAcEoc_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x0000B050; // type:function size:0x10
|
||||
getNewStateID__76sStateMgr_c<8dAcEoc_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x0000B060; // type:function size:0x10
|
||||
getOldStateID__76sStateMgr_c<8dAcEoc_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x0000B070; // type:function size:0x10
|
||||
finalizeState__22sFStateID_c<8dAcEoc_c>CFR8dAcEoc_c = .text:0x0000B080; // type:function size:0x30
|
||||
executeState__22sFStateID_c<8dAcEoc_c>CFR8dAcEoc_c = .text:0x0000B0B0; // type:function size:0x30
|
||||
initializeState__22sFStateID_c<8dAcEoc_c>CFR8dAcEoc_c = .text:0x0000B0E0; // type:function size:0x30
|
||||
__sinit_\d_a_e_oc_cpp = .text:0x0000B110; // type:function size:0x15AC scope:local
|
||||
__dt__22sFStateID_c<8dAcEoc_c>Fv = .text:0x0000C6C0; // type:function size:0x58
|
||||
isSameName__22sFStateID_c<8dAcEoc_c>CFPCc = .text:0x0000C720; // type:function size:0x88
|
||||
fn_174_C7B0 = .text:0x0000C7B0; // type:function size:0x8
|
||||
fn_174_C7C0 = .text:0x0000C7C0; // type:function size:0x8
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
@@ -179,7 +179,7 @@ lbl_174_rodata_1C8 = .rodata:0x000001C8; // type:object size:0x24 data:float
|
||||
lbl_174_rodata_1EC = .rodata:0x000001EC; // type:object size:0x4 data:float
|
||||
lbl_174_rodata_1F0 = .rodata:0x000001F0; // type:object size:0x90 data:float
|
||||
lbl_174_rodata_280 = .rodata:0x00000280; // type:object size:0x28
|
||||
lbl_174_data_0 = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
g_profile_E_OC = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
lbl_174_data_10 = .data:0x00000010; // type:object size:0x8
|
||||
lbl_174_data_18 = .data:0x00000018; // type:object size:0x8
|
||||
lbl_174_data_20 = .data:0x00000020; // type:object size:0x4 data:string
|
||||
|
||||
@@ -3,46 +3,46 @@ _epilog = .text:0x00000030; // type:function size:0x2C scope:global
|
||||
_unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
fn_194_F0 = .text:0x000000F0; // type:function size:0x170
|
||||
fn_194_260 = .text:0x00000260; // type:function size:0x58
|
||||
fn_194_2C0 = .text:0x000002C0; // type:function size:0x6C
|
||||
fn_194_330 = .text:0x00000330; // type:function size:0xA0
|
||||
fn_194_3D0 = .text:0x000003D0; // type:function size:0xA4
|
||||
dAcEor_c_classInit__Fv = .text:0x000000F0; // type:function size:0x170
|
||||
__dt__20sFState_c<8dAcEor_c>Fv = .text:0x00000260; // type:function size:0x58
|
||||
__dt__23sFStateFct_c<8dAcEor_c>Fv = .text:0x000002C0; // type:function size:0x6C
|
||||
__dt__76sStateMgr_c<8dAcEor_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000330; // type:function size:0xA0
|
||||
__dt__46sFStateMgr_c<8dAcEor_c,20sStateMethodUsr_FI_c>Fv = .text:0x000003D0; // type:function size:0xA4
|
||||
fn_194_480 = .text:0x00000480; // type:function size:0x90
|
||||
fn_194_510 = .text:0x00000510; // type:function size:0xDC
|
||||
fn_194_5F0 = .text:0x000005F0; // type:function size:0x324
|
||||
fn_194_920 = .text:0x00000920; // type:function size:0x10
|
||||
changeState__76sStateMgr_c<8dAcEor_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x00000920; // type:function size:0x10
|
||||
fn_194_930 = .text:0x00000930; // type:function size:0x8
|
||||
fn_194_940 = .text:0x00000940; // type:function size:0x974
|
||||
fn_194_12C0 = .text:0x000012C0; // type:function size:0x10
|
||||
fn_194_12D0 = .text:0x000012D0; // type:function size:0x10
|
||||
executeState__76sStateMgr_c<8dAcEor_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000012C0; // type:function size:0x10
|
||||
getStateID__76sStateMgr_c<8dAcEor_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000012D0; // type:function size:0x10
|
||||
fn_194_12E0 = .text:0x000012E0; // type:function size:0x1C
|
||||
fn_194_1300 = .text:0x00001300; // type:function size:0x1C
|
||||
fn_194_1320 = .text:0x00001320; // type:function size:0x4C
|
||||
fn_194_1370 = .text:0x00001370; // type:function size:0x60
|
||||
fn_194_13D0 = .text:0x000013D0; // type:function size:0xA4
|
||||
fn_194_1480 = .text:0x00001480; // type:function size:0x4
|
||||
fn_194_1490 = .text:0x00001490; // type:function size:0xC0
|
||||
fn_194_1550 = .text:0x00001550; // type:function size:0xB4
|
||||
fn_194_1610 = .text:0x00001610; // type:function size:0x4
|
||||
fn_194_1620 = .text:0x00001620; // type:function size:0x8C
|
||||
fn_194_16B0 = .text:0x000016B0; // type:function size:0x318
|
||||
fn_194_19D0 = .text:0x000019D0; // type:function size:0x4
|
||||
fn_194_19E0 = .text:0x000019E0; // type:function size:0xAC
|
||||
fn_194_1A90 = .text:0x00001A90; // type:function size:0x120
|
||||
fn_194_1BB0 = .text:0x00001BB0; // type:function size:0x4
|
||||
fn_194_1BC0 = .text:0x00001BC0; // type:function size:0x90
|
||||
fn_194_1C50 = .text:0x00001C50; // type:function size:0x1D0
|
||||
fn_194_1E20 = .text:0x00001E20; // type:function size:0x4
|
||||
fn_194_1E30 = .text:0x00001E30; // type:function size:0x19C
|
||||
fn_194_1FD0 = .text:0x00001FD0; // type:function size:0x234
|
||||
fn_194_2210 = .text:0x00002210; // type:function size:0x4
|
||||
fn_194_2220 = .text:0x00002220; // type:function size:0x60
|
||||
fn_194_2280 = .text:0x00002280; // type:function size:0x60
|
||||
fn_194_22E0 = .text:0x000022E0; // type:function size:0x4
|
||||
fn_194_22F0 = .text:0x000022F0; // type:function size:0xB0
|
||||
fn_194_23A0 = .text:0x000023A0; // type:function size:0x510
|
||||
fn_194_28B0 = .text:0x000028B0; // type:function size:0x4
|
||||
initializeState_Wait__8dAcEor_cFv = .text:0x00001370; // type:function size:0x60
|
||||
executeState_Wait__8dAcEor_cFv = .text:0x000013D0; // type:function size:0xA4
|
||||
finalizeState_Wait__8dAcEor_cFv = .text:0x00001480; // type:function size:0x4
|
||||
initializeState_Appear__8dAcEor_cFv = .text:0x00001490; // type:function size:0xC0
|
||||
executeState_Appear__8dAcEor_cFv = .text:0x00001550; // type:function size:0xB4
|
||||
finalizeState_Appear__8dAcEor_cFv = .text:0x00001610; // type:function size:0x4
|
||||
initializeState_Attack__8dAcEor_cFv = .text:0x00001620; // type:function size:0x8C
|
||||
executeState_Attack__8dAcEor_cFv = .text:0x000016B0; // type:function size:0x318
|
||||
finalizeState_Attack__8dAcEor_cFv = .text:0x000019D0; // type:function size:0x4
|
||||
initializeState_AttackCarry__8dAcEor_cFv = .text:0x000019E0; // type:function size:0xAC
|
||||
executeState_AttackCarry__8dAcEor_cFv = .text:0x00001A90; // type:function size:0x120
|
||||
finalizeState_AttackCarry__8dAcEor_cFv = .text:0x00001BB0; // type:function size:0x4
|
||||
initializeState_Stun__8dAcEor_cFv = .text:0x00001BC0; // type:function size:0x90
|
||||
executeState_Stun__8dAcEor_cFv = .text:0x00001C50; // type:function size:0x1D0
|
||||
finalizeState_Stun__8dAcEor_cFv = .text:0x00001E20; // type:function size:0x4
|
||||
initializeState_Damage__8dAcEor_cFv = .text:0x00001E30; // type:function size:0x19C
|
||||
executeState_Damage__8dAcEor_cFv = .text:0x00001FD0; // type:function size:0x234
|
||||
finalizeState_Damage__8dAcEor_cFv = .text:0x00002210; // type:function size:0x4
|
||||
initializeState_Hide__8dAcEor_cFv = .text:0x00002220; // type:function size:0x60
|
||||
executeState_Hide__8dAcEor_cFv = .text:0x00002280; // type:function size:0x60
|
||||
finalizeState_Hide__8dAcEor_cFv = .text:0x000022E0; // type:function size:0x4
|
||||
initializeState_Kyoro__8dAcEor_cFv = .text:0x000022F0; // type:function size:0xB0
|
||||
executeState_Kyoro__8dAcEor_cFv = .text:0x000023A0; // type:function size:0x510
|
||||
finalizeState_Kyoro__8dAcEor_cFv = .text:0x000028B0; // type:function size:0x4
|
||||
fn_194_28C0 = .text:0x000028C0; // type:function size:0xB4
|
||||
fn_194_2980 = .text:0x00002980; // type:function size:0x1F4
|
||||
fn_194_2B80 = .text:0x00002B80; // type:function size:0x118
|
||||
@@ -55,24 +55,24 @@ fn_194_2F80 = .text:0x00002F80; // type:function size:0x8
|
||||
fn_194_2F90 = .text:0x00002F90; // type:function size:0x4
|
||||
fn_194_2FA0 = .text:0x00002FA0; // type:function size:0x4
|
||||
fn_194_2FB0 = .text:0x00002FB0; // type:function size:0x8
|
||||
fn_194_2FC0 = .text:0x00002FC0; // type:function size:0x1D4
|
||||
fn_194_31A0 = .text:0x000031A0; // type:function size:0x60
|
||||
fn_194_3200 = .text:0x00003200; // type:function size:0xC
|
||||
fn_194_3210 = .text:0x00003210; // type:function size:0x1C
|
||||
fn_194_3230 = .text:0x00003230; // type:function size:0x1C
|
||||
fn_194_3250 = .text:0x00003250; // type:function size:0x1C
|
||||
fn_194_3270 = .text:0x00003270; // type:function size:0x10
|
||||
fn_194_3280 = .text:0x00003280; // type:function size:0x10
|
||||
fn_194_3290 = .text:0x00003290; // type:function size:0x10
|
||||
fn_194_32A0 = .text:0x000032A0; // type:function size:0x10
|
||||
fn_194_32B0 = .text:0x000032B0; // type:function size:0x10
|
||||
fn_194_32C0 = .text:0x000032C0; // type:function size:0x10
|
||||
fn_194_32D0 = .text:0x000032D0; // type:function size:0x30
|
||||
fn_194_3300 = .text:0x00003300; // type:function size:0x30
|
||||
fn_194_3330 = .text:0x00003330; // type:function size:0x30
|
||||
fn_194_3360 = .text:0x00003360; // type:function size:0x628
|
||||
fn_194_3990 = .text:0x00003990; // type:function size:0x58
|
||||
fn_194_39F0 = .text:0x000039F0; // type:function size:0x88
|
||||
__dt__8dAcEor_cFv = .text:0x00002FC0; // type:function size:0x1D4
|
||||
build__23sFStateFct_c<8dAcEor_c>FRC12sStateIDIf_c = .text:0x000031A0; // type:function size:0x60
|
||||
dispose__23sFStateFct_c<8dAcEor_c>FRP10sStateIf_c = .text:0x00003200; // type:function size:0xC
|
||||
initialize__20sFState_c<8dAcEor_c>Fv = .text:0x00003210; // type:function size:0x1C
|
||||
execute__20sFState_c<8dAcEor_c>Fv = .text:0x00003230; // type:function size:0x1C
|
||||
finalize__20sFState_c<8dAcEor_c>Fv = .text:0x00003250; // type:function size:0x1C
|
||||
initializeState__76sStateMgr_c<8dAcEor_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00003270; // type:function size:0x10
|
||||
finalizeState__76sStateMgr_c<8dAcEor_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00003280; // type:function size:0x10
|
||||
refreshState__76sStateMgr_c<8dAcEor_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00003290; // type:function size:0x10
|
||||
getState__76sStateMgr_c<8dAcEor_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000032A0; // type:function size:0x10
|
||||
getNewStateID__76sStateMgr_c<8dAcEor_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000032B0; // type:function size:0x10
|
||||
getOldStateID__76sStateMgr_c<8dAcEor_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000032C0; // type:function size:0x10
|
||||
finalizeState__22sFStateID_c<8dAcEor_c>CFR8dAcEor_c = .text:0x000032D0; // type:function size:0x30
|
||||
executeState__22sFStateID_c<8dAcEor_c>CFR8dAcEor_c = .text:0x00003300; // type:function size:0x30
|
||||
initializeState__22sFStateID_c<8dAcEor_c>CFR8dAcEor_c = .text:0x00003330; // type:function size:0x30
|
||||
__sinit_\d_a_e_or_cpp = .text:0x00003360; // type:function size:0x628 scope:local
|
||||
__dt__22sFStateID_c<8dAcEor_c>Fv = .text:0x00003990; // type:function size:0x58
|
||||
isSameName__22sFStateID_c<8dAcEor_c>CFPCc = .text:0x000039F0; // type:function size:0x88
|
||||
fn_194_3A80 = .text:0x00003A80; // type:function size:0x8
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
_dtors = .dtors:0x00000000; // type:label scope:global
|
||||
@@ -85,7 +85,7 @@ lbl_194_rodata_70 = .rodata:0x00000070; // type:object size:0x4 data:float
|
||||
lbl_194_rodata_74 = .rodata:0x00000074; // type:object size:0x1C data:float
|
||||
lbl_194_rodata_90 = .rodata:0x00000090; // type:object size:0x4 data:float
|
||||
lbl_194_rodata_94 = .rodata:0x00000094; // type:object size:0xC data:float
|
||||
lbl_194_data_0 = .data:0x00000000; // type:object size:0xB0 data:4byte
|
||||
g_profile_E_OR = .data:0x00000000; // type:object size:0xB0 data:4byte
|
||||
lbl_194_data_B0 = .data:0x000000B0; // type:object size:0x50
|
||||
lbl_194_data_100 = .data:0x00000100; // type:object size:0xC
|
||||
lbl_194_data_10C = .data:0x0000010C; // type:object size:0xC
|
||||
|
||||
@@ -3,31 +3,31 @@ _epilog = .text:0x00000030; // type:function size:0x2C scope:global
|
||||
_unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
fn_195_F0 = .text:0x000000F0; // type:function size:0x128
|
||||
fn_195_220 = .text:0x00000220; // type:function size:0x58
|
||||
fn_195_280 = .text:0x00000280; // type:function size:0x6C
|
||||
fn_195_2F0 = .text:0x000002F0; // type:function size:0xA0
|
||||
fn_195_390 = .text:0x00000390; // type:function size:0xA4
|
||||
dAcEorCannon_c_classInit__Fv = .text:0x000000F0; // type:function size:0x128
|
||||
__dt__27sFState_c<14dAcEorCannon_c>Fv = .text:0x00000220; // type:function size:0x58
|
||||
__dt__30sFStateFct_c<14dAcEorCannon_c>Fv = .text:0x00000280; // type:function size:0x6C
|
||||
__dt__83sStateMgr_c<14dAcEorCannon_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000002F0; // type:function size:0xA0
|
||||
__dt__53sFStateMgr_c<14dAcEorCannon_c,20sStateMethodUsr_FI_c>Fv = .text:0x00000390; // type:function size:0xA4
|
||||
fn_195_440 = .text:0x00000440; // type:function size:0x58
|
||||
fn_195_4A0 = .text:0x000004A0; // type:function size:0xE0
|
||||
fn_195_580 = .text:0x00000580; // type:function size:0x78
|
||||
fn_195_600 = .text:0x00000600; // type:function size:0x210
|
||||
fn_195_810 = .text:0x00000810; // type:function size:0x10
|
||||
changeState__83sStateMgr_c<14dAcEorCannon_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x00000810; // type:function size:0x10
|
||||
fn_195_820 = .text:0x00000820; // type:function size:0x30
|
||||
fn_195_850 = .text:0x00000850; // type:function size:0x8
|
||||
fn_195_860 = .text:0x00000860; // type:function size:0xE8
|
||||
fn_195_950 = .text:0x00000950; // type:function size:0x10
|
||||
executeState__83sStateMgr_c<14dAcEorCannon_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000950; // type:function size:0x10
|
||||
fn_195_960 = .text:0x00000960; // type:function size:0x28
|
||||
fn_195_990 = .text:0x00000990; // type:function size:0x2C
|
||||
fn_195_9C0 = .text:0x000009C0; // type:function size:0xC0
|
||||
fn_195_A80 = .text:0x00000A80; // type:function size:0x4
|
||||
fn_195_A90 = .text:0x00000A90; // type:function size:0xB0
|
||||
fn_195_B40 = .text:0x00000B40; // type:function size:0x10
|
||||
fn_195_B50 = .text:0x00000B50; // type:function size:0x814
|
||||
fn_195_1370 = .text:0x00001370; // type:function size:0x4
|
||||
fn_195_1380 = .text:0x00001380; // type:function size:0x80
|
||||
fn_195_1400 = .text:0x00001400; // type:function size:0x1D8
|
||||
fn_195_15E0 = .text:0x000015E0; // type:function size:0x4
|
||||
initializeState_Wait__14dAcEorCannon_cFv = .text:0x00000990; // type:function size:0x2C
|
||||
executeState_Wait__14dAcEorCannon_cFv = .text:0x000009C0; // type:function size:0xC0
|
||||
finalizeState_Wait__14dAcEorCannon_cFv = .text:0x00000A80; // type:function size:0x4
|
||||
initializeState_Attack__14dAcEorCannon_cFv = .text:0x00000A90; // type:function size:0xB0
|
||||
getOldStateID__83sStateMgr_c<14dAcEorCannon_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00000B40; // type:function size:0x10
|
||||
executeState_Attack__14dAcEorCannon_cFv = .text:0x00000B50; // type:function size:0x814
|
||||
finalizeState_Attack__14dAcEorCannon_cFv = .text:0x00001370; // type:function size:0x4
|
||||
initializeState_Death__14dAcEorCannon_cFv = .text:0x00001380; // type:function size:0x80
|
||||
executeState_Death__14dAcEorCannon_cFv = .text:0x00001400; // type:function size:0x1D8
|
||||
finalizeState_Death__14dAcEorCannon_cFv = .text:0x000015E0; // type:function size:0x4
|
||||
fn_195_15F0 = .text:0x000015F0; // type:function size:0xF4
|
||||
fn_195_16F0 = .text:0x000016F0; // type:function size:0x35C
|
||||
fn_195_1A50 = .text:0x00001A50; // type:function size:0xD4
|
||||
@@ -35,24 +35,24 @@ fn_195_1B30 = .text:0x00001B30; // type:function size:0x8
|
||||
fn_195_1B40 = .text:0x00001B40; // type:function size:0x4
|
||||
fn_195_1B50 = .text:0x00001B50; // type:function size:0x4
|
||||
fn_195_1B60 = .text:0x00001B60; // type:function size:0x8
|
||||
fn_195_1B70 = .text:0x00001B70; // type:function size:0x110
|
||||
fn_195_1C80 = .text:0x00001C80; // type:function size:0x10
|
||||
fn_195_1C90 = .text:0x00001C90; // type:function size:0x60
|
||||
fn_195_1CF0 = .text:0x00001CF0; // type:function size:0xC
|
||||
fn_195_1D00 = .text:0x00001D00; // type:function size:0x1C
|
||||
fn_195_1D20 = .text:0x00001D20; // type:function size:0x1C
|
||||
fn_195_1D40 = .text:0x00001D40; // type:function size:0x1C
|
||||
fn_195_1D60 = .text:0x00001D60; // type:function size:0x10
|
||||
fn_195_1D70 = .text:0x00001D70; // type:function size:0x10
|
||||
fn_195_1D80 = .text:0x00001D80; // type:function size:0x10
|
||||
fn_195_1D90 = .text:0x00001D90; // type:function size:0x10
|
||||
fn_195_1DA0 = .text:0x00001DA0; // type:function size:0x10
|
||||
fn_195_1DB0 = .text:0x00001DB0; // type:function size:0x30
|
||||
fn_195_1DE0 = .text:0x00001DE0; // type:function size:0x30
|
||||
fn_195_1E10 = .text:0x00001E10; // type:function size:0x30
|
||||
fn_195_1E40 = .text:0x00001E40; // type:function size:0x2C8
|
||||
fn_195_2110 = .text:0x00002110; // type:function size:0x58
|
||||
fn_195_2170 = .text:0x00002170; // type:function size:0x88
|
||||
__dt__14dAcEorCannon_cFv = .text:0x00001B70; // type:function size:0x110
|
||||
getStateID__83sStateMgr_c<14dAcEorCannon_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00001C80; // type:function size:0x10
|
||||
build__30sFStateFct_c<14dAcEorCannon_c>FRC12sStateIDIf_c = .text:0x00001C90; // type:function size:0x60
|
||||
dispose__30sFStateFct_c<14dAcEorCannon_c>FRP10sStateIf_c = .text:0x00001CF0; // type:function size:0xC
|
||||
initialize__27sFState_c<14dAcEorCannon_c>Fv = .text:0x00001D00; // type:function size:0x1C
|
||||
execute__27sFState_c<14dAcEorCannon_c>Fv = .text:0x00001D20; // type:function size:0x1C
|
||||
finalize__27sFState_c<14dAcEorCannon_c>Fv = .text:0x00001D40; // type:function size:0x1C
|
||||
initializeState__83sStateMgr_c<14dAcEorCannon_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00001D60; // type:function size:0x10
|
||||
finalizeState__83sStateMgr_c<14dAcEorCannon_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00001D70; // type:function size:0x10
|
||||
refreshState__83sStateMgr_c<14dAcEorCannon_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00001D80; // type:function size:0x10
|
||||
getState__83sStateMgr_c<14dAcEorCannon_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00001D90; // type:function size:0x10
|
||||
getNewStateID__83sStateMgr_c<14dAcEorCannon_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00001DA0; // type:function size:0x10
|
||||
finalizeState__29sFStateID_c<14dAcEorCannon_c>CFR14dAcEorCannon_c = .text:0x00001DB0; // type:function size:0x30
|
||||
executeState__29sFStateID_c<14dAcEorCannon_c>CFR14dAcEorCannon_c = .text:0x00001DE0; // type:function size:0x30
|
||||
initializeState__29sFStateID_c<14dAcEorCannon_c>CFR14dAcEorCannon_c = .text:0x00001E10; // type:function size:0x30
|
||||
__sinit_\d_a_e_or_cannon_cpp = .text:0x00001E40; // type:function size:0x2C8 scope:local
|
||||
__dt__29sFStateID_c<14dAcEorCannon_c>Fv = .text:0x00002110; // type:function size:0x58
|
||||
isSameName__29sFStateID_c<14dAcEorCannon_c>CFPCc = .text:0x00002170; // type:function size:0x88
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
_dtors = .dtors:0x00000000; // type:label scope:global
|
||||
__destroy_global_chain_reference = .dtors:0x00000000; // type:object size:0x4 scope:global
|
||||
@@ -60,7 +60,7 @@ lbl_195_rodata_0 = .rodata:0x00000000; // type:object size:0x1C data:float
|
||||
lbl_195_rodata_1C = .rodata:0x0000001C; // type:object size:0x24 data:float
|
||||
lbl_195_rodata_40 = .rodata:0x00000040; // type:object size:0x4 data:float
|
||||
lbl_195_rodata_44 = .rodata:0x00000044; // type:object size:0x60 data:float
|
||||
lbl_195_data_0 = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
g_profile_E_OR_CANNON = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
lbl_195_data_10 = .data:0x00000010; // type:object size:0x1 data:byte
|
||||
lbl_195_data_14 = .data:0x00000014; // type:object size:0x8
|
||||
lbl_195_data_1C = .data:0x0000001C; // type:object size:0xC data:string
|
||||
|
||||
@@ -3,54 +3,54 @@ _epilog = .text:0x00000030; // type:function size:0x2C scope:global
|
||||
_unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
AcEPh__ctor = .text:0x000000F0; // type:function size:0x138
|
||||
dAcEPh_c_classInit__Fv = .text:0x000000F0; // type:function size:0x138
|
||||
fn_192_230 = .text:0x00000230; // type:function size:0x58
|
||||
fn_192_290 = .text:0x00000290; // type:function size:0x58
|
||||
fn_192_2F0 = .text:0x000002F0; // type:function size:0x58
|
||||
fn_192_350 = .text:0x00000350; // type:function size:0x6C
|
||||
fn_192_3C0 = .text:0x000003C0; // type:function size:0xA0
|
||||
fn_192_460 = .text:0x00000460; // type:function size:0xA4
|
||||
__dt__20sFState_c<8dAcEPh_c>Fv = .text:0x000002F0; // type:function size:0x58
|
||||
__dt__23sFStateFct_c<8dAcEPh_c>Fv = .text:0x00000350; // type:function size:0x6C
|
||||
__dt__76sStateMgr_c<8dAcEPh_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000003C0; // type:function size:0xA0
|
||||
__dt__46sFStateMgr_c<8dAcEPh_c,20sStateMethodUsr_FI_c>Fv = .text:0x00000460; // type:function size:0xA4
|
||||
fn_192_510 = .text:0x00000510; // type:function size:0x58
|
||||
fn_192_570 = .text:0x00000570; // type:function size:0x90
|
||||
fn_192_600 = .text:0x00000600; // type:function size:0xD8
|
||||
AcEPh__initModels = .text:0x000006E0; // type:function size:0x84
|
||||
AcEPh__init = .text:0x00000770; // type:function size:0x398
|
||||
fn_192_B10 = .text:0x00000B10; // type:function size:0x10
|
||||
changeState__76sStateMgr_c<8dAcEPh_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x00000B10; // type:function size:0x10
|
||||
fn_192_B20 = .text:0x00000B20; // type:function size:0x8
|
||||
AcEPh__update = .text:0x00000B30; // type:function size:0x938
|
||||
fn_192_1470 = .text:0x00001470; // type:function size:0x10
|
||||
fn_192_1480 = .text:0x00001480; // type:function size:0x10
|
||||
executeState__76sStateMgr_c<8dAcEPh_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00001470; // type:function size:0x10
|
||||
getStateID__76sStateMgr_c<8dAcEPh_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00001480; // type:function size:0x10
|
||||
calcTimer<u16> = .text:0x00001490; // type:function size:0x1C
|
||||
AcEPh__draw = .text:0x000014B0; // type:function size:0x140
|
||||
AcEPh__stateStopEnter = .text:0x000015F0; // type:function size:0x98
|
||||
AcEPh__stateStopUpdate = .text:0x00001690; // type:function size:0x6B0
|
||||
AcEPh__stateStopLeave = .text:0x00001D40; // type:function size:0x4
|
||||
AcEPh__statePathMoveEnter = .text:0x00001D50; // type:function size:0xA4
|
||||
AcEPh__statePathMoveUpdate = .text:0x00001E00; // type:function size:0xFC
|
||||
AcEPh__statePathMoveLeave = .text:0x00001F00; // type:function size:0x4
|
||||
initializeState_Stop__8dAcEPh_cFv = .text:0x000015F0; // type:function size:0x98
|
||||
executeState_Stop__8dAcEPh_cFv = .text:0x00001690; // type:function size:0x6B0
|
||||
finalizeState_Stop__8dAcEPh_cFv = .text:0x00001D40; // type:function size:0x4
|
||||
initializeState_PathMove__8dAcEPh_cFv = .text:0x00001D50; // type:function size:0xA4
|
||||
executeState_PathMove__8dAcEPh_cFv = .text:0x00001E00; // type:function size:0xFC
|
||||
finalizeState_PathMove__8dAcEPh_cFv = .text:0x00001F00; // type:function size:0x4
|
||||
AcEPh__handleSurfacingEvent = .text:0x00001F10; // type:function size:0x3D0
|
||||
fn_192_22E0 = .text:0x000022E0; // type:function size:0x8
|
||||
fn_192_22F0 = .text:0x000022F0; // type:function size:0x4
|
||||
fn_192_2300 = .text:0x00002300; // type:function size:0x4
|
||||
fn_192_2310 = .text:0x00002310; // type:function size:0x8
|
||||
AcEPh__dtor = .text:0x00002320; // type:function size:0x138
|
||||
fn_192_2460 = .text:0x00002460; // type:function size:0x60
|
||||
fn_192_24C0 = .text:0x000024C0; // type:function size:0xC
|
||||
fn_192_24D0 = .text:0x000024D0; // type:function size:0x1C
|
||||
fn_192_24F0 = .text:0x000024F0; // type:function size:0x1C
|
||||
fn_192_2510 = .text:0x00002510; // type:function size:0x1C
|
||||
fn_192_2530 = .text:0x00002530; // type:function size:0x10
|
||||
fn_192_2540 = .text:0x00002540; // type:function size:0x10
|
||||
fn_192_2550 = .text:0x00002550; // type:function size:0x10
|
||||
fn_192_2560 = .text:0x00002560; // type:function size:0x10
|
||||
fn_192_2570 = .text:0x00002570; // type:function size:0x10
|
||||
fn_192_2580 = .text:0x00002580; // type:function size:0x10
|
||||
fn_192_2590 = .text:0x00002590; // type:function size:0x30
|
||||
fn_192_25C0 = .text:0x000025C0; // type:function size:0x30
|
||||
fn_192_25F0 = .text:0x000025F0; // type:function size:0x30
|
||||
fn_192_2620 = .text:0x00002620; // type:function size:0x1C0
|
||||
fn_192_27E0 = .text:0x000027E0; // type:function size:0x58
|
||||
fn_192_2840 = .text:0x00002840; // type:function size:0x88
|
||||
__dt__8dAcEPh_cFv = .text:0x00002320; // type:function size:0x138
|
||||
build__23sFStateFct_c<8dAcEPh_c>FRC12sStateIDIf_c = .text:0x00002460; // type:function size:0x60
|
||||
dispose__23sFStateFct_c<8dAcEPh_c>FRP10sStateIf_c = .text:0x000024C0; // type:function size:0xC
|
||||
initialize__20sFState_c<8dAcEPh_c>Fv = .text:0x000024D0; // type:function size:0x1C
|
||||
execute__20sFState_c<8dAcEPh_c>Fv = .text:0x000024F0; // type:function size:0x1C
|
||||
finalize__20sFState_c<8dAcEPh_c>Fv = .text:0x00002510; // type:function size:0x1C
|
||||
initializeState__76sStateMgr_c<8dAcEPh_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00002530; // type:function size:0x10
|
||||
finalizeState__76sStateMgr_c<8dAcEPh_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00002540; // type:function size:0x10
|
||||
refreshState__76sStateMgr_c<8dAcEPh_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00002550; // type:function size:0x10
|
||||
getState__76sStateMgr_c<8dAcEPh_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00002560; // type:function size:0x10
|
||||
getNewStateID__76sStateMgr_c<8dAcEPh_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00002570; // type:function size:0x10
|
||||
getOldStateID__76sStateMgr_c<8dAcEPh_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00002580; // type:function size:0x10
|
||||
finalizeState__22sFStateID_c<8dAcEPh_c>CFR8dAcEPh_c = .text:0x00002590; // type:function size:0x30
|
||||
executeState__22sFStateID_c<8dAcEPh_c>CFR8dAcEPh_c = .text:0x000025C0; // type:function size:0x30
|
||||
initializeState__22sFStateID_c<8dAcEPh_c>CFR8dAcEPh_c = .text:0x000025F0; // type:function size:0x30
|
||||
__sinit_\d_a_e_ph_cpp = .text:0x00002620; // type:function size:0x1C0 scope:local
|
||||
__dt__22sFStateID_c<8dAcEPh_c>Fv = .text:0x000027E0; // type:function size:0x58
|
||||
isSameName__22sFStateID_c<8dAcEPh_c>CFPCc = .text:0x00002840; // type:function size:0x88
|
||||
fn_192_28D0 = .text:0x000028D0; // type:function size:0x8
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
_dtors = .dtors:0x00000000; // type:label scope:global
|
||||
@@ -61,7 +61,7 @@ lbl_192_rodata_30 = .rodata:0x00000030; // type:object size:0x8 data:float
|
||||
lbl_192_rodata_38 = .rodata:0x00000038; // type:object size:0x38 data:float
|
||||
lbl_192_rodata_70 = .rodata:0x00000070; // type:object size:0x34
|
||||
lbl_192_data_0 = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
lbl_192_data_10 = .data:0x00000010; // type:object size:0x3C
|
||||
g_profile_E_PH = .data:0x00000010; // type:object size:0x3C
|
||||
lbl_192_data_4C = .data:0x0000004C; // type:object size:0x14
|
||||
lbl_192_data_60 = .data:0x00000060; // type:object size:0x28
|
||||
lbl_192_data_88 = .data:0x00000088; // type:object size:0x30
|
||||
|
||||
@@ -4,47 +4,47 @@ _unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
fn_191_F0 = .text:0x000000F0; // type:function size:0x40
|
||||
fn_191_130 = .text:0x00000130; // type:function size:0x1A8
|
||||
dAcEPo_c_classInit__Fv = .text:0x00000130; // type:function size:0x1A8
|
||||
fn_191_2E0 = .text:0x000002E0; // type:function size:0x58
|
||||
fn_191_340 = .text:0x00000340; // type:function size:0x58
|
||||
fn_191_3A0 = .text:0x000003A0; // type:function size:0x6C
|
||||
fn_191_410 = .text:0x00000410; // type:function size:0xA0
|
||||
fn_191_4B0 = .text:0x000004B0; // type:function size:0xA4
|
||||
__dt__20sFState_c<8dAcEPo_c>Fv = .text:0x00000340; // type:function size:0x58
|
||||
__dt__23sFStateFct_c<8dAcEPo_c>Fv = .text:0x000003A0; // type:function size:0x6C
|
||||
__dt__76sStateMgr_c<8dAcEPo_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000410; // type:function size:0xA0
|
||||
__dt__46sFStateMgr_c<8dAcEPo_c,20sStateMethodUsr_FI_c>Fv = .text:0x000004B0; // type:function size:0xA4
|
||||
fn_191_560 = .text:0x00000560; // type:function size:0x4
|
||||
fn_191_570 = .text:0x00000570; // type:function size:0x180
|
||||
fn_191_6F0 = .text:0x000006F0; // type:function size:0x310
|
||||
fn_191_A00 = .text:0x00000A00; // type:function size:0x10
|
||||
changeState__76sStateMgr_c<8dAcEPo_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x00000A00; // type:function size:0x10
|
||||
fn_191_A10 = .text:0x00000A10; // type:function size:0x4C
|
||||
fn_191_A60 = .text:0x00000A60; // type:function size:0x8
|
||||
fn_191_A70 = .text:0x00000A70; // type:function size:0x8E4
|
||||
fn_191_1360 = .text:0x00001360; // type:function size:0x10
|
||||
fn_191_1370 = .text:0x00001370; // type:function size:0x10
|
||||
executeState__76sStateMgr_c<8dAcEPo_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00001360; // type:function size:0x10
|
||||
getStateID__76sStateMgr_c<8dAcEPo_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00001370; // type:function size:0x10
|
||||
fn_191_1380 = .text:0x00001380; // type:function size:0x180
|
||||
fn_191_1500 = .text:0x00001500; // type:function size:0x9C
|
||||
fn_191_15A0 = .text:0x000015A0; // type:function size:0x90
|
||||
initializeState_Stop__8dAcEPo_cFv = .text:0x00001500; // type:function size:0x9C
|
||||
executeState_Stop__8dAcEPo_cFv = .text:0x000015A0; // type:function size:0x90
|
||||
fn_191_1630 = .text:0x00001630; // type:function size:0x1C
|
||||
fn_191_1650 = .text:0x00001650; // type:function size:0x4
|
||||
fn_191_1660 = .text:0x00001660; // type:function size:0x18
|
||||
fn_191_1680 = .text:0x00001680; // type:function size:0x108
|
||||
fn_191_1790 = .text:0x00001790; // type:function size:0x4
|
||||
fn_191_17A0 = .text:0x000017A0; // type:function size:0x60
|
||||
fn_191_1800 = .text:0x00001800; // type:function size:0xDC
|
||||
fn_191_18E0 = .text:0x000018E0; // type:function size:0x4
|
||||
fn_191_18F0 = .text:0x000018F0; // type:function size:0x8C
|
||||
fn_191_1980 = .text:0x00001980; // type:function size:0x208
|
||||
fn_191_1B90 = .text:0x00001B90; // type:function size:0x4
|
||||
fn_191_1BA0 = .text:0x00001BA0; // type:function size:0x60
|
||||
fn_191_1C00 = .text:0x00001C00; // type:function size:0xDC
|
||||
fn_191_1CE0 = .text:0x00001CE0; // type:function size:0x4
|
||||
fn_191_1CF0 = .text:0x00001CF0; // type:function size:0xA8
|
||||
fn_191_1DA0 = .text:0x00001DA0; // type:function size:0x74
|
||||
fn_191_1E20 = .text:0x00001E20; // type:function size:0x4
|
||||
fn_191_1E30 = .text:0x00001E30; // type:function size:0x34
|
||||
fn_191_1E70 = .text:0x00001E70; // type:function size:0x418
|
||||
fn_191_2290 = .text:0x00002290; // type:function size:0x4
|
||||
fn_191_22A0 = .text:0x000022A0; // type:function size:0x8C
|
||||
fn_191_2330 = .text:0x00002330; // type:function size:0x154
|
||||
fn_191_2490 = .text:0x00002490; // type:function size:0x4
|
||||
finalizeState_Stop__8dAcEPo_cFv = .text:0x00001650; // type:function size:0x4
|
||||
initializeState_Revival__8dAcEPo_cFv = .text:0x00001660; // type:function size:0x18
|
||||
executeState_Revival__8dAcEPo_cFv = .text:0x00001680; // type:function size:0x108
|
||||
finalizeState_Revival__8dAcEPo_cFv = .text:0x00001790; // type:function size:0x4
|
||||
initializeState_Wait__8dAcEPo_cFv = .text:0x000017A0; // type:function size:0x60
|
||||
executeState_Wait__8dAcEPo_cFv = .text:0x00001800; // type:function size:0xDC
|
||||
finalizeState_Wait__8dAcEPo_cFv = .text:0x000018E0; // type:function size:0x4
|
||||
initializeState_Move__8dAcEPo_cFv = .text:0x000018F0; // type:function size:0x8C
|
||||
executeState_Move__8dAcEPo_cFv = .text:0x00001980; // type:function size:0x208
|
||||
finalizeState_Move__8dAcEPo_cFv = .text:0x00001B90; // type:function size:0x4
|
||||
initializeState_PathMove__8dAcEPo_cFv = .text:0x00001BA0; // type:function size:0x60
|
||||
executeState_PathMove__8dAcEPo_cFv = .text:0x00001C00; // type:function size:0xDC
|
||||
finalizeState_PathMove__8dAcEPo_cFv = .text:0x00001CE0; // type:function size:0x4
|
||||
initializeState_Find__8dAcEPo_cFv = .text:0x00001CF0; // type:function size:0xA8
|
||||
executeState_Find__8dAcEPo_cFv = .text:0x00001DA0; // type:function size:0x74
|
||||
finalizeState_Find__8dAcEPo_cFv = .text:0x00001E20; // type:function size:0x4
|
||||
initializeState_Event__8dAcEPo_cFv = .text:0x00001E30; // type:function size:0x34
|
||||
executeState_Event__8dAcEPo_cFv = .text:0x00001E70; // type:function size:0x418
|
||||
finalizeState_Event__8dAcEPo_cFv = .text:0x00002290; // type:function size:0x4
|
||||
initializeState_SearchMove__8dAcEPo_cFv = .text:0x000022A0; // type:function size:0x8C
|
||||
executeState_SearchMove__8dAcEPo_cFv = .text:0x00002330; // type:function size:0x154
|
||||
finalizeState_SearchMove__8dAcEPo_cFv = .text:0x00002490; // type:function size:0x4
|
||||
fn_191_24A0 = .text:0x000024A0; // type:function size:0x178
|
||||
fn_191_2620 = .text:0x00002620; // type:function size:0x124
|
||||
fn_191_2750 = .text:0x00002750; // type:function size:0x10
|
||||
@@ -54,24 +54,24 @@ fn_191_2790 = .text:0x00002790; // type:function size:0x8
|
||||
fn_191_27A0 = .text:0x000027A0; // type:function size:0x4
|
||||
fn_191_27B0 = .text:0x000027B0; // type:function size:0x4
|
||||
fn_191_27C0 = .text:0x000027C0; // type:function size:0x8
|
||||
fn_191_27D0 = .text:0x000027D0; // type:function size:0x178
|
||||
fn_191_2950 = .text:0x00002950; // type:function size:0x60
|
||||
fn_191_29B0 = .text:0x000029B0; // type:function size:0xC
|
||||
fn_191_29C0 = .text:0x000029C0; // type:function size:0x1C
|
||||
fn_191_29E0 = .text:0x000029E0; // type:function size:0x1C
|
||||
fn_191_2A00 = .text:0x00002A00; // type:function size:0x1C
|
||||
fn_191_2A20 = .text:0x00002A20; // type:function size:0x10
|
||||
fn_191_2A30 = .text:0x00002A30; // type:function size:0x10
|
||||
fn_191_2A40 = .text:0x00002A40; // type:function size:0x10
|
||||
fn_191_2A50 = .text:0x00002A50; // type:function size:0x10
|
||||
fn_191_2A60 = .text:0x00002A60; // type:function size:0x10
|
||||
fn_191_2A70 = .text:0x00002A70; // type:function size:0x10
|
||||
fn_191_2A80 = .text:0x00002A80; // type:function size:0x30
|
||||
fn_191_2AB0 = .text:0x00002AB0; // type:function size:0x30
|
||||
fn_191_2AE0 = .text:0x00002AE0; // type:function size:0x30
|
||||
fn_191_2B10 = .text:0x00002B10; // type:function size:0x628
|
||||
fn_191_3140 = .text:0x00003140; // type:function size:0x58
|
||||
fn_191_31A0 = .text:0x000031A0; // type:function size:0x88
|
||||
__dt__8dAcEPo_cFv = .text:0x000027D0; // type:function size:0x178
|
||||
build__23sFStateFct_c<8dAcEPo_c>FRC12sStateIDIf_c = .text:0x00002950; // type:function size:0x60
|
||||
dispose__23sFStateFct_c<8dAcEPo_c>FRP10sStateIf_c = .text:0x000029B0; // type:function size:0xC
|
||||
initialize__20sFState_c<8dAcEPo_c>Fv = .text:0x000029C0; // type:function size:0x1C
|
||||
execute__20sFState_c<8dAcEPo_c>Fv = .text:0x000029E0; // type:function size:0x1C
|
||||
finalize__20sFState_c<8dAcEPo_c>Fv = .text:0x00002A00; // type:function size:0x1C
|
||||
initializeState__76sStateMgr_c<8dAcEPo_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00002A20; // type:function size:0x10
|
||||
finalizeState__76sStateMgr_c<8dAcEPo_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00002A30; // type:function size:0x10
|
||||
refreshState__76sStateMgr_c<8dAcEPo_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00002A40; // type:function size:0x10
|
||||
getState__76sStateMgr_c<8dAcEPo_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00002A50; // type:function size:0x10
|
||||
getNewStateID__76sStateMgr_c<8dAcEPo_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00002A60; // type:function size:0x10
|
||||
getOldStateID__76sStateMgr_c<8dAcEPo_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00002A70; // type:function size:0x10
|
||||
finalizeState__22sFStateID_c<8dAcEPo_c>CFR8dAcEPo_c = .text:0x00002A80; // type:function size:0x30
|
||||
executeState__22sFStateID_c<8dAcEPo_c>CFR8dAcEPo_c = .text:0x00002AB0; // type:function size:0x30
|
||||
initializeState__22sFStateID_c<8dAcEPo_c>CFR8dAcEPo_c = .text:0x00002AE0; // type:function size:0x30
|
||||
__sinit_\d_a_e_po_cpp = .text:0x00002B10; // type:function size:0x628 scope:local
|
||||
__dt__22sFStateID_c<8dAcEPo_c>Fv = .text:0x00003140; // type:function size:0x58
|
||||
isSameName__22sFStateID_c<8dAcEPo_c>CFPCc = .text:0x000031A0; // type:function size:0x88
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
_dtors = .dtors:0x00000000; // type:label scope:global
|
||||
__destroy_global_chain_reference = .dtors:0x00000000; // type:object size:0x4 scope:global
|
||||
@@ -84,7 +84,7 @@ lbl_191_rodata_BC = .rodata:0x000000BC; // type:object size:0x4 data:float
|
||||
lbl_191_rodata_C0 = .rodata:0x000000C0; // type:object size:0x4 data:float
|
||||
lbl_191_rodata_C4 = .rodata:0x000000C4; // type:object size:0x4 data:float
|
||||
lbl_191_data_0 = .data:0x00000000; // type:object size:0x8 data:4byte
|
||||
lbl_191_data_8 = .data:0x00000008; // type:object size:0x20
|
||||
g_profile_E_PO = .data:0x00000008; // type:object size:0x20
|
||||
lbl_191_data_28 = .data:0x00000028; // type:object size:0x60
|
||||
lbl_191_data_88 = .data:0x00000088; // type:object size:0xC
|
||||
lbl_191_data_94 = .data:0x00000094; // type:object size:0x6C
|
||||
|
||||
@@ -3,97 +3,97 @@ _epilog = .text:0x00000030; // type:function size:0x2C scope:global
|
||||
_unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
fn_177_F0 = .text:0x000000F0; // type:function size:0x174
|
||||
fn_177_270 = .text:0x00000270; // type:function size:0x58
|
||||
fn_177_2D0 = .text:0x000002D0; // type:function size:0x6C
|
||||
fn_177_340 = .text:0x00000340; // type:function size:0xA0
|
||||
fn_177_3E0 = .text:0x000003E0; // type:function size:0xA4
|
||||
dAcEremly_c_classInit__Fv = .text:0x000000F0; // type:function size:0x174
|
||||
__dt__24sFState_c<11dAcEremly_c>Fv = .text:0x00000270; // type:function size:0x58
|
||||
__dt__27sFStateFct_c<11dAcEremly_c>Fv = .text:0x000002D0; // type:function size:0x6C
|
||||
__dt__80sStateMgr_c<11dAcEremly_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000340; // type:function size:0xA0
|
||||
__dt__50sFStateMgr_c<11dAcEremly_c,20sStateMethodUsr_FI_c>Fv = .text:0x000003E0; // type:function size:0xA4
|
||||
fn_177_490 = .text:0x00000490; // type:function size:0x58
|
||||
fn_177_4F0 = .text:0x000004F0; // type:function size:0x58
|
||||
fn_177_550 = .text:0x00000550; // type:function size:0x5C
|
||||
fn_177_5B0 = .text:0x000005B0; // type:function size:0xD8
|
||||
fn_177_690 = .text:0x00000690; // type:function size:0x104
|
||||
fn_177_7A0 = .text:0x000007A0; // type:function size:0x498
|
||||
fn_177_C40 = .text:0x00000C40; // type:function size:0x10
|
||||
changeState__80sStateMgr_c<11dAcEremly_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x00000C40; // type:function size:0x10
|
||||
fn_177_C50 = .text:0x00000C50; // type:function size:0x10C
|
||||
fn_177_D60 = .text:0x00000D60; // type:function size:0x8
|
||||
fn_177_D70 = .text:0x00000D70; // type:function size:0x108C
|
||||
fn_177_1E00 = .text:0x00001E00; // type:function size:0x10
|
||||
fn_177_1E10 = .text:0x00001E10; // type:function size:0x10
|
||||
executeState__80sStateMgr_c<11dAcEremly_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00001E00; // type:function size:0x10
|
||||
getStateID__80sStateMgr_c<11dAcEremly_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00001E10; // type:function size:0x10
|
||||
fn_177_1E20 = .text:0x00001E20; // type:function size:0x1C
|
||||
fn_177_1E40 = .text:0x00001E40; // type:function size:0x24C
|
||||
fn_177_2090 = .text:0x00002090; // type:function size:0x104
|
||||
fn_177_21A0 = .text:0x000021A0; // type:function size:0x478
|
||||
fn_177_2620 = .text:0x00002620; // type:function size:0x4
|
||||
fn_177_2630 = .text:0x00002630; // type:function size:0xD8
|
||||
fn_177_2710 = .text:0x00002710; // type:function size:0x488
|
||||
fn_177_2BA0 = .text:0x00002BA0; // type:function size:0x4
|
||||
fn_177_2BB0 = .text:0x00002BB0; // type:function size:0x7C
|
||||
fn_177_2C30 = .text:0x00002C30; // type:function size:0x12C
|
||||
fn_177_2D60 = .text:0x00002D60; // type:function size:0x4
|
||||
fn_177_2D70 = .text:0x00002D70; // type:function size:0xA8
|
||||
fn_177_2E20 = .text:0x00002E20; // type:function size:0x18C
|
||||
fn_177_2FB0 = .text:0x00002FB0; // type:function size:0x4
|
||||
fn_177_2FC0 = .text:0x00002FC0; // type:function size:0x8C
|
||||
fn_177_3050 = .text:0x00003050; // type:function size:0x150
|
||||
fn_177_31A0 = .text:0x000031A0; // type:function size:0x4
|
||||
fn_177_31B0 = .text:0x000031B0; // type:function size:0xF4
|
||||
fn_177_32B0 = .text:0x000032B0; // type:function size:0x170
|
||||
fn_177_3420 = .text:0x00003420; // type:function size:0x4
|
||||
fn_177_3430 = .text:0x00003430; // type:function size:0x1F4
|
||||
fn_177_3630 = .text:0x00003630; // type:function size:0x224
|
||||
fn_177_3860 = .text:0x00003860; // type:function size:0x4
|
||||
fn_177_3870 = .text:0x00003870; // type:function size:0x7C
|
||||
fn_177_38F0 = .text:0x000038F0; // type:function size:0x1C0
|
||||
fn_177_3AB0 = .text:0x00003AB0; // type:function size:0x4
|
||||
fn_177_3AC0 = .text:0x00003AC0; // type:function size:0x138
|
||||
fn_177_3C00 = .text:0x00003C00; // type:function size:0x734
|
||||
fn_177_4340 = .text:0x00004340; // type:function size:0x4
|
||||
fn_177_4350 = .text:0x00004350; // type:function size:0x118
|
||||
fn_177_4470 = .text:0x00004470; // type:function size:0x1C8
|
||||
fn_177_4640 = .text:0x00004640; // type:function size:0x4
|
||||
fn_177_4650 = .text:0x00004650; // type:function size:0x90
|
||||
fn_177_46E0 = .text:0x000046E0; // type:function size:0xF0
|
||||
fn_177_47D0 = .text:0x000047D0; // type:function size:0x4
|
||||
fn_177_47E0 = .text:0x000047E0; // type:function size:0x7C
|
||||
fn_177_4860 = .text:0x00004860; // type:function size:0x154
|
||||
fn_177_49C0 = .text:0x000049C0; // type:function size:0x4
|
||||
fn_177_49D0 = .text:0x000049D0; // type:function size:0x118
|
||||
fn_177_4AF0 = .text:0x00004AF0; // type:function size:0x244
|
||||
fn_177_4D40 = .text:0x00004D40; // type:function size:0x4
|
||||
fn_177_4D50 = .text:0x00004D50; // type:function size:0xD8
|
||||
fn_177_4E30 = .text:0x00004E30; // type:function size:0x37C
|
||||
fn_177_51B0 = .text:0x000051B0; // type:function size:0x4
|
||||
fn_177_51C0 = .text:0x000051C0; // type:function size:0xEC
|
||||
fn_177_52B0 = .text:0x000052B0; // type:function size:0x220
|
||||
fn_177_54D0 = .text:0x000054D0; // type:function size:0x4
|
||||
fn_177_54E0 = .text:0x000054E0; // type:function size:0x7C
|
||||
AcERemly__handleRemlitEventsMaybe = .text:0x00005560; // type:function size:0x4
|
||||
fn_177_5570 = .text:0x00005570; // type:function size:0x4
|
||||
fn_177_5580 = .text:0x00005580; // type:function size:0xA0
|
||||
fn_177_5620 = .text:0x00005620; // type:function size:0x2F8
|
||||
fn_177_5920 = .text:0x00005920; // type:function size:0x4
|
||||
fn_177_5930 = .text:0x00005930; // type:function size:0xD8
|
||||
fn_177_5A10 = .text:0x00005A10; // type:function size:0x1C0
|
||||
fn_177_5BD0 = .text:0x00005BD0; // type:function size:0x4
|
||||
fn_177_5BE0 = .text:0x00005BE0; // type:function size:0x90
|
||||
fn_177_5C70 = .text:0x00005C70; // type:function size:0x108
|
||||
fn_177_5D80 = .text:0x00005D80; // type:function size:0x4
|
||||
fn_177_5D90 = .text:0x00005D90; // type:function size:0xF8
|
||||
fn_177_5E90 = .text:0x00005E90; // type:function size:0x1F0
|
||||
fn_177_6080 = .text:0x00006080; // type:function size:0x4
|
||||
fn_177_6090 = .text:0x00006090; // type:function size:0xB0
|
||||
fn_177_6140 = .text:0x00006140; // type:function size:0x294
|
||||
fn_177_63E0 = .text:0x000063E0; // type:function size:0x4
|
||||
fn_177_63F0 = .text:0x000063F0; // type:function size:0x7C
|
||||
fn_177_6470 = .text:0x00006470; // type:function size:0x178
|
||||
fn_177_65F0 = .text:0x000065F0; // type:function size:0x4
|
||||
fn_177_6600 = .text:0x00006600; // type:function size:0xA4
|
||||
fn_177_66B0 = .text:0x000066B0; // type:function size:0x1AC
|
||||
fn_177_6860 = .text:0x00006860; // type:function size:0x4
|
||||
fn_177_6870 = .text:0x00006870; // type:function size:0x7C
|
||||
fn_177_68F0 = .text:0x000068F0; // type:function size:0x13C
|
||||
fn_177_6A30 = .text:0x00006A30; // type:function size:0x4
|
||||
initializeState_Wait__11dAcEremly_cFv = .text:0x00002090; // type:function size:0x104
|
||||
executeState_Wait__11dAcEremly_cFv = .text:0x000021A0; // type:function size:0x478
|
||||
finalizeState_Wait__11dAcEremly_cFv = .text:0x00002620; // type:function size:0x4
|
||||
initializeState_Walk__11dAcEremly_cFv = .text:0x00002630; // type:function size:0xD8
|
||||
executeState_Walk__11dAcEremly_cFv = .text:0x00002710; // type:function size:0x488
|
||||
finalizeState_Walk__11dAcEremly_cFv = .text:0x00002BA0; // type:function size:0x4
|
||||
initializeState_Run__11dAcEremly_cFv = .text:0x00002BB0; // type:function size:0x7C
|
||||
executeState_Run__11dAcEremly_cFv = .text:0x00002C30; // type:function size:0x12C
|
||||
finalizeState_Run__11dAcEremly_cFv = .text:0x00002D60; // type:function size:0x4
|
||||
initializeState_Escape__11dAcEremly_cFv = .text:0x00002D70; // type:function size:0xA8
|
||||
executeState_Escape__11dAcEremly_cFv = .text:0x00002E20; // type:function size:0x18C
|
||||
finalizeState_Escape__11dAcEremly_cFv = .text:0x00002FB0; // type:function size:0x4
|
||||
initializeState_EscapeDash__11dAcEremly_cFv = .text:0x00002FC0; // type:function size:0x8C
|
||||
executeState_EscapeDash__11dAcEremly_cFv = .text:0x00003050; // type:function size:0x150
|
||||
finalizeState_EscapeDash__11dAcEremly_cFv = .text:0x000031A0; // type:function size:0x4
|
||||
initializeState_Wind__11dAcEremly_cFv = .text:0x000031B0; // type:function size:0xF4
|
||||
executeState_Wind__11dAcEremly_cFv = .text:0x000032B0; // type:function size:0x170
|
||||
finalizeState_Wind__11dAcEremly_cFv = .text:0x00003420; // type:function size:0x4
|
||||
initializeState_Hold__11dAcEremly_cFv = .text:0x00003430; // type:function size:0x1F4
|
||||
executeState_Hold__11dAcEremly_cFv = .text:0x00003630; // type:function size:0x224
|
||||
finalizeState_Hold__11dAcEremly_cFv = .text:0x00003860; // type:function size:0x4
|
||||
initializeState_Jump__11dAcEremly_cFv = .text:0x00003870; // type:function size:0x7C
|
||||
executeState_Jump__11dAcEremly_cFv = .text:0x000038F0; // type:function size:0x1C0
|
||||
finalizeState_Jump__11dAcEremly_cFv = .text:0x00003AB0; // type:function size:0x4
|
||||
initializeState_Fly__11dAcEremly_cFv = .text:0x00003AC0; // type:function size:0x138
|
||||
executeState_Fly__11dAcEremly_cFv = .text:0x00003C00; // type:function size:0x734
|
||||
finalizeState_Fly__11dAcEremly_cFv = .text:0x00004340; // type:function size:0x4
|
||||
initializeState_Damage__11dAcEremly_cFv = .text:0x00004350; // type:function size:0x118
|
||||
executeState_Damage__11dAcEremly_cFv = .text:0x00004470; // type:function size:0x1C8
|
||||
finalizeState_Damage__11dAcEremly_cFv = .text:0x00004640; // type:function size:0x4
|
||||
initializeState_Sleep__11dAcEremly_cFv = .text:0x00004650; // type:function size:0x90
|
||||
executeState_Sleep__11dAcEremly_cFv = .text:0x000046E0; // type:function size:0xF0
|
||||
finalizeState_Sleep__11dAcEremly_cFv = .text:0x000047D0; // type:function size:0x4
|
||||
initializeState_Scared__11dAcEremly_cFv = .text:0x000047E0; // type:function size:0x7C
|
||||
executeState_Scared__11dAcEremly_cFv = .text:0x00004860; // type:function size:0x154
|
||||
finalizeState_Scared__11dAcEremly_cFv = .text:0x000049C0; // type:function size:0x4
|
||||
initializeState_Stun__11dAcEremly_cFv = .text:0x000049D0; // type:function size:0x118
|
||||
executeState_Stun__11dAcEremly_cFv = .text:0x00004AF0; // type:function size:0x244
|
||||
finalizeState_Stun__11dAcEremly_cFv = .text:0x00004D40; // type:function size:0x4
|
||||
initializeState_Water__11dAcEremly_cFv = .text:0x00004D50; // type:function size:0xD8
|
||||
executeState_Water__11dAcEremly_cFv = .text:0x00004E30; // type:function size:0x37C
|
||||
finalizeState_Water__11dAcEremly_cFv = .text:0x000051B0; // type:function size:0x4
|
||||
initializeState_Hear__11dAcEremly_cFv = .text:0x000051C0; // type:function size:0xEC
|
||||
executeState_Hear__11dAcEremly_cFv = .text:0x000052B0; // type:function size:0x220
|
||||
finalizeState_Hear__11dAcEremly_cFv = .text:0x000054D0; // type:function size:0x4
|
||||
initializeState_NightSleepDemo__11dAcEremly_cFv = .text:0x000054E0; // type:function size:0x7C
|
||||
executeState_NightSleepDemo__11dAcEremly_cFv = .text:0x00005560; // type:function size:0x4
|
||||
finalizeState_NightSleepDemo__11dAcEremly_cFv = .text:0x00005570; // type:function size:0x4
|
||||
initializeState_NightFoo__11dAcEremly_cFv = .text:0x00005580; // type:function size:0xA0
|
||||
executeState_NightFoo__11dAcEremly_cFv = .text:0x00005620; // type:function size:0x2F8
|
||||
finalizeState_NightFoo__11dAcEremly_cFv = .text:0x00005920; // type:function size:0x4
|
||||
initializeState_NightReflectionFoo__11dAcEremly_cFv = .text:0x00005930; // type:function size:0xD8
|
||||
executeState_NightReflectionFoo__11dAcEremly_cFv = .text:0x00005A10; // type:function size:0x1C0
|
||||
finalizeState_NightReflectionFoo__11dAcEremly_cFv = .text:0x00005BD0; // type:function size:0x4
|
||||
initializeState_NightWait__11dAcEremly_cFv = .text:0x00005BE0; // type:function size:0x90
|
||||
executeState_NightWait__11dAcEremly_cFv = .text:0x00005C70; // type:function size:0x108
|
||||
finalizeState_NightWait__11dAcEremly_cFv = .text:0x00005D80; // type:function size:0x4
|
||||
initializeState_NightWalk__11dAcEremly_cFv = .text:0x00005D90; // type:function size:0xF8
|
||||
executeState_NightWalk__11dAcEremly_cFv = .text:0x00005E90; // type:function size:0x1F0
|
||||
finalizeState_NightWalk__11dAcEremly_cFv = .text:0x00006080; // type:function size:0x4
|
||||
initializeState_NightRun__11dAcEremly_cFv = .text:0x00006090; // type:function size:0xB0
|
||||
executeState_NightRun__11dAcEremly_cFv = .text:0x00006140; // type:function size:0x294
|
||||
finalizeState_NightRun__11dAcEremly_cFv = .text:0x000063E0; // type:function size:0x4
|
||||
initializeState_NightRet__11dAcEremly_cFv = .text:0x000063F0; // type:function size:0x7C
|
||||
executeState_NightRet__11dAcEremly_cFv = .text:0x00006470; // type:function size:0x178
|
||||
finalizeState_NightRet__11dAcEremly_cFv = .text:0x000065F0; // type:function size:0x4
|
||||
initializeState_NightJumpAttack__11dAcEremly_cFv = .text:0x00006600; // type:function size:0xA4
|
||||
executeState_NightJumpAttack__11dAcEremly_cFv = .text:0x000066B0; // type:function size:0x1AC
|
||||
finalizeState_NightJumpAttack__11dAcEremly_cFv = .text:0x00006860; // type:function size:0x4
|
||||
initializeState_BirthWait__11dAcEremly_cFv = .text:0x00006870; // type:function size:0x7C
|
||||
executeState_BirthWait__11dAcEremly_cFv = .text:0x000068F0; // type:function size:0x13C
|
||||
finalizeState_BirthWait__11dAcEremly_cFv = .text:0x00006A30; // type:function size:0x4
|
||||
fn_177_6A40 = .text:0x00006A40; // type:function size:0xCC
|
||||
fn_177_6B10 = .text:0x00006B10; // type:function size:0x38C
|
||||
fn_177_6EA0 = .text:0x00006EA0; // type:function size:0x120
|
||||
@@ -121,24 +121,24 @@ fn_177_9460 = .text:0x00009460; // type:function size:0x8
|
||||
fn_177_9470 = .text:0x00009470; // type:function size:0x4
|
||||
fn_177_9480 = .text:0x00009480; // type:function size:0x4
|
||||
fn_177_9490 = .text:0x00009490; // type:function size:0x8
|
||||
fn_177_94A0 = .text:0x000094A0; // type:function size:0x168
|
||||
fn_177_9610 = .text:0x00009610; // type:function size:0x60
|
||||
fn_177_9670 = .text:0x00009670; // type:function size:0xC
|
||||
fn_177_9680 = .text:0x00009680; // type:function size:0x1C
|
||||
fn_177_96A0 = .text:0x000096A0; // type:function size:0x1C
|
||||
fn_177_96C0 = .text:0x000096C0; // type:function size:0x1C
|
||||
fn_177_96E0 = .text:0x000096E0; // type:function size:0x10
|
||||
fn_177_96F0 = .text:0x000096F0; // type:function size:0x10
|
||||
fn_177_9700 = .text:0x00009700; // type:function size:0x10
|
||||
fn_177_9710 = .text:0x00009710; // type:function size:0x10
|
||||
fn_177_9720 = .text:0x00009720; // type:function size:0x10
|
||||
fn_177_9730 = .text:0x00009730; // type:function size:0x10
|
||||
fn_177_9740 = .text:0x00009740; // type:function size:0x30
|
||||
fn_177_9770 = .text:0x00009770; // type:function size:0x30
|
||||
fn_177_97A0 = .text:0x000097A0; // type:function size:0x30
|
||||
fn_177_97D0 = .text:0x000097D0; // type:function size:0x11E8
|
||||
fn_177_A9C0 = .text:0x0000A9C0; // type:function size:0x58
|
||||
fn_177_AA20 = .text:0x0000AA20; // type:function size:0x88
|
||||
__dt__11dAcEremly_cFv = .text:0x000094A0; // type:function size:0x168
|
||||
build__27sFStateFct_c<11dAcEremly_c>FRC12sStateIDIf_c = .text:0x00009610; // type:function size:0x60
|
||||
dispose__27sFStateFct_c<11dAcEremly_c>FRP10sStateIf_c = .text:0x00009670; // type:function size:0xC
|
||||
initialize__24sFState_c<11dAcEremly_c>Fv = .text:0x00009680; // type:function size:0x1C
|
||||
execute__24sFState_c<11dAcEremly_c>Fv = .text:0x000096A0; // type:function size:0x1C
|
||||
finalize__24sFState_c<11dAcEremly_c>Fv = .text:0x000096C0; // type:function size:0x1C
|
||||
initializeState__80sStateMgr_c<11dAcEremly_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000096E0; // type:function size:0x10
|
||||
finalizeState__80sStateMgr_c<11dAcEremly_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000096F0; // type:function size:0x10
|
||||
refreshState__80sStateMgr_c<11dAcEremly_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00009700; // type:function size:0x10
|
||||
getState__80sStateMgr_c<11dAcEremly_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00009710; // type:function size:0x10
|
||||
getNewStateID__80sStateMgr_c<11dAcEremly_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00009720; // type:function size:0x10
|
||||
getOldStateID__80sStateMgr_c<11dAcEremly_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00009730; // type:function size:0x10
|
||||
finalizeState__26sFStateID_c<11dAcEremly_c>CFR11dAcEremly_c = .text:0x00009740; // type:function size:0x30
|
||||
executeState__26sFStateID_c<11dAcEremly_c>CFR11dAcEremly_c = .text:0x00009770; // type:function size:0x30
|
||||
initializeState__26sFStateID_c<11dAcEremly_c>CFR11dAcEremly_c = .text:0x000097A0; // type:function size:0x30
|
||||
__sinit_\d_a_e_remly_cpp = .text:0x000097D0; // type:function size:0x11E8 scope:local
|
||||
__dt__26sFStateID_c<11dAcEremly_c>Fv = .text:0x0000A9C0; // type:function size:0x58
|
||||
isSameName__26sFStateID_c<11dAcEremly_c>CFPCc = .text:0x0000AA20; // type:function size:0x88
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
_dtors = .dtors:0x00000000; // type:label scope:global
|
||||
__destroy_global_chain_reference = .dtors:0x00000000; // type:object size:0x4 scope:global
|
||||
@@ -161,7 +161,7 @@ lbl_177_rodata_16C = .rodata:0x0000016C; // type:object size:0x4 data:float
|
||||
lbl_177_rodata_170 = .rodata:0x00000170; // type:object size:0x20 data:float
|
||||
lbl_177_rodata_190 = .rodata:0x00000190; // type:object size:0x30 data:float
|
||||
lbl_177_data_0 = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
lbl_177_data_10 = .data:0x00000010; // type:object size:0x3C
|
||||
g_profile_E_REMLY = .data:0x00000010; // type:object size:0x3C
|
||||
lbl_177_data_4C = .data:0x0000004C; // type:object size:0x10
|
||||
lbl_177_data_5C = .data:0x0000005C; // type:object size:0x34
|
||||
lbl_177_data_90 = .data:0x00000090; // type:object size:0xC
|
||||
|
||||
@@ -3,40 +3,40 @@ _epilog = .text:0x00000030; // type:function size:0x2C scope:global
|
||||
_unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
AcERupeeGue__ctor = .text:0x000000F0; // type:function size:0x128
|
||||
fn_214_220 = .text:0x00000220; // type:function size:0x58
|
||||
fn_214_280 = .text:0x00000280; // type:function size:0x6C
|
||||
fn_214_2F0 = .text:0x000002F0; // type:function size:0xA0
|
||||
fn_214_390 = .text:0x00000390; // type:function size:0xA4
|
||||
dAcErupeeGue_c_classInit__Fv = .text:0x000000F0; // type:function size:0x128
|
||||
__dt__27sFState_c<14dAcErupeeGue_c>Fv = .text:0x00000220; // type:function size:0x58
|
||||
__dt__30sFStateFct_c<14dAcErupeeGue_c>Fv = .text:0x00000280; // type:function size:0x6C
|
||||
__dt__83sStateMgr_c<14dAcErupeeGue_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000002F0; // type:function size:0xA0
|
||||
__dt__53sFStateMgr_c<14dAcErupeeGue_c,20sStateMethodUsr_FI_c>Fv = .text:0x00000390; // type:function size:0xA4
|
||||
fn_214_440 = .text:0x00000440; // type:function size:0x58
|
||||
fn_214_4A0 = .text:0x000004A0; // type:function size:0x180
|
||||
fn_214_620 = .text:0x00000620; // type:function size:0x120
|
||||
AcERupeeGue__init = .text:0x00000740; // type:function size:0x3E4
|
||||
fn_214_B30 = .text:0x00000B30; // type:function size:0x10
|
||||
changeState__83sStateMgr_c<14dAcErupeeGue_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x00000B30; // type:function size:0x10
|
||||
fn_214_B40 = .text:0x00000B40; // type:function size:0x8
|
||||
AcERupeeGue__update = .text:0x00000B50; // type:function size:0x56C
|
||||
fn_214_10C0 = .text:0x000010C0; // type:function size:0x10
|
||||
fn_214_10D0 = .text:0x000010D0; // type:function size:0x10
|
||||
executeState__83sStateMgr_c<14dAcErupeeGue_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000010C0; // type:function size:0x10
|
||||
getStateID__83sStateMgr_c<14dAcErupeeGue_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000010D0; // type:function size:0x10
|
||||
fn_214_10E0 = .text:0x000010E0; // type:function size:0x7C
|
||||
fn_214_1160 = .text:0x00001160; // type:function size:0x238
|
||||
fn_214_13A0 = .text:0x000013A0; // type:function size:0x48C
|
||||
fn_214_1830 = .text:0x00001830; // type:function size:0xC
|
||||
fn_214_1840 = .text:0x00001840; // type:function size:0x168
|
||||
fn_214_19B0 = .text:0x000019B0; // type:function size:0x10
|
||||
fn_214_19C0 = .text:0x000019C0; // type:function size:0xA20
|
||||
fn_214_23E0 = .text:0x000023E0; // type:function size:0x4
|
||||
fn_214_23F0 = .text:0x000023F0; // type:function size:0x80
|
||||
fn_214_2470 = .text:0x00002470; // type:function size:0x18C
|
||||
fn_214_2600 = .text:0x00002600; // type:function size:0x4
|
||||
fn_214_2610 = .text:0x00002610; // type:function size:0x7C
|
||||
fn_214_2690 = .text:0x00002690; // type:function size:0xF0
|
||||
fn_214_2780 = .text:0x00002780; // type:function size:0x4
|
||||
fn_214_2790 = .text:0x00002790; // type:function size:0x58
|
||||
fn_214_27F0 = .text:0x000027F0; // type:function size:0x24
|
||||
fn_214_2820 = .text:0x00002820; // type:function size:0x4
|
||||
fn_214_2830 = .text:0x00002830; // type:function size:0x114
|
||||
fn_214_2950 = .text:0x00002950; // type:function size:0xB8
|
||||
fn_214_2A10 = .text:0x00002A10; // type:function size:0x4
|
||||
initializeState_Wait__14dAcErupeeGue_cFv = .text:0x00001160; // type:function size:0x238
|
||||
executeState_Wait__14dAcErupeeGue_cFv = .text:0x000013A0; // type:function size:0x48C
|
||||
finalizeState_Wait__14dAcErupeeGue_cFv = .text:0x00001830; // type:function size:0xC
|
||||
initializeState_RunAway__14dAcErupeeGue_cFv = .text:0x00001840; // type:function size:0x168
|
||||
getOldStateID__83sStateMgr_c<14dAcErupeeGue_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000019B0; // type:function size:0x10
|
||||
executeState_RunAway__14dAcErupeeGue_cFv = .text:0x000019C0; // type:function size:0xA20
|
||||
finalizeState_RunAway__14dAcErupeeGue_cFv = .text:0x000023E0; // type:function size:0x4
|
||||
initializeState_Hit__14dAcErupeeGue_cFv = .text:0x000023F0; // type:function size:0x80
|
||||
executeState_Hit__14dAcErupeeGue_cFv = .text:0x00002470; // type:function size:0x18C
|
||||
finalizeState_Hit__14dAcErupeeGue_cFv = .text:0x00002600; // type:function size:0x4
|
||||
initializeState_GHit__14dAcErupeeGue_cFv = .text:0x00002610; // type:function size:0x7C
|
||||
executeState_GHit__14dAcErupeeGue_cFv = .text:0x00002690; // type:function size:0xF0
|
||||
finalizeState_GHit__14dAcErupeeGue_cFv = .text:0x00002780; // type:function size:0x4
|
||||
initializeState_Hide__14dAcErupeeGue_cFv = .text:0x00002790; // type:function size:0x58
|
||||
executeState_Hide__14dAcErupeeGue_cFv = .text:0x000027F0; // type:function size:0x24
|
||||
finalizeState_Hide__14dAcErupeeGue_cFv = .text:0x00002820; // type:function size:0x4
|
||||
initializeState_Death__14dAcErupeeGue_cFv = .text:0x00002830; // type:function size:0x114
|
||||
executeState_Death__14dAcErupeeGue_cFv = .text:0x00002950; // type:function size:0xB8
|
||||
finalizeState_Death__14dAcErupeeGue_cFv = .text:0x00002A10; // type:function size:0x4
|
||||
fn_214_2A20 = .text:0x00002A20; // type:function size:0x2C
|
||||
fn_214_2A50 = .text:0x00002A50; // type:function size:0x36C
|
||||
fn_214_2DC0 = .text:0x00002DC0; // type:function size:0x17C
|
||||
@@ -49,23 +49,23 @@ fn_214_3410 = .text:0x00003410; // type:function size:0x8
|
||||
fn_214_3420 = .text:0x00003420; // type:function size:0x4
|
||||
fn_214_3430 = .text:0x00003430; // type:function size:0x4
|
||||
fn_214_3440 = .text:0x00003440; // type:function size:0x8
|
||||
fn_214_3450 = .text:0x00003450; // type:function size:0x128
|
||||
fn_214_3580 = .text:0x00003580; // type:function size:0x60
|
||||
fn_214_35E0 = .text:0x000035E0; // type:function size:0xC
|
||||
fn_214_35F0 = .text:0x000035F0; // type:function size:0x1C
|
||||
fn_214_3610 = .text:0x00003610; // type:function size:0x1C
|
||||
fn_214_3630 = .text:0x00003630; // type:function size:0x1C
|
||||
fn_214_3650 = .text:0x00003650; // type:function size:0x10
|
||||
fn_214_3660 = .text:0x00003660; // type:function size:0x10
|
||||
fn_214_3670 = .text:0x00003670; // type:function size:0x10
|
||||
fn_214_3680 = .text:0x00003680; // type:function size:0x10
|
||||
fn_214_3690 = .text:0x00003690; // type:function size:0x10
|
||||
fn_214_36A0 = .text:0x000036A0; // type:function size:0x30
|
||||
fn_214_36D0 = .text:0x000036D0; // type:function size:0x30
|
||||
fn_214_3700 = .text:0x00003700; // type:function size:0x30
|
||||
fn_214_3730 = .text:0x00003730; // type:function size:0x4D4
|
||||
fn_214_3C10 = .text:0x00003C10; // type:function size:0x58
|
||||
fn_214_3C70 = .text:0x00003C70; // type:function size:0x88
|
||||
__dt__14dAcErupeeGue_cFv = .text:0x00003450; // type:function size:0x128
|
||||
build__30sFStateFct_c<14dAcErupeeGue_c>FRC12sStateIDIf_c = .text:0x00003580; // type:function size:0x60
|
||||
dispose__30sFStateFct_c<14dAcErupeeGue_c>FRP10sStateIf_c = .text:0x000035E0; // type:function size:0xC
|
||||
initialize__27sFState_c<14dAcErupeeGue_c>Fv = .text:0x000035F0; // type:function size:0x1C
|
||||
execute__27sFState_c<14dAcErupeeGue_c>Fv = .text:0x00003610; // type:function size:0x1C
|
||||
finalize__27sFState_c<14dAcErupeeGue_c>Fv = .text:0x00003630; // type:function size:0x1C
|
||||
initializeState__83sStateMgr_c<14dAcErupeeGue_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00003650; // type:function size:0x10
|
||||
finalizeState__83sStateMgr_c<14dAcErupeeGue_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00003660; // type:function size:0x10
|
||||
refreshState__83sStateMgr_c<14dAcErupeeGue_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00003670; // type:function size:0x10
|
||||
getState__83sStateMgr_c<14dAcErupeeGue_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00003680; // type:function size:0x10
|
||||
getNewStateID__83sStateMgr_c<14dAcErupeeGue_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00003690; // type:function size:0x10
|
||||
finalizeState__29sFStateID_c<14dAcErupeeGue_c>CFR14dAcErupeeGue_c = .text:0x000036A0; // type:function size:0x30
|
||||
executeState__29sFStateID_c<14dAcErupeeGue_c>CFR14dAcErupeeGue_c = .text:0x000036D0; // type:function size:0x30
|
||||
initializeState__29sFStateID_c<14dAcErupeeGue_c>CFR14dAcErupeeGue_c = .text:0x00003700; // type:function size:0x30
|
||||
__sinit_\d_a_e_rupee_gue_cpp = .text:0x00003730; // type:function size:0x4D4 scope:local
|
||||
__dt__29sFStateID_c<14dAcErupeeGue_c>Fv = .text:0x00003C10; // type:function size:0x58
|
||||
isSameName__29sFStateID_c<14dAcErupeeGue_c>CFPCc = .text:0x00003C70; // type:function size:0x88
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
_dtors = .dtors:0x00000000; // type:label scope:global
|
||||
__destroy_global_chain_reference = .dtors:0x00000000; // type:object size:0x4 scope:global
|
||||
@@ -79,7 +79,7 @@ lbl_214_rodata_D8 = .rodata:0x000000D8; // type:object size:0x38 data:float
|
||||
lbl_214_rodata_110 = .rodata:0x00000110; // type:object size:0x4 data:float
|
||||
lbl_214_rodata_114 = .rodata:0x00000114; // type:object size:0x4 data:float
|
||||
lbl_214_rodata_118 = .rodata:0x00000118; // type:object size:0xC data:float
|
||||
lbl_214_data_0 = .data:0x00000000; // type:object size:0x14 data:float
|
||||
g_profile_E_RUPEE_GUE = .data:0x00000000; // type:object size:0x14
|
||||
lbl_214_data_14 = .data:0x00000014; // type:object size:0x1 data:byte
|
||||
lbl_214_data_18 = .data:0x00000018; // type:object size:0x4 data:string
|
||||
lbl_214_data_1C = .data:0x0000001C; // type:object size:0x8
|
||||
|
||||
@@ -4,17 +4,17 @@ _unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
fn_148_F0 = .text:0x000000F0; // type:function size:0x40
|
||||
fn_148_130 = .text:0x00000130; // type:function size:0x228
|
||||
dAcEsf4_c_classInit__Fv = .text:0x00000130; // type:function size:0x228
|
||||
fn_148_360 = .text:0x00000360; // type:function size:0x4
|
||||
fn_148_370 = .text:0x00000370; // type:function size:0x74
|
||||
fn_148_3F0 = .text:0x000003F0; // type:function size:0x18
|
||||
fn_148_410 = .text:0x00000410; // type:function size:0x58
|
||||
fn_148_470 = .text:0x00000470; // type:function size:0x74
|
||||
fn_148_4F0 = .text:0x000004F0; // type:function size:0x90
|
||||
fn_148_580 = .text:0x00000580; // type:function size:0x58
|
||||
fn_148_5E0 = .text:0x000005E0; // type:function size:0x6C
|
||||
fn_148_650 = .text:0x00000650; // type:function size:0xA0
|
||||
fn_148_6F0 = .text:0x000006F0; // type:function size:0xA4
|
||||
__dt__21sFState_c<9dAcEsf4_c>Fv = .text:0x00000580; // type:function size:0x58
|
||||
__dt__24sFStateFct_c<9dAcEsf4_c>Fv = .text:0x000005E0; // type:function size:0x6C
|
||||
__dt__77sStateMgr_c<9dAcEsf4_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000650; // type:function size:0xA0
|
||||
__dt__47sFStateMgr_c<9dAcEsf4_c,20sStateMethodUsr_FI_c>Fv = .text:0x000006F0; // type:function size:0xA4
|
||||
fn_148_7A0 = .text:0x000007A0; // type:function size:0xEC
|
||||
fn_148_890 = .text:0x00000890; // type:function size:0x84
|
||||
fn_148_920 = .text:0x00000920; // type:function size:0x58
|
||||
@@ -22,48 +22,48 @@ fn_148_980 = .text:0x00000980; // type:function size:0x90
|
||||
fn_148_A10 = .text:0x00000A10; // type:function size:0xCC
|
||||
fn_148_AE0 = .text:0x00000AE0; // type:function size:0x1F8
|
||||
fn_148_CE0 = .text:0x00000CE0; // type:function size:0x1F0
|
||||
fn_148_ED0 = .text:0x00000ED0; // type:function size:0x10
|
||||
changeState__77sStateMgr_c<9dAcEsf4_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x00000ED0; // type:function size:0x10
|
||||
fn_148_EE0 = .text:0x00000EE0; // type:function size:0x8
|
||||
fn_148_EF0 = .text:0x00000EF0; // type:function size:0xE90
|
||||
fn_148_1D80 = .text:0x00001D80; // type:function size:0x10
|
||||
fn_148_1D90 = .text:0x00001D90; // type:function size:0x10
|
||||
executeState__77sStateMgr_c<9dAcEsf4_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00001D80; // type:function size:0x10
|
||||
getStateID__77sStateMgr_c<9dAcEsf4_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00001D90; // type:function size:0x10
|
||||
fn_148_1DA0 = .text:0x00001DA0; // type:function size:0x37C
|
||||
fn_148_2120 = .text:0x00002120; // type:function size:0x110
|
||||
fn_148_2230 = .text:0x00002230; // type:function size:0x1C0
|
||||
fn_148_23F0 = .text:0x000023F0; // type:function size:0x24
|
||||
fn_148_2420 = .text:0x00002420; // type:function size:0x64
|
||||
fn_148_2490 = .text:0x00002490; // type:function size:0xAC
|
||||
initializeState_Standby__9dAcEsf4_cFv = .text:0x00002420; // type:function size:0x64
|
||||
executeState_Standby__9dAcEsf4_cFv = .text:0x00002490; // type:function size:0xAC
|
||||
fn_148_253C = .text:0x0000253C; // type:function size:0x4
|
||||
fn_148_2540 = .text:0x00002540; // type:function size:0x4
|
||||
fn_148_2550 = .text:0x00002550; // type:function size:0x80
|
||||
fn_148_25D0 = .text:0x000025D0; // type:function size:0x358
|
||||
fn_148_2930 = .text:0x00002930; // type:function size:0x4
|
||||
fn_148_2940 = .text:0x00002940; // type:function size:0x228
|
||||
fn_148_2B70 = .text:0x00002B70; // type:function size:0x5E0
|
||||
finalizeState_Standby__9dAcEsf4_cFv = .text:0x00002540; // type:function size:0x4
|
||||
initializeState_Fight__9dAcEsf4_cFv = .text:0x00002550; // type:function size:0x80
|
||||
executeState_Fight__9dAcEsf4_cFv = .text:0x000025D0; // type:function size:0x358
|
||||
finalizeState_Fight__9dAcEsf4_cFv = .text:0x00002930; // type:function size:0x4
|
||||
initializeState_Attack__9dAcEsf4_cFv = .text:0x00002940; // type:function size:0x228
|
||||
executeState_Attack__9dAcEsf4_cFv = .text:0x00002B70; // type:function size:0x5E0
|
||||
fn_148_3150 = .text:0x00003150; // type:function size:0x48
|
||||
fn_148_31A0 = .text:0x000031A0; // type:function size:0x4
|
||||
fn_148_31B0 = .text:0x000031B0; // type:function size:0x70
|
||||
fn_148_3220 = .text:0x00003220; // type:function size:0xAC
|
||||
fn_148_32D0 = .text:0x000032D0; // type:function size:0x4
|
||||
fn_148_32E0 = .text:0x000032E0; // type:function size:0x3C
|
||||
fn_148_3320 = .text:0x00003320; // type:function size:0x94
|
||||
fn_148_33C0 = .text:0x000033C0; // type:function size:0x4
|
||||
fn_148_33D0 = .text:0x000033D0; // type:function size:0x78
|
||||
fn_148_3450 = .text:0x00003450; // type:function size:0x9C
|
||||
fn_148_34F0 = .text:0x000034F0; // type:function size:0x4
|
||||
fn_148_3500 = .text:0x00003500; // type:function size:0x98
|
||||
fn_148_35A0 = .text:0x000035A0; // type:function size:0x2A0
|
||||
fn_148_3840 = .text:0x00003840; // type:function size:0x4
|
||||
fn_148_3850 = .text:0x00003850; // type:function size:0x78
|
||||
fn_148_38D0 = .text:0x000038D0; // type:function size:0xD8
|
||||
fn_148_39B0 = .text:0x000039B0; // type:function size:0x4
|
||||
fn_148_39C0 = .text:0x000039C0; // type:function size:0x50
|
||||
fn_148_3A10 = .text:0x00003A10; // type:function size:0x68
|
||||
finalizeState_Attack__9dAcEsf4_cFv = .text:0x000031A0; // type:function size:0x4
|
||||
initializeState_Guard__9dAcEsf4_cFv = .text:0x000031B0; // type:function size:0x70
|
||||
executeState_Guard__9dAcEsf4_cFv = .text:0x00003220; // type:function size:0xAC
|
||||
finalizeState_Guard__9dAcEsf4_cFv = .text:0x000032D0; // type:function size:0x4
|
||||
initializeState_Guard2__9dAcEsf4_cFv = .text:0x000032E0; // type:function size:0x3C
|
||||
executeState_Guard2__9dAcEsf4_cFv = .text:0x00003320; // type:function size:0x94
|
||||
finalizeState_Guard2__9dAcEsf4_cFv = .text:0x000033C0; // type:function size:0x4
|
||||
initializeState_GuardJust__9dAcEsf4_cFv = .text:0x000033D0; // type:function size:0x78
|
||||
executeState_GuardJust__9dAcEsf4_cFv = .text:0x00003450; // type:function size:0x9C
|
||||
finalizeState_GuardJust__9dAcEsf4_cFv = .text:0x000034F0; // type:function size:0x4
|
||||
initializeState_Counter__9dAcEsf4_cFv = .text:0x00003500; // type:function size:0x98
|
||||
executeState_Counter__9dAcEsf4_cFv = .text:0x000035A0; // type:function size:0x2A0
|
||||
finalizeState_Counter__9dAcEsf4_cFv = .text:0x00003840; // type:function size:0x4
|
||||
initializeState_Change4Sword__9dAcEsf4_cFv = .text:0x00003850; // type:function size:0x78
|
||||
executeState_Change4Sword__9dAcEsf4_cFv = .text:0x000038D0; // type:function size:0xD8
|
||||
finalizeState_Change4Sword__9dAcEsf4_cFv = .text:0x000039B0; // type:function size:0x4
|
||||
initializeState_Damage__9dAcEsf4_cFv = .text:0x000039C0; // type:function size:0x50
|
||||
executeState_Damage__9dAcEsf4_cFv = .text:0x00003A10; // type:function size:0x68
|
||||
fn_148_3A78 = .text:0x00003A78; // type:function size:0x4
|
||||
fn_148_3A80 = .text:0x00003A80; // type:function size:0x4
|
||||
fn_148_3A90 = .text:0x00003A90; // type:function size:0x4C
|
||||
fn_148_3AE0 = .text:0x00003AE0; // type:function size:0x100
|
||||
fn_148_3BE0 = .text:0x00003BE0; // type:function size:0x4
|
||||
finalizeState_Damage__9dAcEsf4_cFv = .text:0x00003A80; // type:function size:0x4
|
||||
initializeState_End__9dAcEsf4_cFv = .text:0x00003A90; // type:function size:0x4C
|
||||
executeState_End__9dAcEsf4_cFv = .text:0x00003AE0; // type:function size:0x100
|
||||
finalizeState_End__9dAcEsf4_cFv = .text:0x00003BE0; // type:function size:0x4
|
||||
fn_148_3BF0 = .text:0x00003BF0; // type:function size:0x784
|
||||
fn_148_4380 = .text:0x00004380; // type:function size:0x4C
|
||||
fn_148_43D0 = .text:0x000043D0; // type:function size:0x1C
|
||||
@@ -76,24 +76,24 @@ fn_148_5B10 = .text:0x00005B10; // type:function size:0x8
|
||||
fn_148_5B20 = .text:0x00005B20; // type:function size:0x4
|
||||
fn_148_5B30 = .text:0x00005B30; // type:function size:0x4
|
||||
fn_148_5B40 = .text:0x00005B40; // type:function size:0x8
|
||||
fn_148_5B50 = .text:0x00005B50; // type:function size:0x240
|
||||
fn_148_5D90 = .text:0x00005D90; // type:function size:0x60
|
||||
fn_148_5DF0 = .text:0x00005DF0; // type:function size:0xC
|
||||
fn_148_5E00 = .text:0x00005E00; // type:function size:0x1C
|
||||
fn_148_5E20 = .text:0x00005E20; // type:function size:0x1C
|
||||
fn_148_5E40 = .text:0x00005E40; // type:function size:0x1C
|
||||
fn_148_5E60 = .text:0x00005E60; // type:function size:0x10
|
||||
fn_148_5E70 = .text:0x00005E70; // type:function size:0x10
|
||||
fn_148_5E80 = .text:0x00005E80; // type:function size:0x10
|
||||
fn_148_5E90 = .text:0x00005E90; // type:function size:0x10
|
||||
fn_148_5EA0 = .text:0x00005EA0; // type:function size:0x10
|
||||
fn_148_5EB0 = .text:0x00005EB0; // type:function size:0x10
|
||||
fn_148_5EC0 = .text:0x00005EC0; // type:function size:0x30
|
||||
fn_148_5EF0 = .text:0x00005EF0; // type:function size:0x30
|
||||
fn_148_5F20 = .text:0x00005F20; // type:function size:0x30
|
||||
fn_148_5F50 = .text:0x00005F50; // type:function size:0x7D0
|
||||
fn_148_6720 = .text:0x00006720; // type:function size:0x58
|
||||
fn_148_6780 = .text:0x00006780; // type:function size:0x88
|
||||
__dt__9dAcEsf4_cFv = .text:0x00005B50; // type:function size:0x240
|
||||
build__24sFStateFct_c<9dAcEsf4_c>FRC12sStateIDIf_c = .text:0x00005D90; // type:function size:0x60
|
||||
dispose__24sFStateFct_c<9dAcEsf4_c>FRP10sStateIf_c = .text:0x00005DF0; // type:function size:0xC
|
||||
initialize__21sFState_c<9dAcEsf4_c>Fv = .text:0x00005E00; // type:function size:0x1C
|
||||
execute__21sFState_c<9dAcEsf4_c>Fv = .text:0x00005E20; // type:function size:0x1C
|
||||
finalize__21sFState_c<9dAcEsf4_c>Fv = .text:0x00005E40; // type:function size:0x1C
|
||||
initializeState__77sStateMgr_c<9dAcEsf4_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00005E60; // type:function size:0x10
|
||||
finalizeState__77sStateMgr_c<9dAcEsf4_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00005E70; // type:function size:0x10
|
||||
refreshState__77sStateMgr_c<9dAcEsf4_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00005E80; // type:function size:0x10
|
||||
getState__77sStateMgr_c<9dAcEsf4_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00005E90; // type:function size:0x10
|
||||
getNewStateID__77sStateMgr_c<9dAcEsf4_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00005EA0; // type:function size:0x10
|
||||
getOldStateID__77sStateMgr_c<9dAcEsf4_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00005EB0; // type:function size:0x10
|
||||
finalizeState__23sFStateID_c<9dAcEsf4_c>CFR9dAcEsf4_c = .text:0x00005EC0; // type:function size:0x30
|
||||
executeState__23sFStateID_c<9dAcEsf4_c>CFR9dAcEsf4_c = .text:0x00005EF0; // type:function size:0x30
|
||||
initializeState__23sFStateID_c<9dAcEsf4_c>CFR9dAcEsf4_c = .text:0x00005F20; // type:function size:0x30
|
||||
__sinit_\d_a_e_sf4_cpp = .text:0x00005F50; // type:function size:0x7D0 scope:local
|
||||
__dt__23sFStateID_c<9dAcEsf4_c>Fv = .text:0x00006720; // type:function size:0x58
|
||||
isSameName__23sFStateID_c<9dAcEsf4_c>CFPCc = .text:0x00006780; // type:function size:0x88
|
||||
fn_148_6810 = .text:0x00006810; // type:function size:0x8
|
||||
fn_148_6820 = .text:0x00006820; // type:function size:0x8
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
@@ -107,7 +107,7 @@ lbl_148_rodata_EC = .rodata:0x000000EC; // type:object size:0x44 data:float
|
||||
lbl_148_rodata_130 = .rodata:0x00000130; // type:object size:0xC data:float
|
||||
lbl_148_rodata_13C = .rodata:0x0000013C; // type:object size:0x34 data:float
|
||||
lbl_148_rodata_170 = .rodata:0x00000170; // type:object size:0x8 data:float
|
||||
lbl_148_data_0 = .data:0x00000000; // type:object size:0x40 data:4byte
|
||||
g_profile_E_SF4 = .data:0x00000000; // type:object size:0x40 data:4byte
|
||||
lbl_148_data_40 = .data:0x00000040; // type:object size:0x28 data:4byte
|
||||
lbl_148_data_68 = .data:0x00000068; // type:object size:0xC
|
||||
lbl_148_data_74 = .data:0x00000074; // type:object size:0xC
|
||||
|
||||
@@ -3,14 +3,14 @@ _epilog = .text:0x00000030; // type:function size:0x2C scope:global
|
||||
_unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
fn_147_F0 = .text:0x000000F0; // type:function size:0x18C
|
||||
dAcEsf_c_classInit__Fv = .text:0x000000F0; // type:function size:0x18C
|
||||
fn_147_280 = .text:0x00000280; // type:function size:0x58
|
||||
fn_147_2E0 = .text:0x000002E0; // type:function size:0x58
|
||||
fn_147_340 = .text:0x00000340; // type:function size:0x90
|
||||
fn_147_3D0 = .text:0x000003D0; // type:function size:0x58
|
||||
fn_147_430 = .text:0x00000430; // type:function size:0x6C
|
||||
fn_147_4A0 = .text:0x000004A0; // type:function size:0xA0
|
||||
fn_147_540 = .text:0x00000540; // type:function size:0xA4
|
||||
__dt__20sFState_c<8dAcEsf_c>Fv = .text:0x000003D0; // type:function size:0x58
|
||||
__dt__23sFStateFct_c<8dAcEsf_c>Fv = .text:0x00000430; // type:function size:0x6C
|
||||
__dt__76sStateMgr_c<8dAcEsf_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000004A0; // type:function size:0xA0
|
||||
__dt__46sFStateMgr_c<8dAcEsf_c,20sStateMethodUsr_FI_c>Fv = .text:0x00000540; // type:function size:0xA4
|
||||
fn_147_5F0 = .text:0x000005F0; // type:function size:0x90
|
||||
fn_147_680 = .text:0x00000680; // type:function size:0xEC
|
||||
fn_147_770 = .text:0x00000770; // type:function size:0x84
|
||||
@@ -19,50 +19,50 @@ fn_147_860 = .text:0x00000860; // type:function size:0x90
|
||||
fn_147_8F0 = .text:0x000008F0; // type:function size:0xCC
|
||||
fn_147_9C0 = .text:0x000009C0; // type:function size:0x128
|
||||
fn_147_AF0 = .text:0x00000AF0; // type:function size:0x360
|
||||
fn_147_E50 = .text:0x00000E50; // type:function size:0x10
|
||||
changeState__76sStateMgr_c<8dAcEsf_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x00000E50; // type:function size:0x10
|
||||
fn_147_E60 = .text:0x00000E60; // type:function size:0x8
|
||||
fn_147_E70 = .text:0x00000E70; // type:function size:0xA20
|
||||
fn_147_1890 = .text:0x00001890; // type:function size:0x10
|
||||
executeState__76sStateMgr_c<8dAcEsf_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00001890; // type:function size:0x10
|
||||
fn_147_18A0 = .text:0x000018A0; // type:function size:0x170
|
||||
fn_147_1A10 = .text:0x00001A10; // type:function size:0x16C
|
||||
fn_147_1B80 = .text:0x00001B80; // type:function size:0x528
|
||||
fn_147_20B0 = .text:0x000020B0; // type:function size:0xA0
|
||||
fn_147_2150 = .text:0x00002150; // type:function size:0x6D0
|
||||
fn_147_2820 = .text:0x00002820; // type:function size:0x4
|
||||
fn_147_2830 = .text:0x00002830; // type:function size:0x7C
|
||||
fn_147_28B0 = .text:0x000028B0; // type:function size:0x2F0
|
||||
fn_147_2BA0 = .text:0x00002BA0; // type:function size:0x4
|
||||
fn_147_2BB0 = .text:0x00002BB0; // type:function size:0xA4
|
||||
fn_147_2C60 = .text:0x00002C60; // type:function size:0x740
|
||||
fn_147_33A0 = .text:0x000033A0; // type:function size:0x4
|
||||
fn_147_33B0 = .text:0x000033B0; // type:function size:0x88
|
||||
fn_147_3440 = .text:0x00003440; // type:function size:0x23C
|
||||
initializeState_Standby__8dAcEsf_cFv = .text:0x000020B0; // type:function size:0xA0
|
||||
executeState_Standby__8dAcEsf_cFv = .text:0x00002150; // type:function size:0x6D0
|
||||
finalizeState_Standby__8dAcEsf_cFv = .text:0x00002820; // type:function size:0x4
|
||||
initializeState_Home__8dAcEsf_cFv = .text:0x00002830; // type:function size:0x7C
|
||||
executeState_Home__8dAcEsf_cFv = .text:0x000028B0; // type:function size:0x2F0
|
||||
finalizeState_Home__8dAcEsf_cFv = .text:0x00002BA0; // type:function size:0x4
|
||||
initializeState_Fight__8dAcEsf_cFv = .text:0x00002BB0; // type:function size:0xA4
|
||||
executeState_Fight__8dAcEsf_cFv = .text:0x00002C60; // type:function size:0x740
|
||||
finalizeState_Fight__8dAcEsf_cFv = .text:0x000033A0; // type:function size:0x4
|
||||
initializeState_Attack__8dAcEsf_cFv = .text:0x000033B0; // type:function size:0x88
|
||||
executeState_Attack__8dAcEsf_cFv = .text:0x00003440; // type:function size:0x23C
|
||||
fn_147_3680 = .text:0x00003680; // type:function size:0x48
|
||||
fn_147_36D0 = .text:0x000036D0; // type:function size:0x4
|
||||
fn_147_36E0 = .text:0x000036E0; // type:function size:0x88
|
||||
fn_147_3770 = .text:0x00003770; // type:function size:0x194
|
||||
fn_147_3910 = .text:0x00003910; // type:function size:0x4
|
||||
fn_147_3920 = .text:0x00003920; // type:function size:0x88
|
||||
fn_147_39B0 = .text:0x000039B0; // type:function size:0x1D0
|
||||
fn_147_3B80 = .text:0x00003B80; // type:function size:0x4
|
||||
fn_147_3B90 = .text:0x00003B90; // type:function size:0x98
|
||||
fn_147_3C30 = .text:0x00003C30; // type:function size:0xB8
|
||||
fn_147_3CF0 = .text:0x00003CF0; // type:function size:0x4
|
||||
fn_147_3D00 = .text:0x00003D00; // type:function size:0x4C
|
||||
fn_147_3D50 = .text:0x00003D50; // type:function size:0xB4
|
||||
fn_147_3E10 = .text:0x00003E10; // type:function size:0x4
|
||||
fn_147_3E20 = .text:0x00003E20; // type:function size:0x1C
|
||||
fn_147_3E40 = .text:0x00003E40; // type:function size:0x10C
|
||||
fn_147_3F50 = .text:0x00003F50; // type:function size:0x4
|
||||
fn_147_3F60 = .text:0x00003F60; // type:function size:0x60
|
||||
fn_147_3FC0 = .text:0x00003FC0; // type:function size:0xA4
|
||||
fn_147_4070 = .text:0x00004070; // type:function size:0x4
|
||||
fn_147_4080 = .text:0x00004080; // type:function size:0xEC
|
||||
fn_147_4170 = .text:0x00004170; // type:function size:0x190
|
||||
fn_147_4300 = .text:0x00004300; // type:function size:0x4
|
||||
finalizeState_Attack__8dAcEsf_cFv = .text:0x000036D0; // type:function size:0x4
|
||||
initializeState_AttackB__8dAcEsf_cFv = .text:0x000036E0; // type:function size:0x88
|
||||
executeState_AttackB__8dAcEsf_cFv = .text:0x00003770; // type:function size:0x194
|
||||
finalizeState_AttackB__8dAcEsf_cFv = .text:0x00003910; // type:function size:0x4
|
||||
initializeState_Attack2__8dAcEsf_cFv = .text:0x00003920; // type:function size:0x88
|
||||
executeState_Attack2__8dAcEsf_cFv = .text:0x000039B0; // type:function size:0x1D0
|
||||
finalizeState_Attack2__8dAcEsf_cFv = .text:0x00003B80; // type:function size:0x4
|
||||
initializeState_Damage__8dAcEsf_cFv = .text:0x00003B90; // type:function size:0x98
|
||||
executeState_Damage__8dAcEsf_cFv = .text:0x00003C30; // type:function size:0xB8
|
||||
finalizeState_Damage__8dAcEsf_cFv = .text:0x00003CF0; // type:function size:0x4
|
||||
initializeState_Guard__8dAcEsf_cFv = .text:0x00003D00; // type:function size:0x4C
|
||||
executeState_Guard__8dAcEsf_cFv = .text:0x00003D50; // type:function size:0xB4
|
||||
finalizeState_Guard__8dAcEsf_cFv = .text:0x00003E10; // type:function size:0x4
|
||||
initializeState_Guard2__8dAcEsf_cFv = .text:0x00003E20; // type:function size:0x1C
|
||||
executeState_Guard2__8dAcEsf_cFv = .text:0x00003E40; // type:function size:0x10C
|
||||
finalizeState_Guard2__8dAcEsf_cFv = .text:0x00003F50; // type:function size:0x4
|
||||
initializeState_GuardJust__8dAcEsf_cFv = .text:0x00003F60; // type:function size:0x60
|
||||
executeState_GuardJust__8dAcEsf_cFv = .text:0x00003FC0; // type:function size:0xA4
|
||||
finalizeState_GuardJust__8dAcEsf_cFv = .text:0x00004070; // type:function size:0x4
|
||||
initializeState_Fail__8dAcEsf_cFv = .text:0x00004080; // type:function size:0xEC
|
||||
executeState_Fail__8dAcEsf_cFv = .text:0x00004170; // type:function size:0x190
|
||||
finalizeState_Fail__8dAcEsf_cFv = .text:0x00004300; // type:function size:0x4
|
||||
fn_147_4310 = .text:0x00004310; // type:function size:0x618
|
||||
fn_147_4930 = .text:0x00004930; // type:function size:0x4C
|
||||
fn_147_4980 = .text:0x00004980; // type:function size:0x10
|
||||
getStateID__76sStateMgr_c<8dAcEsf_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00004980; // type:function size:0x10
|
||||
fn_147_4990 = .text:0x00004990; // type:function size:0x1C
|
||||
fn_147_49B0 = .text:0x000049B0; // type:function size:0x64
|
||||
fn_147_4A20 = .text:0x00004A20; // type:function size:0x1DC
|
||||
@@ -72,24 +72,24 @@ fn_147_4ED0 = .text:0x00004ED0; // type:function size:0x8
|
||||
fn_147_4EE0 = .text:0x00004EE0; // type:function size:0x4
|
||||
fn_147_4EF0 = .text:0x00004EF0; // type:function size:0x4
|
||||
fn_147_4F00 = .text:0x00004F00; // type:function size:0x8
|
||||
fn_147_4F10 = .text:0x00004F10; // type:function size:0x1BC
|
||||
fn_147_50D0 = .text:0x000050D0; // type:function size:0x60
|
||||
fn_147_5130 = .text:0x00005130; // type:function size:0xC
|
||||
fn_147_5140 = .text:0x00005140; // type:function size:0x1C
|
||||
fn_147_5160 = .text:0x00005160; // type:function size:0x1C
|
||||
fn_147_5180 = .text:0x00005180; // type:function size:0x1C
|
||||
fn_147_51A0 = .text:0x000051A0; // type:function size:0x10
|
||||
fn_147_51B0 = .text:0x000051B0; // type:function size:0x10
|
||||
fn_147_51C0 = .text:0x000051C0; // type:function size:0x10
|
||||
fn_147_51D0 = .text:0x000051D0; // type:function size:0x10
|
||||
fn_147_51E0 = .text:0x000051E0; // type:function size:0x10
|
||||
fn_147_51F0 = .text:0x000051F0; // type:function size:0x10
|
||||
fn_147_5200 = .text:0x00005200; // type:function size:0x30
|
||||
fn_147_5230 = .text:0x00005230; // type:function size:0x30
|
||||
fn_147_5260 = .text:0x00005260; // type:function size:0x30
|
||||
fn_147_5290 = .text:0x00005290; // type:function size:0x85C
|
||||
fn_147_5AF0 = .text:0x00005AF0; // type:function size:0x58
|
||||
fn_147_5B50 = .text:0x00005B50; // type:function size:0x88
|
||||
__dt__8dAcEsf_cFv = .text:0x00004F10; // type:function size:0x1BC
|
||||
build__23sFStateFct_c<8dAcEsf_c>FRC12sStateIDIf_c = .text:0x000050D0; // type:function size:0x60
|
||||
dispose__23sFStateFct_c<8dAcEsf_c>FRP10sStateIf_c = .text:0x00005130; // type:function size:0xC
|
||||
initialize__20sFState_c<8dAcEsf_c>Fv = .text:0x00005140; // type:function size:0x1C
|
||||
execute__20sFState_c<8dAcEsf_c>Fv = .text:0x00005160; // type:function size:0x1C
|
||||
finalize__20sFState_c<8dAcEsf_c>Fv = .text:0x00005180; // type:function size:0x1C
|
||||
initializeState__76sStateMgr_c<8dAcEsf_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000051A0; // type:function size:0x10
|
||||
finalizeState__76sStateMgr_c<8dAcEsf_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000051B0; // type:function size:0x10
|
||||
refreshState__76sStateMgr_c<8dAcEsf_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000051C0; // type:function size:0x10
|
||||
getState__76sStateMgr_c<8dAcEsf_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000051D0; // type:function size:0x10
|
||||
getNewStateID__76sStateMgr_c<8dAcEsf_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000051E0; // type:function size:0x10
|
||||
getOldStateID__76sStateMgr_c<8dAcEsf_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000051F0; // type:function size:0x10
|
||||
finalizeState__22sFStateID_c<8dAcEsf_c>CFR8dAcEsf_c = .text:0x00005200; // type:function size:0x30
|
||||
executeState__22sFStateID_c<8dAcEsf_c>CFR8dAcEsf_c = .text:0x00005230; // type:function size:0x30
|
||||
initializeState__22sFStateID_c<8dAcEsf_c>CFR8dAcEsf_c = .text:0x00005260; // type:function size:0x30
|
||||
__sinit_\d_a_e_sf_cpp = .text:0x00005290; // type:function size:0x85C scope:local
|
||||
__dt__22sFStateID_c<8dAcEsf_c>Fv = .text:0x00005AF0; // type:function size:0x58
|
||||
isSameName__22sFStateID_c<8dAcEsf_c>CFPCc = .text:0x00005B50; // type:function size:0x88
|
||||
fn_147_5BE0 = .text:0x00005BE0; // type:function size:0x8
|
||||
fn_147_5BF0 = .text:0x00005BF0; // type:function size:0x8
|
||||
fn_147_5C00 = .text:0x00005C00; // type:function size:0x8
|
||||
@@ -106,7 +106,7 @@ lbl_147_rodata_98 = .rodata:0x00000098; // type:object size:0x54 data:float
|
||||
lbl_147_rodata_EC = .rodata:0x000000EC; // type:object size:0xC data:float
|
||||
lbl_147_rodata_F8 = .rodata:0x000000F8; // type:object size:0x4C data:float
|
||||
lbl_147_rodata_144 = .rodata:0x00000144; // type:object size:0x20 data:float
|
||||
lbl_147_data_0 = .data:0x00000000; // type:object size:0x6C data:4byte
|
||||
g_profile_E_SF = .data:0x00000000; // type:object size:0x6C data:4byte
|
||||
lbl_147_data_6C = .data:0x0000006C; // type:object size:0x14 data:4byte
|
||||
lbl_147_data_80 = .data:0x00000080; // type:object size:0xC
|
||||
lbl_147_data_8C = .data:0x0000008C; // type:object size:0x1C
|
||||
|
||||
@@ -3,63 +3,63 @@ _epilog = .text:0x00000030; // type:function size:0x2C scope:global
|
||||
_unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
fn_190_F0 = .text:0x000000F0; // type:function size:0x140
|
||||
dAcESiren_c_classInit__Fv = .text:0x000000F0; // type:function size:0x140
|
||||
fn_190_230 = .text:0x00000230; // type:function size:0x58
|
||||
fn_190_290 = .text:0x00000290; // type:function size:0x58
|
||||
fn_190_2F0 = .text:0x000002F0; // type:function size:0x6C
|
||||
fn_190_360 = .text:0x00000360; // type:function size:0xA0
|
||||
fn_190_400 = .text:0x00000400; // type:function size:0xA4
|
||||
__dt__24sFState_c<11dAcESiren_c>Fv = .text:0x00000290; // type:function size:0x58
|
||||
__dt__27sFStateFct_c<11dAcESiren_c>Fv = .text:0x000002F0; // type:function size:0x6C
|
||||
__dt__80sStateMgr_c<11dAcESiren_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000360; // type:function size:0xA0
|
||||
__dt__50sFStateMgr_c<11dAcESiren_c,20sStateMethodUsr_FI_c>Fv = .text:0x00000400; // type:function size:0xA4
|
||||
fn_190_4B0 = .text:0x000004B0; // type:function size:0xF4
|
||||
fn_190_5B0 = .text:0x000005B0; // type:function size:0x344
|
||||
fn_190_900 = .text:0x00000900; // type:function size:0x10
|
||||
changeState__80sStateMgr_c<11dAcESiren_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x00000900; // type:function size:0x10
|
||||
fn_190_910 = .text:0x00000910; // type:function size:0x8
|
||||
fn_190_920 = .text:0x00000920; // type:function size:0x4E8
|
||||
fn_190_E10 = .text:0x00000E10; // type:function size:0x10
|
||||
fn_190_E20 = .text:0x00000E20; // type:function size:0x10
|
||||
executeState__80sStateMgr_c<11dAcESiren_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000E10; // type:function size:0x10
|
||||
getStateID__80sStateMgr_c<11dAcESiren_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00000E20; // type:function size:0x10
|
||||
fn_190_E30 = .text:0x00000E30; // type:function size:0x174
|
||||
fn_190_FB0 = .text:0x00000FB0; // type:function size:0xD8
|
||||
fn_190_1090 = .text:0x00001090; // type:function size:0x78
|
||||
initializeState_Wait__11dAcESiren_cFv = .text:0x00000FB0; // type:function size:0xD8
|
||||
executeState_Wait__11dAcESiren_cFv = .text:0x00001090; // type:function size:0x78
|
||||
fn_190_1110 = .text:0x00001110; // type:function size:0x1C
|
||||
fn_190_1130 = .text:0x00001130; // type:function size:0x4
|
||||
fn_190_1140 = .text:0x00001140; // type:function size:0x4
|
||||
fn_190_1150 = .text:0x00001150; // type:function size:0x170
|
||||
fn_190_12C0 = .text:0x000012C0; // type:function size:0x4
|
||||
fn_190_12D0 = .text:0x000012D0; // type:function size:0x8C
|
||||
fn_190_1360 = .text:0x00001360; // type:function size:0x168
|
||||
fn_190_14D0 = .text:0x000014D0; // type:function size:0x4
|
||||
fn_190_14E0 = .text:0x000014E0; // type:function size:0x60
|
||||
fn_190_1540 = .text:0x00001540; // type:function size:0x68
|
||||
fn_190_15B0 = .text:0x000015B0; // type:function size:0x4
|
||||
fn_190_15C0 = .text:0x000015C0; // type:function size:0x38
|
||||
fn_190_1600 = .text:0x00001600; // type:function size:0x90
|
||||
fn_190_1690 = .text:0x00001690; // type:function size:0x4
|
||||
fn_190_16A0 = .text:0x000016A0; // type:function size:0x34
|
||||
fn_190_16E0 = .text:0x000016E0; // type:function size:0x2F8
|
||||
fn_190_19E0 = .text:0x000019E0; // type:function size:0x4
|
||||
finalizeState_Wait__11dAcESiren_cFv = .text:0x00001130; // type:function size:0x4
|
||||
initializeState_Revival__11dAcESiren_cFv = .text:0x00001140; // type:function size:0x4
|
||||
executeState_Revival__11dAcESiren_cFv = .text:0x00001150; // type:function size:0x170
|
||||
finalizeState_Revival__11dAcESiren_cFv = .text:0x000012C0; // type:function size:0x4
|
||||
initializeState_Move__11dAcESiren_cFv = .text:0x000012D0; // type:function size:0x8C
|
||||
executeState_Move__11dAcESiren_cFv = .text:0x00001360; // type:function size:0x168
|
||||
finalizeState_Move__11dAcESiren_cFv = .text:0x000014D0; // type:function size:0x4
|
||||
initializeState_PathMove__11dAcESiren_cFv = .text:0x000014E0; // type:function size:0x60
|
||||
executeState_PathMove__11dAcESiren_cFv = .text:0x00001540; // type:function size:0x68
|
||||
finalizeState_PathMove__11dAcESiren_cFv = .text:0x000015B0; // type:function size:0x4
|
||||
initializeState_Turn__11dAcESiren_cFv = .text:0x000015C0; // type:function size:0x38
|
||||
executeState_Turn__11dAcESiren_cFv = .text:0x00001600; // type:function size:0x90
|
||||
finalizeState_Turn__11dAcESiren_cFv = .text:0x00001690; // type:function size:0x4
|
||||
initializeState_Event__11dAcESiren_cFv = .text:0x000016A0; // type:function size:0x34
|
||||
executeState_Event__11dAcESiren_cFv = .text:0x000016E0; // type:function size:0x2F8
|
||||
finalizeState_Event__11dAcESiren_cFv = .text:0x000019E0; // type:function size:0x4
|
||||
fn_190_19F0 = .text:0x000019F0; // type:function size:0x2C4
|
||||
fn_190_1CC0 = .text:0x00001CC0; // type:function size:0xA4
|
||||
fn_190_1D70 = .text:0x00001D70; // type:function size:0x8
|
||||
fn_190_1D80 = .text:0x00001D80; // type:function size:0x4
|
||||
fn_190_1D90 = .text:0x00001D90; // type:function size:0x4
|
||||
fn_190_1DA0 = .text:0x00001DA0; // type:function size:0x8
|
||||
fn_190_1DB0 = .text:0x00001DB0; // type:function size:0x130
|
||||
fn_190_1EE0 = .text:0x00001EE0; // type:function size:0x60
|
||||
fn_190_1F40 = .text:0x00001F40; // type:function size:0xC
|
||||
fn_190_1F50 = .text:0x00001F50; // type:function size:0x1C
|
||||
fn_190_1F70 = .text:0x00001F70; // type:function size:0x1C
|
||||
fn_190_1F90 = .text:0x00001F90; // type:function size:0x1C
|
||||
fn_190_1FB0 = .text:0x00001FB0; // type:function size:0x10
|
||||
fn_190_1FC0 = .text:0x00001FC0; // type:function size:0x10
|
||||
fn_190_1FD0 = .text:0x00001FD0; // type:function size:0x10
|
||||
fn_190_1FE0 = .text:0x00001FE0; // type:function size:0x10
|
||||
fn_190_1FF0 = .text:0x00001FF0; // type:function size:0x10
|
||||
fn_190_2000 = .text:0x00002000; // type:function size:0x10
|
||||
fn_190_2010 = .text:0x00002010; // type:function size:0x30
|
||||
fn_190_2040 = .text:0x00002040; // type:function size:0x30
|
||||
fn_190_2070 = .text:0x00002070; // type:function size:0x30
|
||||
fn_190_20A0 = .text:0x000020A0; // type:function size:0x4B0
|
||||
fn_190_2550 = .text:0x00002550; // type:function size:0x58
|
||||
fn_190_25B0 = .text:0x000025B0; // type:function size:0x88
|
||||
__dt__11dAcESiren_cFv = .text:0x00001DB0; // type:function size:0x130
|
||||
build__27sFStateFct_c<11dAcESiren_c>FRC12sStateIDIf_c = .text:0x00001EE0; // type:function size:0x60
|
||||
dispose__27sFStateFct_c<11dAcESiren_c>FRP10sStateIf_c = .text:0x00001F40; // type:function size:0xC
|
||||
initialize__24sFState_c<11dAcESiren_c>Fv = .text:0x00001F50; // type:function size:0x1C
|
||||
execute__24sFState_c<11dAcESiren_c>Fv = .text:0x00001F70; // type:function size:0x1C
|
||||
finalize__24sFState_c<11dAcESiren_c>Fv = .text:0x00001F90; // type:function size:0x1C
|
||||
initializeState__80sStateMgr_c<11dAcESiren_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00001FB0; // type:function size:0x10
|
||||
finalizeState__80sStateMgr_c<11dAcESiren_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00001FC0; // type:function size:0x10
|
||||
refreshState__80sStateMgr_c<11dAcESiren_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00001FD0; // type:function size:0x10
|
||||
getState__80sStateMgr_c<11dAcESiren_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00001FE0; // type:function size:0x10
|
||||
getNewStateID__80sStateMgr_c<11dAcESiren_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00001FF0; // type:function size:0x10
|
||||
getOldStateID__80sStateMgr_c<11dAcESiren_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00002000; // type:function size:0x10
|
||||
finalizeState__26sFStateID_c<11dAcESiren_c>CFR11dAcESiren_c = .text:0x00002010; // type:function size:0x30
|
||||
executeState__26sFStateID_c<11dAcESiren_c>CFR11dAcESiren_c = .text:0x00002040; // type:function size:0x30
|
||||
initializeState__26sFStateID_c<11dAcESiren_c>CFR11dAcESiren_c = .text:0x00002070; // type:function size:0x30
|
||||
__sinit_\d_a_e_siren_cpp = .text:0x000020A0; // type:function size:0x4B0 scope:local
|
||||
__dt__26sFStateID_c<11dAcESiren_c>Fv = .text:0x00002550; // type:function size:0x58
|
||||
isSameName__26sFStateID_c<11dAcESiren_c>CFPCc = .text:0x000025B0; // type:function size:0x88
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
_dtors = .dtors:0x00000000; // type:label scope:global
|
||||
__destroy_global_chain_reference = .dtors:0x00000000; // type:object size:0x4 scope:global
|
||||
@@ -67,7 +67,7 @@ lbl_190_rodata_0 = .rodata:0x00000000; // type:object size:0x3C data:float
|
||||
lbl_190_rodata_3C = .rodata:0x0000003C; // type:object size:0x4C data:float
|
||||
lbl_190_rodata_88 = .rodata:0x00000088; // type:object size:0x14 data:float
|
||||
lbl_190_rodata_9C = .rodata:0x0000009C; // type:object size:0x14 data:float
|
||||
lbl_190_data_0 = .data:0x00000000; // type:object size:0x20 data:4byte
|
||||
g_profile_E_SIREN = .data:0x00000000; // type:object size:0x20 data:4byte
|
||||
lbl_190_data_20 = .data:0x00000020; // type:object size:0x54
|
||||
lbl_190_data_74 = .data:0x00000074; // type:object size:0xC
|
||||
lbl_190_data_80 = .data:0x00000080; // type:object size:0x68 data:4byte
|
||||
|
||||
@@ -4,13 +4,13 @@ _unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
fn_172_F0 = .text:0x000000F0; // type:function size:0x40
|
||||
fn_172_130 = .text:0x00000130; // type:function size:0x164
|
||||
dAcESkytail_c_classInit__Fv = .text:0x00000130; // type:function size:0x164
|
||||
fn_172_2A0 = .text:0x000002A0; // type:function size:0x58
|
||||
fn_172_300 = .text:0x00000300; // type:function size:0x90
|
||||
fn_172_390 = .text:0x00000390; // type:function size:0x58
|
||||
fn_172_3F0 = .text:0x000003F0; // type:function size:0x6C
|
||||
fn_172_460 = .text:0x00000460; // type:function size:0xA0
|
||||
fn_172_500 = .text:0x00000500; // type:function size:0xA4
|
||||
__dt__26sFState_c<13dAcESkytail_c>Fv = .text:0x00000390; // type:function size:0x58
|
||||
__dt__29sFStateFct_c<13dAcESkytail_c>Fv = .text:0x000003F0; // type:function size:0x6C
|
||||
__dt__82sStateMgr_c<13dAcESkytail_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000460; // type:function size:0xA0
|
||||
__dt__52sFStateMgr_c<13dAcESkytail_c,20sStateMethodUsr_FI_c>Fv = .text:0x00000500; // type:function size:0xA4
|
||||
fn_172_5B0 = .text:0x000005B0; // type:function size:0x4
|
||||
fn_172_5C0 = .text:0x000005C0; // type:function size:0x74
|
||||
fn_172_640 = .text:0x00000640; // type:function size:0x58
|
||||
@@ -19,38 +19,38 @@ fn_172_720 = .text:0x00000720; // type:function size:0x264
|
||||
fn_172_990 = .text:0x00000990; // type:function size:0xB0
|
||||
fn_172_A40 = .text:0x00000A40; // type:function size:0x1FC
|
||||
fn_172_C40 = .text:0x00000C40; // type:function size:0x4C
|
||||
fn_172_C90 = .text:0x00000C90; // type:function size:0x10
|
||||
changeState__82sStateMgr_c<13dAcESkytail_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x00000C90; // type:function size:0x10
|
||||
fn_172_CA0 = .text:0x00000CA0; // type:function size:0x1C
|
||||
fn_172_CC0 = .text:0x00000CC0; // type:function size:0xE8
|
||||
fn_172_DB0 = .text:0x00000DB0; // type:function size:0x31C
|
||||
fn_172_10D0 = .text:0x000010D0; // type:function size:0x8
|
||||
fn_172_10E0 = .text:0x000010E0; // type:function size:0xC0C
|
||||
fn_172_1CF0 = .text:0x00001CF0; // type:function size:0x10
|
||||
fn_172_1D00 = .text:0x00001D00; // type:function size:0x10
|
||||
getStateID__82sStateMgr_c<13dAcESkytail_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00001CF0; // type:function size:0x10
|
||||
executeState__82sStateMgr_c<13dAcESkytail_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00001D00; // type:function size:0x10
|
||||
fn_172_1D10 = .text:0x00001D10; // type:function size:0x4C
|
||||
fn_172_1D60 = .text:0x00001D60; // type:function size:0x68
|
||||
fn_172_1DD0 = .text:0x00001DD0; // type:function size:0x9C
|
||||
fn_172_1E70 = .text:0x00001E70; // type:function size:0x1EC
|
||||
fn_172_2060 = .text:0x00002060; // type:function size:0x10
|
||||
fn_172_2070 = .text:0x00002070; // type:function size:0xC
|
||||
fn_172_2080 = .text:0x00002080; // type:function size:0x3B0
|
||||
fn_172_2430 = .text:0x00002430; // type:function size:0x4
|
||||
fn_172_2440 = .text:0x00002440; // type:function size:0x90
|
||||
fn_172_24D0 = .text:0x000024D0; // type:function size:0xB30
|
||||
initializeState_RandomMove__13dAcESkytail_cFv = .text:0x00001DD0; // type:function size:0x9C
|
||||
executeState_RandomMove__13dAcESkytail_cFv = .text:0x00001E70; // type:function size:0x1EC
|
||||
finalizeState_RandomMove__13dAcESkytail_cFv = .text:0x00002060; // type:function size:0x10
|
||||
initializeState_Move__13dAcESkytail_cFv = .text:0x00002070; // type:function size:0xC
|
||||
executeState_Move__13dAcESkytail_cFv = .text:0x00002080; // type:function size:0x3B0
|
||||
finalizeState_Move__13dAcESkytail_cFv = .text:0x00002430; // type:function size:0x4
|
||||
initializeState_ParallelMove__13dAcESkytail_cFv = .text:0x00002440; // type:function size:0x90
|
||||
executeState_ParallelMove__13dAcESkytail_cFv = .text:0x000024D0; // type:function size:0xB30
|
||||
fn_172_3000 = .text:0x00003000; // type:function size:0x48
|
||||
fn_172_3050 = .text:0x00003050; // type:function size:0x1C
|
||||
fn_172_3070 = .text:0x00003070; // type:function size:0x78
|
||||
fn_172_30F0 = .text:0x000030F0; // type:function size:0x588
|
||||
fn_172_3680 = .text:0x00003680; // type:function size:0x40
|
||||
fn_172_36C0 = .text:0x000036C0; // type:function size:0x4
|
||||
fn_172_36D0 = .text:0x000036D0; // type:function size:0x4
|
||||
fn_172_36E0 = .text:0x000036E0; // type:function size:0x10
|
||||
fn_172_36F0 = .text:0x000036F0; // type:function size:0xF8
|
||||
fn_172_37F0 = .text:0x000037F0; // type:function size:0x38C
|
||||
fn_172_3B80 = .text:0x00003B80; // type:function size:0x4
|
||||
fn_172_3B90 = .text:0x00003B90; // type:function size:0x4
|
||||
fn_172_3BA0 = .text:0x00003BA0; // type:function size:0x118
|
||||
fn_172_3CC0 = .text:0x00003CC0; // type:function size:0x4
|
||||
finalizeState_ParallelMove__13dAcESkytail_cFv = .text:0x00003050; // type:function size:0x1C
|
||||
initializeState_FrontAttack__13dAcESkytail_cFv = .text:0x00003070; // type:function size:0x78
|
||||
executeState_FrontAttack__13dAcESkytail_cFv = .text:0x000030F0; // type:function size:0x588
|
||||
finalizeState_FrontAttack__13dAcESkytail_cFv = .text:0x00003680; // type:function size:0x40
|
||||
initializeState_Charge__13dAcESkytail_cFv = .text:0x000036C0; // type:function size:0x4
|
||||
executeState_Charge__13dAcESkytail_cFv = .text:0x000036D0; // type:function size:0x4
|
||||
finalizeState_Charge__13dAcESkytail_cFv = .text:0x000036E0; // type:function size:0x10
|
||||
initializeState_Dead__13dAcESkytail_cFv = .text:0x000036F0; // type:function size:0xF8
|
||||
executeState_Dead__13dAcESkytail_cFv = .text:0x000037F0; // type:function size:0x38C
|
||||
finalizeState_Dead__13dAcESkytail_cFv = .text:0x00003B80; // type:function size:0x4
|
||||
initializeState_Skytail__13dAcESkytail_cFv = .text:0x00003B90; // type:function size:0x4
|
||||
executeState_Skytail__13dAcESkytail_cFv = .text:0x00003BA0; // type:function size:0x118
|
||||
finalizeState_Skytail__13dAcESkytail_cFv = .text:0x00003CC0; // type:function size:0x4
|
||||
fn_172_3CD0 = .text:0x00003CD0; // type:function size:0x570
|
||||
fn_172_4240 = .text:0x00004240; // type:function size:0x384
|
||||
fn_172_45D0 = .text:0x000045D0; // type:function size:0x4
|
||||
@@ -60,24 +60,24 @@ fn_172_4630 = .text:0x00004630; // type:function size:0x8
|
||||
fn_172_4640 = .text:0x00004640; // type:function size:0x4
|
||||
fn_172_4650 = .text:0x00004650; // type:function size:0x4
|
||||
fn_172_4660 = .text:0x00004660; // type:function size:0x8
|
||||
fn_172_4670 = .text:0x00004670; // type:function size:0x164
|
||||
fn_172_47E0 = .text:0x000047E0; // type:function size:0x60
|
||||
fn_172_4840 = .text:0x00004840; // type:function size:0xC
|
||||
fn_172_4850 = .text:0x00004850; // type:function size:0x1C
|
||||
fn_172_4870 = .text:0x00004870; // type:function size:0x1C
|
||||
fn_172_4890 = .text:0x00004890; // type:function size:0x1C
|
||||
fn_172_48B0 = .text:0x000048B0; // type:function size:0x10
|
||||
fn_172_48C0 = .text:0x000048C0; // type:function size:0x10
|
||||
fn_172_48D0 = .text:0x000048D0; // type:function size:0x10
|
||||
fn_172_48E0 = .text:0x000048E0; // type:function size:0x10
|
||||
fn_172_48F0 = .text:0x000048F0; // type:function size:0x10
|
||||
fn_172_4900 = .text:0x00004900; // type:function size:0x10
|
||||
fn_172_4910 = .text:0x00004910; // type:function size:0x30
|
||||
fn_172_4940 = .text:0x00004940; // type:function size:0x30
|
||||
fn_172_4970 = .text:0x00004970; // type:function size:0x30
|
||||
fn_172_49A0 = .text:0x000049A0; // type:function size:0x5DC
|
||||
fn_172_4F80 = .text:0x00004F80; // type:function size:0x58
|
||||
fn_172_4FE0 = .text:0x00004FE0; // type:function size:0x88
|
||||
__dt__13dAcESkytail_cFv = .text:0x00004670; // type:function size:0x164
|
||||
build__29sFStateFct_c<13dAcESkytail_c>FRC12sStateIDIf_c = .text:0x000047E0; // type:function size:0x60
|
||||
dispose__29sFStateFct_c<13dAcESkytail_c>FRP10sStateIf_c = .text:0x00004840; // type:function size:0xC
|
||||
initialize__26sFState_c<13dAcESkytail_c>Fv = .text:0x00004850; // type:function size:0x1C
|
||||
execute__26sFState_c<13dAcESkytail_c>Fv = .text:0x00004870; // type:function size:0x1C
|
||||
finalize__26sFState_c<13dAcESkytail_c>Fv = .text:0x00004890; // type:function size:0x1C
|
||||
initializeState__82sStateMgr_c<13dAcESkytail_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000048B0; // type:function size:0x10
|
||||
finalizeState__82sStateMgr_c<13dAcESkytail_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000048C0; // type:function size:0x10
|
||||
refreshState__82sStateMgr_c<13dAcESkytail_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000048D0; // type:function size:0x10
|
||||
getState__82sStateMgr_c<13dAcESkytail_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000048E0; // type:function size:0x10
|
||||
getNewStateID__82sStateMgr_c<13dAcESkytail_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000048F0; // type:function size:0x10
|
||||
getOldStateID__82sStateMgr_c<13dAcESkytail_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00004900; // type:function size:0x10
|
||||
finalizeState__28sFStateID_c<13dAcESkytail_c>CFR13dAcESkytail_c = .text:0x00004910; // type:function size:0x30
|
||||
executeState__28sFStateID_c<13dAcESkytail_c>CFR13dAcESkytail_c = .text:0x00004940; // type:function size:0x30
|
||||
initializeState__28sFStateID_c<13dAcESkytail_c>CFR13dAcESkytail_c = .text:0x00004970; // type:function size:0x30
|
||||
__sinit_\d_a_e_skytail_cpp = .text:0x000049A0; // type:function size:0x5DC scope:local
|
||||
__dt__28sFStateID_c<13dAcESkytail_c>Fv = .text:0x00004F80; // type:function size:0x58
|
||||
isSameName__28sFStateID_c<13dAcESkytail_c>CFPCc = .text:0x00004FE0; // type:function size:0x88
|
||||
fn_172_5070 = .text:0x00005070; // type:function size:0x8
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
_dtors = .dtors:0x00000000; // type:label scope:global
|
||||
@@ -89,7 +89,7 @@ lbl_172_rodata_C4 = .rodata:0x000000C4; // type:object size:0x8 data:float
|
||||
lbl_172_rodata_CC = .rodata:0x000000CC; // type:object size:0x1C data:float
|
||||
lbl_172_rodata_E8 = .rodata:0x000000E8; // type:object size:0x4C data:float
|
||||
lbl_172_rodata_134 = .rodata:0x00000134; // type:object size:0x9C data:float
|
||||
lbl_172_data_0 = .data:0x00000000; // type:object size:0x94 data:4byte
|
||||
g_profile_E_SKYTAIL = .data:0x00000000; // type:object size:0x94 data:4byte
|
||||
lbl_172_data_94 = .data:0x00000094; // type:object size:0x44 data:4byte
|
||||
lbl_172_data_D8 = .data:0x000000D8; // type:object size:0xC data:4byte
|
||||
lbl_172_data_E4 = .data:0x000000E4; // type:object size:0xC data:4byte
|
||||
|
||||
@@ -3,56 +3,56 @@ _epilog = .text:0x00000030; // type:function size:0x2C scope:global
|
||||
_unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
fn_187_F0 = .text:0x000000F0; // type:function size:0x1B8
|
||||
dAcEsm_c_classInit__Fv = .text:0x000000F0; // type:function size:0x1B8
|
||||
fn_187_2B0 = .text:0x000002B0; // type:function size:0x58
|
||||
fn_187_310 = .text:0x00000310; // type:function size:0x40
|
||||
fn_187_350 = .text:0x00000350; // type:function size:0x58
|
||||
fn_187_3B0 = .text:0x000003B0; // type:function size:0x6C
|
||||
fn_187_420 = .text:0x00000420; // type:function size:0xA0
|
||||
fn_187_4C0 = .text:0x000004C0; // type:function size:0xA4
|
||||
__dt__20sFState_c<8dAcEsm_c>Fv = .text:0x00000350; // type:function size:0x58
|
||||
__dt__23sFStateFct_c<8dAcEsm_c>Fv = .text:0x000003B0; // type:function size:0x6C
|
||||
__dt__76sStateMgr_c<8dAcEsm_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000420; // type:function size:0xA0
|
||||
__dt__46sFStateMgr_c<8dAcEsm_c,20sStateMethodUsr_FI_c>Fv = .text:0x000004C0; // type:function size:0xA4
|
||||
fn_187_570 = .text:0x00000570; // type:function size:0x5C
|
||||
fn_187_5D0 = .text:0x000005D0; // type:function size:0x70
|
||||
fn_187_640 = .text:0x00000640; // type:function size:0x10
|
||||
getStateID__76sStateMgr_c<8dAcEsm_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00000640; // type:function size:0x10
|
||||
fn_187_650 = .text:0x00000650; // type:function size:0x164
|
||||
fn_187_7C0 = .text:0x000007C0; // type:function size:0x714
|
||||
fn_187_EE0 = .text:0x00000EE0; // type:function size:0x10
|
||||
changeState__76sStateMgr_c<8dAcEsm_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x00000EE0; // type:function size:0x10
|
||||
fn_187_EF0 = .text:0x00000EF0; // type:function size:0x160
|
||||
fn_187_1050 = .text:0x00001050; // type:function size:0x34
|
||||
fn_187_1090 = .text:0x00001090; // type:function size:0x1224
|
||||
fn_187_22C0 = .text:0x000022C0; // type:function size:0x10
|
||||
executeState__76sStateMgr_c<8dAcEsm_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000022C0; // type:function size:0x10
|
||||
fn_187_22D0 = .text:0x000022D0; // type:function size:0x1C
|
||||
fn_187_22F0 = .text:0x000022F0; // type:function size:0x1C
|
||||
fn_187_2310 = .text:0x00002310; // type:function size:0x1A4
|
||||
fn_187_24C0 = .text:0x000024C0; // type:function size:0x4
|
||||
fn_187_24D0 = .text:0x000024D0; // type:function size:0x4
|
||||
fn_187_24E0 = .text:0x000024E0; // type:function size:0x4
|
||||
fn_187_24F0 = .text:0x000024F0; // type:function size:0x8
|
||||
fn_187_2500 = .text:0x00002500; // type:function size:0x3C
|
||||
fn_187_2540 = .text:0x00002540; // type:function size:0x4
|
||||
fn_187_2550 = .text:0x00002550; // type:function size:0x180
|
||||
fn_187_26D0 = .text:0x000026D0; // type:function size:0x564
|
||||
fn_187_2C40 = .text:0x00002C40; // type:function size:0x4
|
||||
fn_187_2C50 = .text:0x00002C50; // type:function size:0xB8
|
||||
fn_187_2D10 = .text:0x00002D10; // type:function size:0x234
|
||||
fn_187_2F50 = .text:0x00002F50; // type:function size:0x4
|
||||
fn_187_2F60 = .text:0x00002F60; // type:function size:0x8C
|
||||
fn_187_2FF0 = .text:0x00002FF0; // type:function size:0xD8
|
||||
fn_187_30D0 = .text:0x000030D0; // type:function size:0x4
|
||||
fn_187_30E0 = .text:0x000030E0; // type:function size:0x40
|
||||
fn_187_3120 = .text:0x00003120; // type:function size:0x1E8
|
||||
fn_187_3310 = .text:0x00003310; // type:function size:0x4
|
||||
fn_187_3320 = .text:0x00003320; // type:function size:0xC8
|
||||
fn_187_33F0 = .text:0x000033F0; // type:function size:0x128
|
||||
fn_187_3520 = .text:0x00003520; // type:function size:0x4
|
||||
fn_187_3530 = .text:0x00003530; // type:function size:0x80
|
||||
fn_187_35B0 = .text:0x000035B0; // type:function size:0x5FC
|
||||
fn_187_3BB0 = .text:0x00003BB0; // type:function size:0x4
|
||||
fn_187_3BC0 = .text:0x00003BC0; // type:function size:0xA0
|
||||
fn_187_3C60 = .text:0x00003C60; // type:function size:0x18C
|
||||
fn_187_3DF0 = .text:0x00003DF0; // type:function size:0x4
|
||||
fn_187_3E00 = .text:0x00003E00; // type:function size:0xD4
|
||||
fn_187_3EE0 = .text:0x00003EE0; // type:function size:0x68
|
||||
fn_187_3F50 = .text:0x00003F50; // type:function size:0x4
|
||||
initializeState_BaseMother__8dAcEsm_cFv = .text:0x000024C0; // type:function size:0x4
|
||||
executeState_BaseMother__8dAcEsm_cFv = .text:0x000024D0; // type:function size:0x4
|
||||
finalizeState_BaseMother__8dAcEsm_cFv = .text:0x000024E0; // type:function size:0x4
|
||||
initializeState_Wait__8dAcEsm_cFv = .text:0x000024F0; // type:function size:0x8
|
||||
executeState_Wait__8dAcEsm_cFv = .text:0x00002500; // type:function size:0x3C
|
||||
finalizeState_Wait__8dAcEsm_cFv = .text:0x00002540; // type:function size:0x4
|
||||
initializeState_Walk__8dAcEsm_cFv = .text:0x00002550; // type:function size:0x180
|
||||
executeState_Walk__8dAcEsm_cFv = .text:0x000026D0; // type:function size:0x564
|
||||
finalizeState_Walk__8dAcEsm_cFv = .text:0x00002C40; // type:function size:0x4
|
||||
initializeState_BirthJump__8dAcEsm_cFv = .text:0x00002C50; // type:function size:0xB8
|
||||
executeState_BirthJump__8dAcEsm_cFv = .text:0x00002D10; // type:function size:0x234
|
||||
finalizeState_BirthJump__8dAcEsm_cFv = .text:0x00002F50; // type:function size:0x4
|
||||
initializeState_Shake__8dAcEsm_cFv = .text:0x00002F60; // type:function size:0x8C
|
||||
executeState_Shake__8dAcEsm_cFv = .text:0x00002FF0; // type:function size:0xD8
|
||||
finalizeState_Shake__8dAcEsm_cFv = .text:0x000030D0; // type:function size:0x4
|
||||
initializeState_Attack__8dAcEsm_cFv = .text:0x000030E0; // type:function size:0x40
|
||||
executeState_Attack__8dAcEsm_cFv = .text:0x00003120; // type:function size:0x1E8
|
||||
finalizeState_Attack__8dAcEsm_cFv = .text:0x00003310; // type:function size:0x4
|
||||
initializeState_Electrical__8dAcEsm_cFv = .text:0x00003320; // type:function size:0xC8
|
||||
executeState_Electrical__8dAcEsm_cFv = .text:0x000033F0; // type:function size:0x128
|
||||
finalizeState_Electrical__8dAcEsm_cFv = .text:0x00003520; // type:function size:0x4
|
||||
initializeState_Absorption__8dAcEsm_cFv = .text:0x00003530; // type:function size:0x80
|
||||
executeState_Absorption__8dAcEsm_cFv = .text:0x000035B0; // type:function size:0x5FC
|
||||
finalizeState_Absorption__8dAcEsm_cFv = .text:0x00003BB0; // type:function size:0x4
|
||||
initializeState_Fusion__8dAcEsm_cFv = .text:0x00003BC0; // type:function size:0xA0
|
||||
executeState_Fusion__8dAcEsm_cFv = .text:0x00003C60; // type:function size:0x18C
|
||||
finalizeState_Fusion__8dAcEsm_cFv = .text:0x00003DF0; // type:function size:0x4
|
||||
initializeState_Dead__8dAcEsm_cFv = .text:0x00003E00; // type:function size:0xD4
|
||||
executeState_Dead__8dAcEsm_cFv = .text:0x00003EE0; // type:function size:0x68
|
||||
finalizeState_Dead__8dAcEsm_cFv = .text:0x00003F50; // type:function size:0x4
|
||||
fn_187_3F60 = .text:0x00003F60; // type:function size:0x128
|
||||
fn_187_4090 = .text:0x00004090; // type:function size:0x170
|
||||
fn_187_4200 = .text:0x00004200; // type:function size:0xBC
|
||||
@@ -85,31 +85,31 @@ fn_187_6D10 = .text:0x00006D10; // type:function size:0x8
|
||||
fn_187_6D20 = .text:0x00006D20; // type:function size:0x4
|
||||
fn_187_6D30 = .text:0x00006D30; // type:function size:0x4
|
||||
fn_187_6D40 = .text:0x00006D40; // type:function size:0x8
|
||||
fn_187_6D50 = .text:0x00006D50; // type:function size:0x154
|
||||
__dt__8dAcEsm_cFv = .text:0x00006D50; // type:function size:0x154
|
||||
fn_187_6EB0 = .text:0x00006EB0; // type:function size:0x4
|
||||
fn_187_6EC0 = .text:0x00006EC0; // type:function size:0x4
|
||||
fn_187_6ED0 = .text:0x00006ED0; // type:function size:0x4
|
||||
fn_187_6EE0 = .text:0x00006EE0; // type:function size:0x4
|
||||
fn_187_6EF0 = .text:0x00006EF0; // type:function size:0x4
|
||||
fn_187_6F00 = .text:0x00006F00; // type:function size:0x60
|
||||
fn_187_6F60 = .text:0x00006F60; // type:function size:0xC
|
||||
fn_187_6F70 = .text:0x00006F70; // type:function size:0x1C
|
||||
fn_187_6F90 = .text:0x00006F90; // type:function size:0x1C
|
||||
fn_187_6FB0 = .text:0x00006FB0; // type:function size:0x1C
|
||||
fn_187_6FD0 = .text:0x00006FD0; // type:function size:0x10
|
||||
fn_187_6FE0 = .text:0x00006FE0; // type:function size:0x10
|
||||
fn_187_6FF0 = .text:0x00006FF0; // type:function size:0x10
|
||||
fn_187_7000 = .text:0x00007000; // type:function size:0x10
|
||||
fn_187_7010 = .text:0x00007010; // type:function size:0x10
|
||||
fn_187_7020 = .text:0x00007020; // type:function size:0x10
|
||||
fn_187_7030 = .text:0x00007030; // type:function size:0x30
|
||||
fn_187_7060 = .text:0x00007060; // type:function size:0x30
|
||||
fn_187_7090 = .text:0x00007090; // type:function size:0x30
|
||||
fn_187_70C0 = .text:0x000070C0; // type:function size:0xA0C
|
||||
fn_187_7AD0 = .text:0x00007AD0; // type:function size:0x58
|
||||
build__23sFStateFct_c<8dAcEsm_c>FRC12sStateIDIf_c = .text:0x00006F00; // type:function size:0x60
|
||||
dispose__23sFStateFct_c<8dAcEsm_c>FRP10sStateIf_c = .text:0x00006F60; // type:function size:0xC
|
||||
initialize__20sFState_c<8dAcEsm_c>Fv = .text:0x00006F70; // type:function size:0x1C
|
||||
execute__20sFState_c<8dAcEsm_c>Fv = .text:0x00006F90; // type:function size:0x1C
|
||||
finalize__20sFState_c<8dAcEsm_c>Fv = .text:0x00006FB0; // type:function size:0x1C
|
||||
initializeState__76sStateMgr_c<8dAcEsm_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00006FD0; // type:function size:0x10
|
||||
finalizeState__76sStateMgr_c<8dAcEsm_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00006FE0; // type:function size:0x10
|
||||
refreshState__76sStateMgr_c<8dAcEsm_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00006FF0; // type:function size:0x10
|
||||
getState__76sStateMgr_c<8dAcEsm_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00007000; // type:function size:0x10
|
||||
getNewStateID__76sStateMgr_c<8dAcEsm_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00007010; // type:function size:0x10
|
||||
getOldStateID__76sStateMgr_c<8dAcEsm_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00007020; // type:function size:0x10
|
||||
finalizeState__22sFStateID_c<8dAcEsm_c>CFR8dAcEsm_c = .text:0x00007030; // type:function size:0x30
|
||||
executeState__22sFStateID_c<8dAcEsm_c>CFR8dAcEsm_c = .text:0x00007060; // type:function size:0x30
|
||||
initializeState__22sFStateID_c<8dAcEsm_c>CFR8dAcEsm_c = .text:0x00007090; // type:function size:0x30
|
||||
__sinit_\d_a_e_sm_cpp = .text:0x000070C0; // type:function size:0xA0C scope:local
|
||||
__dt__22sFStateID_c<8dAcEsm_c>Fv = .text:0x00007AD0; // type:function size:0x58
|
||||
fn_187_7B30 = .text:0x00007B30; // type:function size:0x1C
|
||||
fn_187_7B50 = .text:0x00007B50; // type:function size:0x40
|
||||
fn_187_7B90 = .text:0x00007B90; // type:function size:0x88
|
||||
isSameName__22sFStateID_c<8dAcEsm_c>CFPCc = .text:0x00007B90; // type:function size:0x88
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
_dtors = .dtors:0x00000000; // type:label scope:global
|
||||
__destroy_global_chain_reference = .dtors:0x00000000; // type:object size:0x4 scope:global
|
||||
@@ -131,7 +131,7 @@ lbl_187_rodata_1BC = .rodata:0x000001BC; // type:object size:0x10 data:float
|
||||
lbl_187_rodata_1CC = .rodata:0x000001CC; // type:object size:0x4 data:float
|
||||
lbl_187_rodata_1D0 = .rodata:0x000001D0; // type:object size:0x40 data:float
|
||||
lbl_187_data_0 = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
lbl_187_data_10 = .data:0x00000010; // type:object size:0x40
|
||||
g_profile_E_SM = .data:0x00000010; // type:object size:0x40
|
||||
lbl_187_data_50 = .data:0x00000050; // type:object size:0x4
|
||||
lbl_187_data_54 = .data:0x00000054; // type:object size:0x4 data:string
|
||||
lbl_187_data_58 = .data:0x00000058; // type:object size:0x14
|
||||
|
||||
@@ -4,11 +4,11 @@ _unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
fn_199_F0 = .text:0x000000F0; // type:function size:0x40
|
||||
fn_199_130 = .text:0x00000130; // type:function size:0x1E4
|
||||
fn_199_320 = .text:0x00000320; // type:function size:0x58
|
||||
fn_199_380 = .text:0x00000380; // type:function size:0x6C
|
||||
fn_199_3F0 = .text:0x000003F0; // type:function size:0xA0
|
||||
fn_199_490 = .text:0x00000490; // type:function size:0xA4
|
||||
dAcEspark_c_classInit__Fv = .text:0x00000130; // type:function size:0x1E4
|
||||
__dt__24sFState_c<11dAcEspark_c>Fv = .text:0x00000320; // type:function size:0x58
|
||||
__dt__27sFStateFct_c<11dAcEspark_c>Fv = .text:0x00000380; // type:function size:0x6C
|
||||
__dt__80sStateMgr_c<11dAcEspark_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000003F0; // type:function size:0xA0
|
||||
__dt__50sFStateMgr_c<11dAcEspark_c,20sStateMethodUsr_FI_c>Fv = .text:0x00000490; // type:function size:0xA4
|
||||
fn_199_540 = .text:0x00000540; // type:function size:0x4
|
||||
fn_199_550 = .text:0x00000550; // type:function size:0x58
|
||||
fn_199_5B0 = .text:0x000005B0; // type:function size:0x90
|
||||
@@ -16,32 +16,32 @@ fn_199_640 = .text:0x00000640; // type:function size:0x4
|
||||
fn_199_650 = .text:0x00000650; // type:function size:0x40
|
||||
fn_199_690 = .text:0x00000690; // type:function size:0x314
|
||||
fn_199_9B0 = .text:0x000009B0; // type:function size:0x3D0
|
||||
fn_199_D80 = .text:0x00000D80; // type:function size:0x10
|
||||
changeState__80sStateMgr_c<11dAcEspark_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x00000D80; // type:function size:0x10
|
||||
fn_199_D90 = .text:0x00000D90; // type:function size:0xE0
|
||||
fn_199_E70 = .text:0x00000E70; // type:function size:0x8
|
||||
fn_199_E80 = .text:0x00000E80; // type:function size:0x4D4
|
||||
fn_199_1360 = .text:0x00001360; // type:function size:0x10
|
||||
fn_199_1370 = .text:0x00001370; // type:function size:0x10
|
||||
executeState__80sStateMgr_c<11dAcEspark_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00001360; // type:function size:0x10
|
||||
getStateID__80sStateMgr_c<11dAcEspark_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00001370; // type:function size:0x10
|
||||
fn_199_1380 = .text:0x00001380; // type:function size:0x1C
|
||||
fn_199_13A0 = .text:0x000013A0; // type:function size:0xD4
|
||||
fn_199_1480 = .text:0x00001480; // type:function size:0x188
|
||||
fn_199_1610 = .text:0x00001610; // type:function size:0x3C8
|
||||
fn_199_19E0 = .text:0x000019E0; // type:function size:0x4
|
||||
fn_199_19F0 = .text:0x000019F0; // type:function size:0x80
|
||||
fn_199_1A70 = .text:0x00001A70; // type:function size:0x58
|
||||
fn_199_1AD0 = .text:0x00001AD0; // type:function size:0x4
|
||||
fn_199_1AE0 = .text:0x00001AE0; // type:function size:0xA0
|
||||
fn_199_1B80 = .text:0x00001B80; // type:function size:0x850
|
||||
fn_199_23D0 = .text:0x000023D0; // type:function size:0x4
|
||||
fn_199_23E0 = .text:0x000023E0; // type:function size:0x1B0
|
||||
fn_199_2590 = .text:0x00002590; // type:function size:0x158
|
||||
fn_199_26F0 = .text:0x000026F0; // type:function size:0x4
|
||||
fn_199_2700 = .text:0x00002700; // type:function size:0xE4
|
||||
fn_199_27F0 = .text:0x000027F0; // type:function size:0x1D4
|
||||
fn_199_29D0 = .text:0x000029D0; // type:function size:0x4
|
||||
fn_199_29E0 = .text:0x000029E0; // type:function size:0x84
|
||||
fn_199_2A70 = .text:0x00002A70; // type:function size:0x154
|
||||
fn_199_2BD0 = .text:0x00002BD0; // type:function size:0x4
|
||||
initializeState_Wait__11dAcEspark_cFv = .text:0x00001480; // type:function size:0x188
|
||||
executeState_Wait__11dAcEspark_cFv = .text:0x00001610; // type:function size:0x3C8
|
||||
finalizeState_Wait__11dAcEspark_cFv = .text:0x000019E0; // type:function size:0x4
|
||||
initializeState_EyeWait__11dAcEspark_cFv = .text:0x000019F0; // type:function size:0x80
|
||||
executeState_EyeWait__11dAcEspark_cFv = .text:0x00001A70; // type:function size:0x58
|
||||
finalizeState_EyeWait__11dAcEspark_cFv = .text:0x00001AD0; // type:function size:0x4
|
||||
initializeState_Move__11dAcEspark_cFv = .text:0x00001AE0; // type:function size:0xA0
|
||||
executeState_Move__11dAcEspark_cFv = .text:0x00001B80; // type:function size:0x850
|
||||
finalizeState_Move__11dAcEspark_cFv = .text:0x000023D0; // type:function size:0x4
|
||||
initializeState_Damage__11dAcEspark_cFv = .text:0x000023E0; // type:function size:0x1B0
|
||||
executeState_Damage__11dAcEspark_cFv = .text:0x00002590; // type:function size:0x158
|
||||
finalizeState_Damage__11dAcEspark_cFv = .text:0x000026F0; // type:function size:0x4
|
||||
initializeState_Dead__11dAcEspark_cFv = .text:0x00002700; // type:function size:0xE4
|
||||
executeState_Dead__11dAcEspark_cFv = .text:0x000027F0; // type:function size:0x1D4
|
||||
finalizeState_Dead__11dAcEspark_cFv = .text:0x000029D0; // type:function size:0x4
|
||||
initializeState_Stun__11dAcEspark_cFv = .text:0x000029E0; // type:function size:0x84
|
||||
executeState_Stun__11dAcEspark_cFv = .text:0x00002A70; // type:function size:0x154
|
||||
finalizeState_Stun__11dAcEspark_cFv = .text:0x00002BD0; // type:function size:0x4
|
||||
fn_199_2BE0 = .text:0x00002BE0; // type:function size:0x184
|
||||
fn_199_2D70 = .text:0x00002D70; // type:function size:0x88
|
||||
fn_199_2E00 = .text:0x00002E00; // type:function size:0x174
|
||||
@@ -56,24 +56,24 @@ fn_199_4170 = .text:0x00004170; // type:function size:0x8
|
||||
fn_199_4180 = .text:0x00004180; // type:function size:0x4
|
||||
fn_199_4190 = .text:0x00004190; // type:function size:0x4
|
||||
fn_199_41A0 = .text:0x000041A0; // type:function size:0x8
|
||||
fn_199_41B0 = .text:0x000041B0; // type:function size:0x1B0
|
||||
fn_199_4360 = .text:0x00004360; // type:function size:0x60
|
||||
fn_199_43C0 = .text:0x000043C0; // type:function size:0xC
|
||||
fn_199_43D0 = .text:0x000043D0; // type:function size:0x1C
|
||||
fn_199_43F0 = .text:0x000043F0; // type:function size:0x1C
|
||||
fn_199_4410 = .text:0x00004410; // type:function size:0x1C
|
||||
fn_199_4430 = .text:0x00004430; // type:function size:0x10
|
||||
fn_199_4440 = .text:0x00004440; // type:function size:0x10
|
||||
fn_199_4450 = .text:0x00004450; // type:function size:0x10
|
||||
fn_199_4460 = .text:0x00004460; // type:function size:0x10
|
||||
fn_199_4470 = .text:0x00004470; // type:function size:0x10
|
||||
fn_199_4480 = .text:0x00004480; // type:function size:0x10
|
||||
fn_199_4490 = .text:0x00004490; // type:function size:0x30
|
||||
fn_199_44C0 = .text:0x000044C0; // type:function size:0x30
|
||||
fn_199_44F0 = .text:0x000044F0; // type:function size:0x30
|
||||
fn_199_4520 = .text:0x00004520; // type:function size:0x4B0
|
||||
fn_199_49D0 = .text:0x000049D0; // type:function size:0x58
|
||||
fn_199_4A30 = .text:0x00004A30; // type:function size:0x88
|
||||
__dt__11dAcEspark_cFv = .text:0x000041B0; // type:function size:0x1B0
|
||||
build__27sFStateFct_c<11dAcEspark_c>FRC12sStateIDIf_c = .text:0x00004360; // type:function size:0x60
|
||||
dispose__27sFStateFct_c<11dAcEspark_c>FRP10sStateIf_c = .text:0x000043C0; // type:function size:0xC
|
||||
initialize__24sFState_c<11dAcEspark_c>Fv = .text:0x000043D0; // type:function size:0x1C
|
||||
execute__24sFState_c<11dAcEspark_c>Fv = .text:0x000043F0; // type:function size:0x1C
|
||||
finalize__24sFState_c<11dAcEspark_c>Fv = .text:0x00004410; // type:function size:0x1C
|
||||
initializeState__80sStateMgr_c<11dAcEspark_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00004430; // type:function size:0x10
|
||||
finalizeState__80sStateMgr_c<11dAcEspark_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00004440; // type:function size:0x10
|
||||
refreshState__80sStateMgr_c<11dAcEspark_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00004450; // type:function size:0x10
|
||||
getState__80sStateMgr_c<11dAcEspark_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00004460; // type:function size:0x10
|
||||
getNewStateID__80sStateMgr_c<11dAcEspark_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00004470; // type:function size:0x10
|
||||
getOldStateID__80sStateMgr_c<11dAcEspark_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00004480; // type:function size:0x10
|
||||
finalizeState__26sFStateID_c<11dAcEspark_c>CFR11dAcEspark_c = .text:0x00004490; // type:function size:0x30
|
||||
executeState__26sFStateID_c<11dAcEspark_c>CFR11dAcEspark_c = .text:0x000044C0; // type:function size:0x30
|
||||
initializeState__26sFStateID_c<11dAcEspark_c>CFR11dAcEspark_c = .text:0x000044F0; // type:function size:0x30
|
||||
__sinit_\d_a_e_spark_cpp = .text:0x00004520; // type:function size:0x4B0 scope:local
|
||||
__dt__26sFStateID_c<11dAcEspark_c>Fv = .text:0x000049D0; // type:function size:0x58
|
||||
isSameName__26sFStateID_c<11dAcEspark_c>CFPCc = .text:0x00004A30; // type:function size:0x88
|
||||
fn_199_4AC0 = .text:0x00004AC0; // type:function size:0x8
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
_dtors = .dtors:0x00000000; // type:label scope:global
|
||||
@@ -90,7 +90,7 @@ lbl_199_rodata_E0 = .rodata:0x000000E0; // type:object size:0x14 data:float
|
||||
lbl_199_rodata_F4 = .rodata:0x000000F4; // type:object size:0x4 data:float
|
||||
lbl_199_rodata_F8 = .rodata:0x000000F8; // type:object size:0x18 data:float
|
||||
lbl_199_rodata_110 = .rodata:0x00000110; // type:object size:0x3C data:float
|
||||
lbl_199_data_0 = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
g_profile_E_SPARK = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
lbl_199_data_10 = .data:0x00000010; // type:object size:0xC
|
||||
lbl_199_data_1C = .data:0x0000001C; // type:object size:0xC
|
||||
lbl_199_data_28 = .data:0x00000028; // type:object size:0xC
|
||||
|
||||
@@ -4,11 +4,11 @@ _unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
fn_149_F0 = .text:0x000000F0; // type:function size:0x40
|
||||
AcEst__ctor = .text:0x00000130; // type:function size:0x2CC
|
||||
fn_149_400 = .text:0x00000400; // type:function size:0x58
|
||||
fn_149_460 = .text:0x00000460; // type:function size:0x6C
|
||||
fn_149_4D0 = .text:0x000004D0; // type:function size:0xA0
|
||||
fn_149_570 = .text:0x00000570; // type:function size:0xA4
|
||||
dAcEst_c_classInit__Fv = .text:0x00000130; // type:function size:0x2CC
|
||||
__dt__20sFState_c<8dAcEst_c>Fv = .text:0x00000400; // type:function size:0x58
|
||||
__dt__23sFStateFct_c<8dAcEst_c>Fv = .text:0x00000460; // type:function size:0x6C
|
||||
__dt__76sStateMgr_c<8dAcEst_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000004D0; // type:function size:0xA0
|
||||
__dt__46sFStateMgr_c<8dAcEst_c,20sStateMethodUsr_FI_c>Fv = .text:0x00000570; // type:function size:0xA4
|
||||
fn_149_620 = .text:0x00000620; // type:function size:0x58
|
||||
fn_149_680 = .text:0x00000680; // type:function size:0x5C
|
||||
fn_149_6E0 = .text:0x000006E0; // type:function size:0x3C
|
||||
@@ -26,14 +26,14 @@ AcEst__init = .text:0x00000EA0; // type:function size:0x35C
|
||||
fn_149_1200 = .text:0x00001200; // type:function size:0x28
|
||||
fn_149_1230 = .text:0x00001230; // type:function size:0x14
|
||||
fn_149_1250 = .text:0x00001250; // type:function size:0x10
|
||||
fn_149_1260 = .text:0x00001260; // type:function size:0x10
|
||||
changeState__76sStateMgr_c<8dAcEst_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x00001260; // type:function size:0x10
|
||||
fn_149_1270 = .text:0x00001270; // type:function size:0x10
|
||||
fn_149_1280 = .text:0x00001280; // type:function size:0x34
|
||||
fn_149_12C0 = .text:0x000012C0; // type:function size:0x4
|
||||
fn_149_12D0 = .text:0x000012D0; // type:function size:0x24C
|
||||
fn_149_1520 = .text:0x00001520; // type:function size:0x320
|
||||
fn_149_1840 = .text:0x00001840; // type:function size:0x58
|
||||
fn_149_18A0 = .text:0x000018A0; // type:function size:0x10
|
||||
getStateID__76sStateMgr_c<8dAcEst_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000018A0; // type:function size:0x10
|
||||
fn_149_18B0 = .text:0x000018B0; // type:function size:0x8
|
||||
fn_149_18C0 = .text:0x000018C0; // type:function size:0xFC
|
||||
fn_149_19C0 = .text:0x000019C0; // type:function size:0x8
|
||||
@@ -43,101 +43,101 @@ fn_149_1D10 = .text:0x00001D10; // type:function size:0xC
|
||||
fn_149_1D20 = .text:0x00001D20; // type:function size:0xC
|
||||
fn_149_1D30 = .text:0x00001D30; // type:function size:0x304
|
||||
fn_149_2040 = .text:0x00002040; // type:function size:0x10
|
||||
fn_149_2050 = .text:0x00002050; // type:function size:0x10
|
||||
executeState__76sStateMgr_c<8dAcEst_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00002050; // type:function size:0x10
|
||||
fn_149_2060 = .text:0x00002060; // type:function size:0xE8
|
||||
fn_149_2150 = .text:0x00002150; // type:function size:0x58
|
||||
fn_149_21B0 = .text:0x000021B0; // type:function size:0x314
|
||||
fn_149_24D0 = .text:0x000024D0; // type:function size:0xC
|
||||
fn_149_24E0 = .text:0x000024E0; // type:function size:0x3C
|
||||
fn_149_2520 = .text:0x00002520; // type:function size:0xE8
|
||||
fn_149_2610 = .text:0x00002610; // type:function size:0x4
|
||||
fn_149_2620 = .text:0x00002620; // type:function size:0xC0
|
||||
fn_149_26E0 = .text:0x000026E0; // type:function size:0x168
|
||||
fn_149_2850 = .text:0x00002850; // type:function size:0x18
|
||||
fn_149_2870 = .text:0x00002870; // type:function size:0x88
|
||||
fn_149_2900 = .text:0x00002900; // type:function size:0x4C4
|
||||
fn_149_2DD0 = .text:0x00002DD0; // type:function size:0x48
|
||||
fn_149_2E20 = .text:0x00002E20; // type:function size:0x80
|
||||
fn_149_2EA0 = .text:0x00002EA0; // type:function size:0x204
|
||||
fn_149_30B0 = .text:0x000030B0; // type:function size:0x3C
|
||||
fn_149_30F0 = .text:0x000030F0; // type:function size:0x70
|
||||
fn_149_3160 = .text:0x00003160; // type:function size:0x140
|
||||
fn_149_32A0 = .text:0x000032A0; // type:function size:0x4
|
||||
fn_149_32B0 = .text:0x000032B0; // type:function size:0xB8
|
||||
fn_149_3370 = .text:0x00003370; // type:function size:0x17C
|
||||
fn_149_34F0 = .text:0x000034F0; // type:function size:0x4
|
||||
fn_149_3500 = .text:0x00003500; // type:function size:0x8C
|
||||
fn_149_3590 = .text:0x00003590; // type:function size:0x164
|
||||
fn_149_3700 = .text:0x00003700; // type:function size:0x18
|
||||
fn_149_3720 = .text:0x00003720; // type:function size:0x164
|
||||
fn_149_3890 = .text:0x00003890; // type:function size:0x1F8
|
||||
fn_149_3A90 = .text:0x00003A90; // type:function size:0xC
|
||||
fn_149_3AA0 = .text:0x00003AA0; // type:function size:0x60
|
||||
fn_149_3B00 = .text:0x00003B00; // type:function size:0x88
|
||||
fn_149_3B90 = .text:0x00003B90; // type:function size:0x18
|
||||
fn_149_3BB0 = .text:0x00003BB0; // type:function size:0xD0
|
||||
fn_149_3C80 = .text:0x00003C80; // type:function size:0x664
|
||||
initializeState_Home__8dAcEst_cFv = .text:0x00002150; // type:function size:0x58
|
||||
executeState_Home__8dAcEst_cFv = .text:0x000021B0; // type:function size:0x314
|
||||
finalizeState_Home__8dAcEst_cFv = .text:0x000024D0; // type:function size:0xC
|
||||
initializeState_HomeLine__8dAcEst_cFv = .text:0x000024E0; // type:function size:0x3C
|
||||
executeState_HomeLine__8dAcEst_cFv = .text:0x00002520; // type:function size:0xE8
|
||||
finalizeState_HomeLine__8dAcEst_cFv = .text:0x00002610; // type:function size:0x4
|
||||
initializeState_HangHide__8dAcEst_cFv = .text:0x00002620; // type:function size:0xC0
|
||||
executeState_HangHide__8dAcEst_cFv = .text:0x000026E0; // type:function size:0x168
|
||||
finalizeState_HangHide__8dAcEst_cFv = .text:0x00002850; // type:function size:0x18
|
||||
initializeState_HangWait__8dAcEst_cFv = .text:0x00002870; // type:function size:0x88
|
||||
executeState_HangWait__8dAcEst_cFv = .text:0x00002900; // type:function size:0x4C4
|
||||
finalizeState_HangWait__8dAcEst_cFv = .text:0x00002DD0; // type:function size:0x48
|
||||
initializeState_HangAttack__8dAcEst_cFv = .text:0x00002E20; // type:function size:0x80
|
||||
executeState_HangAttack__8dAcEst_cFv = .text:0x00002EA0; // type:function size:0x204
|
||||
finalizeState_HangAttack__8dAcEst_cFv = .text:0x000030B0; // type:function size:0x3C
|
||||
initializeState_HangStun__8dAcEst_cFv = .text:0x000030F0; // type:function size:0x70
|
||||
executeState_HangStun__8dAcEst_cFv = .text:0x00003160; // type:function size:0x140
|
||||
finalizeState_HangStun__8dAcEst_cFv = .text:0x000032A0; // type:function size:0x4
|
||||
initializeState_Drop__8dAcEst_cFv = .text:0x000032B0; // type:function size:0xB8
|
||||
executeState_Drop__8dAcEst_cFv = .text:0x00003370; // type:function size:0x17C
|
||||
finalizeState_Drop__8dAcEst_cFv = .text:0x000034F0; // type:function size:0x4
|
||||
initializeState_NormalWait__8dAcEst_cFv = .text:0x00003500; // type:function size:0x8C
|
||||
executeState_NormalWait__8dAcEst_cFv = .text:0x00003590; // type:function size:0x164
|
||||
finalizeState_NormalWait__8dAcEst_cFv = .text:0x00003700; // type:function size:0x18
|
||||
initializeState_NormalWalk__8dAcEst_cFv = .text:0x00003720; // type:function size:0x164
|
||||
executeState_NormalWalk__8dAcEst_cFv = .text:0x00003890; // type:function size:0x1F8
|
||||
finalizeState_NormalWalk__8dAcEst_cFv = .text:0x00003A90; // type:function size:0xC
|
||||
initializeState_WindGuard__8dAcEst_cFv = .text:0x00003AA0; // type:function size:0x60
|
||||
executeState_WindGuard__8dAcEst_cFv = .text:0x00003B00; // type:function size:0x88
|
||||
finalizeState_WindGuard__8dAcEst_cFv = .text:0x00003B90; // type:function size:0x18
|
||||
initializeState_Fight__8dAcEst_cFv = .text:0x00003BB0; // type:function size:0xD0
|
||||
executeState_Fight__8dAcEst_cFv = .text:0x00003C80; // type:function size:0x664
|
||||
fn_149_42F0 = .text:0x000042F0; // type:function size:0xD4
|
||||
fn_149_43D0 = .text:0x000043D0; // type:function size:0x4C
|
||||
fn_149_4420 = .text:0x00004420; // type:function size:0x14
|
||||
fn_149_4440 = .text:0x00004440; // type:function size:0x88
|
||||
fn_149_44D0 = .text:0x000044D0; // type:function size:0x140
|
||||
fn_149_4610 = .text:0x00004610; // type:function size:0x4
|
||||
fn_149_4620 = .text:0x00004620; // type:function size:0x90
|
||||
fn_149_46B0 = .text:0x000046B0; // type:function size:0x31C
|
||||
fn_149_49D0 = .text:0x000049D0; // type:function size:0x18
|
||||
fn_149_49F0 = .text:0x000049F0; // type:function size:0x118
|
||||
fn_149_4B10 = .text:0x00004B10; // type:function size:0x37C
|
||||
fn_149_4E90 = .text:0x00004E90; // type:function size:0x8
|
||||
fn_149_4EA0 = .text:0x00004EA0; // type:function size:0x138
|
||||
fn_149_4FE0 = .text:0x00004FE0; // type:function size:0x160
|
||||
fn_149_5140 = .text:0x00005140; // type:function size:0x48
|
||||
fn_149_5190 = .text:0x00005190; // type:function size:0xA8
|
||||
fn_149_5240 = .text:0x00005240; // type:function size:0x350
|
||||
fn_149_5590 = .text:0x00005590; // type:function size:0x78
|
||||
fn_149_5610 = .text:0x00005610; // type:function size:0x140
|
||||
fn_149_5750 = .text:0x00005750; // type:function size:0x184
|
||||
fn_149_58E0 = .text:0x000058E0; // type:function size:0x4
|
||||
fn_149_58F0 = .text:0x000058F0; // type:function size:0xD8
|
||||
fn_149_59D0 = .text:0x000059D0; // type:function size:0x280
|
||||
fn_149_5C50 = .text:0x00005C50; // type:function size:0x24
|
||||
fn_149_5C80 = .text:0x00005C80; // type:function size:0xE0
|
||||
fn_149_5D60 = .text:0x00005D60; // type:function size:0x340
|
||||
fn_149_60A0 = .text:0x000060A0; // type:function size:0x34
|
||||
fn_149_60E0 = .text:0x000060E0; // type:function size:0xA4
|
||||
fn_149_6190 = .text:0x00006190; // type:function size:0x4A8
|
||||
fn_149_6640 = .text:0x00006640; // type:function size:0x44
|
||||
fn_149_6690 = .text:0x00006690; // type:function size:0x70
|
||||
fn_149_6700 = .text:0x00006700; // type:function size:0xB0
|
||||
fn_149_67B0 = .text:0x000067B0; // type:function size:0x4
|
||||
fn_149_67C0 = .text:0x000067C0; // type:function size:0xD4
|
||||
fn_149_68A0 = .text:0x000068A0; // type:function size:0x238
|
||||
fn_149_6AE0 = .text:0x00006AE0; // type:function size:0x38
|
||||
fn_149_6B20 = .text:0x00006B20; // type:function size:0x84
|
||||
fn_149_6BB0 = .text:0x00006BB0; // type:function size:0x128
|
||||
fn_149_6CE0 = .text:0x00006CE0; // type:function size:0x4
|
||||
fn_149_6CF0 = .text:0x00006CF0; // type:function size:0xA8
|
||||
fn_149_6DA0 = .text:0x00006DA0; // type:function size:0x270
|
||||
fn_149_7010 = .text:0x00007010; // type:function size:0x4
|
||||
fn_149_7020 = .text:0x00007020; // type:function size:0x13C
|
||||
fn_149_7160 = .text:0x00007160; // type:function size:0xA4
|
||||
fn_149_7210 = .text:0x00007210; // type:function size:0xC
|
||||
fn_149_7220 = .text:0x00007220; // type:function size:0x6C
|
||||
fn_149_7290 = .text:0x00007290; // type:function size:0x23C
|
||||
fn_149_74D0 = .text:0x000074D0; // type:function size:0x8
|
||||
fn_149_74E0 = .text:0x000074E0; // type:function size:0x7C
|
||||
fn_149_7560 = .text:0x00007560; // type:function size:0x2A0
|
||||
fn_149_7800 = .text:0x00007800; // type:function size:0x3C
|
||||
fn_149_7840 = .text:0x00007840; // type:function size:0x8C
|
||||
fn_149_78D0 = .text:0x000078D0; // type:function size:0x584
|
||||
finalizeState_Fight__8dAcEst_cFv = .text:0x00004420; // type:function size:0x14
|
||||
initializeState_StandEnd__8dAcEst_cFv = .text:0x00004440; // type:function size:0x88
|
||||
executeState_StandEnd__8dAcEst_cFv = .text:0x000044D0; // type:function size:0x140
|
||||
finalizeState_StandEnd__8dAcEst_cFv = .text:0x00004610; // type:function size:0x4
|
||||
initializeState_WireAttack__8dAcEst_cFv = .text:0x00004620; // type:function size:0x90
|
||||
executeState_WireAttack__8dAcEst_cFv = .text:0x000046B0; // type:function size:0x31C
|
||||
finalizeState_WireAttack__8dAcEst_cFv = .text:0x000049D0; // type:function size:0x18
|
||||
initializeState_JumpAttack__8dAcEst_cFv = .text:0x000049F0; // type:function size:0x118
|
||||
executeState_JumpAttack__8dAcEst_cFv = .text:0x00004B10; // type:function size:0x37C
|
||||
finalizeState_JumpAttack__8dAcEst_cFv = .text:0x00004E90; // type:function size:0x8
|
||||
initializeState_HugWalk__8dAcEst_cFv = .text:0x00004EA0; // type:function size:0x138
|
||||
executeState_HugWalk__8dAcEst_cFv = .text:0x00004FE0; // type:function size:0x160
|
||||
finalizeState_HugWalk__8dAcEst_cFv = .text:0x00005140; // type:function size:0x48
|
||||
initializeState_Hug__8dAcEst_cFv = .text:0x00005190; // type:function size:0xA8
|
||||
executeState_Hug__8dAcEst_cFv = .text:0x00005240; // type:function size:0x350
|
||||
finalizeState_Hug__8dAcEst_cFv = .text:0x00005590; // type:function size:0x78
|
||||
initializeState_CancelHug__8dAcEst_cFv = .text:0x00005610; // type:function size:0x140
|
||||
executeState_CancelHug__8dAcEst_cFv = .text:0x00005750; // type:function size:0x184
|
||||
finalizeState_CancelHug__8dAcEst_cFv = .text:0x000058E0; // type:function size:0x4
|
||||
initializeState_StandHit__8dAcEst_cFv = .text:0x000058F0; // type:function size:0xD8
|
||||
executeState_StandHit__8dAcEst_cFv = .text:0x000059D0; // type:function size:0x280
|
||||
finalizeState_StandHit__8dAcEst_cFv = .text:0x00005C50; // type:function size:0x24
|
||||
initializeState_StandStun__8dAcEst_cFv = .text:0x00005C80; // type:function size:0xE0
|
||||
executeState_StandStun__8dAcEst_cFv = .text:0x00005D60; // type:function size:0x340
|
||||
finalizeState_StandStun__8dAcEst_cFv = .text:0x000060A0; // type:function size:0x34
|
||||
initializeState_Stun__8dAcEst_cFv = .text:0x000060E0; // type:function size:0xA4
|
||||
executeState_Stun__8dAcEst_cFv = .text:0x00006190; // type:function size:0x4A8
|
||||
finalizeState_Stun__8dAcEst_cFv = .text:0x00006640; // type:function size:0x44
|
||||
initializeState_Reverse__8dAcEst_cFv = .text:0x00006690; // type:function size:0x70
|
||||
executeState_Reverse__8dAcEst_cFv = .text:0x00006700; // type:function size:0xB0
|
||||
finalizeState_Reverse__8dAcEst_cFv = .text:0x000067B0; // type:function size:0x4
|
||||
initializeState_WaterDead__8dAcEst_cFv = .text:0x000067C0; // type:function size:0xD4
|
||||
executeState_WaterDead__8dAcEst_cFv = .text:0x000068A0; // type:function size:0x238
|
||||
finalizeState_WaterDead__8dAcEst_cFv = .text:0x00006AE0; // type:function size:0x38
|
||||
initializeState_Dead__8dAcEst_cFv = .text:0x00006B20; // type:function size:0x84
|
||||
executeState_Dead__8dAcEst_cFv = .text:0x00006BB0; // type:function size:0x128
|
||||
finalizeState_Dead__8dAcEst_cFv = .text:0x00006CE0; // type:function size:0x4
|
||||
initializeState_StandDead__8dAcEst_cFv = .text:0x00006CF0; // type:function size:0xA8
|
||||
executeState_StandDead__8dAcEst_cFv = .text:0x00006DA0; // type:function size:0x270
|
||||
finalizeState_StandDead__8dAcEst_cFv = .text:0x00007010; // type:function size:0x4
|
||||
initializeState_Defense__8dAcEst_cFv = .text:0x00007020; // type:function size:0x13C
|
||||
executeState_Defense__8dAcEst_cFv = .text:0x00007160; // type:function size:0xA4
|
||||
finalizeState_Defense__8dAcEst_cFv = .text:0x00007210; // type:function size:0xC
|
||||
initializeState_SpiderFang__8dAcEst_cFv = .text:0x00007220; // type:function size:0x6C
|
||||
executeState_SpiderFang__8dAcEst_cFv = .text:0x00007290; // type:function size:0x23C
|
||||
finalizeState_SpiderFang__8dAcEst_cFv = .text:0x000074D0; // type:function size:0x8
|
||||
initializeState_SpiderWait__8dAcEst_cFv = .text:0x000074E0; // type:function size:0x7C
|
||||
executeState_SpiderWait__8dAcEst_cFv = .text:0x00007560; // type:function size:0x2A0
|
||||
finalizeState_SpiderWait__8dAcEst_cFv = .text:0x00007800; // type:function size:0x3C
|
||||
initializeState_SpiderMove__8dAcEst_cFv = .text:0x00007840; // type:function size:0x8C
|
||||
executeState_SpiderMove__8dAcEst_cFv = .text:0x000078D0; // type:function size:0x584
|
||||
fn_149_7E60 = .text:0x00007E60; // type:function size:0x2C
|
||||
fn_149_7E90 = .text:0x00007E90; // type:function size:0x10
|
||||
fn_149_7EA0 = .text:0x00007EA0; // type:function size:0x74
|
||||
fn_149_7F20 = .text:0x00007F20; // type:function size:0x4B8
|
||||
fn_149_83E0 = .text:0x000083E0; // type:function size:0x38
|
||||
fn_149_8420 = .text:0x00008420; // type:function size:0xB0
|
||||
fn_149_84D0 = .text:0x000084D0; // type:function size:0x3FC
|
||||
fn_149_88D0 = .text:0x000088D0; // type:function size:0x4
|
||||
finalizeState_SpiderMove__8dAcEst_cFv = .text:0x00007E90; // type:function size:0x10
|
||||
initializeState_SpiderAttack__8dAcEst_cFv = .text:0x00007EA0; // type:function size:0x74
|
||||
executeState_SpiderAttack__8dAcEst_cFv = .text:0x00007F20; // type:function size:0x4B8
|
||||
finalizeState_SpiderAttack__8dAcEst_cFv = .text:0x000083E0; // type:function size:0x38
|
||||
initializeState_SpiderHome__8dAcEst_cFv = .text:0x00008420; // type:function size:0xB0
|
||||
executeState_SpiderHome__8dAcEst_cFv = .text:0x000084D0; // type:function size:0x3FC
|
||||
finalizeState_SpiderHome__8dAcEst_cFv = .text:0x000088D0; // type:function size:0x4
|
||||
fn_149_88E0 = .text:0x000088E0; // type:function size:0x48
|
||||
fn_149_8930 = .text:0x00008930; // type:function size:0x484
|
||||
fn_149_8DC0 = .text:0x00008DC0; // type:function size:0x4C
|
||||
@@ -189,7 +189,7 @@ fn_149_E1D0 = .text:0x0000E1D0; // type:function size:0x8
|
||||
fn_149_E1E0 = .text:0x0000E1E0; // type:function size:0x4
|
||||
fn_149_E1F0 = .text:0x0000E1F0; // type:function size:0x4
|
||||
fn_149_E200 = .text:0x0000E200; // type:function size:0x8
|
||||
fn_149_E210 = .text:0x0000E210; // type:function size:0x2B8
|
||||
__dt__8dAcEst_cFv = .text:0x0000E210; // type:function size:0x2B8
|
||||
fn_149_E4D0 = .text:0x0000E4D0; // type:function size:0x50
|
||||
fn_149_E520 = .text:0x0000E520; // type:function size:0x4
|
||||
fn_149_E530 = .text:0x0000E530; // type:function size:0x14C
|
||||
@@ -197,23 +197,23 @@ fn_149_E680 = .text:0x0000E680; // type:function size:0x28
|
||||
fn_149_E6B0 = .text:0x0000E6B0; // type:function size:0x28
|
||||
fn_149_E6E0 = .text:0x0000E6E0; // type:function size:0x8
|
||||
fn_149_E6F0 = .text:0x0000E6F0; // type:function size:0x8
|
||||
fn_149_E700 = .text:0x0000E700; // type:function size:0x60
|
||||
fn_149_E760 = .text:0x0000E760; // type:function size:0xC
|
||||
fn_149_E770 = .text:0x0000E770; // type:function size:0x1C
|
||||
fn_149_E790 = .text:0x0000E790; // type:function size:0x1C
|
||||
fn_149_E7B0 = .text:0x0000E7B0; // type:function size:0x1C
|
||||
fn_149_E7D0 = .text:0x0000E7D0; // type:function size:0x10
|
||||
fn_149_E7E0 = .text:0x0000E7E0; // type:function size:0x10
|
||||
fn_149_E7F0 = .text:0x0000E7F0; // type:function size:0x10
|
||||
fn_149_E800 = .text:0x0000E800; // type:function size:0x10
|
||||
fn_149_E810 = .text:0x0000E810; // type:function size:0x10
|
||||
fn_149_E820 = .text:0x0000E820; // type:function size:0x10
|
||||
fn_149_E830 = .text:0x0000E830; // type:function size:0x30
|
||||
fn_149_E860 = .text:0x0000E860; // type:function size:0x30
|
||||
fn_149_E890 = .text:0x0000E890; // type:function size:0x30
|
||||
AcEst__initStates = .text:0x0000E8C0; // type:function size:0x1650
|
||||
fn_149_FF10 = .text:0x0000FF10; // type:function size:0x58
|
||||
fn_149_FF70 = .text:0x0000FF70; // type:function size:0x88
|
||||
build__23sFStateFct_c<8dAcEst_c>FRC12sStateIDIf_c = .text:0x0000E700; // type:function size:0x60
|
||||
dispose__23sFStateFct_c<8dAcEst_c>FRP10sStateIf_c = .text:0x0000E760; // type:function size:0xC
|
||||
initialize__20sFState_c<8dAcEst_c>Fv = .text:0x0000E770; // type:function size:0x1C
|
||||
execute__20sFState_c<8dAcEst_c>Fv = .text:0x0000E790; // type:function size:0x1C
|
||||
finalize__20sFState_c<8dAcEst_c>Fv = .text:0x0000E7B0; // type:function size:0x1C
|
||||
initializeState__76sStateMgr_c<8dAcEst_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x0000E7D0; // type:function size:0x10
|
||||
finalizeState__76sStateMgr_c<8dAcEst_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x0000E7E0; // type:function size:0x10
|
||||
refreshState__76sStateMgr_c<8dAcEst_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x0000E7F0; // type:function size:0x10
|
||||
getState__76sStateMgr_c<8dAcEst_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x0000E800; // type:function size:0x10
|
||||
getNewStateID__76sStateMgr_c<8dAcEst_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x0000E810; // type:function size:0x10
|
||||
getOldStateID__76sStateMgr_c<8dAcEst_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x0000E820; // type:function size:0x10
|
||||
finalizeState__22sFStateID_c<8dAcEst_c>CFR8dAcEst_c = .text:0x0000E830; // type:function size:0x30
|
||||
executeState__22sFStateID_c<8dAcEst_c>CFR8dAcEst_c = .text:0x0000E860; // type:function size:0x30
|
||||
initializeState__22sFStateID_c<8dAcEst_c>CFR8dAcEst_c = .text:0x0000E890; // type:function size:0x30
|
||||
__sinit_\d_a_e_st_cpp = .text:0x0000E8C0; // type:function size:0x1650 scope:local
|
||||
__dt__22sFStateID_c<8dAcEst_c>Fv = .text:0x0000FF10; // type:function size:0x58
|
||||
isSameName__22sFStateID_c<8dAcEst_c>CFPCc = .text:0x0000FF70; // type:function size:0x88
|
||||
fn_149_10000 = .text:0x00010000; // type:function size:0x8
|
||||
fn_149_10010 = .text:0x00010010; // type:function size:0x8
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
@@ -234,7 +234,7 @@ lbl_149_rodata_108 = .rodata:0x00000108; // type:object size:0x4C data:float
|
||||
lbl_149_rodata_154 = .rodata:0x00000154; // type:object size:0x4 data:float
|
||||
lbl_149_rodata_158 = .rodata:0x00000158; // type:object size:0xC data:float
|
||||
lbl_149_rodata_164 = .rodata:0x00000164; // type:object size:0x1C data:float
|
||||
lbl_149_data_0 = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
g_profile_E_ST = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
lbl_149_data_10 = .data:0x00000010; // type:object size:0x1C data:float
|
||||
jumptable_149_data_2C = .data:0x0000002C; // type:object size:0x88 scope:local
|
||||
lbl_149_data_14C = .data:0x0000014C; // type:object size:0xC
|
||||
|
||||
@@ -4,56 +4,56 @@ _unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
fn_150_F0 = .text:0x000000F0; // type:function size:0x40
|
||||
fn_150_130 = .text:0x00000130; // type:function size:0x124
|
||||
fn_150_260 = .text:0x00000260; // type:function size:0x58
|
||||
fn_150_2C0 = .text:0x000002C0; // type:function size:0x6C
|
||||
fn_150_330 = .text:0x00000330; // type:function size:0xA0
|
||||
fn_150_3D0 = .text:0x000003D0; // type:function size:0xA4
|
||||
dAcEstwire_c_classInit__Fv = .text:0x00000130; // type:function size:0x124
|
||||
__dt__25sFState_c<12dAcEstwire_c>Fv = .text:0x00000260; // type:function size:0x58
|
||||
__dt__28sFStateFct_c<12dAcEstwire_c>Fv = .text:0x000002C0; // type:function size:0x6C
|
||||
__dt__81sStateMgr_c<12dAcEstwire_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000330; // type:function size:0xA0
|
||||
__dt__51sFStateMgr_c<12dAcEstwire_c,20sStateMethodUsr_FI_c>Fv = .text:0x000003D0; // type:function size:0xA4
|
||||
fn_150_480 = .text:0x00000480; // type:function size:0x4
|
||||
fn_150_490 = .text:0x00000490; // type:function size:0x80
|
||||
fn_150_510 = .text:0x00000510; // type:function size:0x17C
|
||||
fn_150_690 = .text:0x00000690; // type:function size:0x10
|
||||
changeState__81sStateMgr_c<12dAcEstwire_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x00000690; // type:function size:0x10
|
||||
fn_150_6A0 = .text:0x000006A0; // type:function size:0x8
|
||||
fn_150_6B0 = .text:0x000006B0; // type:function size:0x84
|
||||
fn_150_740 = .text:0x00000740; // type:function size:0x10
|
||||
executeState__81sStateMgr_c<12dAcEstwire_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000740; // type:function size:0x10
|
||||
fn_150_750 = .text:0x00000750; // type:function size:0x34
|
||||
fn_150_790 = .text:0x00000790; // type:function size:0xC8
|
||||
fn_150_860 = .text:0x00000860; // type:function size:0x128
|
||||
fn_150_990 = .text:0x00000990; // type:function size:0x138
|
||||
fn_150_AD0 = .text:0x00000AD0; // type:function size:0x8BC
|
||||
fn_150_1390 = .text:0x00001390; // type:function size:0x10
|
||||
fn_150_13A0 = .text:0x000013A0; // type:function size:0x4
|
||||
fn_150_13B0 = .text:0x000013B0; // type:function size:0xC
|
||||
fn_150_13C0 = .text:0x000013C0; // type:function size:0x54C
|
||||
fn_150_1910 = .text:0x00001910; // type:function size:0x4
|
||||
fn_150_1920 = .text:0x00001920; // type:function size:0x44
|
||||
fn_150_1970 = .text:0x00001970; // type:function size:0xA0
|
||||
fn_150_1A10 = .text:0x00001A10; // type:function size:0x4
|
||||
fn_150_1A20 = .text:0x00001A20; // type:function size:0x11C
|
||||
fn_150_1B40 = .text:0x00001B40; // type:function size:0x1EC
|
||||
fn_150_1D30 = .text:0x00001D30; // type:function size:0x4
|
||||
initializeState_Shoot__12dAcEstwire_cFv = .text:0x00000990; // type:function size:0x138
|
||||
executeState_Shoot__12dAcEstwire_cFv = .text:0x00000AD0; // type:function size:0x8BC
|
||||
getStateID__81sStateMgr_c<12dAcEstwire_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00001390; // type:function size:0x10
|
||||
finalizeState_Shoot__12dAcEstwire_cFv = .text:0x000013A0; // type:function size:0x4
|
||||
initializeState_Fix__12dAcEstwire_cFv = .text:0x000013B0; // type:function size:0xC
|
||||
executeState_Fix__12dAcEstwire_cFv = .text:0x000013C0; // type:function size:0x54C
|
||||
finalizeState_Fix__12dAcEstwire_cFv = .text:0x00001910; // type:function size:0x4
|
||||
initializeState_Out__12dAcEstwire_cFv = .text:0x00001920; // type:function size:0x44
|
||||
executeState_Out__12dAcEstwire_cFv = .text:0x00001970; // type:function size:0xA0
|
||||
finalizeState_Out__12dAcEstwire_cFv = .text:0x00001A10; // type:function size:0x4
|
||||
initializeState_AirBack__12dAcEstwire_cFv = .text:0x00001A20; // type:function size:0x11C
|
||||
executeState_AirBack__12dAcEstwire_cFv = .text:0x00001B40; // type:function size:0x1EC
|
||||
finalizeState_AirBack__12dAcEstwire_cFv = .text:0x00001D30; // type:function size:0x4
|
||||
fn_150_1D40 = .text:0x00001D40; // type:function size:0x8
|
||||
fn_150_1D50 = .text:0x00001D50; // type:function size:0x4
|
||||
fn_150_1D60 = .text:0x00001D60; // type:function size:0x4
|
||||
fn_150_1D70 = .text:0x00001D70; // type:function size:0x8
|
||||
fn_150_1D80 = .text:0x00001D80; // type:function size:0x108
|
||||
fn_150_1E90 = .text:0x00001E90; // type:function size:0x60
|
||||
fn_150_1EF0 = .text:0x00001EF0; // type:function size:0xC
|
||||
fn_150_1F00 = .text:0x00001F00; // type:function size:0x1C
|
||||
fn_150_1F20 = .text:0x00001F20; // type:function size:0x1C
|
||||
fn_150_1F40 = .text:0x00001F40; // type:function size:0x1C
|
||||
fn_150_1F60 = .text:0x00001F60; // type:function size:0x10
|
||||
fn_150_1F70 = .text:0x00001F70; // type:function size:0x10
|
||||
fn_150_1F80 = .text:0x00001F80; // type:function size:0x10
|
||||
fn_150_1F90 = .text:0x00001F90; // type:function size:0x10
|
||||
fn_150_1FA0 = .text:0x00001FA0; // type:function size:0x10
|
||||
fn_150_1FB0 = .text:0x00001FB0; // type:function size:0x10
|
||||
fn_150_1FC0 = .text:0x00001FC0; // type:function size:0x30
|
||||
fn_150_1FF0 = .text:0x00001FF0; // type:function size:0x30
|
||||
fn_150_2020 = .text:0x00002020; // type:function size:0x30
|
||||
fn_150_2050 = .text:0x00002050; // type:function size:0x338
|
||||
fn_150_2390 = .text:0x00002390; // type:function size:0x58
|
||||
fn_150_23F0 = .text:0x000023F0; // type:function size:0x88
|
||||
__dt__12dAcEstwire_cFv = .text:0x00001D80; // type:function size:0x108
|
||||
build__28sFStateFct_c<12dAcEstwire_c>FRC12sStateIDIf_c = .text:0x00001E90; // type:function size:0x60
|
||||
dispose__28sFStateFct_c<12dAcEstwire_c>FRP10sStateIf_c = .text:0x00001EF0; // type:function size:0xC
|
||||
initialize__25sFState_c<12dAcEstwire_c>Fv = .text:0x00001F00; // type:function size:0x1C
|
||||
execute__25sFState_c<12dAcEstwire_c>Fv = .text:0x00001F20; // type:function size:0x1C
|
||||
finalize__25sFState_c<12dAcEstwire_c>Fv = .text:0x00001F40; // type:function size:0x1C
|
||||
initializeState__81sStateMgr_c<12dAcEstwire_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00001F60; // type:function size:0x10
|
||||
finalizeState__81sStateMgr_c<12dAcEstwire_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00001F70; // type:function size:0x10
|
||||
refreshState__81sStateMgr_c<12dAcEstwire_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00001F80; // type:function size:0x10
|
||||
getState__81sStateMgr_c<12dAcEstwire_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00001F90; // type:function size:0x10
|
||||
getNewStateID__81sStateMgr_c<12dAcEstwire_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00001FA0; // type:function size:0x10
|
||||
getOldStateID__81sStateMgr_c<12dAcEstwire_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00001FB0; // type:function size:0x10
|
||||
finalizeState__27sFStateID_c<12dAcEstwire_c>CFR12dAcEstwire_c = .text:0x00001FC0; // type:function size:0x30
|
||||
executeState__27sFStateID_c<12dAcEstwire_c>CFR12dAcEstwire_c = .text:0x00001FF0; // type:function size:0x30
|
||||
initializeState__27sFStateID_c<12dAcEstwire_c>CFR12dAcEstwire_c = .text:0x00002020; // type:function size:0x30
|
||||
__sinit_\d_a_e_st_wire_cpp = .text:0x00002050; // type:function size:0x338 scope:local
|
||||
__dt__27sFStateID_c<12dAcEstwire_c>Fv = .text:0x00002390; // type:function size:0x58
|
||||
isSameName__27sFStateID_c<12dAcEstwire_c>CFPCc = .text:0x000023F0; // type:function size:0x88
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
_dtors = .dtors:0x00000000; // type:label scope:global
|
||||
__destroy_global_chain_reference = .dtors:0x00000000; // type:object size:0x4 scope:global
|
||||
@@ -64,7 +64,7 @@ lbl_150_rodata_1C = .rodata:0x0000001C; // type:object size:0x4 data:float
|
||||
lbl_150_rodata_20 = .rodata:0x00000020; // type:object size:0x4 data:float
|
||||
lbl_150_rodata_24 = .rodata:0x00000024; // type:object size:0x48 data:float
|
||||
lbl_150_rodata_6C = .rodata:0x0000006C; // type:object size:0xC data:float
|
||||
lbl_150_data_0 = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
g_profile_E_ST_WIRE = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
lbl_150_data_10 = .data:0x00000010; // type:object size:0x10 data:string
|
||||
lbl_150_data_20 = .data:0x00000020; // type:object size:0x18 data:string
|
||||
lbl_150_data_38 = .data:0x00000038; // type:object size:0x1C
|
||||
|
||||
@@ -3,12 +3,12 @@ _epilog = .text:0x00000030; // type:function size:0x2C scope:global
|
||||
_unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
AcESyakomaito__ctor = .text:0x000000F0; // type:function size:0x1EC
|
||||
dAcESyakomaito_c_classInit__Fv = .text:0x000000F0; // type:function size:0x1EC
|
||||
fn_462_2E0 = .text:0x000002E0; // type:function size:0x58
|
||||
fn_462_340 = .text:0x00000340; // type:function size:0x58
|
||||
fn_462_3A0 = .text:0x000003A0; // type:function size:0x6C
|
||||
fn_462_410 = .text:0x00000410; // type:function size:0xA0
|
||||
fn_462_4B0 = .text:0x000004B0; // type:function size:0xA4
|
||||
__dt__29sFState_c<16dAcESyakomaito_c>Fv = .text:0x00000340; // type:function size:0x58
|
||||
__dt__32sFStateFct_c<16dAcESyakomaito_c>Fv = .text:0x000003A0; // type:function size:0x6C
|
||||
__dt__85sStateMgr_c<16dAcESyakomaito_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000410; // type:function size:0xA0
|
||||
__dt__55sFStateMgr_c<16dAcESyakomaito_c,20sStateMethodUsr_FI_c>Fv = .text:0x000004B0; // type:function size:0xA4
|
||||
fn_462_560 = .text:0x00000560; // type:function size:0x58
|
||||
fn_462_5C0 = .text:0x000005C0; // type:function size:0x90
|
||||
fn_462_650 = .text:0x00000650; // type:function size:0x90
|
||||
@@ -18,65 +18,65 @@ fn_462_7DC = .text:0x000007DC; // type:function size:0x4
|
||||
fn_462_7E0 = .text:0x000007E0; // type:function size:0x1A8
|
||||
fn_462_990 = .text:0x00000990; // type:function size:0x37C
|
||||
fn_462_D10 = .text:0x00000D10; // type:function size:0x238
|
||||
fn_462_F50 = .text:0x00000F50; // type:function size:0x10
|
||||
changeState__85sStateMgr_c<16dAcESyakomaito_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x00000F50; // type:function size:0x10
|
||||
fn_462_F60 = .text:0x00000F60; // type:function size:0x34
|
||||
fn_462_FA0 = .text:0x00000FA0; // type:function size:0x1910
|
||||
fn_462_28B0 = .text:0x000028B0; // type:function size:0x10
|
||||
fn_462_28C0 = .text:0x000028C0; // type:function size:0x10
|
||||
getStateID__85sStateMgr_c<16dAcESyakomaito_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000028B0; // type:function size:0x10
|
||||
executeState__85sStateMgr_c<16dAcESyakomaito_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000028C0; // type:function size:0x10
|
||||
fn_462_28D0 = .text:0x000028D0; // type:function size:0x4C
|
||||
fn_462_2920 = .text:0x00002920; // type:function size:0x1C
|
||||
fn_462_2940 = .text:0x00002940; // type:function size:0x234
|
||||
fn_462_2B80 = .text:0x00002B80; // type:function size:0xD8
|
||||
fn_462_2C60 = .text:0x00002C60; // type:function size:0x15C
|
||||
fn_462_2DC0 = .text:0x00002DC0; // type:function size:0x4
|
||||
fn_462_2DD0 = .text:0x00002DD0; // type:function size:0xE4
|
||||
fn_462_2EC0 = .text:0x00002EC0; // type:function size:0xE8
|
||||
fn_462_2FB0 = .text:0x00002FB0; // type:function size:0x4
|
||||
fn_462_2FC0 = .text:0x00002FC0; // type:function size:0xD4
|
||||
fn_462_30A0 = .text:0x000030A0; // type:function size:0xD4
|
||||
fn_462_3180 = .text:0x00003180; // type:function size:0x4
|
||||
fn_462_3190 = .text:0x00003190; // type:function size:0xA4
|
||||
fn_462_3240 = .text:0x00003240; // type:function size:0x144
|
||||
fn_462_3390 = .text:0x00003390; // type:function size:0x4
|
||||
fn_462_33A0 = .text:0x000033A0; // type:function size:0x168
|
||||
fn_462_3510 = .text:0x00003510; // type:function size:0x218
|
||||
fn_462_3730 = .text:0x00003730; // type:function size:0x4
|
||||
fn_462_3740 = .text:0x00003740; // type:function size:0x118
|
||||
fn_462_3860 = .text:0x00003860; // type:function size:0x750
|
||||
fn_462_3FB0 = .text:0x00003FB0; // type:function size:0x4
|
||||
fn_462_3FC0 = .text:0x00003FC0; // type:function size:0x34
|
||||
fn_462_4000 = .text:0x00004000; // type:function size:0x40C
|
||||
fn_462_4410 = .text:0x00004410; // type:function size:0x4
|
||||
fn_462_4420 = .text:0x00004420; // type:function size:0x1C
|
||||
fn_462_4440 = .text:0x00004440; // type:function size:0x194
|
||||
fn_462_45E0 = .text:0x000045E0; // type:function size:0x4
|
||||
fn_462_45F0 = .text:0x000045F0; // type:function size:0xD8
|
||||
fn_462_46D0 = .text:0x000046D0; // type:function size:0x11C
|
||||
fn_462_47F0 = .text:0x000047F0; // type:function size:0x4
|
||||
fn_462_4800 = .text:0x00004800; // type:function size:0x88
|
||||
fn_462_4890 = .text:0x00004890; // type:function size:0x94
|
||||
fn_462_4930 = .text:0x00004930; // type:function size:0x4
|
||||
fn_462_4940 = .text:0x00004940; // type:function size:0xA0
|
||||
fn_462_49E0 = .text:0x000049E0; // type:function size:0x174
|
||||
fn_462_4B60 = .text:0x00004B60; // type:function size:0x4
|
||||
fn_462_4B70 = .text:0x00004B70; // type:function size:0xAC
|
||||
fn_462_4C20 = .text:0x00004C20; // type:function size:0xF0
|
||||
fn_462_4D10 = .text:0x00004D10; // type:function size:0x4
|
||||
fn_462_4D20 = .text:0x00004D20; // type:function size:0x10C
|
||||
fn_462_4E30 = .text:0x00004E30; // type:function size:0x2B0
|
||||
fn_462_50E0 = .text:0x000050E0; // type:function size:0x4
|
||||
fn_462_50F0 = .text:0x000050F0; // type:function size:0x1EC
|
||||
fn_462_52E0 = .text:0x000052E0; // type:function size:0x300
|
||||
fn_462_55E0 = .text:0x000055E0; // type:function size:0x4
|
||||
fn_462_55F0 = .text:0x000055F0; // type:function size:0x244
|
||||
fn_462_5840 = .text:0x00005840; // type:function size:0x288
|
||||
fn_462_5AD0 = .text:0x00005AD0; // type:function size:0x4
|
||||
fn_462_5AE0 = .text:0x00005AE0; // type:function size:0x1A0
|
||||
fn_462_5C80 = .text:0x00005C80; // type:function size:0x108
|
||||
fn_462_5D90 = .text:0x00005D90; // type:function size:0x4
|
||||
fn_462_5DA0 = .text:0x00005DA0; // type:function size:0x134
|
||||
fn_462_5EE0 = .text:0x00005EE0; // type:function size:0x2E8
|
||||
fn_462_61D0 = .text:0x000061D0; // type:function size:0x4
|
||||
initializeState_Wait__16dAcESyakomaito_cFv = .text:0x00002B80; // type:function size:0xD8
|
||||
executeState_Wait__16dAcESyakomaito_cFv = .text:0x00002C60; // type:function size:0x15C
|
||||
finalizeState_Wait__16dAcESyakomaito_cFv = .text:0x00002DC0; // type:function size:0x4
|
||||
initializeState_Kyoro__16dAcESyakomaito_cFv = .text:0x00002DD0; // type:function size:0xE4
|
||||
executeState_Kyoro__16dAcESyakomaito_cFv = .text:0x00002EC0; // type:function size:0xE8
|
||||
finalizeState_Kyoro__16dAcESyakomaito_cFv = .text:0x00002FB0; // type:function size:0x4
|
||||
initializeState_Find__16dAcESyakomaito_cFv = .text:0x00002FC0; // type:function size:0xD4
|
||||
executeState_Find__16dAcESyakomaito_cFv = .text:0x000030A0; // type:function size:0xD4
|
||||
finalizeState_Find__16dAcESyakomaito_cFv = .text:0x00003180; // type:function size:0x4
|
||||
initializeState_FindSound__16dAcESyakomaito_cFv = .text:0x00003190; // type:function size:0xA4
|
||||
executeState_FindSound__16dAcESyakomaito_cFv = .text:0x00003240; // type:function size:0x144
|
||||
finalizeState_FindSound__16dAcESyakomaito_cFv = .text:0x00003390; // type:function size:0x4
|
||||
initializeState_Move__16dAcESyakomaito_cFv = .text:0x000033A0; // type:function size:0x168
|
||||
executeState_Move__16dAcESyakomaito_cFv = .text:0x00003510; // type:function size:0x218
|
||||
finalizeState_Move__16dAcESyakomaito_cFv = .text:0x00003730; // type:function size:0x4
|
||||
initializeState_Search__16dAcESyakomaito_cFv = .text:0x00003740; // type:function size:0x118
|
||||
executeState_Search__16dAcESyakomaito_cFv = .text:0x00003860; // type:function size:0x750
|
||||
finalizeState_Search__16dAcESyakomaito_cFv = .text:0x00003FB0; // type:function size:0x4
|
||||
initializeState_RetMove__16dAcESyakomaito_cFv = .text:0x00003FC0; // type:function size:0x34
|
||||
executeState_RetMove__16dAcESyakomaito_cFv = .text:0x00004000; // type:function size:0x40C
|
||||
finalizeState_RetMove__16dAcESyakomaito_cFv = .text:0x00004410; // type:function size:0x4
|
||||
initializeState_KnockBack__16dAcESyakomaito_cFv = .text:0x00004420; // type:function size:0x1C
|
||||
executeState_KnockBack__16dAcESyakomaito_cFv = .text:0x00004440; // type:function size:0x194
|
||||
finalizeState_KnockBack__16dAcESyakomaito_cFv = .text:0x000045E0; // type:function size:0x4
|
||||
initializeState_GuardImpact__16dAcESyakomaito_cFv = .text:0x000045F0; // type:function size:0xD8
|
||||
executeState_GuardImpact__16dAcESyakomaito_cFv = .text:0x000046D0; // type:function size:0x11C
|
||||
finalizeState_GuardImpact__16dAcESyakomaito_cFv = .text:0x000047F0; // type:function size:0x4
|
||||
initializeState_Damage__16dAcESyakomaito_cFv = .text:0x00004800; // type:function size:0x88
|
||||
executeState_Damage__16dAcESyakomaito_cFv = .text:0x00004890; // type:function size:0x94
|
||||
finalizeState_Damage__16dAcESyakomaito_cFv = .text:0x00004930; // type:function size:0x4
|
||||
initializeState_Stun__16dAcESyakomaito_cFv = .text:0x00004940; // type:function size:0xA0
|
||||
executeState_Stun__16dAcESyakomaito_cFv = .text:0x000049E0; // type:function size:0x174
|
||||
finalizeState_Stun__16dAcESyakomaito_cFv = .text:0x00004B60; // type:function size:0x4
|
||||
initializeState_Dead__16dAcESyakomaito_cFv = .text:0x00004B70; // type:function size:0xAC
|
||||
executeState_Dead__16dAcESyakomaito_cFv = .text:0x00004C20; // type:function size:0xF0
|
||||
finalizeState_Dead__16dAcESyakomaito_cFv = .text:0x00004D10; // type:function size:0x4
|
||||
initializeState_Debt__16dAcESyakomaito_cFv = .text:0x00004D20; // type:function size:0x10C
|
||||
executeState_Debt__16dAcESyakomaito_cFv = .text:0x00004E30; // type:function size:0x2B0
|
||||
finalizeState_Debt__16dAcESyakomaito_cFv = .text:0x000050E0; // type:function size:0x4
|
||||
initializeState_ReverseWait__16dAcESyakomaito_cFv = .text:0x000050F0; // type:function size:0x1EC
|
||||
executeState_ReverseWait__16dAcESyakomaito_cFv = .text:0x000052E0; // type:function size:0x300
|
||||
finalizeState_ReverseWait__16dAcESyakomaito_cFv = .text:0x000055E0; // type:function size:0x4
|
||||
initializeState_Appear__16dAcESyakomaito_cFv = .text:0x000055F0; // type:function size:0x244
|
||||
executeState_Appear__16dAcESyakomaito_cFv = .text:0x00005840; // type:function size:0x288
|
||||
finalizeState_Appear__16dAcESyakomaito_cFv = .text:0x00005AD0; // type:function size:0x4
|
||||
initializeState_Drive__16dAcESyakomaito_cFv = .text:0x00005AE0; // type:function size:0x1A0
|
||||
executeState_Drive__16dAcESyakomaito_cFv = .text:0x00005C80; // type:function size:0x108
|
||||
finalizeState_Drive__16dAcESyakomaito_cFv = .text:0x00005D90; // type:function size:0x4
|
||||
initializeState_Teni__16dAcESyakomaito_cFv = .text:0x00005DA0; // type:function size:0x134
|
||||
executeState_Teni__16dAcESyakomaito_cFv = .text:0x00005EE0; // type:function size:0x2E8
|
||||
finalizeState_Teni__16dAcESyakomaito_cFv = .text:0x000061D0; // type:function size:0x4
|
||||
fn_462_61E0 = .text:0x000061E0; // type:function size:0x1F0
|
||||
fn_462_63D0 = .text:0x000063D0; // type:function size:0x12C
|
||||
fn_462_6500 = .text:0x00006500; // type:function size:0x228
|
||||
@@ -104,24 +104,24 @@ fn_462_7670 = .text:0x00007670; // type:function size:0x8
|
||||
fn_462_7680 = .text:0x00007680; // type:function size:0x4
|
||||
fn_462_7690 = .text:0x00007690; // type:function size:0x4
|
||||
fn_462_76A0 = .text:0x000076A0; // type:function size:0x8
|
||||
fn_462_76B0 = .text:0x000076B0; // type:function size:0x1D8
|
||||
fn_462_7890 = .text:0x00007890; // type:function size:0x60
|
||||
fn_462_78F0 = .text:0x000078F0; // type:function size:0xC
|
||||
fn_462_7900 = .text:0x00007900; // type:function size:0x1C
|
||||
fn_462_7920 = .text:0x00007920; // type:function size:0x1C
|
||||
fn_462_7940 = .text:0x00007940; // type:function size:0x1C
|
||||
fn_462_7960 = .text:0x00007960; // type:function size:0x10
|
||||
fn_462_7970 = .text:0x00007970; // type:function size:0x10
|
||||
fn_462_7980 = .text:0x00007980; // type:function size:0x10
|
||||
fn_462_7990 = .text:0x00007990; // type:function size:0x10
|
||||
fn_462_79A0 = .text:0x000079A0; // type:function size:0x10
|
||||
fn_462_79B0 = .text:0x000079B0; // type:function size:0x10
|
||||
fn_462_79C0 = .text:0x000079C0; // type:function size:0x30
|
||||
fn_462_79F0 = .text:0x000079F0; // type:function size:0x30
|
||||
fn_462_7A20 = .text:0x00007A20; // type:function size:0x30
|
||||
fn_462_7A50 = .text:0x00007A50; // type:function size:0xCC4
|
||||
fn_462_8720 = .text:0x00008720; // type:function size:0x58
|
||||
fn_462_8780 = .text:0x00008780; // type:function size:0x88
|
||||
__dt__16dAcESyakomaito_cFv = .text:0x000076B0; // type:function size:0x1D8
|
||||
build__32sFStateFct_c<16dAcESyakomaito_c>FRC12sStateIDIf_c = .text:0x00007890; // type:function size:0x60
|
||||
dispose__32sFStateFct_c<16dAcESyakomaito_c>FRP10sStateIf_c = .text:0x000078F0; // type:function size:0xC
|
||||
initialize__29sFState_c<16dAcESyakomaito_c>Fv = .text:0x00007900; // type:function size:0x1C
|
||||
execute__29sFState_c<16dAcESyakomaito_c>Fv = .text:0x00007920; // type:function size:0x1C
|
||||
finalize__29sFState_c<16dAcESyakomaito_c>Fv = .text:0x00007940; // type:function size:0x1C
|
||||
initializeState__85sStateMgr_c<16dAcESyakomaito_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00007960; // type:function size:0x10
|
||||
finalizeState__85sStateMgr_c<16dAcESyakomaito_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00007970; // type:function size:0x10
|
||||
refreshState__85sStateMgr_c<16dAcESyakomaito_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00007980; // type:function size:0x10
|
||||
getState__85sStateMgr_c<16dAcESyakomaito_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00007990; // type:function size:0x10
|
||||
getNewStateID__85sStateMgr_c<16dAcESyakomaito_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000079A0; // type:function size:0x10
|
||||
getOldStateID__85sStateMgr_c<16dAcESyakomaito_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000079B0; // type:function size:0x10
|
||||
finalizeState__31sFStateID_c<16dAcESyakomaito_c>CFR16dAcESyakomaito_c = .text:0x000079C0; // type:function size:0x30
|
||||
executeState__31sFStateID_c<16dAcESyakomaito_c>CFR16dAcESyakomaito_c = .text:0x000079F0; // type:function size:0x30
|
||||
initializeState__31sFStateID_c<16dAcESyakomaito_c>CFR16dAcESyakomaito_c = .text:0x00007A20; // type:function size:0x30
|
||||
__sinit_\d_a_e_syakomaito_cpp = .text:0x00007A50; // type:function size:0xCC4 scope:local
|
||||
__dt__31sFStateID_c<16dAcESyakomaito_c>Fv = .text:0x00008720; // type:function size:0x58
|
||||
isSameName__31sFStateID_c<16dAcESyakomaito_c>CFPCc = .text:0x00008780; // type:function size:0x88
|
||||
fn_462_8810 = .text:0x00008810; // type:function size:0x8
|
||||
fn_462_8820 = .text:0x00008820; // type:function size:0x8
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
@@ -154,7 +154,7 @@ lbl_462_rodata_1A0 = .rodata:0x000001A0; // type:object size:0x4 data:float
|
||||
lbl_462_rodata_1A4 = .rodata:0x000001A4; // type:object size:0x4 data:float
|
||||
lbl_462_rodata_1A8 = .rodata:0x000001A8; // type:object size:0x14 data:float
|
||||
lbl_462_data_0 = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
lbl_462_data_10 = .data:0x00000010; // type:object size:0x40
|
||||
g_profile_E_SYAKOMAITO = .data:0x00000010; // type:object size:0x40
|
||||
lbl_462_data_50 = .data:0x00000050; // type:object size:0x28
|
||||
lbl_462_data_78 = .data:0x00000078; // type:object size:0x8
|
||||
lbl_462_data_80 = .data:0x00000080; // type:object size:0x20
|
||||
|
||||
@@ -4,7 +4,7 @@ _unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
fn_222_F0 = .text:0x000000F0; // type:function size:0x40
|
||||
fn_222_130 = .text:0x00000130; // type:function size:0x364
|
||||
dAcEtn2_c_classInit__Fv = .text:0x00000130; // type:function size:0x364
|
||||
fn_222_4A0 = .text:0x000004A0; // type:function size:0x94
|
||||
fn_222_540 = .text:0x00000540; // type:function size:0x58
|
||||
fn_222_5A0 = .text:0x000005A0; // type:function size:0x58
|
||||
@@ -17,10 +17,10 @@ fn_222_860 = .text:0x00000860; // type:function size:0x110
|
||||
fn_222_970 = .text:0x00000970; // type:function size:0x58
|
||||
fn_222_9D0 = .text:0x000009D0; // type:function size:0x90
|
||||
fn_222_A60 = .text:0x00000A60; // type:function size:0x90
|
||||
fn_222_AF0 = .text:0x00000AF0; // type:function size:0x58
|
||||
fn_222_B50 = .text:0x00000B50; // type:function size:0x6C
|
||||
fn_222_BC0 = .text:0x00000BC0; // type:function size:0xA0
|
||||
fn_222_C60 = .text:0x00000C60; // type:function size:0xA4
|
||||
__dt__21sFState_c<9dAcEtn2_c>Fv = .text:0x00000AF0; // type:function size:0x58
|
||||
__dt__24sFStateFct_c<9dAcEtn2_c>Fv = .text:0x00000B50; // type:function size:0x6C
|
||||
__dt__77sStateMgr_c<9dAcEtn2_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000BC0; // type:function size:0xA0
|
||||
__dt__47sFStateMgr_c<9dAcEtn2_c,20sStateMethodUsr_FI_c>Fv = .text:0x00000C60; // type:function size:0xA4
|
||||
fn_222_D10 = .text:0x00000D10; // type:function size:0xC0
|
||||
fn_222_DD0 = .text:0x00000DD0; // type:function size:0x14
|
||||
fn_222_DF0 = .text:0x00000DF0; // type:function size:0x58
|
||||
@@ -119,7 +119,7 @@ fn_222_7940 = .text:0x00007940; // type:function size:0x20
|
||||
fn_222_7960 = .text:0x00007960; // type:function size:0x24C
|
||||
fn_222_7BB0 = .text:0x00007BB0; // type:function size:0x1F8
|
||||
fn_222_7DB0 = .text:0x00007DB0; // type:function size:0x3C0
|
||||
fn_222_8170 = .text:0x00008170; // type:function size:0x10
|
||||
changeState__77sStateMgr_c<9dAcEtn2_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x00008170; // type:function size:0x10
|
||||
fn_222_8180 = .text:0x00008180; // type:function size:0x8
|
||||
fn_222_8190 = .text:0x00008190; // type:function size:0x58
|
||||
fn_222_81F0 = .text:0x000081F0; // type:function size:0x210
|
||||
@@ -129,8 +129,8 @@ fn_222_8480 = .text:0x00008480; // type:function size:0x14C
|
||||
fn_222_85D0 = .text:0x000085D0; // type:function size:0x164
|
||||
fn_222_8740 = .text:0x00008740; // type:function size:0xC
|
||||
fn_222_8750 = .text:0x00008750; // type:function size:0x1E4
|
||||
fn_222_8940 = .text:0x00008940; // type:function size:0x10
|
||||
fn_222_8950 = .text:0x00008950; // type:function size:0x10
|
||||
getStateID__77sStateMgr_c<9dAcEtn2_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00008940; // type:function size:0x10
|
||||
executeState__77sStateMgr_c<9dAcEtn2_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00008950; // type:function size:0x10
|
||||
fn_222_8960 = .text:0x00008960; // type:function size:0x88
|
||||
fn_222_89F0 = .text:0x000089F0; // type:function size:0xE78
|
||||
fn_222_9870 = .text:0x00009870; // type:function size:0x4C
|
||||
@@ -157,13 +157,13 @@ fn_222_ACC0 = .text:0x0000ACC0; // type:function size:0x5D4
|
||||
fn_222_B2A0 = .text:0x0000B2A0; // type:function size:0x14C
|
||||
fn_222_B3F0 = .text:0x0000B3F0; // type:function size:0xBC
|
||||
fn_222_B4B0 = .text:0x0000B4B0; // type:function size:0x9C
|
||||
fn_222_B550 = .text:0x0000B550; // type:function size:0x484
|
||||
fn_222_B9E0 = .text:0x0000B9E0; // type:function size:0x178
|
||||
fn_222_BB60 = .text:0x0000BB60; // type:function size:0x4
|
||||
fn_222_BB70 = .text:0x0000BB70; // type:function size:0xD4
|
||||
fn_222_BC50 = .text:0x0000BC50; // type:function size:0x28C
|
||||
fn_222_BEE0 = .text:0x0000BEE0; // type:function size:0xB0
|
||||
fn_222_BF90 = .text:0x0000BF90; // type:function size:0x204
|
||||
initializeState_ArmorAttack__9dAcEtn2_cFv = .text:0x0000B550; // type:function size:0x484
|
||||
executeState_ArmorAttack__9dAcEtn2_cFv = .text:0x0000B9E0; // type:function size:0x178
|
||||
finalizeState_ArmorAttack__9dAcEtn2_cFv = .text:0x0000BB60; // type:function size:0x4
|
||||
initializeState_ArmorWait__9dAcEtn2_cFv = .text:0x0000BB70; // type:function size:0xD4
|
||||
executeState_ArmorWait__9dAcEtn2_cFv = .text:0x0000BC50; // type:function size:0x28C
|
||||
finalizeState_ArmorWait__9dAcEtn2_cFv = .text:0x0000BEE0; // type:function size:0xB0
|
||||
initializeState_ArmorWalk__9dAcEtn2_cFv = .text:0x0000BF90; // type:function size:0x204
|
||||
fn_222_C1A0 = .text:0x0000C1A0; // type:function size:0xFC
|
||||
fn_222_C2A0 = .text:0x0000C2A0; // type:function size:0x84
|
||||
fn_222_C330 = .text:0x0000C330; // type:function size:0xA0
|
||||
@@ -185,8 +185,8 @@ fn_222_EAB0 = .text:0x0000EAB0; // type:function size:0x2C
|
||||
fn_222_EAE0 = .text:0x0000EAE0; // type:function size:0x120
|
||||
fn_222_EC00 = .text:0x0000EC00; // type:function size:0x68
|
||||
fn_222_EC70 = .text:0x0000EC70; // type:function size:0xC8
|
||||
fn_222_ED40 = .text:0x0000ED40; // type:function size:0x8C
|
||||
fn_222_EDD0 = .text:0x0000EDD0; // type:function size:0x18
|
||||
executeState_ArmorWalk__9dAcEtn2_cFv = .text:0x0000ED40; // type:function size:0x8C
|
||||
finalizeState_ArmorWalk__9dAcEtn2_cFv = .text:0x0000EDD0; // type:function size:0x18
|
||||
fn_222_EDF0 = .text:0x0000EDF0; // type:function size:0x50
|
||||
fn_222_EE40 = .text:0x0000EE40; // type:function size:0x1E8
|
||||
fn_222_F030 = .text:0x0000F030; // type:function size:0x64
|
||||
@@ -204,24 +204,24 @@ fn_222_107D0 = .text:0x000107D0; // type:function size:0x8
|
||||
fn_222_107E0 = .text:0x000107E0; // type:function size:0x4
|
||||
fn_222_107F0 = .text:0x000107F0; // type:function size:0x4
|
||||
fn_222_10800 = .text:0x00010800; // type:function size:0x8
|
||||
fn_222_10810 = .text:0x00010810; // type:function size:0x3B4
|
||||
fn_222_10BD0 = .text:0x00010BD0; // type:function size:0x60
|
||||
fn_222_10C30 = .text:0x00010C30; // type:function size:0xC
|
||||
fn_222_10C40 = .text:0x00010C40; // type:function size:0x1C
|
||||
fn_222_10C60 = .text:0x00010C60; // type:function size:0x1C
|
||||
fn_222_10C80 = .text:0x00010C80; // type:function size:0x1C
|
||||
fn_222_10CA0 = .text:0x00010CA0; // type:function size:0x10
|
||||
fn_222_10CB0 = .text:0x00010CB0; // type:function size:0x10
|
||||
fn_222_10CC0 = .text:0x00010CC0; // type:function size:0x10
|
||||
fn_222_10CD0 = .text:0x00010CD0; // type:function size:0x10
|
||||
fn_222_10CE0 = .text:0x00010CE0; // type:function size:0x10
|
||||
fn_222_10CF0 = .text:0x00010CF0; // type:function size:0x10
|
||||
fn_222_10D00 = .text:0x00010D00; // type:function size:0x30
|
||||
fn_222_10D30 = .text:0x00010D30; // type:function size:0x30
|
||||
fn_222_10D60 = .text:0x00010D60; // type:function size:0x30
|
||||
fn_222_10D90 = .text:0x00010D90; // type:function size:0x318
|
||||
fn_222_110B0 = .text:0x000110B0; // type:function size:0x58
|
||||
fn_222_11110 = .text:0x00011110; // type:function size:0x88
|
||||
__dt__9dAcEtn2_cFv = .text:0x00010810; // type:function size:0x3B4
|
||||
build__24sFStateFct_c<9dAcEtn2_c>FRC12sStateIDIf_c = .text:0x00010BD0; // type:function size:0x60
|
||||
dispose__24sFStateFct_c<9dAcEtn2_c>FRP10sStateIf_c = .text:0x00010C30; // type:function size:0xC
|
||||
initialize__21sFState_c<9dAcEtn2_c>Fv = .text:0x00010C40; // type:function size:0x1C
|
||||
execute__21sFState_c<9dAcEtn2_c>Fv = .text:0x00010C60; // type:function size:0x1C
|
||||
finalize__21sFState_c<9dAcEtn2_c>Fv = .text:0x00010C80; // type:function size:0x1C
|
||||
initializeState__77sStateMgr_c<9dAcEtn2_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00010CA0; // type:function size:0x10
|
||||
finalizeState__77sStateMgr_c<9dAcEtn2_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00010CB0; // type:function size:0x10
|
||||
refreshState__77sStateMgr_c<9dAcEtn2_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00010CC0; // type:function size:0x10
|
||||
getState__77sStateMgr_c<9dAcEtn2_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00010CD0; // type:function size:0x10
|
||||
getNewStateID__77sStateMgr_c<9dAcEtn2_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00010CE0; // type:function size:0x10
|
||||
getOldStateID__77sStateMgr_c<9dAcEtn2_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00010CF0; // type:function size:0x10
|
||||
finalizeState__23sFStateID_c<9dAcEtn2_c>CFR9dAcEtn2_c = .text:0x00010D00; // type:function size:0x30
|
||||
executeState__23sFStateID_c<9dAcEtn2_c>CFR9dAcEtn2_c = .text:0x00010D30; // type:function size:0x30
|
||||
initializeState__23sFStateID_c<9dAcEtn2_c>CFR9dAcEtn2_c = .text:0x00010D60; // type:function size:0x30
|
||||
__sinit_\d_a_e_tn2_cpp = .text:0x00010D90; // type:function size:0x318 scope:local
|
||||
__dt__23sFStateID_c<9dAcEtn2_c>Fv = .text:0x000110B0; // type:function size:0x58
|
||||
isSameName__23sFStateID_c<9dAcEtn2_c>CFPCc = .text:0x00011110; // type:function size:0x88
|
||||
fn_222_111A0 = .text:0x000111A0; // type:function size:0x8
|
||||
fn_222_111B0 = .text:0x000111B0; // type:function size:0x8
|
||||
fn_222_111C0 = .text:0x000111C0; // type:function size:0x8
|
||||
@@ -265,7 +265,7 @@ lbl_222_rodata_334 = .rodata:0x00000334; // type:object size:0xC data:float
|
||||
lbl_222_rodata_340 = .rodata:0x00000340; // type:object size:0x14 data:float
|
||||
lbl_222_rodata_354 = .rodata:0x00000354; // type:object size:0x1C data:float
|
||||
lbl_222_rodata_370 = .rodata:0x00000370; // type:object size:0xC0
|
||||
lbl_222_data_0 = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
g_profile_E_TN2 = .data:0x00000000; // type:object size:0x10 data:4byte
|
||||
lbl_222_data_10 = .data:0x00000010; // type:object size:0xC
|
||||
lbl_222_data_1C = .data:0x0000001C; // type:object size:0x8
|
||||
lbl_222_data_24 = .data:0x00000024; // type:object size:0x8
|
||||
|
||||
@@ -3,19 +3,19 @@ _epilog = .text:0x00000030; // type:function size:0x2C scope:global
|
||||
_unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
__register_global_object = .text:0x00000070; // type:function size:0x1C scope:global
|
||||
__destroy_global_chain = .text:0x00000090; // type:function size:0x54 scope:global
|
||||
AcEws__ctor = .text:0x000000F0; // type:function size:0xDC
|
||||
dAcEws_c_classInit__Fv = .text:0x000000F0; // type:function size:0xDC
|
||||
fn_225_1D0 = .text:0x000001D0; // type:function size:0x58
|
||||
fn_225_230 = .text:0x00000230; // type:function size:0x58
|
||||
fn_225_290 = .text:0x00000290; // type:function size:0x6C
|
||||
fn_225_300 = .text:0x00000300; // type:function size:0xA0
|
||||
fn_225_3A0 = .text:0x000003A0; // type:function size:0xA4
|
||||
__dt__20sFState_c<8dAcEws_c>Fv = .text:0x00000230; // type:function size:0x58
|
||||
__dt__23sFStateFct_c<8dAcEws_c>Fv = .text:0x00000290; // type:function size:0x6C
|
||||
__dt__76sStateMgr_c<8dAcEws_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000300; // type:function size:0xA0
|
||||
__dt__46sFStateMgr_c<8dAcEws_c,20sStateMethodUsr_FI_c>Fv = .text:0x000003A0; // type:function size:0xA4
|
||||
AcEws__initModels = .text:0x00000450; // type:function size:0x88
|
||||
fn_225_4E0 = .text:0x000004E0; // type:function size:0x208
|
||||
fn_225_6F0 = .text:0x000006F0; // type:function size:0x10
|
||||
changeState__76sStateMgr_c<8dAcEws_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x000006F0; // type:function size:0x10
|
||||
fn_225_700 = .text:0x00000700; // type:function size:0x8
|
||||
AcEws__update = .text:0x00000710; // type:function size:0x38C
|
||||
fn_225_AA0 = .text:0x00000AA0; // type:function size:0x10
|
||||
fn_225_AB0 = .text:0x00000AB0; // type:function size:0x10
|
||||
getStateID__76sStateMgr_c<8dAcEws_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00000AA0; // type:function size:0x10
|
||||
executeState__76sStateMgr_c<8dAcEws_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000AB0; // type:function size:0x10
|
||||
fn_225_AC0 = .text:0x00000AC0; // type:function size:0x28
|
||||
fn_225_AF0 = .text:0x00000AF0; // type:function size:0x1C0
|
||||
fn_225_CB0 = .text:0x00000CB0; // type:function size:0x788
|
||||
@@ -28,39 +28,39 @@ fn_225_1AB0 = .text:0x00001AB0; // type:function size:0x8C
|
||||
fn_225_1B40 = .text:0x00001B40; // type:function size:0x14
|
||||
fn_225_1B60 = .text:0x00001B60; // type:function size:0x13C
|
||||
fn_225_1CA0 = .text:0x00001CA0; // type:function size:0x74
|
||||
fn_225_1D20 = .text:0x00001D20; // type:function size:0x9C
|
||||
fn_225_1DC0 = .text:0x00001DC0; // type:function size:0xF0
|
||||
fn_225_1EB0 = .text:0x00001EB0; // type:function size:0x10
|
||||
fn_225_1EC0 = .text:0x00001EC0; // type:function size:0x210
|
||||
fn_225_20D0 = .text:0x000020D0; // type:function size:0x180
|
||||
fn_225_2250 = .text:0x00002250; // type:function size:0x4
|
||||
fn_225_2260 = .text:0x00002260; // type:function size:0x84
|
||||
fn_225_22F0 = .text:0x000022F0; // type:function size:0x1CC
|
||||
fn_225_24C0 = .text:0x000024C0; // type:function size:0x4
|
||||
fn_225_24D0 = .text:0x000024D0; // type:function size:0x88
|
||||
fn_225_2560 = .text:0x00002560; // type:function size:0x124
|
||||
fn_225_2690 = .text:0x00002690; // type:function size:0x4
|
||||
fn_225_26A0 = .text:0x000026A0; // type:function size:0x7C
|
||||
fn_225_2720 = .text:0x00002720; // type:function size:0x154
|
||||
fn_225_2880 = .text:0x00002880; // type:function size:0x4
|
||||
fn_225_2890 = .text:0x00002890; // type:function size:0x108
|
||||
fn_225_29A0 = .text:0x000029A0; // type:function size:0x250
|
||||
fn_225_2BF0 = .text:0x00002BF0; // type:function size:0x50
|
||||
fn_225_2C40 = .text:0x00002C40; // type:function size:0x1C4
|
||||
fn_225_2E10 = .text:0x00002E10; // type:function size:0x2B4
|
||||
fn_225_30D0 = .text:0x000030D0; // type:function size:0x10
|
||||
fn_225_30E0 = .text:0x000030E0; // type:function size:0xC0
|
||||
fn_225_31A0 = .text:0x000031A0; // type:function size:0xD8
|
||||
fn_225_3280 = .text:0x00003280; // type:function size:0x20
|
||||
fn_225_32A0 = .text:0x000032A0; // type:function size:0xA0
|
||||
fn_225_3340 = .text:0x00003340; // type:function size:0x14C
|
||||
fn_225_3490 = .text:0x00003490; // type:function size:0x18
|
||||
fn_225_34B0 = .text:0x000034B0; // type:function size:0x7C
|
||||
fn_225_3530 = .text:0x00003530; // type:function size:0xFC
|
||||
fn_225_3630 = .text:0x00003630; // type:function size:0x4
|
||||
fn_225_3640 = .text:0x00003640; // type:function size:0x8C
|
||||
fn_225_36D0 = .text:0x000036D0; // type:function size:0x4C4
|
||||
fn_225_3BA0 = .text:0x00003BA0; // type:function size:0x4
|
||||
initializeState_Wait__8dAcEws_cFv = .text:0x00001D20; // type:function size:0x9C
|
||||
executeState_Wait__8dAcEws_cFv = .text:0x00001DC0; // type:function size:0xF0
|
||||
finalizeState_Wait__8dAcEws_cFv = .text:0x00001EB0; // type:function size:0x10
|
||||
initializeState_Move__8dAcEws_cFv = .text:0x00001EC0; // type:function size:0x210
|
||||
executeState_Move__8dAcEws_cFv = .text:0x000020D0; // type:function size:0x180
|
||||
finalizeState_Move__8dAcEws_cFv = .text:0x00002250; // type:function size:0x4
|
||||
initializeState_PyMove__8dAcEws_cFv = .text:0x00002260; // type:function size:0x84
|
||||
executeState_PyMove__8dAcEws_cFv = .text:0x000022F0; // type:function size:0x1CC
|
||||
finalizeState_PyMove__8dAcEws_cFv = .text:0x000024C0; // type:function size:0x4
|
||||
initializeState_JumpReady__8dAcEws_cFv = .text:0x000024D0; // type:function size:0x88
|
||||
executeState_JumpReady__8dAcEws_cFv = .text:0x00002560; // type:function size:0x124
|
||||
finalizeState_JumpReady__8dAcEws_cFv = .text:0x00002690; // type:function size:0x4
|
||||
initializeState_JumpReady2__8dAcEws_cFv = .text:0x000026A0; // type:function size:0x7C
|
||||
executeState_JumpReady2__8dAcEws_cFv = .text:0x00002720; // type:function size:0x154
|
||||
finalizeState_JumpReady2__8dAcEws_cFv = .text:0x00002880; // type:function size:0x4
|
||||
initializeState_Jump__8dAcEws_cFv = .text:0x00002890; // type:function size:0x108
|
||||
executeState_Jump__8dAcEws_cFv = .text:0x000029A0; // type:function size:0x250
|
||||
finalizeState_Jump__8dAcEws_cFv = .text:0x00002BF0; // type:function size:0x50
|
||||
initializeState_Hug__8dAcEws_cFv = .text:0x00002C40; // type:function size:0x1C4
|
||||
executeState_Hug__8dAcEws_cFv = .text:0x00002E10; // type:function size:0x2B4
|
||||
finalizeState_Hug__8dAcEws_cFv = .text:0x000030D0; // type:function size:0x10
|
||||
initializeState_ReturnJump__8dAcEws_cFv = .text:0x000030E0; // type:function size:0xC0
|
||||
executeState_ReturnJump__8dAcEws_cFv = .text:0x000031A0; // type:function size:0xD8
|
||||
finalizeState_ReturnJump__8dAcEws_cFv = .text:0x00003280; // type:function size:0x20
|
||||
initializeState_Return__8dAcEws_cFv = .text:0x000032A0; // type:function size:0xA0
|
||||
executeState_Return__8dAcEws_cFv = .text:0x00003340; // type:function size:0x14C
|
||||
finalizeState_Return__8dAcEws_cFv = .text:0x00003490; // type:function size:0x18
|
||||
initializeState_Escape__8dAcEws_cFv = .text:0x000034B0; // type:function size:0x7C
|
||||
executeState_Escape__8dAcEws_cFv = .text:0x00003530; // type:function size:0xFC
|
||||
finalizeState_Escape__8dAcEws_cFv = .text:0x00003630; // type:function size:0x4
|
||||
initializeState_Dead__8dAcEws_cFv = .text:0x00003640; // type:function size:0x8C
|
||||
executeState_Dead__8dAcEws_cFv = .text:0x000036D0; // type:function size:0x4C4
|
||||
finalizeState_Dead__8dAcEws_cFv = .text:0x00003BA0; // type:function size:0x4
|
||||
fn_225_3BB0 = .text:0x00003BB0; // type:function size:0x234
|
||||
fn_225_3DF0 = .text:0x00003DF0; // type:function size:0x114
|
||||
fn_225_3F10 = .text:0x00003F10; // type:function size:0x64
|
||||
@@ -70,24 +70,24 @@ fn_225_4280 = .text:0x00004280; // type:function size:0x8
|
||||
fn_225_4290 = .text:0x00004290; // type:function size:0x4
|
||||
fn_225_42A0 = .text:0x000042A0; // type:function size:0x4
|
||||
fn_225_42B0 = .text:0x000042B0; // type:function size:0x8
|
||||
fn_225_42C0 = .text:0x000042C0; // type:function size:0xF4
|
||||
fn_225_43C0 = .text:0x000043C0; // type:function size:0x60
|
||||
fn_225_4420 = .text:0x00004420; // type:function size:0xC
|
||||
fn_225_4430 = .text:0x00004430; // type:function size:0x1C
|
||||
fn_225_4450 = .text:0x00004450; // type:function size:0x1C
|
||||
fn_225_4470 = .text:0x00004470; // type:function size:0x1C
|
||||
fn_225_4490 = .text:0x00004490; // type:function size:0x10
|
||||
fn_225_44A0 = .text:0x000044A0; // type:function size:0x10
|
||||
fn_225_44B0 = .text:0x000044B0; // type:function size:0x10
|
||||
fn_225_44C0 = .text:0x000044C0; // type:function size:0x10
|
||||
fn_225_44D0 = .text:0x000044D0; // type:function size:0x10
|
||||
fn_225_44E0 = .text:0x000044E0; // type:function size:0x10
|
||||
fn_225_44F0 = .text:0x000044F0; // type:function size:0x30
|
||||
fn_225_4520 = .text:0x00004520; // type:function size:0x30
|
||||
fn_225_4550 = .text:0x00004550; // type:function size:0x30
|
||||
fn_225_4580 = .text:0x00004580; // type:function size:0x85C
|
||||
fn_225_4DE0 = .text:0x00004DE0; // type:function size:0x58
|
||||
fn_225_4E40 = .text:0x00004E40; // type:function size:0x88
|
||||
__dt__8dAcEws_cFv = .text:0x000042C0; // type:function size:0xF4
|
||||
build__23sFStateFct_c<8dAcEws_c>FRC12sStateIDIf_c = .text:0x000043C0; // type:function size:0x60
|
||||
dispose__23sFStateFct_c<8dAcEws_c>FRP10sStateIf_c = .text:0x00004420; // type:function size:0xC
|
||||
initialize__20sFState_c<8dAcEws_c>Fv = .text:0x00004430; // type:function size:0x1C
|
||||
execute__20sFState_c<8dAcEws_c>Fv = .text:0x00004450; // type:function size:0x1C
|
||||
finalize__20sFState_c<8dAcEws_c>Fv = .text:0x00004470; // type:function size:0x1C
|
||||
initializeState__76sStateMgr_c<8dAcEws_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00004490; // type:function size:0x10
|
||||
finalizeState__76sStateMgr_c<8dAcEws_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000044A0; // type:function size:0x10
|
||||
refreshState__76sStateMgr_c<8dAcEws_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000044B0; // type:function size:0x10
|
||||
getState__76sStateMgr_c<8dAcEws_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000044C0; // type:function size:0x10
|
||||
getNewStateID__76sStateMgr_c<8dAcEws_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000044D0; // type:function size:0x10
|
||||
getOldStateID__76sStateMgr_c<8dAcEws_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x000044E0; // type:function size:0x10
|
||||
finalizeState__22sFStateID_c<8dAcEws_c>CFR8dAcEws_c = .text:0x000044F0; // type:function size:0x30
|
||||
executeState__22sFStateID_c<8dAcEws_c>CFR8dAcEws_c = .text:0x00004520; // type:function size:0x30
|
||||
initializeState__22sFStateID_c<8dAcEws_c>CFR8dAcEws_c = .text:0x00004550; // type:function size:0x30
|
||||
__sinit_\d_a_e_ws_cpp = .text:0x00004580; // type:function size:0x85C scope:local
|
||||
__dt__22sFStateID_c<8dAcEws_c>Fv = .text:0x00004DE0; // type:function size:0x58
|
||||
isSameName__22sFStateID_c<8dAcEws_c>CFPCc = .text:0x00004E40; // type:function size:0x88
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
_dtors = .dtors:0x00000000; // type:label scope:global
|
||||
__destroy_global_chain_reference = .dtors:0x00000000; // type:object size:0x4 scope:global
|
||||
@@ -106,7 +106,7 @@ lbl_225_rodata_C8 = .rodata:0x000000C8; // type:object size:0x4 data:float
|
||||
lbl_225_rodata_CC = .rodata:0x000000CC; // type:object size:0x4 data:float
|
||||
lbl_225_rodata_D0 = .rodata:0x000000D0; // type:object size:0x10 data:float
|
||||
lbl_225_rodata_E0 = .rodata:0x000000E0; // type:object size:0x30 data:double
|
||||
lbl_225_data_0 = .data:0x00000000; // type:object size:0x68 data:4byte
|
||||
g_profile_E_WS = .data:0x00000000; // type:object size:0x68 data:4byte
|
||||
lbl_225_data_68 = .data:0x00000068; // type:object size:0xC
|
||||
lbl_225_data_74 = .data:0x00000074; // type:object size:0x20
|
||||
lbl_225_data_94 = .data:0x00000094; // type:object size:0x8
|
||||
|
||||
@@ -2,25 +2,25 @@ _prolog = .text:0x00000000; // type:function size:0x2C scope:global
|
||||
_epilog = .text:0x00000030; // type:function size:0x2C scope:global
|
||||
_unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
fn_317_70 = .text:0x00000070; // type:function size:0x40
|
||||
fn_317_B0 = .text:0x000000B0; // type:function size:0x158
|
||||
dAcEel_c_classInit__Fv = .text:0x000000B0; // type:function size:0x158
|
||||
fn_317_210 = .text:0x00000210; // type:function size:0x58
|
||||
fn_317_270 = .text:0x00000270; // type:function size:0x4
|
||||
fn_317_280 = .text:0x00000280; // type:function size:0x58
|
||||
fn_317_2E0 = .text:0x000002E0; // type:function size:0x6C
|
||||
fn_317_350 = .text:0x00000350; // type:function size:0xA0
|
||||
fn_317_3F0 = .text:0x000003F0; // type:function size:0xA4
|
||||
__dt__20sFState_c<8dAcEel_c>Fv = .text:0x00000280; // type:function size:0x58
|
||||
__dt__23sFStateFct_c<8dAcEel_c>Fv = .text:0x000002E0; // type:function size:0x6C
|
||||
__dt__76sStateMgr_c<8dAcEel_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00000350; // type:function size:0xA0
|
||||
__dt__46sFStateMgr_c<8dAcEel_c,20sStateMethodUsr_FI_c>Fv = .text:0x000003F0; // type:function size:0xA4
|
||||
fn_317_4A0 = .text:0x000004A0; // type:function size:0x74
|
||||
fn_317_520 = .text:0x00000520; // type:function size:0xBC
|
||||
fn_317_5E0 = .text:0x000005E0; // type:function size:0xC
|
||||
fn_317_5F0 = .text:0x000005F0; // type:function size:0xC
|
||||
fn_317_600 = .text:0x00000600; // type:function size:0xC
|
||||
fn_317_610 = .text:0x00000610; // type:function size:0x19C
|
||||
fn_317_7B0 = .text:0x000007B0; // type:function size:0x10
|
||||
changeState__76sStateMgr_c<8dAcEel_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>FRC12sStateIDIf_c = .text:0x000007B0; // type:function size:0x10
|
||||
fn_317_7C0 = .text:0x000007C0; // type:function size:0x128
|
||||
fn_317_8F0 = .text:0x000008F0; // type:function size:0x10
|
||||
executeState__76sStateMgr_c<8dAcEel_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x000008F0; // type:function size:0x10
|
||||
fn_317_900 = .text:0x00000900; // type:function size:0xFC
|
||||
fn_317_A00 = .text:0x00000A00; // type:function size:0x2C4
|
||||
fn_317_CD0 = .text:0x00000CD0; // type:function size:0x10
|
||||
getStateID__76sStateMgr_c<8dAcEel_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00000CD0; // type:function size:0x10
|
||||
fn_317_CE0 = .text:0x00000CE0; // type:function size:0x34
|
||||
fn_317_D20 = .text:0x00000D20; // type:function size:0x34
|
||||
fn_317_D60 = .text:0x00000D60; // type:function size:0xC
|
||||
@@ -52,18 +52,18 @@ fn_317_EF0 = .text:0x00000EF0; // type:function size:0xC
|
||||
fn_317_F00 = .text:0x00000F00; // type:function size:0x8
|
||||
fn_317_F10 = .text:0x00000F10; // type:function size:0xC
|
||||
fn_317_F20 = .text:0x00000F20; // type:function size:0xC
|
||||
fn_317_F30 = .text:0x00000F30; // type:function size:0x140
|
||||
fn_317_1070 = .text:0x00001070; // type:function size:0x60
|
||||
fn_317_10D0 = .text:0x000010D0; // type:function size:0xC
|
||||
fn_317_10E0 = .text:0x000010E0; // type:function size:0x1C
|
||||
fn_317_1100 = .text:0x00001100; // type:function size:0x1C
|
||||
fn_317_1120 = .text:0x00001120; // type:function size:0x1C
|
||||
fn_317_1140 = .text:0x00001140; // type:function size:0x10
|
||||
fn_317_1150 = .text:0x00001150; // type:function size:0x10
|
||||
fn_317_1160 = .text:0x00001160; // type:function size:0x10
|
||||
fn_317_1170 = .text:0x00001170; // type:function size:0x10
|
||||
fn_317_1180 = .text:0x00001180; // type:function size:0x10
|
||||
fn_317_1190 = .text:0x00001190; // type:function size:0x10
|
||||
__dt__8dAcEel_cFv = .text:0x00000F30; // type:function size:0x140
|
||||
build__23sFStateFct_c<8dAcEel_c>FRC12sStateIDIf_c = .text:0x00001070; // type:function size:0x60
|
||||
dispose__23sFStateFct_c<8dAcEel_c>FRP10sStateIf_c = .text:0x000010D0; // type:function size:0xC
|
||||
initialize__20sFState_c<8dAcEel_c>Fv = .text:0x000010E0; // type:function size:0x1C
|
||||
execute__20sFState_c<8dAcEel_c>Fv = .text:0x00001100; // type:function size:0x1C
|
||||
finalize__20sFState_c<8dAcEel_c>Fv = .text:0x00001120; // type:function size:0x1C
|
||||
initializeState__76sStateMgr_c<8dAcEel_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00001140; // type:function size:0x10
|
||||
finalizeState__76sStateMgr_c<8dAcEel_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00001150; // type:function size:0x10
|
||||
refreshState__76sStateMgr_c<8dAcEel_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>Fv = .text:0x00001160; // type:function size:0x10
|
||||
getState__76sStateMgr_c<8dAcEel_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00001170; // type:function size:0x10
|
||||
getNewStateID__76sStateMgr_c<8dAcEel_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00001180; // type:function size:0x10
|
||||
getOldStateID__76sStateMgr_c<8dAcEel_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00001190; // type:function size:0x10
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
_dtors = .dtors:0x00000000; // type:label scope:global
|
||||
lbl_317_rodata_0 = .rodata:0x00000000; // type:object size:0x4 data:float
|
||||
@@ -77,7 +77,7 @@ lbl_317_rodata_58 = .rodata:0x00000058; // type:object size:0x4 data:float
|
||||
lbl_317_rodata_5C = .rodata:0x0000005C; // type:object size:0x8 data:float
|
||||
lbl_317_rodata_64 = .rodata:0x00000064; // type:object size:0x4 data:float
|
||||
lbl_317_rodata_68 = .rodata:0x00000068; // type:object size:0x4 data:float
|
||||
lbl_317_data_0 = .data:0x00000000; // type:object size:0x10
|
||||
g_profile_EEL = .data:0x00000000; // type:object size:0x10
|
||||
lbl_317_data_10 = .data:0x00000010; // type:object size:0x2C
|
||||
lbl_317_data_3C = .data:0x0000003C; // type:object size:0x8
|
||||
lbl_317_data_44 = .data:0x00000044; // type:object size:0xC
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user