mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 19:54:21 +01:00
Fix typo in UpdateContestPaintingMosaicEffect()
This commit is contained in:
parent
fb9a365dc6
commit
9c5fa4a787
@ -344,7 +344,7 @@ static void InitContestPaintingVars(bool8 arg0)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static void UpdateContestPaitingMosaicEffect(void)
|
static void UpdateContestPaintingMosaicEffect(void)
|
||||||
{
|
{
|
||||||
if (!gUnknown_030011F6)
|
if (!gUnknown_030011F6)
|
||||||
{
|
{
|
||||||
@ -360,7 +360,7 @@ static void UpdateContestPaitingMosaicEffect(void)
|
|||||||
|
|
||||||
static void VBlankCB_ContestPainting(void)
|
static void VBlankCB_ContestPainting(void)
|
||||||
{
|
{
|
||||||
UpdateContestPaitingMosaicEffect();
|
UpdateContestPaintingMosaicEffect();
|
||||||
LoadOam();
|
LoadOam();
|
||||||
ProcessSpriteCopyRequests();
|
ProcessSpriteCopyRequests();
|
||||||
TransferPlttBuffer();
|
TransferPlttBuffer();
|
||||||
|
Loading…
Reference in New Issue
Block a user