From cb5dc21a4e8fecbffcb46e34782d9db3b21ccb13 Mon Sep 17 00:00:00 2001 From: Evan Date: Mon, 18 Nov 2019 21:03:51 -0700 Subject: matching rom --- graphics/misc/unk_83cc2e4.pal | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 graphics/misc/unk_83cc2e4.pal (limited to 'graphics') diff --git a/graphics/misc/unk_83cc2e4.pal b/graphics/misc/unk_83cc2e4.pal new file mode 100644 index 000000000..b2172775f --- /dev/null +++ b/graphics/misc/unk_83cc2e4.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +255 255 255 +255 255 255 +99 99 99 +214 214 206 +230 8 8 +255 189 115 +33 156 8 +148 247 148 +49 82 206 +165 197 247 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 -- cgit v1.2.3 From d1142b4290e8688a0d42bfc1b95b9d90b1721459 Mon Sep 17 00:00:00 2001 From: Evan Date: Tue, 26 Nov 2019 11:47:12 -0700 Subject: extract graphics data --- graphics/shop_menu/shop_menu.pal | 35 ++++++++++++++++++++++++++++++++ graphics/shop_menu/shop_menu.png | Bin 0 -> 261 bytes graphics/shop_menu/shop_tilemap.bin | Bin 0 -> 316 bytes graphics/shop_menu/shop_tmHmTilemap.bin | Bin 0 -> 312 bytes 4 files changed, 35 insertions(+) create mode 100644 graphics/shop_menu/shop_menu.pal create mode 100644 graphics/shop_menu/shop_menu.png create mode 100644 graphics/shop_menu/shop_tilemap.bin create mode 100644 graphics/shop_menu/shop_tmHmTilemap.bin (limited to 'graphics') diff --git a/graphics/shop_menu/shop_menu.pal b/graphics/shop_menu/shop_menu.pal new file mode 100644 index 000000000..b0fec0a30 --- /dev/null +++ b/graphics/shop_menu/shop_menu.pal @@ -0,0 +1,35 @@ +JASC-PAL +0100 +32 +238 230 172 +222 156 106 +255 189 131 +255 222 164 +255 255 213 +238 230 172 +106 106 106 +189 213 213 +238 255 255 +222 246 255 +255 255 255 +164 222 255 +16 172 222 +0 82 115 +0 115 139 +0 123 197 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +189 213 213 +238 255 255 +222 246 255 +255 255 255 +164 222 255 +24 82 180 +0 90 131 +24 82 180 +24 82 180 diff --git a/graphics/shop_menu/shop_menu.png b/graphics/shop_menu/shop_menu.png new file mode 100644 index 000000000..23af464a2 Binary files /dev/null and b/graphics/shop_menu/shop_menu.png differ diff --git a/graphics/shop_menu/shop_tilemap.bin b/graphics/shop_menu/shop_tilemap.bin new file mode 100644 index 000000000..8d5ab35b7 Binary files /dev/null and b/graphics/shop_menu/shop_tilemap.bin differ diff --git a/graphics/shop_menu/shop_tmHmTilemap.bin b/graphics/shop_menu/shop_tmHmTilemap.bin new file mode 100644 index 000000000..92fbb7dad Binary files /dev/null and b/graphics/shop_menu/shop_tmHmTilemap.bin differ -- cgit v1.2.3