From 51258cf173106042957dc71ee780cd646d28cdf6 Mon Sep 17 00:00:00 2001 From: Dragorn421 Date: Wed, 5 Oct 2022 12:55:24 +0200 Subject: [PATCH] Fixup comment on restoring MS as adult --- src/code/z_sram.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/code/z_sram.c b/src/code/z_sram.c index 4ce0b5d3a2..bec39a2e82 100644 --- a/src/code/z_sram.c +++ b/src/code/z_sram.c @@ -312,7 +312,7 @@ static s16 sDungeonEntrances[] = { * - If health is less than 3 hearts, give 3 hearts * - If either scarecrow song is set, copy them from save context to the proper location * - Handle a case where the player saved and quit after zelda cutscene but didnt get the song - * - Give and equip master sword if player is adult and doesnt have kokiri sword (bug?) + * - Give and equip master sword if player is adult and doesnt have master sword * - Revert any trade items that spoil */ void Sram_OpenSave(SramContext* sramCtx) {