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:
parent
9da16a8fd8
commit
43c3971aaf
4 changed files with 300 additions and 81 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue