diff options
author | mid-kid <esteve.varela@gmail.com> | 2020-08-22 01:10:17 +0200 |
---|---|---|
committer | mid-kid <esteve.varela@gmail.com> | 2020-08-27 13:58:54 +0200 |
commit | 926e2318492341b108d5591e752babc87975a7fc (patch) | |
tree | 41c7fb03d7b133ab45a0d7e2dc637abbcee34860 /main.asm | |
parent | c5a3429314e26c4a26a1a5ddd5fe4d2d59294b71 (diff) |
Move all splash screen files to gfx/splash
Diffstat (limited to 'main.asm')
-rw-r--r-- | main.asm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -540,8 +540,8 @@ INCLUDE "mobile/mobile_42.asm" SECTION "Intro Logo", ROMX -IntroLogoGFX: -INCBIN "gfx/intro/logo.2bpp.lz" +GameFreakDittoGFX: +INCBIN "gfx/splash/ditto.2bpp.lz" SECTION "Title", ROMX |