lonewolf_cat After a game over during battle, if I return to the title screen and load a save file, the battle members' status windows are still displayed on the field. How can I prevent this from happening?
lonewolf_cat This is the HUD configuration for displaying the player's HP and MP during combat.  
gamingislove This is because the game states are not saved with save games and not reset on game over or when loading. I'll add new options for this in the next update.
lonewolf_cat I see, that makes sense. I modified the game state when returning to the title screen after a game over. That resolved the issue. Thanks for the helpful advice.