Fixed all possible ice trap scenarios

This commit is contained in:
aMannus
2022-07-19 22:29:52 +02:00
parent 27ac523b14
commit 69de5ac14a
5 changed files with 21 additions and 6 deletions
+1
View File
@@ -622,6 +622,7 @@ typedef struct Player {
/* 0x0A86 */ s8 unk_A86;
/* 0x0A87 */ u8 unk_A87;
/* 0x0A88 */ Vec3f unk_A88; // previous body part 0 position
/* 0x0A89 */ u8 iceTrapped;
} Player; // size = 0xA94
#endif