From 81d579a78b34361ad6d5a49495aad0d1c87f147d Mon Sep 17 00:00:00 2001 From: scawful Date: Mon, 27 May 2024 22:54:52 -0400 Subject: [PATCH] set the link form id for gbc link --- Overworld/time_system.asm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Overworld/time_system.asm b/Overworld/time_system.asm index 48a6c1c..183b20c 100644 --- a/Overworld/time_system.asm +++ b/Overworld/time_system.asm @@ -172,7 +172,8 @@ RunClock: ; GBC Link code LDA $0FFF : CMP #$00 : BEQ .light_world JSL UpdateGbcPalette - LDA #$3B : STA $BC ; change link's sprite + LDA.b #$3B : STA $BC ; change link's sprite + LDA.b #$06 : STA $02B2 ; set the form id .light_world RTS @@ -539,6 +540,8 @@ RestoreTimeForDungeonMap: RTL } +pushpc + org $0ED956 JSL FixDungeonMapColors