From 7042c996c43399eb2a1a4afdf25b48b5a17bdee8 Mon Sep 17 00:00:00 2001 From: tianmaru Date: Wed, 2 Sep 2020 22:25:39 +0200 Subject: renamed title screen sprites --- graphics/title_screen/blank_obj.png | Bin 0 -> 148 bytes graphics/title_screen/border_bg.png | Bin 0 -> 78 bytes graphics/title_screen/copyright_press_start.bin | Bin 0 -> 1280 bytes graphics/title_screen/copyright_press_start.png | Bin 0 -> 597 bytes graphics/title_screen/firered/background.pal | 19 ++ .../title_screen/firered/blank_fire_sprite.png | Bin 0 -> 150 bytes graphics/title_screen/firered/border_bg.bin | 1 + graphics/title_screen/firered/box_art_mon.bin | Bin 0 -> 1280 bytes graphics/title_screen/firered/box_art_mon.pal | 19 ++ graphics/title_screen/firered/box_art_mon.png | Bin 0 -> 1792 bytes graphics/title_screen/firered/fire_or_leaf.pal | 19 ++ graphics/title_screen/firered/fire_or_leaf.png | Bin 0 -> 539 bytes graphics/title_screen/firered/game_title_logo.bin | Bin 0 -> 1280 bytes graphics/title_screen/firered/game_title_logo.pal | 259 +++++++++++++++++++++ graphics/title_screen/firered/game_title_logo.png | Bin 0 -> 5614 bytes graphics/title_screen/firered/slash_sprite.pal | 19 ++ graphics/title_screen/leafgreen/background.pal | 19 ++ .../title_screen/leafgreen/blank_leaf_sprite.png | Bin 0 -> 135 bytes graphics/title_screen/leafgreen/border_bg.bin | 1 + graphics/title_screen/leafgreen/box_art_mon.bin | Bin 0 -> 1280 bytes graphics/title_screen/leafgreen/box_art_mon.pal | 19 ++ graphics/title_screen/leafgreen/box_art_mon.png | Bin 0 -> 2031 bytes graphics/title_screen/leafgreen/fire_or_leaf.pal | 19 ++ graphics/title_screen/leafgreen/fire_or_leaf.png | Bin 0 -> 350 bytes .../title_screen/leafgreen/game_title_logo.bin | Bin 0 -> 1280 bytes .../title_screen/leafgreen/game_title_logo.pal | 259 +++++++++++++++++++++ .../title_screen/leafgreen/game_title_logo.png | Bin 0 -> 5875 bytes graphics/title_screen/leafgreen/slash_sprite.pal | 19 ++ graphics/title_screen/lg_border_bg.bin | 1 - graphics/title_screen/slash_sprite.png | Bin 0 -> 188 bytes graphics/title_screen/unk_83BF58C.png | Bin 78 -> 0 bytes graphics/title_screen/unk_83BF5A8.bin | 1 - graphics/title_screen/unk_83bf64c.png | Bin 188 -> 0 bytes graphics/title_screen/unk_83bf77c.pal | 19 -- graphics/title_screen/unk_83bf79c.png | Bin 539 -> 0 bytes graphics/title_screen/unk_83bfa14.png | Bin 150 -> 0 bytes graphics/title_screen/unk_8eab6c4.pal | 259 --------------------- graphics/title_screen/unk_8eab8c4.png | Bin 5614 -> 0 bytes graphics/title_screen/unk_8ead390.bin | Bin 1280 -> 0 bytes graphics/title_screen/unk_8ead5e8.pal | 19 -- graphics/title_screen/unk_8ead608.png | Bin 1792 -> 0 bytes graphics/title_screen/unk_8eadee4.bin | Bin 1280 -> 0 bytes graphics/title_screen/unk_8eae094.pal | 19 -- graphics/title_screen/unk_8eae0b4.png | Bin 597 -> 0 bytes graphics/title_screen/unk_8eae374.bin | Bin 1280 -> 0 bytes graphics/title_screen/unk_8eae488.pal | 19 -- graphics/title_screen/unk_8eae4a8.png | Bin 148 -> 0 bytes graphics/title_screen/unk_lg_83bf764.pal | 19 -- graphics/title_screen/unk_lg_83bf784.png | Bin 350 -> 0 bytes graphics/title_screen/unk_lg_83bf89c.png | Bin 135 -> 0 bytes graphics/title_screen/unk_lg_8eab744.pal | 259 --------------------- graphics/title_screen/unk_lg_8eab944.png | Bin 5875 -> 0 bytes graphics/title_screen/unk_lg_8ead508.bin | Bin 1280 -> 0 bytes graphics/title_screen/unk_lg_8ead768.pal | 19 -- graphics/title_screen/unk_lg_8ead788.png | Bin 2031 -> 0 bytes graphics/title_screen/unk_lg_8eae1ec.bin | Bin 1280 -> 0 bytes graphics/title_screen/unk_lg_8eae388.pal | 19 -- graphics/title_screen/unk_lg_8eae77c.pal | 19 -- 58 files changed, 672 insertions(+), 672 deletions(-) create mode 100644 graphics/title_screen/blank_obj.png create mode 100644 graphics/title_screen/border_bg.png create mode 100644 graphics/title_screen/copyright_press_start.bin create mode 100644 graphics/title_screen/copyright_press_start.png create mode 100644 graphics/title_screen/firered/background.pal create mode 100644 graphics/title_screen/firered/blank_fire_sprite.png create mode 100644 graphics/title_screen/firered/border_bg.bin create mode 100644 graphics/title_screen/firered/box_art_mon.bin create mode 100644 graphics/title_screen/firered/box_art_mon.pal create mode 100644 graphics/title_screen/firered/box_art_mon.png create mode 100644 graphics/title_screen/firered/fire_or_leaf.pal create mode 100644 graphics/title_screen/firered/fire_or_leaf.png create mode 100644 graphics/title_screen/firered/game_title_logo.bin create mode 100644 graphics/title_screen/firered/game_title_logo.pal create mode 100644 graphics/title_screen/firered/game_title_logo.png create mode 100644 graphics/title_screen/firered/slash_sprite.pal create mode 100644 graphics/title_screen/leafgreen/background.pal create mode 100644 graphics/title_screen/leafgreen/blank_leaf_sprite.png create mode 100644 graphics/title_screen/leafgreen/border_bg.bin create mode 100644 graphics/title_screen/leafgreen/box_art_mon.bin create mode 100644 graphics/title_screen/leafgreen/box_art_mon.pal create mode 100644 graphics/title_screen/leafgreen/box_art_mon.png create mode 100644 graphics/title_screen/leafgreen/fire_or_leaf.pal create mode 100644 graphics/title_screen/leafgreen/fire_or_leaf.png create mode 100644 graphics/title_screen/leafgreen/game_title_logo.bin create mode 100644 graphics/title_screen/leafgreen/game_title_logo.pal create mode 100644 graphics/title_screen/leafgreen/game_title_logo.png create mode 100644 graphics/title_screen/leafgreen/slash_sprite.pal delete mode 100644 graphics/title_screen/lg_border_bg.bin create mode 100644 graphics/title_screen/slash_sprite.png delete mode 100644 graphics/title_screen/unk_83BF58C.png delete mode 100644 graphics/title_screen/unk_83BF5A8.bin delete mode 100644 graphics/title_screen/unk_83bf64c.png delete mode 100644 graphics/title_screen/unk_83bf77c.pal delete mode 100644 graphics/title_screen/unk_83bf79c.png delete mode 100644 graphics/title_screen/unk_83bfa14.png delete mode 100644 graphics/title_screen/unk_8eab6c4.pal delete mode 100644 graphics/title_screen/unk_8eab8c4.png delete mode 100644 graphics/title_screen/unk_8ead390.bin delete mode 100644 graphics/title_screen/unk_8ead5e8.pal delete mode 100644 graphics/title_screen/unk_8ead608.png delete mode 100644 graphics/title_screen/unk_8eadee4.bin delete mode 100644 graphics/title_screen/unk_8eae094.pal delete mode 100644 graphics/title_screen/unk_8eae0b4.png delete mode 100644 graphics/title_screen/unk_8eae374.bin delete mode 100644 graphics/title_screen/unk_8eae488.pal delete mode 100644 graphics/title_screen/unk_8eae4a8.png delete mode 100644 graphics/title_screen/unk_lg_83bf764.pal delete mode 100644 graphics/title_screen/unk_lg_83bf784.png delete mode 100644 graphics/title_screen/unk_lg_83bf89c.png delete mode 100644 graphics/title_screen/unk_lg_8eab744.pal delete mode 100644 graphics/title_screen/unk_lg_8eab944.png delete mode 100644 graphics/title_screen/unk_lg_8ead508.bin delete mode 100644 graphics/title_screen/unk_lg_8ead768.pal delete mode 100644 graphics/title_screen/unk_lg_8ead788.png delete mode 100644 graphics/title_screen/unk_lg_8eae1ec.bin delete mode 100644 graphics/title_screen/unk_lg_8eae388.pal delete mode 100644 graphics/title_screen/unk_lg_8eae77c.pal (limited to 'graphics') diff --git a/graphics/title_screen/blank_obj.png b/graphics/title_screen/blank_obj.png new file mode 100644 index 000000000..682c22432 Binary files /dev/null and b/graphics/title_screen/blank_obj.png differ diff --git a/graphics/title_screen/border_bg.png b/graphics/title_screen/border_bg.png new file mode 100644 index 000000000..895457c3c Binary files /dev/null and b/graphics/title_screen/border_bg.png differ diff --git a/graphics/title_screen/copyright_press_start.bin b/graphics/title_screen/copyright_press_start.bin new file mode 100644 index 000000000..9bab57cc0 Binary files /dev/null and b/graphics/title_screen/copyright_press_start.bin differ diff --git a/graphics/title_screen/copyright_press_start.png b/graphics/title_screen/copyright_press_start.png new file mode 100644 index 000000000..0b4e69015 Binary files /dev/null and b/graphics/title_screen/copyright_press_start.png differ diff --git a/graphics/title_screen/firered/background.pal b/graphics/title_screen/firered/background.pal new file mode 100644 index 000000000..f7f14d45d --- /dev/null +++ b/graphics/title_screen/firered/background.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +255 255 139 +0 0 0 +123 123 123 +197 197 197 +222 222 222 +255 255 255 +0 0 0 +123 123 123 +197 197 197 +222 222 222 +255 255 255 +65 180 164 +139 0 0 +172 24 0 +213 57 0 +255 90 0 diff --git a/graphics/title_screen/firered/blank_fire_sprite.png b/graphics/title_screen/firered/blank_fire_sprite.png new file mode 100644 index 000000000..f4f030a5b Binary files /dev/null and b/graphics/title_screen/firered/blank_fire_sprite.png differ diff --git a/graphics/title_screen/firered/border_bg.bin b/graphics/title_screen/firered/border_bg.bin new file mode 100644 index 000000000..375fbeb7a --- /dev/null +++ b/graphics/title_screen/firered/border_bg.bin @@ -0,0 +1 @@ +àààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààà \ No newline at end of file diff --git a/graphics/title_screen/firered/box_art_mon.bin b/graphics/title_screen/firered/box_art_mon.bin new file mode 100644 index 000000000..0c309689e Binary files /dev/null and b/graphics/title_screen/firered/box_art_mon.bin differ diff --git a/graphics/title_screen/firered/box_art_mon.pal b/graphics/title_screen/firered/box_art_mon.pal new file mode 100644 index 000000000..0832e8306 --- /dev/null +++ b/graphics/title_screen/firered/box_art_mon.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 255 +0 0 0 +82 205 180 +255 0 255 +255 0 255 +255 0 255 +32 0 0 +49 0 0 +65 0 0 +90 0 0 +123 32 0 +156 32 0 +180 49 0 +205 65 0 +222 90 0 +230 123 0 diff --git a/graphics/title_screen/firered/box_art_mon.png b/graphics/title_screen/firered/box_art_mon.png new file mode 100644 index 000000000..c9a0dc8eb Binary files /dev/null and b/graphics/title_screen/firered/box_art_mon.png differ diff --git a/graphics/title_screen/firered/fire_or_leaf.pal b/graphics/title_screen/firered/fire_or_leaf.pal new file mode 100644 index 000000000..7a29ab72c --- /dev/null +++ b/graphics/title_screen/firered/fire_or_leaf.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +82 205 180 +189 197 205 +164 164 172 +123 131 131 +213 213 222 +255 246 74 +255 213 32 +164 131 24 +246 164 24 +131 90 16 +106 98 90 +65 57 41 +230 82 16 +205 41 0 +139 8 8 +246 246 246 diff --git a/graphics/title_screen/firered/fire_or_leaf.png b/graphics/title_screen/firered/fire_or_leaf.png new file mode 100644 index 000000000..66a57a899 Binary files /dev/null and b/graphics/title_screen/firered/fire_or_leaf.png differ diff --git a/graphics/title_screen/firered/game_title_logo.bin b/graphics/title_screen/firered/game_title_logo.bin new file mode 100644 index 000000000..2987c5cfa Binary files /dev/null and b/graphics/title_screen/firered/game_title_logo.bin differ diff --git a/graphics/title_screen/firered/game_title_logo.pal b/graphics/title_screen/firered/game_title_logo.pal new file mode 100644 index 000000000..48c794761 --- /dev/null +++ b/graphics/title_screen/firered/game_title_logo.pal @@ -0,0 +1,259 @@ +JASC-PAL +0100 +256 +0 255 41 +0 0 0 +255 238 16 +246 222 41 +246 238 246 +255 246 24 +246 246 41 +246 246 246 +246 255 255 +255 246 255 +32 0 255 +106 65 156 +32 0 238 +246 222 24 +246 222 32 +255 238 41 +255 238 49 +255 255 16 +255 255 24 +255 255 246 +255 255 255 +123 106 156 +24 41 32 +32 32 74 +32 0 230 +115 82 164 +16 0 246 +106 82 172 +246 238 32 +255 230 24 +246 230 41 +246 238 41 +246 230 49 +246 238 49 +255 246 32 +255 246 41 +255 255 32 +255 255 41 +32 24 32 +32 32 41 +197 156 41 +197 164 41 +156 156 156 +164 164 156 +172 172 172 +180 189 180 +41 0 230 +189 189 189 +197 189 189 +197 197 197 +205 205 213 +8 8 197 +246 230 24 +246 230 32 +255 238 24 +255 238 32 +32 32 32 +32 41 32 +41 32 32 +41 41 32 +49 32 32 +49 41 32 +41 32 41 +49 32 41 +24 41 41 +32 32 90 +16 24 106 +24 32 98 +41 32 82 +41 32 98 +41 41 82 +41 41 98 +0 0 115 +8 8 131 +32 24 115 +32 24 131 +32 41 115 +41 41 115 +32 41 131 +41 41 131 +57 41 41 +57 41 49 +57 49 41 +57 57 57 +65 41 41 +74 41 41 +65 57 57 +74 57 57 +57 74 74 +65 65 74 +82 74 82 +82 57 131 +82 90 82 +90 90 90 +90 98 98 +98 98 106 +115 106 106 +131 98 115 +139 98 106 +139 115 98 +180 139 57 +172 131 65 +156 115 90 +156 131 82 +115 82 139 +123 82 131 +115 98 131 +131 98 123 +115 123 123 +123 123 131 +139 131 139 +148 123 131 +205 172 24 +213 172 16 +205 164 32 +213 172 32 +222 189 24 +230 189 16 +213 189 32 +222 189 32 +230 205 24 +230 205 32 +230 213 32 +238 222 32 +180 148 57 +189 156 49 +180 148 74 +180 172 90 +156 148 123 +139 148 139 +164 148 115 +172 156 106 +197 156 49 +205 180 49 +197 172 90 +205 189 82 +222 205 49 +230 222 49 +205 205 74 +222 213 65 +49 0 230 +213 213 213 +222 230 230 +222 230 230 +255 0 246 +255 0 255 +16 8 197 +16 16 189 +32 16 164 +41 16 164 +32 16 180 +41 16 189 +8 8 205 +8 16 205 +24 8 213 +24 16 205 +41 8 213 +41 16 213 +49 8 213 +57 16 213 +16 8 230 +24 8 230 +24 16 230 +24 24 230 +8 8 246 +8 16 246 +16 8 246 +16 16 246 +32 8 230 +32 16 230 +32 8 238 +32 8 246 +41 8 230 +41 16 230 +49 16 230 +49 8 238 +32 32 156 +24 32 172 +41 41 156 +41 32 164 +74 49 180 +82 49 172 +82 65 164 +90 74 164 +24 32 189 +57 41 189 +41 32 213 +57 32 213 +74 41 189 +90 57 189 +74 49 197 +74 41 205 +49 49 49 +197 197 197 +189 189 189 +156 156 156 +172 172 172 +139 139 139 +115 115 115 +255 255 255 +16 16 16 +98 98 98 +246 246 246 +82 82 82 +230 230 230 +213 213 213 +0 0 0 +255 255 255 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/graphics/title_screen/firered/game_title_logo.png b/graphics/title_screen/firered/game_title_logo.png new file mode 100644 index 000000000..9d9cd68f1 Binary files /dev/null and b/graphics/title_screen/firered/game_title_logo.png differ diff --git a/graphics/title_screen/firered/slash_sprite.pal b/graphics/title_screen/firered/slash_sprite.pal new file mode 100644 index 000000000..815547f37 --- /dev/null +++ b/graphics/title_screen/firered/slash_sprite.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +82 205 180 +0 0 0 +255 255 189 +255 246 139 +255 213 65 +255 172 0 +197 164 49 +115 180 139 +98 189 156 +90 197 164 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +82 205 180 diff --git a/graphics/title_screen/leafgreen/background.pal b/graphics/title_screen/leafgreen/background.pal new file mode 100644 index 000000000..83a644193 --- /dev/null +++ b/graphics/title_screen/leafgreen/background.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +255 255 90 +0 0 0 +123 123 123 +197 197 197 +222 222 222 +255 255 255 +0 0 0 +123 123 123 +197 197 197 +222 222 222 +255 255 255 +230 123 90 +0 123 0 +16 148 32 +41 180 65 +65 213 98 diff --git a/graphics/title_screen/leafgreen/blank_leaf_sprite.png b/graphics/title_screen/leafgreen/blank_leaf_sprite.png new file mode 100644 index 000000000..d783c1204 Binary files /dev/null and b/graphics/title_screen/leafgreen/blank_leaf_sprite.png differ diff --git a/graphics/title_screen/leafgreen/border_bg.bin b/graphics/title_screen/leafgreen/border_bg.bin new file mode 100644 index 000000000..108680bc3 --- /dev/null +++ b/graphics/title_screen/leafgreen/border_bg.bin @@ -0,0 +1 @@ +àààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààððððàððàààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààà \ No newline at end of file diff --git a/graphics/title_screen/leafgreen/box_art_mon.bin b/graphics/title_screen/leafgreen/box_art_mon.bin new file mode 100644 index 000000000..666c158ca Binary files /dev/null and b/graphics/title_screen/leafgreen/box_art_mon.bin differ diff --git a/graphics/title_screen/leafgreen/box_art_mon.pal b/graphics/title_screen/leafgreen/box_art_mon.pal new file mode 100644 index 000000000..2d8915888 --- /dev/null +++ b/graphics/title_screen/leafgreen/box_art_mon.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +246 148 98 +0 0 0 +246 148 98 +255 0 255 +255 0 255 +255 0 255 +0 32 32 +0 49 41 +0 65 49 +0 82 57 +16 98 74 +24 115 90 +41 148 115 +74 180 139 +98 205 156 +131 230 172 diff --git a/graphics/title_screen/leafgreen/box_art_mon.png b/graphics/title_screen/leafgreen/box_art_mon.png new file mode 100644 index 000000000..f496b62a8 Binary files /dev/null and b/graphics/title_screen/leafgreen/box_art_mon.png differ diff --git a/graphics/title_screen/leafgreen/fire_or_leaf.pal b/graphics/title_screen/leafgreen/fire_or_leaf.pal new file mode 100644 index 000000000..4b0df85f2 --- /dev/null +++ b/graphics/title_screen/leafgreen/fire_or_leaf.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 213 +172 180 197 +49 57 65 +115 123 131 +246 246 246 +57 82 82 +90 115 115 +123 131 123 +49 74 57 +16 32 24 +0 82 0 +32 82 24 +16 98 0 +57 164 16 +90 222 24 +189 255 8 diff --git a/graphics/title_screen/leafgreen/fire_or_leaf.png b/graphics/title_screen/leafgreen/fire_or_leaf.png new file mode 100644 index 000000000..d4f7dd622 Binary files /dev/null and b/graphics/title_screen/leafgreen/fire_or_leaf.png differ diff --git a/graphics/title_screen/leafgreen/game_title_logo.bin b/graphics/title_screen/leafgreen/game_title_logo.bin new file mode 100644 index 000000000..6ce2f1b91 Binary files /dev/null and b/graphics/title_screen/leafgreen/game_title_logo.bin differ diff --git a/graphics/title_screen/leafgreen/game_title_logo.pal b/graphics/title_screen/leafgreen/game_title_logo.pal new file mode 100644 index 000000000..7a87d6ae0 --- /dev/null +++ b/graphics/title_screen/leafgreen/game_title_logo.pal @@ -0,0 +1,259 @@ +JASC-PAL +0100 +256 +0 255 41 +0 0 0 +255 238 16 +246 222 41 +246 238 246 +255 246 24 +246 246 41 +246 246 246 +246 255 255 +255 246 255 +32 0 255 +106 65 156 +32 0 238 +246 222 24 +246 222 32 +255 238 41 +255 238 49 +255 255 16 +255 255 24 +255 255 246 +255 255 255 +123 106 156 +24 41 32 +32 32 74 +32 0 230 +115 82 164 +16 0 246 +106 82 172 +246 238 32 +255 230 24 +246 230 41 +246 238 41 +246 230 49 +246 238 49 +255 246 32 +255 246 41 +255 255 32 +255 255 41 +32 24 32 +32 32 41 +197 156 41 +197 164 41 +156 156 156 +164 164 156 +172 172 172 +180 189 180 +41 0 230 +189 189 189 +197 189 189 +197 197 197 +205 205 213 +8 8 197 +246 230 24 +246 230 32 +255 238 24 +255 238 32 +32 32 32 +32 41 32 +41 32 32 +41 41 32 +49 32 32 +49 41 32 +41 32 41 +49 32 41 +24 41 41 +32 32 90 +16 24 106 +24 32 98 +41 32 82 +41 32 98 +41 41 82 +41 41 98 +0 0 115 +8 8 131 +32 24 115 +32 24 131 +32 41 115 +41 41 115 +32 41 131 +41 41 131 +57 41 41 +57 41 49 +57 49 41 +57 57 57 +65 41 41 +74 41 41 +65 57 57 +74 57 57 +57 74 74 +65 65 74 +82 74 82 +82 57 131 +82 90 82 +90 90 90 +90 98 98 +98 98 106 +115 106 106 +131 98 115 +139 98 106 +139 115 98 +180 139 57 +172 131 65 +156 115 90 +156 131 82 +115 82 139 +123 82 131 +115 98 131 +131 98 123 +115 123 123 +123 123 131 +139 131 139 +148 123 131 +205 172 24 +213 172 16 +205 164 32 +213 172 32 +222 189 24 +230 189 16 +213 189 32 +222 189 32 +230 205 24 +230 205 32 +230 213 32 +238 222 32 +180 148 57 +189 156 49 +180 148 74 +180 172 90 +156 148 123 +139 148 139 +164 148 115 +172 156 106 +197 156 49 +205 180 49 +197 172 90 +205 189 82 +222 205 49 +230 222 49 +205 205 74 +222 213 65 +49 0 230 +213 213 213 +222 230 230 +222 230 230 +255 0 246 +255 0 255 +16 8 197 +16 16 189 +32 16 164 +41 16 164 +32 16 180 +41 16 189 +8 8 205 +8 16 205 +24 8 213 +24 16 205 +41 8 213 +41 16 213 +49 8 213 +57 16 213 +16 8 230 +24 8 230 +24 16 230 +24 24 230 +8 8 246 +8 16 246 +16 8 246 +16 16 246 +32 8 230 +32 16 230 +32 8 238 +32 8 246 +41 8 230 +41 16 230 +49 16 230 +49 8 238 +32 32 156 +24 32 172 +41 41 156 +41 32 164 +74 49 180 +82 49 172 +82 65 164 +90 74 164 +24 32 189 +57 41 189 +41 32 213 +57 32 213 +74 41 189 +90 57 189 +74 49 197 +74 41 205 +205 205 205 +41 41 41 +189 189 189 +172 172 172 +246 246 246 +123 123 123 +156 156 156 +139 139 139 +238 238 238 +16 16 16 +98 98 98 +82 82 82 +222 222 222 +57 57 57 +0 0 0 +255 255 255 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/graphics/title_screen/leafgreen/game_title_logo.png b/graphics/title_screen/leafgreen/game_title_logo.png new file mode 100644 index 000000000..c34738121 Binary files /dev/null and b/graphics/title_screen/leafgreen/game_title_logo.png differ diff --git a/graphics/title_screen/leafgreen/slash_sprite.pal b/graphics/title_screen/leafgreen/slash_sprite.pal new file mode 100644 index 000000000..9a13f7dad --- /dev/null +++ b/graphics/title_screen/leafgreen/slash_sprite.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +230 123 90 +16 164 74 +148 255 57 +98 222 57 +57 189 65 +230 255 230 +148 255 205 +82 246 131 +180 180 115 +255 205 148 +246 172 123 +238 148 106 +0 0 0 +0 0 0 +0 0 0 +230 123 90 diff --git a/graphics/title_screen/lg_border_bg.bin b/graphics/title_screen/lg_border_bg.bin deleted file mode 100644 index 108680bc3..000000000 --- a/graphics/title_screen/lg_border_bg.bin +++ /dev/null @@ -1 +0,0 @@ -àààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààððððàððàààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààà \ No newline at end of file diff --git a/graphics/title_screen/slash_sprite.png b/graphics/title_screen/slash_sprite.png new file mode 100644 index 000000000..260e00a01 Binary files /dev/null and b/graphics/title_screen/slash_sprite.png differ diff --git a/graphics/title_screen/unk_83BF58C.png b/graphics/title_screen/unk_83BF58C.png deleted file mode 100644 index 895457c3c..000000000 Binary files a/graphics/title_screen/unk_83BF58C.png and /dev/null differ diff --git a/graphics/title_screen/unk_83BF5A8.bin b/graphics/title_screen/unk_83BF5A8.bin deleted file mode 100644 index 375fbeb7a..000000000 --- a/graphics/title_screen/unk_83BF5A8.bin +++ /dev/null @@ -1 +0,0 @@ -àààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààààà \ No newline at end of file diff --git a/graphics/title_screen/unk_83bf64c.png b/graphics/title_screen/unk_83bf64c.png deleted file mode 100644 index 260e00a01..000000000 Binary files a/graphics/title_screen/unk_83bf64c.png and /dev/null differ diff --git a/graphics/title_screen/unk_83bf77c.pal b/graphics/title_screen/unk_83bf77c.pal deleted file mode 100644 index 815547f37..000000000 --- a/graphics/title_screen/unk_83bf77c.pal +++ /dev/null @@ -1,19 +0,0 @@ -JASC-PAL -0100 -16 -82 205 180 -0 0 0 -255 255 189 -255 246 139 -255 213 65 -255 172 0 -197 164 49 -115 180 139 -98 189 156 -90 197 164 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -82 205 180 diff --git a/graphics/title_screen/unk_83bf79c.png b/graphics/title_screen/unk_83bf79c.png deleted file mode 100644 index 66a57a899..000000000 Binary files a/graphics/title_screen/unk_83bf79c.png and /dev/null differ diff --git a/graphics/title_screen/unk_83bfa14.png b/graphics/title_screen/unk_83bfa14.png deleted file mode 100644 index f4f030a5b..000000000 Binary files a/graphics/title_screen/unk_83bfa14.png and /dev/null differ diff --git a/graphics/title_screen/unk_8eab6c4.pal b/graphics/title_screen/unk_8eab6c4.pal deleted file mode 100644 index 48c794761..000000000 --- a/graphics/title_screen/unk_8eab6c4.pal +++ /dev/null @@ -1,259 +0,0 @@ -JASC-PAL -0100 -256 -0 255 41 -0 0 0 -255 238 16 -246 222 41 -246 238 246 -255 246 24 -246 246 41 -246 246 246 -246 255 255 -255 246 255 -32 0 255 -106 65 156 -32 0 238 -246 222 24 -246 222 32 -255 238 41 -255 238 49 -255 255 16 -255 255 24 -255 255 246 -255 255 255 -123 106 156 -24 41 32 -32 32 74 -32 0 230 -115 82 164 -16 0 246 -106 82 172 -246 238 32 -255 230 24 -246 230 41 -246 238 41 -246 230 49 -246 238 49 -255 246 32 -255 246 41 -255 255 32 -255 255 41 -32 24 32 -32 32 41 -197 156 41 -197 164 41 -156 156 156 -164 164 156 -172 172 172 -180 189 180 -41 0 230 -189 189 189 -197 189 189 -197 197 197 -205 205 213 -8 8 197 -246 230 24 -246 230 32 -255 238 24 -255 238 32 -32 32 32 -32 41 32 -41 32 32 -41 41 32 -49 32 32 -49 41 32 -41 32 41 -49 32 41 -24 41 41 -32 32 90 -16 24 106 -24 32 98 -41 32 82 -41 32 98 -41 41 82 -41 41 98 -0 0 115 -8 8 131 -32 24 115 -32 24 131 -32 41 115 -41 41 115 -32 41 131 -41 41 131 -57 41 41 -57 41 49 -57 49 41 -57 57 57 -65 41 41 -74 41 41 -65 57 57 -74 57 57 -57 74 74 -65 65 74 -82 74 82 -82 57 131 -82 90 82 -90 90 90 -90 98 98 -98 98 106 -115 106 106 -131 98 115 -139 98 106 -139 115 98 -180 139 57 -172 131 65 -156 115 90 -156 131 82 -115 82 139 -123 82 131 -115 98 131 -131 98 123 -115 123 123 -123 123 131 -139 131 139 -148 123 131 -205 172 24 -213 172 16 -205 164 32 -213 172 32 -222 189 24 -230 189 16 -213 189 32 -222 189 32 -230 205 24 -230 205 32 -230 213 32 -238 222 32 -180 148 57 -189 156 49 -180 148 74 -180 172 90 -156 148 123 -139 148 139 -164 148 115 -172 156 106 -197 156 49 -205 180 49 -197 172 90 -205 189 82 -222 205 49 -230 222 49 -205 205 74 -222 213 65 -49 0 230 -213 213 213 -222 230 230 -222 230 230 -255 0 246 -255 0 255 -16 8 197 -16 16 189 -32 16 164 -41 16 164 -32 16 180 -41 16 189 -8 8 205 -8 16 205 -24 8 213 -24 16 205 -41 8 213 -41 16 213 -49 8 213 -57 16 213 -16 8 230 -24 8 230 -24 16 230 -24 24 230 -8 8 246 -8 16 246 -16 8 246 -16 16 246 -32 8 230 -32 16 230 -32 8 238 -32 8 246 -41 8 230 -41 16 230 -49 16 230 -49 8 238 -32 32 156 -24 32 172 -41 41 156 -41 32 164 -74 49 180 -82 49 172 -82 65 164 -90 74 164 -24 32 189 -57 41 189 -41 32 213 -57 32 213 -74 41 189 -90 57 189 -74 49 197 -74 41 205 -49 49 49 -197 197 197 -189 189 189 -156 156 156 -172 172 172 -139 139 139 -115 115 115 -255 255 255 -16 16 16 -98 98 98 -246 246 246 -82 82 82 -230 230 230 -213 213 213 -0 0 0 -255 255 255 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 diff --git a/graphics/title_screen/unk_8eab8c4.png b/graphics/title_screen/unk_8eab8c4.png deleted file mode 100644 index 9d9cd68f1..000000000 Binary files a/graphics/title_screen/unk_8eab8c4.png and /dev/null differ diff --git a/graphics/title_screen/unk_8ead390.bin b/graphics/title_screen/unk_8ead390.bin deleted file mode 100644 index 2987c5cfa..000000000 Binary files a/graphics/title_screen/unk_8ead390.bin and /dev/null differ diff --git a/graphics/title_screen/unk_8ead5e8.pal b/graphics/title_screen/unk_8ead5e8.pal deleted file mode 100644 index 0832e8306..000000000 --- a/graphics/title_screen/unk_8ead5e8.pal +++ /dev/null @@ -1,19 +0,0 @@ -JASC-PAL -0100 -16 -0 0 255 -0 0 0 -82 205 180 -255 0 255 -255 0 255 -255 0 255 -32 0 0 -49 0 0 -65 0 0 -90 0 0 -123 32 0 -156 32 0 -180 49 0 -205 65 0 -222 90 0 -230 123 0 diff --git a/graphics/title_screen/unk_8ead608.png b/graphics/title_screen/unk_8ead608.png deleted file mode 100644 index c9a0dc8eb..000000000 Binary files a/graphics/title_screen/unk_8ead608.png and /dev/null differ diff --git a/graphics/title_screen/unk_8eadee4.bin b/graphics/title_screen/unk_8eadee4.bin deleted file mode 100644 index 0c309689e..000000000 Binary files a/graphics/title_screen/unk_8eadee4.bin and /dev/null differ diff --git a/graphics/title_screen/unk_8eae094.pal b/graphics/title_screen/unk_8eae094.pal deleted file mode 100644 index f7f14d45d..000000000 --- a/graphics/title_screen/unk_8eae094.pal +++ /dev/null @@ -1,19 +0,0 @@ -JASC-PAL -0100 -16 -255 255 139 -0 0 0 -123 123 123 -197 197 197 -222 222 222 -255 255 255 -0 0 0 -123 123 123 -197 197 197 -222 222 222 -255 255 255 -65 180 164 -139 0 0 -172 24 0 -213 57 0 -255 90 0 diff --git a/graphics/title_screen/unk_8eae0b4.png b/graphics/title_screen/unk_8eae0b4.png deleted file mode 100644 index 0b4e69015..000000000 Binary files a/graphics/title_screen/unk_8eae0b4.png and /dev/null differ diff --git a/graphics/title_screen/unk_8eae374.bin b/graphics/title_screen/unk_8eae374.bin deleted file mode 100644 index 9bab57cc0..000000000 Binary files a/graphics/title_screen/unk_8eae374.bin and /dev/null differ diff --git a/graphics/title_screen/unk_8eae488.pal b/graphics/title_screen/unk_8eae488.pal deleted file mode 100644 index 7a29ab72c..000000000 --- a/graphics/title_screen/unk_8eae488.pal +++ /dev/null @@ -1,19 +0,0 @@ -JASC-PAL -0100 -16 -82 205 180 -189 197 205 -164 164 172 -123 131 131 -213 213 222 -255 246 74 -255 213 32 -164 131 24 -246 164 24 -131 90 16 -106 98 90 -65 57 41 -230 82 16 -205 41 0 -139 8 8 -246 246 246 diff --git a/graphics/title_screen/unk_8eae4a8.png b/graphics/title_screen/unk_8eae4a8.png deleted file mode 100644 index 682c22432..000000000 Binary files a/graphics/title_screen/unk_8eae4a8.png and /dev/null differ diff --git a/graphics/title_screen/unk_lg_83bf764.pal b/graphics/title_screen/unk_lg_83bf764.pal deleted file mode 100644 index 9a13f7dad..000000000 --- a/graphics/title_screen/unk_lg_83bf764.pal +++ /dev/null @@ -1,19 +0,0 @@ -JASC-PAL -0100 -16 -230 123 90 -16 164 74 -148 255 57 -98 222 57 -57 189 65 -230 255 230 -148 255 205 -82 246 131 -180 180 115 -255 205 148 -246 172 123 -238 148 106 -0 0 0 -0 0 0 -0 0 0 -230 123 90 diff --git a/graphics/title_screen/unk_lg_83bf784.png b/graphics/title_screen/unk_lg_83bf784.png deleted file mode 100644 index d4f7dd622..000000000 Binary files a/graphics/title_screen/unk_lg_83bf784.png and /dev/null differ diff --git a/graphics/title_screen/unk_lg_83bf89c.png b/graphics/title_screen/unk_lg_83bf89c.png deleted file mode 100644 index d783c1204..000000000 Binary files a/graphics/title_screen/unk_lg_83bf89c.png and /dev/null differ diff --git a/graphics/title_screen/unk_lg_8eab744.pal b/graphics/title_screen/unk_lg_8eab744.pal deleted file mode 100644 index 7a87d6ae0..000000000 --- a/graphics/title_screen/unk_lg_8eab744.pal +++ /dev/null @@ -1,259 +0,0 @@ -JASC-PAL -0100 -256 -0 255 41 -0 0 0 -255 238 16 -246 222 41 -246 238 246 -255 246 24 -246 246 41 -246 246 246 -246 255 255 -255 246 255 -32 0 255 -106 65 156 -32 0 238 -246 222 24 -246 222 32 -255 238 41 -255 238 49 -255 255 16 -255 255 24 -255 255 246 -255 255 255 -123 106 156 -24 41 32 -32 32 74 -32 0 230 -115 82 164 -16 0 246 -106 82 172 -246 238 32 -255 230 24 -246 230 41 -246 238 41 -246 230 49 -246 238 49 -255 246 32 -255 246 41 -255 255 32 -255 255 41 -32 24 32 -32 32 41 -197 156 41 -197 164 41 -156 156 156 -164 164 156 -172 172 172 -180 189 180 -41 0 230 -189 189 189 -197 189 189 -197 197 197 -205 205 213 -8 8 197 -246 230 24 -246 230 32 -255 238 24 -255 238 32 -32 32 32 -32 41 32 -41 32 32 -41 41 32 -49 32 32 -49 41 32 -41 32 41 -49 32 41 -24 41 41 -32 32 90 -16 24 106 -24 32 98 -41 32 82 -41 32 98 -41 41 82 -41 41 98 -0 0 115 -8 8 131 -32 24 115 -32 24 131 -32 41 115 -41 41 115 -32 41 131 -41 41 131 -57 41 41 -57 41 49 -57 49 41 -57 57 57 -65 41 41 -74 41 41 -65 57 57 -74 57 57 -57 74 74 -65 65 74 -82 74 82 -82 57 131 -82 90 82 -90 90 90 -90 98 98 -98 98 106 -115 106 106 -131 98 115 -139 98 106 -139 115 98 -180 139 57 -172 131 65 -156 115 90 -156 131 82 -115 82 139 -123 82 131 -115 98 131 -131 98 123 -115 123 123 -123 123 131 -139 131 139 -148 123 131 -205 172 24 -213 172 16 -205 164 32 -213 172 32 -222 189 24 -230 189 16 -213 189 32 -222 189 32 -230 205 24 -230 205 32 -230 213 32 -238 222 32 -180 148 57 -189 156 49 -180 148 74 -180 172 90 -156 148 123 -139 148 139 -164 148 115 -172 156 106 -197 156 49 -205 180 49 -197 172 90 -205 189 82 -222 205 49 -230 222 49 -205 205 74 -222 213 65 -49 0 230 -213 213 213 -222 230 230 -222 230 230 -255 0 246 -255 0 255 -16 8 197 -16 16 189 -32 16 164 -41 16 164 -32 16 180 -41 16 189 -8 8 205 -8 16 205 -24 8 213 -24 16 205 -41 8 213 -41 16 213 -49 8 213 -57 16 213 -16 8 230 -24 8 230 -24 16 230 -24 24 230 -8 8 246 -8 16 246 -16 8 246 -16 16 246 -32 8 230 -32 16 230 -32 8 238 -32 8 246 -41 8 230 -41 16 230 -49 16 230 -49 8 238 -32 32 156 -24 32 172 -41 41 156 -41 32 164 -74 49 180 -82 49 172 -82 65 164 -90 74 164 -24 32 189 -57 41 189 -41 32 213 -57 32 213 -74 41 189 -90 57 189 -74 49 197 -74 41 205 -205 205 205 -41 41 41 -189 189 189 -172 172 172 -246 246 246 -123 123 123 -156 156 156 -139 139 139 -238 238 238 -16 16 16 -98 98 98 -82 82 82 -222 222 222 -57 57 57 -0 0 0 -255 255 255 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 diff --git a/graphics/title_screen/unk_lg_8eab944.png b/graphics/title_screen/unk_lg_8eab944.png deleted file mode 100644 index c34738121..000000000 Binary files a/graphics/title_screen/unk_lg_8eab944.png and /dev/null differ diff --git a/graphics/title_screen/unk_lg_8ead508.bin b/graphics/title_screen/unk_lg_8ead508.bin deleted file mode 100644 index 6ce2f1b91..000000000 Binary files a/graphics/title_screen/unk_lg_8ead508.bin and /dev/null differ diff --git a/graphics/title_screen/unk_lg_8ead768.pal b/graphics/title_screen/unk_lg_8ead768.pal deleted file mode 100644 index 2d8915888..000000000 --- a/graphics/title_screen/unk_lg_8ead768.pal +++ /dev/null @@ -1,19 +0,0 @@ -JASC-PAL -0100 -16 -246 148 98 -0 0 0 -246 148 98 -255 0 255 -255 0 255 -255 0 255 -0 32 32 -0 49 41 -0 65 49 -0 82 57 -16 98 74 -24 115 90 -41 148 115 -74 180 139 -98 205 156 -131 230 172 diff --git a/graphics/title_screen/unk_lg_8ead788.png b/graphics/title_screen/unk_lg_8ead788.png deleted file mode 100644 index f496b62a8..000000000 Binary files a/graphics/title_screen/unk_lg_8ead788.png and /dev/null differ diff --git a/graphics/title_screen/unk_lg_8eae1ec.bin b/graphics/title_screen/unk_lg_8eae1ec.bin deleted file mode 100644 index 666c158ca..000000000 Binary files a/graphics/title_screen/unk_lg_8eae1ec.bin and /dev/null differ diff --git a/graphics/title_screen/unk_lg_8eae388.pal b/graphics/title_screen/unk_lg_8eae388.pal deleted file mode 100644 index 83a644193..000000000 --- a/graphics/title_screen/unk_lg_8eae388.pal +++ /dev/null @@ -1,19 +0,0 @@ -JASC-PAL -0100 -16 -255 255 90 -0 0 0 -123 123 123 -197 197 197 -222 222 222 -255 255 255 -0 0 0 -123 123 123 -197 197 197 -222 222 222 -255 255 255 -230 123 90 -0 123 0 -16 148 32 -41 180 65 -65 213 98 diff --git a/graphics/title_screen/unk_lg_8eae77c.pal b/graphics/title_screen/unk_lg_8eae77c.pal deleted file mode 100644 index 4b0df85f2..000000000 --- a/graphics/title_screen/unk_lg_8eae77c.pal +++ /dev/null @@ -1,19 +0,0 @@ -JASC-PAL -0100 -16 -0 0 213 -172 180 197 -49 57 65 -115 123 131 -246 246 246 -57 82 82 -90 115 115 -123 131 123 -49 74 57 -16 32 24 -0 82 0 -32 82 24 -16 98 0 -57 164 16 -90 222 24 -189 255 8 -- cgit v1.2.3