mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Fix yellow's level 1 movesets for rhyhorn and rhydon
They were somehow swapped, see the disassemblies for [rhyhorn](45c0398019/data/pokemon/base_stats/rhyhorn.asm (L13)
) and [rhydon](45c0398019/data/pokemon/base_stats/rhydon.asm (L13)
)
This commit is contained in:
parent
cc483e1877
commit
b56bf68f9f
1 changed files with 5 additions and 5 deletions
|
@ -98537,10 +98537,8 @@ pokemon_id,version_group_id,move_id,pokemon_move_method_id,level,order
|
|||
111,1,156,4,0,
|
||||
111,1,157,4,0,
|
||||
111,1,164,4,0,
|
||||
111,2,23,1,1,2
|
||||
111,2,23,1,30,
|
||||
111,2,30,1,1,1
|
||||
111,2,31,1,1,4
|
||||
111,2,30,1,1,
|
||||
111,2,31,1,40,
|
||||
111,2,32,1,45,
|
||||
111,2,32,4,0,
|
||||
|
@ -98548,7 +98546,6 @@ pokemon_id,version_group_id,move_id,pokemon_move_method_id,level,order
|
|||
111,2,36,1,55,
|
||||
111,2,36,4,0,
|
||||
111,2,38,4,0,
|
||||
111,2,39,1,1,3
|
||||
111,2,39,1,35,
|
||||
111,2,43,1,50,
|
||||
111,2,70,4,0,
|
||||
|
@ -99709,9 +99706,11 @@ pokemon_id,version_group_id,move_id,pokemon_move_method_id,level,order
|
|||
112,1,164,4,0,
|
||||
112,2,5,4,0,
|
||||
112,2,6,4,0,
|
||||
112,2,23,1,1,2
|
||||
112,2,23,1,30,
|
||||
112,2,25,4,0,
|
||||
112,2,30,1,1,
|
||||
112,2,30,1,1,1
|
||||
112,2,31,1,1,4
|
||||
112,2,31,1,40,
|
||||
112,2,32,1,48,
|
||||
112,2,32,4,0,
|
||||
|
@ -99719,6 +99718,7 @@ pokemon_id,version_group_id,move_id,pokemon_move_method_id,level,order
|
|||
112,2,36,1,64,
|
||||
112,2,36,4,0,
|
||||
112,2,38,4,0,
|
||||
112,2,39,1,1,3
|
||||
112,2,39,1,35,
|
||||
112,2,43,1,55,
|
||||
112,2,55,4,0,
|
||||
|
|
Can't render this file because it is too large.
|
Loading…
Reference in a new issue