Maruno17 / pokemon-essentials

A heavily modified RPG Maker XP game project that makes the game play like a Pokémon game. Not a full project in itself; this repo is to be added into an existing RMXP game project.
Other
208 stars 398 forks source link

DoubleBattle: Battlers are not shown #219

Closed voidowl-rl closed 5 months ago

voidowl-rl commented 8 months ago

In a Double Battle (2v2) opposing battlers joining the fight after a previous battler has been defeated will not be shown (only their shadow) if they are of the same type as the battler just defeated. Their sprite is shown once the take damage. The issue does not exist in a 1v1 battle.

Tested on a fresh v21.1 install to confirm.

Minimal example (rmxp event):

Script: pbTrainerIntro(:CAMPER)
Script: pbNoticePlayer(get_self)
Text: Try it.
Script: setBattleRule("double")
Conditional: TrainerBAttle.start(:CAMPER, "Jeff") THEN SelfSwitch A = ON
Script: pbTrainerEnd

trainers.txt:

[CAMPER,Jeff]
LoseText = A very good battle, indeed!
Pokemon = BELLSPROUT,1
Pokemon = BELLSPROUT,1
Pokemon = BELLSPROUT,1
Pokemon = BELLSPROUT,1