From 2d6808c0ca290943e15553d2e3ec8d74da19c98a Mon Sep 17 00:00:00 2001 From: scawful Date: Wed, 5 Jun 2024 11:19:49 -0400 Subject: [PATCH] only fix shock palette outside --- Overworld/time_system.asm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Overworld/time_system.asm b/Overworld/time_system.asm index c427f8a..628a25e 100644 --- a/Overworld/time_system.asm +++ b/Overworld/time_system.asm @@ -510,12 +510,13 @@ FixSaveAndQuit: FixShockPalette: { + LDA $1B : BNE .indoors STA !pal_color PHX JSL ColorSubEffect PLX STA.l $7EC500, X - + .indoors RTL }