J
jianmingyong
Guest
This is not a major bug... neither it is frequently used...
What I expected to happen:
Return something like what you see on the Party.dat
What actually happened:
All commas are replaced by § symbol....
Steps to reproduce:
1. Have a Pokémon in your party.
2. Try using this: <Pokemon.data(0)>
What I expected to happen:
Return something like what you see on the Party.dat
Code:
{"Pokemon"[999]}{"Experience"[1]}{"Gender"[2]}{"EggSteps"[0]}{"Item"[0]}{"ItemData"[]}{"NickName"[]}{"Level"[1]}{"OT"[9589]}{"Ability"[140]}{"Status"[]}{"Nature"[23]}{"CatchLocation"[Oldale Town]}{"CatchTrainer"[jianmingyong]}{"CatchBall"[1]}{"CatchMethod"[random reason]}{"Friendship"[0]}{"isShiny"[0]}{"Attack1"[999,999,999]}{"Attack2"[]}{"Attack3"[]}{"Attack4"[]}{"HP"[31]}{"EVs"[0,0,0,0,0,0]}{"IVs"[10,9,0,4,21,28]}{"AdditionalData"[]}{"IDValue"[6S71Ltgh57U]}
Code:
{"Pokemon"[999]}{"Experience"[1]}{"Gender"[2]}{"EggSteps"[0]}{"Item"[0]}{"ItemData"[]}{"NickName"[]}{"Level"[1]}{"OT"[9589]}{"Ability"[140]}{"Status"[]}{"Nature"[23]}{"CatchLocation"[Oldale Town]}{"CatchTrainer"[jianmingyong]}{"CatchBall"[1]}{"CatchMethod"[random reason]}{"Friendship"[0]}{"isShiny"[0]}{"Attack1"[999§999§999]}{"Attack2"[]}{"Attack3"[]}{"Attack4"[]}{"HP"[31]}{"EVs"[0§0§0§0§0§0]}{"IVs"[10§9§0§4§21§28]}{"AdditionalData"[]}{"IDValue"[6S71Ltgh57U]}
Steps to reproduce:
1. Have a Pokémon in your party.
2. Try using this: <Pokemon.data(0)>