From 6cc1ec7bb160a32052930465e58c38ff0e0230df Mon Sep 17 00:00:00 2001 From: Diegoisawesome Date: Tue, 26 Sep 2017 23:06:25 -0500 Subject: Extract intro gfx from graphics.s --- graphics/intro/droplet_sparkle.png | Bin 0 -> 206 bytes graphics/intro/flygon_silhouette.png | Bin 0 -> 234 bytes graphics/intro/flying_shadow.pal | 19 ------------------- graphics/intro/flying_silhouette.pal | 19 +++++++++++++++++++ graphics/intro/kyogre_bubbles.pal | 19 +++++++++++++++++++ graphics/intro/kyogre_bubbles.png | Bin 0 -> 402 bytes graphics/intro/manectric.pal | 19 +++++++++++++++++++ graphics/intro/manectric.png | Bin 0 -> 1670 bytes graphics/intro/rayquaza_lightning.pal | 19 +++++++++++++++++++ graphics/intro/rayquaza_lightning.png | Bin 0 -> 476 bytes graphics/intro/torchic.pal | 19 +++++++++++++++++++ graphics/intro/torchic.png | Bin 0 -> 742 bytes graphics/intro/volbeat.pal | 19 +++++++++++++++++++ graphics/intro/volbeat.png | Bin 0 -> 500 bytes 14 files changed, 114 insertions(+), 19 deletions(-) create mode 100644 graphics/intro/droplet_sparkle.png create mode 100644 graphics/intro/flygon_silhouette.png delete mode 100644 graphics/intro/flying_shadow.pal create mode 100644 graphics/intro/flying_silhouette.pal create mode 100644 graphics/intro/kyogre_bubbles.pal create mode 100644 graphics/intro/kyogre_bubbles.png create mode 100644 graphics/intro/manectric.pal create mode 100644 graphics/intro/manectric.png create mode 100644 graphics/intro/rayquaza_lightning.pal create mode 100644 graphics/intro/rayquaza_lightning.png create mode 100644 graphics/intro/torchic.pal create mode 100644 graphics/intro/torchic.png create mode 100644 graphics/intro/volbeat.pal create mode 100644 graphics/intro/volbeat.png (limited to 'graphics/intro') diff --git a/graphics/intro/droplet_sparkle.png b/graphics/intro/droplet_sparkle.png new file mode 100644 index 000000000..f8db885ec Binary files /dev/null and b/graphics/intro/droplet_sparkle.png differ diff --git a/graphics/intro/flygon_silhouette.png b/graphics/intro/flygon_silhouette.png new file mode 100644 index 000000000..080ab1a65 Binary files /dev/null and b/graphics/intro/flygon_silhouette.png differ diff --git a/graphics/intro/flying_shadow.pal b/graphics/intro/flying_shadow.pal deleted file mode 100644 index dcfc242a5..000000000 --- a/graphics/intro/flying_shadow.pal +++ /dev/null @@ -1,19 +0,0 @@ -JASC-PAL -0100 -16 -0 0 0 -74 74 82 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -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/intro/flying_silhouette.pal b/graphics/intro/flying_silhouette.pal new file mode 100644 index 000000000..dcfc242a5 --- /dev/null +++ b/graphics/intro/flying_silhouette.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +74 74 82 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +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/intro/kyogre_bubbles.pal b/graphics/intro/kyogre_bubbles.pal new file mode 100644 index 000000000..85c483666 --- /dev/null +++ b/graphics/intro/kyogre_bubbles.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +106 148 98 +0 41 82 +255 255 255 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +139 172 255 +106 148 222 +82 123 189 +49 98 156 +24 74 123 +0 49 98 +180 0 0 diff --git a/graphics/intro/kyogre_bubbles.png b/graphics/intro/kyogre_bubbles.png new file mode 100644 index 000000000..d1f18701c Binary files /dev/null and b/graphics/intro/kyogre_bubbles.png differ diff --git a/graphics/intro/manectric.pal b/graphics/intro/manectric.pal new file mode 100644 index 000000000..c6bf97aa3 --- /dev/null +++ b/graphics/intro/manectric.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +74 189 172 +82 74 74 +139 139 123 +197 189 222 +255 255 255 +230 49 0 +246 148 0 +0 0 0 +255 255 180 +246 246 90 +205 213 49 +148 123 8 +131 164 255 +106 106 255 +41 74 213 +0 0 0 diff --git a/graphics/intro/manectric.png b/graphics/intro/manectric.png new file mode 100644 index 000000000..bcb054d7b Binary files /dev/null and b/graphics/intro/manectric.png differ diff --git a/graphics/intro/rayquaza_lightning.pal b/graphics/intro/rayquaza_lightning.pal new file mode 100644 index 000000000..16aae4be3 --- /dev/null +++ b/graphics/intro/rayquaza_lightning.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +74 189 172 +255 255 148 +255 213 0 +205 189 49 +255 255 255 +82 74 74 +115 106 82 +148 139 98 +180 180 115 +213 213 131 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/graphics/intro/rayquaza_lightning.png b/graphics/intro/rayquaza_lightning.png new file mode 100644 index 000000000..e858926ec Binary files /dev/null and b/graphics/intro/rayquaza_lightning.png differ diff --git a/graphics/intro/torchic.pal b/graphics/intro/torchic.pal new file mode 100644 index 000000000..860b76b60 --- /dev/null +++ b/graphics/intro/torchic.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +74 189 172 +82 74 74 +139 139 123 +197 189 222 +255 255 255 +131 98 41 +230 98 32 +238 148 74 +246 197 115 +255 255 148 +255 213 0 +205 189 49 +255 246 205 +255 213 148 +222 180 115 +0 0 0 diff --git a/graphics/intro/torchic.png b/graphics/intro/torchic.png new file mode 100644 index 000000000..1bd1b1184 Binary files /dev/null and b/graphics/intro/torchic.png differ diff --git a/graphics/intro/volbeat.pal b/graphics/intro/volbeat.pal new file mode 100644 index 000000000..8d2464800 --- /dev/null +++ b/graphics/intro/volbeat.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +74 189 172 +82 74 74 +139 139 123 +197 189 222 +255 255 255 +131 98 41 +230 98 32 +238 148 74 +246 197 115 +255 255 148 +255 213 0 +205 189 49 +238 156 255 +197 115 230 +156 82 213 +0 0 0 diff --git a/graphics/intro/volbeat.png b/graphics/intro/volbeat.png new file mode 100644 index 000000000..8b6c61eb0 Binary files /dev/null and b/graphics/intro/volbeat.png differ -- cgit v1.2.3