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,27 @@
function deathfl_slot_20() /* entry=375 class_id=0x0A05 slot=0x20 */
{
var
referent, /* [BP+00h] type=0x69 */
ref, /* [BP+0Ah] type=0x69 */
vel, /* [BP+0Ch] type=0x69 */
item, /* [BP-02h] type=0x24 */
item2, /* [BP-04h] type=0x24 */
counter, /* [BP-06h] type=0x69 */
n, /* [BP-08h] type=0x24 */
n2, /* [BP-0Ah] type=0x24 */
dir, /* [BP-0Ch] type=0x69 */
x, /* [BP-0Eh] type=0x69 */
y, /* [BP-10h] type=0x69 */
z, /* [BP-12h] type=0x69 */
spoogeType; /* [BP-14h] type=0x69 */
set_info(0x0001, *(arg_06));
item = ref;
class_0A0C_slot_2C(vel, ref);
if (retval) {
if (Item.use(*(arg_06), item) == 0) {
}
return;
}
return;
}