mirror of
https://github.com/zeldaret/mm.git
synced 2026-09-02 17:53:02 -04:00
Bombers Part 2: Guard (#1848)
* Bombers Part 2: Guard * Fix errors * Re-rename functions
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user