From 3f34e52c5412aea2fc25ee71f4028dd065ac0a87 Mon Sep 17 00:00:00 2001 From: Kevin Cathcart Date: Sun, 26 Aug 2018 10:21:05 -0400 Subject: [PATCH] Fix ganon spawn for normal mode --- events.asm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/events.asm b/events.asm index 3f2b74e..bd8ad11 100644 --- a/events.asm +++ b/events.asm @@ -93,7 +93,9 @@ OnFileLoad: JSL.l OnNewFile LDA.b #$FF : STA !FRESH_FILE_MARKER + - JSL.l DoWorldFix + LDA.w $010A : BNE + ; don't adjust the worlds for "continue" or "save-continue" + JSL.l DoWorldFix + + JSL.l MasterSwordFollowerClear JSL.l InitOpenMode LDA #$FF : STA !RNG_ITEM_LOCK_IN ; reset rng item lock-in