diff options
| author | engineer124 <47598039+engineer124@users.noreply.github.com> | 2023-07-04 23:52:36 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-04 09:52:36 -0400 |
| commit | 857a0cfdaf29755b763eda075b7ac9c4a204b0e4 (patch) | |
| tree | c99fa0ca56fb72b0919d9fa33d724f8f19f1cf77 /src/code/z_elf_message.c | |
| parent | 0f572acbda00bb46cf0079ea851ef1d2fa17290b (diff) | |
`item_name_static` documented and `ItemId` updates (#1304)
* WIP
* map static
* finish english names
* jpn
* revert map name
* name prefix
* boss to big
* more comments
* item enums
* more items
* more
* PR Suggestions
* PR Suggestion
Diffstat (limited to 'src/code/z_elf_message.c')
| -rw-r--r-- | src/code/z_elf_message.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_elf_message.c b/src/code/z_elf_message.c index 75112a6b5..a7e97c3bd 100644 --- a/src/code/z_elf_message.c +++ b/src/code/z_elf_message.c @@ -13,7 +13,7 @@ * Gets the relevant text ID for Tatl hints in first cycle. */ u16 QuestHint_GetTatlTextId(PlayState* play) { - if (INV_CONTENT(ITEM_OCARINA) == ITEM_OCARINA) { + if (INV_CONTENT(ITEM_OCARINA_OF_TIME) == ITEM_OCARINA_OF_TIME) { return 0; } |
