From 7f06087cefca6b98b1ddf21459822592ee45a280 Mon Sep 17 00:00:00 2001 From: Andrew Van Caem Date: Wed, 18 Jan 2023 06:46:42 +1100 Subject: [PATCH] Altered save flag docs concerning events in Mido's house (#2311) --- soh/soh/Enhancements/debugger/debugSaveEditor.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/soh/soh/Enhancements/debugger/debugSaveEditor.h b/soh/soh/Enhancements/debugger/debugSaveEditor.h index b857cc21c..e4b4ad76e 100644 --- a/soh/soh/Enhancements/debugger/debugSaveEditor.h +++ b/soh/soh/Enhancements/debugger/debugSaveEditor.h @@ -36,6 +36,7 @@ const std::vector flagTables = { { 0x09, "Used Deku Tree Blue Warp" }, { 0x0A, "Played Saria's Song for Mido as Adult" }, { 0x0C, "Met Deku Tree" }, + { 0x0F, "Spoke to Mido about Saria's whereabouts" }, { 0x10, "Spoke to Child Malon at Castle or Market" }, { 0x11, "Spoke to Ingo at Ranch before Talon returns" }, { 0x12, "Obtained Pocket Egg" }, @@ -219,7 +220,7 @@ const std::vector flagTables = { { 0x24, "Spoke to Kokiri Boy Cutting Grass" }, { 0x26, "Spoke to Kokiri Girl on Shop Awning" }, { 0x28, "Spoke to Kokiri Girl About Training Center" }, - { 0x31, "Spoke to Kokiri Boy on Bed in Mido's House" }, + { 0x41, "Spoke to Kokiri Boy on Bed in Mido's House" }, { 0x51, "Spoke to Kokiri Girl in Saria's House" }, { 0x59, "Spoke to Know-It-All Bro. About Temple" }, { 0x61, "Spoke to Know-It-All Bro. About Saria" },