From 40c3cf3da7d431bec3cf1bb87356c1c634fdc172 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Sat, 13 Jul 2019 19:31:19 -0400 Subject: Finish battle_records.s and assoc. data --- graphics/battle_records/bg_tiles.png | Bin 0 -> 135 bytes graphics/battle_records/palette.pal | 19 +++++++++++++++++++ graphics/battle_records/tilemap.bin | Bin 0 -> 2048 bytes 3 files changed, 19 insertions(+) create mode 100644 graphics/battle_records/bg_tiles.png create mode 100644 graphics/battle_records/palette.pal create mode 100644 graphics/battle_records/tilemap.bin (limited to 'graphics') diff --git a/graphics/battle_records/bg_tiles.png b/graphics/battle_records/bg_tiles.png new file mode 100644 index 000000000..bbe9de321 Binary files /dev/null and b/graphics/battle_records/bg_tiles.png differ diff --git a/graphics/battle_records/palette.pal b/graphics/battle_records/palette.pal new file mode 100644 index 000000000..d6994a324 --- /dev/null +++ b/graphics/battle_records/palette.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +74 74 74 +189 131 156 +230 156 213 +222 238 255 +230 246 255 +148 115 139 +197 213 222 +172 164 189 +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/battle_records/tilemap.bin b/graphics/battle_records/tilemap.bin new file mode 100644 index 000000000..a3691cfd7 Binary files /dev/null and b/graphics/battle_records/tilemap.bin differ -- cgit v1.2.3