Remove unused variable
Co-authored-by: Seija <71219152+PokeCodec@users.noreply.github.com>
This commit is contained in:
parent
00db69a302
commit
4bbc14ecdd
1 changed files with 0 additions and 2 deletions
|
@ -998,7 +998,6 @@ void ResetLinkContestBoolean(void)
|
|||
|
||||
static void SetupContestGpuRegs(void)
|
||||
{
|
||||
u16 savedIme;
|
||||
|
||||
SetGpuReg(REG_OFFSET_DISPCNT, DISPCNT_OBJ_1D_MAP);
|
||||
SetGpuReg(REG_OFFSET_BLDCNT, 0);
|
||||
|
@ -6100,4 +6099,3 @@ void StripPlayerAndMonNamesForLinkContest(struct ContestPokemon *mon, s32 langua
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue