Replace: moveId -> move, moveIdx -> moveIndex (#2134)
This commit is contained in:
+1
-1
@@ -2417,7 +2417,7 @@ static void LoadMultiPartnerCandidatesData(void)
|
||||
|
||||
static void GetPotentialPartnerMoveAndSpecies(u16 trainerId, u16 monId)
|
||||
{
|
||||
u16 move = 0;
|
||||
u16 move = MOVE_NONE;
|
||||
u16 species = 0;
|
||||
SetFacilityPtrsGetLevel();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user