diff options
| author | Ash Ketchum <no-reply@sl0p.foo> | 2026-07-15 01:12:25 +0200 |
|---|---|---|
| committer | Ash Ketchum <no-reply@sl0p.foo> | 2026-07-15 01:12:25 +0200 |
| commit | d5c0f1ab2a04279fd973f4bd8bad5cfbd210f1ad (patch) | |
| tree | 815b09b9e3d8a286fa548ef437d9ae93b0efb2ed /main.asm | |
| parent | warp: center the menu box and add a SECRET SL0P WARP MENU banner (diff) | |
| download | pokeyellow-d5c0f1ab2a04279fd973f4bd8bad5cfbd210f1ad.tar.gz pokeyellow-d5c0f1ab2a04279fd973f4bd8bad5cfbd210f1ad.tar.xz pokeyellow-d5c0f1ab2a04279fd973f4bd8bad5cfbd210f1ad.zip | |
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.
Diffstat (limited to 'main.asm')
| -rw-r--r-- | main.asm | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |
