Decompile object37

This commit is contained in:
Tal Hayon
2022-03-13 05:37:52 +02:00
parent e11d36d9ac
commit 01fc98d161
7 changed files with 60 additions and 103 deletions
+2 -1
View File
@@ -10,6 +10,7 @@
#include "object.h"
#include "functions.h"
#include "hitbox.h"
#include "item.h"
typedef struct {
/*0x00*/ Entity base;
@@ -91,7 +92,7 @@ void BigIceBlock_Action2(BigIceBlockEntity* this) {
if (super->type != 2) {
SetFlag(this->unk_86);
} else {
CreateGroundItemWithFlags(super, 0x53, 0, this->unk_86);
CreateGroundItemWithFlags(super, ITEM_SMALL_KEY, 0, this->unk_86);
}
}
super->action = 3;