From 7868ad654ba091bd7939493ccb800f7d9cfb4b76 Mon Sep 17 00:00:00 2001 From: scawful Date: Sat, 17 Aug 2024 12:24:32 -0400 Subject: [PATCH] remove hardcoded 0E freespace from time system --- Overworld/time_system.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Overworld/time_system.asm b/Overworld/time_system.asm index 365f6ce..c183a74 100644 --- a/Overworld/time_system.asm +++ b/Overworld/time_system.asm @@ -268,7 +268,7 @@ org $1BEF61 org $1BEF84 JSL LoadDayNightPaletteEffect -org $0EEE25 ; free space +pullpc LoadDayNightPaletteEffect: { STA.l !pal_color @@ -445,7 +445,7 @@ CheckIfNight: RTL } -warnpc $0EF3F9 ; free space +pushpc org $09C4E3 JSL CheckIfNight