mirror of
https://github.com/zeldaret/mm.git
synced 2026-09-02 09:51:44 -04:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user