Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.
You know how on the DBS it shows the Actors HP/SP and State? How could I make the background that it appears on dissapear, and the HP/SP are just on the battle background (My battle backgrounds are 640x480)
well, you need to extend the viewport, go to spriteset_battle (or something like that), search for : '@viewport1 = Viewport.new(0, 0, 640, 320)' change the 320 to 480....