From 92d2c4ea10697059293ce8852015c7395198d52c Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Sat, 3 Sep 2016 11:13:17 -0700 Subject: move birch speech graphics --- data/data2.s | 4 ++-- data/graphics/new_game/birch.pal | 19 ------------------- data/graphics/new_game/birch.png | Bin 843 -> 0 bytes graphics/birch_speech/birch.pal | 19 +++++++++++++++++++ graphics/birch_speech/birch.png | Bin 0 -> 843 bytes 5 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 data/graphics/new_game/birch.pal delete mode 100644 data/graphics/new_game/birch.png create mode 100644 graphics/birch_speech/birch.pal create mode 100644 graphics/birch_speech/birch.png diff --git a/data/data2.s b/data/data2.s index 36296dc45..6efbff4cd 100644 --- a/data/data2.s +++ b/data/data2.s @@ -3425,14 +3425,14 @@ gUnknown_08553A7C:: @ 8553A7C .align 2, 0 gNewGameBirchPic:: @ 8553A90 - .incbin "data/graphics/new_game/birch.4bpp" + .incbin "graphics/birch_speech/birch.4bpp" .incbin "base_emerald.gba", 0x554290, 0x66c0 .align 2, 0 gNewGameBirchPalette:: @ 855A950 - .incbin "data/graphics/new_game/birch.gbapal" + .incbin "graphics/birch_speech/birch.gbapal" .align 2, 0 diff --git a/data/graphics/new_game/birch.pal b/data/graphics/new_game/birch.pal deleted file mode 100644 index b89a5861a..000000000 --- a/data/graphics/new_game/birch.pal +++ /dev/null @@ -1,19 +0,0 @@ -JASC-PAL -0100 -16 -115 197 164 -255 230 205 -222 189 148 -197 148 115 -106 74 65 -98 98 115 -41 57 65 -180 115 82 -115 74 57 -205 205 222 -148 148 148 -189 156 90 -139 115 57 -74 49 24 -255 255 255 -0 0 24 diff --git a/data/graphics/new_game/birch.png b/data/graphics/new_game/birch.png deleted file mode 100644 index 2a2d7b6a9..000000000 Binary files a/data/graphics/new_game/birch.png and /dev/null differ diff --git a/graphics/birch_speech/birch.pal b/graphics/birch_speech/birch.pal new file mode 100644 index 000000000..b89a5861a --- /dev/null +++ b/graphics/birch_speech/birch.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 230 205 +222 189 148 +197 148 115 +106 74 65 +98 98 115 +41 57 65 +180 115 82 +115 74 57 +205 205 222 +148 148 148 +189 156 90 +139 115 57 +74 49 24 +255 255 255 +0 0 24 diff --git a/graphics/birch_speech/birch.png b/graphics/birch_speech/birch.png new file mode 100644 index 000000000..2a2d7b6a9 Binary files /dev/null and b/graphics/birch_speech/birch.png differ -- cgit v1.2.3