Decompilation unk files generation
This commit is contained in:
parent
d323bb28fc
commit
746709f40c
503 changed files with 45757 additions and 31 deletions
43
pyghidra_plans/staged_ai_process_rename_batch.json
Normal file
43
pyghidra_plans/staged_ai_process_rename_batch.json
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
{
|
||||
"transaction": "Stage AI process rename batch",
|
||||
"rename_functions": [
|
||||
{
|
||||
"entry": "1100:0437",
|
||||
"name": "SurrenderProcess_Destroy"
|
||||
},
|
||||
{
|
||||
"entry": "1100:0913",
|
||||
"name": "NPC_DoRandomIdleAnimTwiceIfNotBusy"
|
||||
},
|
||||
{
|
||||
"entry": "1128:1e14",
|
||||
"name": "CruHealer_Destroy"
|
||||
},
|
||||
{
|
||||
"entry": "1128:1fbe",
|
||||
"name": "BatteryChargerProcess_Destroy"
|
||||
}
|
||||
],
|
||||
"comments": [
|
||||
{
|
||||
"address": "1100:0437",
|
||||
"text": "Destructor slot for SurrenderProcess: restores g_surrenderProcessFnPtr, clears NPC moreflags2 bit 0, destroys both embedded dispatch-entry children, then asserts non-terminating when requested.",
|
||||
"type": "pre"
|
||||
},
|
||||
{
|
||||
"address": "1100:0913",
|
||||
"text": "Shared idle-animation helper called from GuardProcess_Run and LoiterProcess_Run. If the NPC is not busy, seeds a 2-way random choice and calls NPC_DoAnim twice.",
|
||||
"type": "pre"
|
||||
},
|
||||
{
|
||||
"address": "1128:1e14",
|
||||
"text": "Destructor slot for CruHealer: restores g_cruHealerProcessFnPtr, stops sound 0xDB on the avatar item, clears avatar stasis, destroys both embedded dispatch-entry children, then asserts non-terminating when requested.",
|
||||
"type": "pre"
|
||||
},
|
||||
{
|
||||
"address": "1128:1fbe",
|
||||
"text": "Destructor slot for BatteryChargerProcess: restores g_batteryChargerProcessFnPtr, stops sound 0xA4 on the avatar item, clears avatar stasis, destroys both embedded dispatch-entry children, then asserts non-terminating when requested.",
|
||||
"type": "pre"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue