summaryrefslogtreecommitdiff
path: root/src/code/z_elf_message.c
diff options
context:
space:
mode:
authorengineer124 <47598039+engineer124@users.noreply.github.com>2023-06-24 00:57:01 +1000
committerGitHub <noreply@github.com>2023-06-23 10:57:01 -0400
commitaa9e368561ae13106daa14da4e2bf0656bfc70da (patch)
tree19418e3c31502a64ff04882c9f00d9b65ace5173 /src/code/z_elf_message.c
parent11dac8d0207912db138f450df04ee40e6771923a (diff)
`icon_item_static` and `icon_item_24_static` documented (#1297)
* extract_archives.py * autogenerated xmls * build OK * cleanup * Use symbols in gItemIcons * change how archives are generated * makeyar in C * Rename segments * rename .archive.o to .yar.o * Explanation at the top of programs * fix progress calculation * Ignore archives in progress script * merge * document icon items * cleanup * remove duplicate headers * jap -> jpn * PR review * link human * PR Review * missed some --------- Co-authored-by: angie <angheloalf95@gmail.com>
Diffstat (limited to 'src/code/z_elf_message.c')
-rw-r--r--src/code/z_elf_message.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_elf_message.c b/src/code/z_elf_message.c
index e2b54a9bf..75112a6b5 100644
--- a/src/code/z_elf_message.c
+++ b/src/code/z_elf_message.c
@@ -57,7 +57,7 @@ u16 QuestHint_GetTatlTextId(PlayState* play) {
return 0;
}
- if (INV_CONTENT(ITEM_MOON_TEAR) == ITEM_MOON_TEAR) {
+ if (INV_CONTENT(ITEM_MOONS_TEAR) == ITEM_MOONS_TEAR) {
if (CHECK_WEEKEVENTREG(WEEKEVENTREG_86_04)) {
return 0x242;
}