From b9ff56bd89ac11a9b40b34f834dcf7a5be4d90a6 Mon Sep 17 00:00:00 2001 From: Cameron Hall Date: Fri, 27 Jan 2017 13:06:20 -0500 Subject: define more data in C (#219) * define some graphics data in C * define wild pokemon in C * use less #ifdefs * define data in berry.c --- graphics/intro/unknown1.pal | 19 +++++++++++++++++++ graphics/intro/unknown2.pal | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 graphics/intro/unknown1.pal create mode 100644 graphics/intro/unknown2.pal (limited to 'graphics/intro') diff --git a/graphics/intro/unknown1.pal b/graphics/intro/unknown1.pal new file mode 100644 index 000000000..1b8ce3d6e --- /dev/null +++ b/graphics/intro/unknown1.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +8 57 8 +32 74 32 +57 98 57 +90 123 90 +115 139 115 +139 164 139 +172 189 172 +197 205 197 +222 230 222 +255 255 255 diff --git a/graphics/intro/unknown2.pal b/graphics/intro/unknown2.pal new file mode 100644 index 000000000..aef9152e4 --- /dev/null +++ b/graphics/intro/unknown2.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +156 246 0 +65 90 156 +49 115 255 +82 82 82 +98 98 98 +115 115 115 +131 131 131 +148 148 148 +164 164 164 +180 180 180 +197 197 197 +213 213 213 +230 230 230 +255 255 255 +255 255 255 -- cgit v1.2.3