Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Battle pictures and weather don't work when starting a battle from the Debug Menu #2120

Closed
fmatthew5876 opened this issue Apr 7, 2020 · 0 comments · Fixed by #2220
Closed

Comments

@fmatthew5876
Copy link
Contributor

On the map, either create a picture which is visible in battle or set a weather effect. Now start a battle from debug menu.

The picture and weather will not be visible.

This happens because the Scene_Debug at the top of the stack prevents the shared scenes from being transferred.

When fixing this, we should also consider a more elegant way to handle Game_Screen::InitGraphics(). Right now it's called in both the map scene and the battle scene for battle test only. Is there a way we can more robustly initialize the shared drawables?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
3 participants