mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-19 01:44:20 +01:00
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:
commit
d0c8cfa036
@ -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…
x
Reference in New Issue
Block a user