From df223bfbc88b65799c066be49ccb5512f3ec6418 Mon Sep 17 00:00:00 2001 From: Madmadness65 <59298170+Madmadness65@users.noreply.github.com> Date: Tue, 9 Sep 2025 18:26:23 -0500 Subject: [PATCH] [Misc] [Bug] Remove `summary_overlay_shiny` from loading scene (#6532) Remove `summary_overlay_shiny` from loading scene This file was renamed and moved in PR #6433 so this loadImage is no longer needed here. --- src/loading-scene.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/loading-scene.ts b/src/loading-scene.ts index 232c2abca29..c01c5287dc5 100644 --- a/src/loading-scene.ts +++ b/src/loading-scene.ts @@ -131,7 +131,6 @@ export class LoadingScene extends SceneBase { this.loadAtlas("party_transfer", "ui"); this.loadImage("summary_bg", "ui"); - this.loadImage("summary_overlay_shiny", "ui"); this.loadImage("summary_profile", "ui"); this.loadImage("summary_profile_prompt_z", "ui"); // The pixel Z button prompt this.loadImage("summary_profile_prompt_a", "ui"); // The pixel A button prompt