diff options
| author | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-15 17:50:45 -0500 |
|---|---|---|
| committer | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-15 17:50:45 -0500 |
| commit | 2cf5cc1dc7f0dcc4651cdacaefb28d1b607f444c (patch) | |
| tree | fedfbf86a87fb8d1a75afe1ce5ee83be91e34a65 /mobile/mobile_5b.asm | |
| parent | 59fe4078124f0fa8d1613a3f715861d9c6f2d449 (diff) | |
Move more unknown graphics into real subfolders
Diffstat (limited to 'mobile/mobile_5b.asm')
| -rwxr-xr-x | mobile/mobile_5b.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mobile/mobile_5b.asm b/mobile/mobile_5b.asm index 679f04342..041c071b4 100755 --- a/mobile/mobile_5b.asm +++ b/mobile/mobile_5b.asm @@ -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" |
