summaryrefslogtreecommitdiff
path: root/src/data/trainer_graphics/back_pic_tables.h
diff options
context:
space:
mode:
authorSlawter666 <38655737+Slawter666@users.noreply.github.com>2018-09-07 11:50:23 +0100
committerSlawter666 <38655737+Slawter666@users.noreply.github.com>2018-09-07 11:50:23 +0100
commit9dec2bdef891653d10060a45417609c4d31b14c7 (patch)
treef9080cfc922a15570aeeee98d1ff695596e55ccb /src/data/trainer_graphics/back_pic_tables.h
parentbc42c5054c335f4de8a6b43135673ce931991c3e (diff)
parentef62393289b7a1d2e20fe195e24830d5c1f2f973 (diff)
Merge branch 'master' of https://github.com/pret/pokeemerald into spritesheet
Diffstat (limited to 'src/data/trainer_graphics/back_pic_tables.h')
-rw-r--r--src/data/trainer_graphics/back_pic_tables.h35
1 files changed, 35 insertions, 0 deletions
diff --git a/src/data/trainer_graphics/back_pic_tables.h b/src/data/trainer_graphics/back_pic_tables.h
new file mode 100644
index 000000000..3e74902d8
--- /dev/null
+++ b/src/data/trainer_graphics/back_pic_tables.h
@@ -0,0 +1,35 @@
+const struct MonCoords gTrainerBackPicCoords[] =
+{
+ {8, 4},
+ {8, 4},
+ {8, 5},
+ {8, 5},
+ {8, 4},
+ {8, 4},
+ {8, 4},
+ {8, 4},
+};
+
+const struct CompressedSpriteSheet gTrainerBackPicTable[] =
+{
+ gTrainerBackPic_Brendan, 0x2000, 0,
+ gTrainerBackPic_May, 0x2000, 1,
+ gTrainerBackPic_Red, 0x2800, 2,
+ gTrainerBackPic_Leaf, 0x2800, 3,
+ gTrainerBackPic_RubySapphireBrendan, 0x2000, 4,
+ gTrainerBackPic_RubySapphireMay, 0x2000, 5,
+ gTrainerBackPic_Wally, 0x2000, 6,
+ gTrainerBackPic_Steven, 0x2000, 7,
+};
+
+const struct CompressedSpritePalette gTrainerBackPicPaletteTable[] =
+{
+ gTrainerPalette_Brendan, 0,
+ gTrainerPalette_May, 1,
+ gTrainerBackPicPalette_Red, 2,
+ gTrainerBackPicPalette_Leaf, 3,
+ gTrainerPalette_RubySapphireBrendan, 4,
+ gTrainerPalette_RubySapphireMay, 5,
+ gTrainerPalette_Wally, 6,
+ gTrainerPalette_Steven, 7,
+};