Closed SydMontague closed 6 years ago
It's caused by 002328 if pstat(103) != 3 then 2376 in Script ID 193, Section 55.
002328 if pstat(103) != 3 then 2376
Changing the compared value to the ID of the first Digimon should fix this.
And while you're at it you might just as well randomize the starting stats.
Yes, I had considered randomizing the starting stats. I'll look into it when I fix this.
Created #27 to add starter stat randomization.
It's caused by
002328 if pstat(103) != 3 then 2376
in Script ID 193, Section 55.Changing the compared value to the ID of the first Digimon should fix this.
And while you're at it you might just as well randomize the starting stats.