diff options
author | Phlosioneer <mattmdrr2@gmail.com> | 2019-03-31 20:15:44 -0400 |
---|---|---|
committer | Phlosioneer <mattmdrr2@gmail.com> | 2019-03-31 20:15:44 -0400 |
commit | 23ac2cc94e2914a427e97467103c0160af6f1be0 (patch) | |
tree | 94ba8f29bbd77041e6472b0630b4aef5af8b4633 /src/contest.c | |
parent | 207a54393c533e073e54365a8069753536fefa3c (diff) |
Prep for merge
Diffstat (limited to 'src/contest.c')
-rw-r--r-- | src/contest.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/contest.c b/src/contest.c index da3075e65..53d7e547d 100644 --- a/src/contest.c +++ b/src/contest.c @@ -412,14 +412,16 @@ const struct Subsprite gSubspriteTable_8587B78[] = { .x = -28, .y = -4, - SPRITE_SIZE_32x8, + .shape = ST_OAM_H_RECTANGLE, + .size = 1, .tileOffset = 0, .priority = 0 }, { .x = 4, .y = -4, - SPRITE_SIZE_32x8, + .shape = ST_OAM_H_RECTANGLE, + .size = 1, .tileOffset = 4, .priority = 0 } |