Move more unknown graphics into real subfolders

This commit is contained in:
Remy Oukaour
2017-12-15 17:50:45 -05:00
parent 59fe407812
commit 2cf5cc1dc7
23 changed files with 32 additions and 28 deletions

View File

@@ -221,13 +221,13 @@ MobileSystemSplashScreen_InitGFX: ; 16c108
; 16c173
.Tiles:
INCBIN "gfx/unknown/mobile_splash.2bpp"
INCBIN "gfx/mobile/mobile_splash.2bpp"
.TileMap:
INCBIN "gfx/unknown/mobile_splash.tilemap"
INCBIN "gfx/mobile/mobile_splash.tilemap"
.AttrMap:
INCBIN "gfx/unknown/mobile_splash.attrmap"
INCBIN "gfx/mobile/mobile_splash.attrmap"
UnknownMobilePalettes_16c903: ; 16c903
INCLUDE "gfx/unknown/16c903.pal"