Pseudocode and stuff

This commit is contained in:
MaddoScientisto 2026-03-25 23:32:13 +01:00
commit ee33f94b4b
466 changed files with 27770 additions and 276 deletions

View file

@ -0,0 +1,19 @@
function hoffman_calledFromAnim() /* entry=281 class_id=0x04D9 slot=0x0E */
{
var
referent, /* [BP+00h] type=0x69 */
hoffy, /* [BP-02h] type=0x24 */
deathBox, /* [BP-04h] type=0x24 */
deadGuy, /* [BP-06h] type=0x24 */
item; /* [BP-08h] type=0x24 */
entry:
set_info(0x021A, *(arg_06));
process_exclude();
hoffy = *(arg_06);
/* pop_global global_id=0x29 size=0x1 */
/* pop_global global_id=0x37 size=0x1 */
spawn class_0A1C_slot_20(1, 1, Item.getQLo(arg_06), *(arg_06), arg_06);
return;
}