summaryrefslogtreecommitdiff
path: root/mm/src/code
diff options
context:
space:
mode:
authorJeff Padgham <jeff.ookami@gmail.com>2024-04-06 10:05:04 -0700
committerEblo <7004497+Eblo@users.noreply.github.com>2025-09-13 23:01:21 -0400
commitba6726d6968fa3d568dae1c38dbbe128cf8243cc (patch)
treecc6aa63a3a13369f2c85b2e94cd3cfeff9c59580 /mm/src/code
parent11e7f87b86ea0cebccb35095844504bcd4bba916 (diff)
Mayor Dotour (ovl_en_dt) OK and documented (#1607)
* EnDt deecomp first pass, two nonmatching * Some cleanup, got the big boy matching * Some light cleanup, documenting blinking behaviour * Fixed last non-matching with some permuter silliness * Decompilation complete * Mayor documentation, first pass * Updating some unknown vars in baisen * Added an enum for mayor's cutscene state * Formatting pass for mayor * Cleaning up unk var in mayor meeting method * Some cleanup and changes based on PR feedback * Another cleanup and fix pass based on PR feedback * Updated mayor event flags according to their usage * All the parentheses * Another round of PR feedback cleanup * Having another crack at naming/cleanup based on PR feedback * Renaming animation symbols * Fixing broken references in other actors from anim rename --------- Co-authored-by: GinNoOokami <noreply>
Diffstat (limited to 'mm/src/code')
-rw-r--r--mm/src/code/z_sram_NES.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/src/code/z_sram_NES.c b/mm/src/code/z_sram_NES.c
index 97742c28f..386ac48fc 100644
--- a/mm/src/code/z_sram_NES.c
+++ b/mm/src/code/z_sram_NES.c
@@ -159,7 +159,7 @@ u16 sPersistentCycleWeekEventRegs[ARRAY_COUNT(gSaveContext.save.saveInfo.weekEve
PERSISTENT_WEEKEVENTREG(WEEKEVENTREG_59_04) | PERSISTENT_WEEKEVENTREG(WEEKEVENTREG_59_08) |
PERSISTENT_WEEKEVENTREG(WEEKEVENTREG_RECEIVED_SWAMP_SHOOTING_GALLERY_QUIVER_UPGRADE) |
PERSISTENT_WEEKEVENTREG(WEEKEVENTREG_RECEIVED_TOWN_SHOOTING_GALLERY_QUIVER_UPGRADE),
- /* 60 */ PERSISTENT_WEEKEVENTREG(WEEKEVENTREG_60_10),
+ /* 60 */ PERSISTENT_WEEKEVENTREG(WEEKEVENTREG_RECEIVED_MAYOR_REWARD),
/* 61 */ 0,
/* 62 */ 0,
/* 63 */ PERSISTENT_WEEKEVENTREG(WEEKEVENTREG_63_20),