define collisions

This commit is contained in:
theo3
2023-12-31 21:24:07 -08:00
parent 48fdf9d827
commit dcc596ed87
125 changed files with 388 additions and 336 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ void sub_0806F4E8(Entity* ent) {
}
bool32 sub_0806F520(Entity* ent) {
if (ent->contactFlags == (CONTACT_TAKE_DAMAGE | 0x13))
if (ent->contactFlags == (CONTACT_NOW | 0x13))
return 1;
ent->gustJarState &= ~4;
ent->spriteOffsetY = 0;