Skip to content

Commit

Permalink
Merge pull request #2 from nhwangbo/master
Browse files Browse the repository at this point in the history
Correct Koga's Venomoth's moveset in Yellow
  • Loading branch information
Dabomstew authored Jun 28, 2020
2 parents a1abeae + 070092b commit 3df6f7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Trainer.java
Original file line number Diff line number Diff line change
Expand Up @@ -260,10 +260,10 @@ private static void fixSpecialTrainers() {

p = koga.pokes.get(3); // VENOMOTH
m = new Moveset();
m.addMove("TACKLE");
m.addMove("TOXIC");
m.addMove("SLEEP POWDER");
m.addMove("LEECH LIFE");
m.addMove("DOUBLE TEAM");
m.addMove("PSYCHIC");
m.addMove("TOXIC");
p.setMoveset(m);
}

Expand Down

0 comments on commit 3df6f7d

Please sign in to comment.