diff options
| author | Tom Overton <tom-overton@users.noreply.github.com> | 2023-06-23 07:36:12 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-23 10:36:12 -0400 |
| commit | 11dac8d0207912db138f450df04ee40e6771923a (patch) | |
| tree | af3eff9f7d5dc2351a9efbe35d4b58c94a83b8ea /src/code/z_elf_message.c | |
| parent | 96a1d37084a5eb93540f712e55fcd3cb717c0ea3 (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/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 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; } |
