From e0b258f8b9d7c70a470a12c5e080a5fe7fae720f Mon Sep 17 00:00:00 2001 From: scawful Date: Sat, 17 Aug 2024 17:26:01 -0400 Subject: [PATCH] time system housekeeping --- Overworld/time_system.asm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Overworld/time_system.asm b/Overworld/time_system.asm index a4f0ab0..0484316 100644 --- a/Overworld/time_system.asm +++ b/Overworld/time_system.asm @@ -32,13 +32,12 @@ HUD_ClockDisplay: ; Zarby Intro and Credits fix pushpc -org $0CC265 ; IntroLogoPaletteFadeIn -JSL LogoFadeInSetClock +org $0CC265 ; Intro_FadeLogoIn + JSL LogoFadeInSetClock pullpc - LogoFadeInSetClock: { - JSL $00ED7C ; restore code + JSL $00ED7C ; IntroLogoPaletteFadeIn LDA.b #$08 : STA.l $7EE000 ; Set the time to 6:00am LDA.b #$3F : STA.l $7EE002 ; Set the time speed RTL @@ -486,6 +485,7 @@ org $0ED5F9 JSL ColorBgFix endif +; OverworldMosaicTransition_HandleScreensAndLoadShroom org $02AE92 NOP #6