Bombers Part 3: EnBombers (#1849)

* Bombers Part 3: Wandering NPCs and caught players

* Rename WEEKEVENTREG flags

* Fix missing rename of `unk_2A0`
This commit is contained in:
Jordan Longstaff
2026-07-18 13:52:47 -04:00
committed by GitHub
parent f1a423cdcd
commit 29425bb7cf
8 changed files with 206 additions and 200 deletions
+2 -1
View File
@@ -90,7 +90,8 @@ u16 QuestHint_GetTatlTextId(PlayState* play) {
return 0x241;
}
if (CHECK_WEEKEVENTREG(WEEKEVENTREG_TALKED_TO_BOMBERS_GUARD) || CHECK_WEEKEVENTREG(WEEKEVENTREG_73_40)) {
if (CHECK_WEEKEVENTREG(WEEKEVENTREG_TALKED_TO_BOMBERS_GUARD) ||
CHECK_WEEKEVENTREG(WEEKEVENTREG_DEKU_LEARNED_WHERE_BOMBER_JIM_IS)) {
return 0x23F;
}