mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-31 23:00:42 +01:00
clean-up
This commit is contained in:
parent
793e8ef5a4
commit
d212a136da
@ -5075,7 +5075,6 @@ static void DisplayLevelUpStatsPg2(u8 taskId)
|
||||
|
||||
static void Task_TryLearnNewMoves(u8 taskId)
|
||||
{
|
||||
u8 i;
|
||||
u16 learnMove;
|
||||
|
||||
if (WaitFanfare(0) && ((JOY_NEW(A_BUTTON)) || (JOY_NEW(B_BUTTON))))
|
||||
@ -5110,7 +5109,6 @@ static void Task_TryLearnNewMoves(u8 taskId)
|
||||
|
||||
static void Task_TryLearningNextMove(u8 taskId)
|
||||
{
|
||||
u8 i;
|
||||
u16 result;
|
||||
for (; sInitialLevel < sFinalLevel; sInitialLevel++)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user