Revert testing trainer
This commit is contained in:
parent
f3e5c488a3
commit
7ba59334d0
1 changed files with 1 additions and 1 deletions
|
@ -4249,7 +4249,7 @@ const struct Trainer gTrainers[] = {
|
||||||
.trainerPic = TRAINER_PIC_WINSTRATE_F,
|
.trainerPic = TRAINER_PIC_WINSTRATE_F,
|
||||||
.trainerName = _("ISABEL"),
|
.trainerName = _("ISABEL"),
|
||||||
.items = {ITEM_NONE, ITEM_NONE, ITEM_NONE, ITEM_NONE},
|
.items = {ITEM_NONE, ITEM_NONE, ITEM_NONE, ITEM_NONE},
|
||||||
.doubleBattle = 1,
|
.doubleBattle = FALSE,
|
||||||
.aiFlags = 0x1,
|
.aiFlags = 0x1,
|
||||||
.partySize = 2,
|
.partySize = 2,
|
||||||
.party = {.ItemDefaultMoves = gTrainerParty_Isabel2 }
|
.party = {.ItemDefaultMoves = gTrainerParty_Isabel2 }
|
||||||
|
|
Loading…
Reference in a new issue