#Trainer card is not displaying correctly

1 messages · Page 1 of 1 (latest)

warped harbor
#

Trainer card shows the default character sprite and doesn't update.
(Vanilla PIF on left) - (KIF latest version on right [fresh install])

frail ploverBOT
warped harbor
#

A line needs to be changed in
kurayshinyrevamp/Data/Scripts/016_UI/012_UI_TrainerCard.rb

Line:38 Change @sprites["trainer"].setBitmap(GameData::TrainerType.player_front_sprite_filename($Trainer.trainer_type))
to
@sprites["trainer"].setBitmapDirectly(generate_front_trainer_sprite_bitmap())

frail ploverBOT