From 07e1fd5bd6b4a71bbf24007410f109cdbea6b8c4 Mon Sep 17 00:00:00 2001 From: scawful Date: Fri, 25 Oct 2024 16:31:33 -0400 Subject: [PATCH] Cleanup ZCustomOverworld --- Overworld/ZCustomOverworld2.asm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Overworld/ZCustomOverworld2.asm b/Overworld/ZCustomOverworld2.asm index 9d323f4..c9d776f 100644 --- a/Overworld/ZCustomOverworld2.asm +++ b/Overworld/ZCustomOverworld2.asm @@ -1679,7 +1679,6 @@ NewOverworld_FinishTransGfx: RTL } -print "CheckForChangeGraphicsTransitionLoad: ", pc CheckForChangeGraphicsTransitionLoad: { ; Are we currently in a mosaic? @@ -2247,7 +2246,7 @@ InitColorLoad2: LDA.w Pool_BGColorTable, X ; Get the color. .storeColor - + JSL Oracle_BackgroundFix STA.l $7EC300 : STA.l $7EC340 ; Set transparent color. ;STA.l $7EC500 : STA.l $7EC540 @@ -2678,7 +2677,7 @@ AnimateMirrorWarp_DecompressBackgroundsCLongCalls: LDA.w Pool_OWGFXGroupTable_sheet7, X : CMP.b #$FF : BNE .notFF7 LDA.w Pool_DefaultGFXGroups_sheet7, Y .notFF7 - STA.b $08 : STA AnimatedTileGFXSet + STA.b $08 : STA.w AnimatedTileGFXSet LDA.w Pool_OWGFXGroupTable_sheet6, X : CMP.b #$FF : BNE .notFF6 LDA.w Pool_DefaultGFXGroups_sheet6, Y