1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-09 00:00:44 +00:00

Pause docs: Quest quads (#2224)

* Pause docs: Quest quads

* `QUAD_QUEST_` -> `QUEST_QUAD_`
This commit is contained in:
Dragorn421 2024-09-26 04:45:19 +02:00 committed by GitHub
parent 9da16a8fd8
commit 43c3971aaf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 300 additions and 81 deletions

View file

@ -113,7 +113,8 @@ typedef enum QuestItem {
/* 0x15 */ QUEST_STONE_OF_AGONY,
/* 0x16 */ QUEST_GERUDOS_CARD,
/* 0x17 */ QUEST_SKULL_TOKEN,
/* 0x1C */ QUEST_HEART_PIECE_COUNT = 0x1C
/* 0x18 */ QUEST_HEART_PIECE, // for `pauseCtx->cursorPoint[PAUSE_QUEST]`
/* 0x1C */ QUEST_HEART_PIECE_COUNT = 0x1C // for accessing the `Inventory.questItems` bitfield
} QuestItem;
typedef enum DungeonItem {