mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-18 20:47:40 +01:00
Fixed the 2 Nidoran having the wrong egg move learnset in egg_moves.h
This commit is contained in:
parent
8d128be459
commit
64ec9f4d03
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user