From b310d675f1222e5bdc2828e3c6baef2829bf6bbc Mon Sep 17 00:00:00 2001 From: Andrew Van Caem Date: Sun, 9 Oct 2022 17:46:11 +1100 Subject: [PATCH] Corrected inf entry label for Fado (#1711) --- soh/soh/Enhancements/debugger/debugSaveEditor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soh/soh/Enhancements/debugger/debugSaveEditor.h b/soh/soh/Enhancements/debugger/debugSaveEditor.h index e51414f4c..488ec3ea6 100644 --- a/soh/soh/Enhancements/debugger/debugSaveEditor.h +++ b/soh/soh/Enhancements/debugger/debugSaveEditor.h @@ -241,7 +241,7 @@ const std::vector flagTables = { { 0xB7, "Spoke to Fado in Kokiri Forest as Child" }, { 0xB8, "Spoke to Malon After Saving Ranch" }, { 0xB9, "Spoke to Malon on Horseback" }, - { 0xBC, "Spoke to Carpenter Boss by Tent" }, + { 0xBC, "Fado requested Odd Potion" }, { 0xC0, "Spoke to Fat Woman by Market Potion Shop" }, { 0xC1, "Spoke to Fat Woman After Zelda's Escape" }, { 0xC2, "Spoke to Burly Man About Talon Search" },