Bombers Part 2: Guard (#1848)

* Bombers Part 2: Guard

* Fix errors

* Re-rename functions
This commit is contained in:
Jordan Longstaff
2026-04-26 09:59:30 -04:00
committed by GitHub
parent 57e41795f5
commit 354a8637e1
9 changed files with 110 additions and 105 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ u16 QuestHint_GetTatlTextId(PlayState* play) {
return 0x241;
}
if (CHECK_WEEKEVENTREG(WEEKEVENTREG_86_02) || CHECK_WEEKEVENTREG(WEEKEVENTREG_73_40)) {
if (CHECK_WEEKEVENTREG(WEEKEVENTREG_TALKED_TO_BOMBERS_GUARD) || CHECK_WEEKEVENTREG(WEEKEVENTREG_73_40)) {
return 0x23F;
}