Add instant boomerang recall (#1006)

This commit is contained in:
lilDavid
2022-08-08 18:55:07 -05:00
committed by GitHub
parent a4334ecb02
commit f80ba4102a
4 changed files with 19 additions and 10 deletions

View File

@@ -626,6 +626,7 @@ typedef struct Player {
/* 0x0A87 */ u8 unk_A87;
/* 0x0A88 */ Vec3f unk_A88; // previous body part 0 position
/* 0x0A94 */ PendingFlag pendingFlag;
} Player; // size = 0xAA0
/* 0x0AA0 */ u8 boomerangQuickRecall; // Has the player pressed the boomerang button while it's in the air still?
} Player; // size = 0xAA1
#endif