summaryrefslogtreecommitdiff
path: root/src/contest.c
diff options
context:
space:
mode:
authorPhlosioneer <mattmdrr2@gmail.com>2019-03-31 20:15:44 -0400
committerPhlosioneer <mattmdrr2@gmail.com>2019-03-31 20:15:44 -0400
commit23ac2cc94e2914a427e97467103c0160af6f1be0 (patch)
tree94ba8f29bbd77041e6472b0630b4aef5af8b4633 /src/contest.c
parent207a54393c533e073e54365a8069753536fefa3c (diff)
Prep for merge
Diffstat (limited to 'src/contest.c')
-rw-r--r--src/contest.c6
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
}