diff options
author | Phlosioneer <mattmdrr2@gmail.com> | 2019-04-01 18:31:10 -0400 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-04-02 07:41:50 -0500 |
commit | 201c0953ae4f6c6b65958065f009cbaee3c8f3ee (patch) | |
tree | 3ead6c3826b100b44953797026678e56c2780843 /src/contest_painting.c | |
parent | 1aa95a1821cd4ebe552a39bbfed067a305071e31 (diff) |
Cleanup OamData entries
Diffstat (limited to 'src/contest_painting.c')
-rw-r--r-- | src/contest_painting.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/contest_painting.c b/src/contest_painting.c index 29f3c871d..87598f2bd 100644 --- a/src/contest_painting.c +++ b/src/contest_painting.c @@ -152,16 +152,14 @@ const struct OamData gUnknown_085B0830 = .y = 0, .affineMode = ST_OAM_AFFINE_OFF, .objMode = ST_OAM_OBJ_NORMAL, - .mosaic = 1, + .mosaic = TRUE, .bpp = ST_OAM_8BPP, .shape = SPRITE_SHAPE(64x64), .x = 0, - .matrixNum = 0, .size = SPRITE_SIZE(64x64), .tileNum = 0, .priority = 0, .paletteNum = 0, - .affineParam = 0, }; const u16 gUnknown_085B0838[] = {RGB(0, 0, 0), RGB(0, 0, 0)}; @@ -705,3 +703,4 @@ static void sub_8130884(u8 arg0, u8 arg1) sub_8130688(arg0); sub_8130430(arg0, arg1); } + |