Merge pull request #198 from LOuroboros/nidoran

Fixed the 2 Nidoran having the wrong egg move learnset in egg_moves.h
This commit is contained in:
DizzyEggg 2019-10-06 14:46:35 +02:00 committed by GitHub
commit d0c8cfa036
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -119,7 +119,7 @@ const u16 gEggMoves[] = {
MOVE_ROTOTILLER,
MOVE_HONE_CLAWS),
egg_moves(NIDORAN_M,
egg_moves(NIDORAN_F,
MOVE_SUPERSONIC,
MOVE_DISABLE,
MOVE_TAKE_DOWN,
@ -135,7 +135,7 @@ const u16 gEggMoves[] = {
MOVE_CHIP_AWAY,
MOVE_VENOM_DRENCH),
egg_moves(NIDORAN_F,
egg_moves(NIDORAN_M,
MOVE_COUNTER,
MOVE_DISABLE,
MOVE_SUPERSONIC,