diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-06-24 16:25:50 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-06-24 16:45:00 -0400 |
commit | 1138ab2c4450c6aeac1941a346b0b26ff5fe5fd6 (patch) | |
tree | 3731a674b0b14628f509af913c3a3a026508173a /src/contest_painting.c | |
parent | 57f52e8fae45465ef7cb93f407a80ab6efd57ec8 (diff) |
Document pokedex.c, 1
Diffstat (limited to 'src/contest_painting.c')
-rw-r--r-- | src/contest_painting.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/contest_painting.c b/src/contest_painting.c index 0238bb179..1f127f760 100644 --- a/src/contest_painting.c +++ b/src/contest_painting.c @@ -326,7 +326,7 @@ static void InitContestMonPixels(u16 species, u8 arg1) &gMonFrontPicTable[species], gMonFrontPicCoords[species].coords, gMonFrontPicCoords[species].y_offset, - EWRAM, + (void *)EWRAM, gMonSpriteGfx_Sprite_ptr[1], species, (u32)gContestPaintingWinner->personality @@ -339,7 +339,7 @@ static void InitContestMonPixels(u16 species, u8 arg1) &gMonBackPicTable[species], gMonBackPicCoords[species].coords, gMonBackPicCoords[species].y_offset, - EWRAM, + (void *)EWRAM, gMonSpriteGfx_Sprite_ptr[0], species, (u32)gContestPaintingWinner->personality |