From a824690dbdc08131567b3b37f61b3200cfffc1f3 Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Sat, 3 Sep 2016 14:01:37 -0700 Subject: [PATCH] move title screen graphics --- data/data2.s | 4 ++-- data/graphics.s | 6 +++--- {data/graphics => graphics}/title_screen/clouds.png | Bin .../title_screen/pokemon_logo.pal | 0 .../title_screen/pokemon_logo.png | Bin .../graphics => graphics}/title_screen/rayquaza.png | Bin .../title_screen/rayquaza_and_clouds.pal | 0 7 files changed, 5 insertions(+), 5 deletions(-) rename {data/graphics => graphics}/title_screen/clouds.png (100%) rename {data/graphics => graphics}/title_screen/pokemon_logo.pal (100%) rename {data/graphics => graphics}/title_screen/pokemon_logo.png (100%) rename {data/graphics => graphics}/title_screen/rayquaza.png (100%) rename {data/graphics => graphics}/title_screen/rayquaza_and_clouds.pal (100%) diff --git a/data/data2.s b/data/data2.s index 6efbff4cd..cabc79d93 100644 --- a/data/data2.s +++ b/data/data2.s @@ -3195,7 +3195,7 @@ gUnknown_0853EF60:: @ 853EF60 .incbin "base_emerald.gba", 0x53ef60, 0xf8 gTitleScreenRayquazaTiles:: @ 853F058 - .incbin "data/graphics/title_screen/rayquaza.4bpp.lz" + .incbin "graphics/title_screen/rayquaza.4bpp.lz" .align 2, 0 @@ -3203,7 +3203,7 @@ gUnknown_0853F83C:: @ 853F83C .incbin "base_emerald.gba", 0x53f83c, 0x450 gTitleScreenCloudsTiles:: @ 853FC8C - .incbin "data/graphics/title_screen/clouds.4bpp.lz" + .incbin "graphics/title_screen/clouds.4bpp.lz" .align 2, 0 diff --git a/data/graphics.s b/data/graphics.s index 517771160..1749a8710 100644 --- a/data/graphics.s +++ b/data/graphics.s @@ -1021,8 +1021,8 @@ gMonIconPalettes:: @ 8DDE1F8 .align 2, 0 gTitleScreenBgPalettes:: @ 8DDE258 - .incbin "data/graphics/title_screen/pokemon_logo.gbapal" - .incbin "data/graphics/title_screen/rayquaza_and_clouds.gbapal" + .incbin "graphics/title_screen/pokemon_logo.gbapal" + .incbin "graphics/title_screen/rayquaza_and_clouds.gbapal" .align 2, 0 @@ -1033,7 +1033,7 @@ gUnknown_08DDE458:: @ 8DDE458 .incbin "base_emerald.gba", 0xdde458, 0x238 gTitleScreenPokemonLogoTiles:: @ 8DDE690 - .incbin "data/graphics/title_screen/pokemon_logo.8bpp.lz" + .incbin "graphics/title_screen/pokemon_logo.8bpp.lz" .align 2, 0 diff --git a/data/graphics/title_screen/clouds.png b/graphics/title_screen/clouds.png similarity index 100% rename from data/graphics/title_screen/clouds.png rename to graphics/title_screen/clouds.png diff --git a/data/graphics/title_screen/pokemon_logo.pal b/graphics/title_screen/pokemon_logo.pal similarity index 100% rename from data/graphics/title_screen/pokemon_logo.pal rename to graphics/title_screen/pokemon_logo.pal diff --git a/data/graphics/title_screen/pokemon_logo.png b/graphics/title_screen/pokemon_logo.png similarity index 100% rename from data/graphics/title_screen/pokemon_logo.png rename to graphics/title_screen/pokemon_logo.png diff --git a/data/graphics/title_screen/rayquaza.png b/graphics/title_screen/rayquaza.png similarity index 100% rename from data/graphics/title_screen/rayquaza.png rename to graphics/title_screen/rayquaza.png diff --git a/data/graphics/title_screen/rayquaza_and_clouds.pal b/graphics/title_screen/rayquaza_and_clouds.pal similarity index 100% rename from data/graphics/title_screen/rayquaza_and_clouds.pal rename to graphics/title_screen/rayquaza_and_clouds.pal