summaryrefslogtreecommitdiff
path: root/src/data/trainer_graphics/back_pic_tables.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/data/trainer_graphics/back_pic_tables.h')
-rw-r--r--src/data/trainer_graphics/back_pic_tables.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/data/trainer_graphics/back_pic_tables.h b/src/data/trainer_graphics/back_pic_tables.h
index ba7f73ebb..3e74902d8 100644
--- a/src/data/trainer_graphics/back_pic_tables.h
+++ b/src/data/trainer_graphics/back_pic_tables.h
@@ -1,13 +1,13 @@
-const u8 gTrainerBackPicCoords[] =
+const struct MonCoords gTrainerBackPicCoords[] =
{
- 8, 4, 0, 0,
- 8, 4, 0, 0,
- 8, 5, 0, 0,
- 8, 5, 0, 0,
- 8, 4, 0, 0,
- 8, 4, 0, 0,
- 8, 4, 0, 0,
- 8, 4, 0, 0,
+ {8, 4},
+ {8, 4},
+ {8, 5},
+ {8, 5},
+ {8, 4},
+ {8, 4},
+ {8, 4},
+ {8, 4},
};
const struct CompressedSpriteSheet gTrainerBackPicTable[] =