summaryrefslogtreecommitdiff
path: root/src/code
diff options
context:
space:
mode:
authorTom Overton <tom-overton@users.noreply.github.com>2023-06-23 07:36:12 -0700
committerGitHub <noreply@github.com>2023-06-23 10:36:12 -0400
commit11dac8d0207912db138f450df04ee40e6771923a (patch)
treeaf3eff9f7d5dc2351a9efbe35d4b58c94a83b8ea /src/code
parent96a1d37084a5eb93540f712e55fcd3cb717c0ea3 (diff)
Name the weekeventreg that corresponds with the Clock Tower opening (#1303)
* Name the weekeventreg that corresponds with the Clock Tower opening * Explanatory comment * Drop IS * Try to clean up the comment
Diffstat (limited to 'src/code')
-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 1b005443d..e2b54a9bf 100644
--- a/src/code/z_elf_message.c
+++ b/src/code/z_elf_message.c
@@ -26,7 +26,7 @@ u16 QuestHint_GetTatlTextId(PlayState* play) {
}
if (CHECK_WEEKEVENTREG(WEEKEVENTREG_79_10)) {
- if (CHECK_WEEKEVENTREG(WEEKEVENTREG_08_40)) {
+ if (CHECK_WEEKEVENTREG(WEEKEVENTREG_CLOCK_TOWER_OPENED)) {
return 0;
}