mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-12 15:44:57 +00:00
Ball property in trainers.txt can now be a Poké Ball item's ID, fixed move-learning saying "already knows four moves" regardless of the value of Pokemon::MAX_MOVES
This commit is contained in:
@@ -12,7 +12,7 @@ Pokemon = GEODUDE,12
|
||||
Gender = male
|
||||
Moves = DEFENSECURL,HEADSMASH,ROCKPOLISH,ROCKTHROW
|
||||
Ability = 0
|
||||
IV = 20
|
||||
IV = 20,20,20,20,20,20
|
||||
Pokemon = ONIX,14
|
||||
Name = Rocky
|
||||
Gender = male
|
||||
@@ -20,8 +20,8 @@ Pokemon = ONIX,14
|
||||
Moves = HEADSMASH,ROCKTHROW,RAGE,ROCKTOMB
|
||||
Ability = 0
|
||||
Item = SITRUSBERRY
|
||||
IV = 20
|
||||
Ball = 19
|
||||
IV = 20,20,20,20,20,20
|
||||
Ball = HEAVYBALL
|
||||
#-------------------------------
|
||||
[TEAMROCKET_M,Grunt,1]
|
||||
LoseText = "You're too good for me!"
|
||||
@@ -82,6 +82,7 @@ Pokemon = TURTWIG,19
|
||||
Pokemon = CHIMCHAR,19
|
||||
#-------------------------------
|
||||
[POKEMONTRAINER_Brendan,Brendan]
|
||||
LoseText = "..."
|
||||
Pokemon = MARSHTOMP,19
|
||||
#-------------------------------
|
||||
[SWIMMER2_F,Ariel]
|
||||
@@ -114,4 +115,4 @@ Pokemon = VENUSAUR,63
|
||||
Pokemon = CHARIZARD,63
|
||||
Item = SITRUSBERRY
|
||||
Pokemon = BLASTOISE,63
|
||||
Item = SITRUSBERRY
|
||||
Item = SITRUSBERRY
|
||||
|
||||
Reference in New Issue
Block a user