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,21 @@
function d_hoffma_use() /* entry=282 class_id=0x04DA slot=0x01 */
{
entry:
set_info(0x0207, *(arg_06));
process_exclude();
if (Item.getStatus(arg_06) & 0x1000) goto block_0104;
block_00FE:
goto block_0125;
block_0104:
class_0A0C_slot_40(*(arg_06));
if retval goto block_0125;
block_0116:
class_0A1E_slot_23(0x1000, arg_06);
block_0125:
return;
}