From d5c0f1ab2a04279fd973f4bd8bad5cfbd210f1ad Mon Sep 17 00:00:00 2001 From: Ash Ketchum Date: Wed, 15 Jul 2026 01:12:25 +0200 Subject: intro: brief POKeMON SL0P EDITION splash on the fastboot path New SlopSplash (engine/slop_intro.asm) clears the screen, draws the two centered lines, pushes to VRAM and holds ~2s, then MainMenu's autoload continues into the game. Replaces the vanilla intro/title for the fast-boot-into-save flow. --- main.asm | 1 + 1 file changed, 1 insertion(+) (limited to 'main.asm') diff --git a/main.asm b/main.asm index fb970f95..cd466490 100644 --- a/main.asm +++ b/main.asm @@ -425,3 +425,4 @@ INCLUDE "engine/pikachu/pikachu_movement.asm" INCLUDE "engine/pikachu/pikachu_pic_animation.asm" INCLUDE "engine/debug/debug_menu.asm" INCLUDE "engine/warp_menu.asm" +INCLUDE "engine/slop_intro.asm" -- cgit v1.3.1-sl0p