Skip to content

Commit

Permalink
Starters are always female
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinvanrijn authored and ElGHT committed Sep 8, 2024
1 parent 82bd1e2 commit 1fc4357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/battle_setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -998,7 +998,7 @@ static void CB2_GiveStarter(void)
item = ITEM_INCINIUM_Z; // gimmicks are stat changes and move Z-Crystal
else // Mudkip
item = ITEM_SWAMPERTITE; // gimmicks are Mega Evolution and single type weakness
ScriptGiveMonParameterized(0, PARTY_SIZE, starterMon, 5, item, ITEM_POKE_BALL, NUM_NATURES, 2, MON_GENDERLESS, evs, ivs, moves, FALSE, FALSE, NUMBER_OF_MON_TYPES);
ScriptGiveMonParameterized(0, PARTY_SIZE, starterMon, 5, item, ITEM_POKE_BALL, NUM_NATURES, 2, MON_FEMALE, evs, ivs, moves, FALSE, FALSE, NUMBER_OF_MON_TYPES);
ResetTasks();
PlayBattleBGM();
SetMainCallback2(CB2_StartFirstBattle);
Expand Down

0 comments on commit 1fc4357

Please sign in to comment.