diff options
Diffstat (limited to 'src/data/trainer_graphics/back_pic_tables.h')
-rw-r--r-- | src/data/trainer_graphics/back_pic_tables.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/data/trainer_graphics/back_pic_tables.h b/src/data/trainer_graphics/back_pic_tables.h index 8d4e27694..920ecbb39 100644 --- a/src/data/trainer_graphics/back_pic_tables.h +++ b/src/data/trainer_graphics/back_pic_tables.h @@ -1,13 +1,13 @@ const struct MonCoords gTrainerBackPicCoords[] = { - {8, 4}, - {8, 4}, - {8, 5}, - {8, 5}, - {8, 4}, - {8, 4}, - {8, 4}, - {8, 4}, + {.size = 8, .y_offset = 4}, + {.size = 8, .y_offset = 4}, + {.size = 8, .y_offset = 5}, + {.size = 8, .y_offset = 5}, + {.size = 8, .y_offset = 4}, + {.size = 8, .y_offset = 4}, + {.size = 8, .y_offset = 4}, + {.size = 8, .y_offset = 4}, }; // this table goes functionally unused, since none of these pics are compressed |