From c5474fae5ddf5023791aaa75935b8d8af45ea6ff Mon Sep 17 00:00:00 2001 From: scawful Date: Sun, 14 Sep 2025 13:43:49 -0400 Subject: [PATCH] Fix special area time based custom bg color by removing unnecessary buffer operations --- Overworld/ZSCustomOverworld.asm | 2 -- Overworld/time_system.asm | 8 -------- 2 files changed, 10 deletions(-) diff --git a/Overworld/ZSCustomOverworld.asm b/Overworld/ZSCustomOverworld.asm index 12dbeeb..821b0c8 100644 --- a/Overworld/ZSCustomOverworld.asm +++ b/Overworld/ZSCustomOverworld.asm @@ -3944,8 +3944,6 @@ InitColorLoad2: .storeColor ; Set transparent color. - STA.l $7EE018 - JSL Oracle_BackgroundFix STA.l $7EC300 STA.l $7EC340 ; Set transparent color. diff --git a/Overworld/time_system.asm b/Overworld/time_system.asm index 097e8cb..0393d08 100644 --- a/Overworld/time_system.asm +++ b/Overworld/time_system.asm @@ -589,14 +589,6 @@ RestoreTimeForDungeonMap: pushpc -; $0BFE70 -> background color loading routine -; Background color write fix - 16 bytes -; $0B/FEB6 8F 00 C5 7E STA $7EC500 -; $0B/FEBA 8F 00 C3 7E STA $7EC300 -; $0B/FEBE 8F 40 C5 7E STA $7EC540 -; $0B/FEC2 8F 40 C3 7E STA $7EC340 -org $0BFEB6 : JSL BackgroundFix - ; SetBGColorMainBuffer org $0ED5F9 : JSL ColorBgFix