From 64ec9f4d03c719989eed9495b21a32b2d317480f Mon Sep 17 00:00:00 2001 From: LOuroboros Date: Mon, 16 Sep 2019 17:16:02 -0300 Subject: [PATCH] Fixed the 2 Nidoran having the wrong egg move learnset in egg_moves.h --- src/data/pokemon/egg_moves.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/pokemon/egg_moves.h b/src/data/pokemon/egg_moves.h index 1024ee563..fb1349095 100644 --- a/src/data/pokemon/egg_moves.h +++ b/src/data/pokemon/egg_moves.h @@ -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,