diff options
author | YamaArashi <shadow962@live.com> | 2016-09-03 14:01:37 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-09-03 14:01:37 -0700 |
commit | a824690dbdc08131567b3b37f61b3200cfffc1f3 (patch) | |
tree | b6f8dc13a93a11e5f430a7a745425b08a0b3374c | |
parent | 8e8d5dcba567c5f8cb9c7642b4f78bebdb898732 (diff) |
move title screen graphics
-rw-r--r-- | data/data2.s | 4 | ||||
-rw-r--r-- | data/graphics.s | 6 | ||||
-rw-r--r-- | graphics/title_screen/clouds.png (renamed from data/graphics/title_screen/clouds.png) | bin | 629 -> 629 bytes | |||
-rw-r--r-- | graphics/title_screen/pokemon_logo.pal (renamed from data/graphics/title_screen/pokemon_logo.pal) | 0 | ||||
-rw-r--r-- | graphics/title_screen/pokemon_logo.png (renamed from data/graphics/title_screen/pokemon_logo.png) | bin | 4666 -> 4666 bytes | |||
-rw-r--r-- | graphics/title_screen/rayquaza.png (renamed from data/graphics/title_screen/rayquaza.png) | bin | 1730 -> 1730 bytes | |||
-rw-r--r-- | graphics/title_screen/rayquaza_and_clouds.pal (renamed from data/graphics/title_screen/rayquaza_and_clouds.pal) | 0 |
7 files changed, 5 insertions, 5 deletions
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 Binary files differindex 361c8e145..361c8e145 100644 --- a/data/graphics/title_screen/clouds.png +++ b/graphics/title_screen/clouds.png diff --git a/data/graphics/title_screen/pokemon_logo.pal b/graphics/title_screen/pokemon_logo.pal index f62cfac20..f62cfac20 100644 --- a/data/graphics/title_screen/pokemon_logo.pal +++ b/graphics/title_screen/pokemon_logo.pal diff --git a/data/graphics/title_screen/pokemon_logo.png b/graphics/title_screen/pokemon_logo.png Binary files differindex 7d141ad67..7d141ad67 100644 --- a/data/graphics/title_screen/pokemon_logo.png +++ b/graphics/title_screen/pokemon_logo.png diff --git a/data/graphics/title_screen/rayquaza.png b/graphics/title_screen/rayquaza.png Binary files differindex f52f559e2..f52f559e2 100644 --- a/data/graphics/title_screen/rayquaza.png +++ b/graphics/title_screen/rayquaza.png diff --git a/data/graphics/title_screen/rayquaza_and_clouds.pal b/graphics/title_screen/rayquaza_and_clouds.pal index 2eabafc2a..2eabafc2a 100644 --- a/data/graphics/title_screen/rayquaza_and_clouds.pal +++ b/graphics/title_screen/rayquaza_and_clouds.pal |