Game: Pokemon Reborn
Version: 19.5.1 (JoiPlay build)
Website: https://www.rebornevo.com/pr/download/
RPG Maker Plugin: 1.20.90
Steps to reproduce:
- Start a new game, select a character and a gender.
- On the train Amethyst will ask you for a password, type in “randomizer”.
- Randomizer menu has elements you need to tap but the coordinates are incorrect.
Workarounds:
If you minimize the game to open another app while in the Randomizer menu and then come back, the coordinates are correct. Alternatively you can use JoiPlay’s rotate screen feature twice to fix it.
After debugging this and consulting with g_f_y we came to the conclusion that this happens because the Randomizer menu is using Graphics.resize_screen
. It seems that whatever handling JoiPlay does while rotating the screen in order to fix the coordinates is not applied when this method is called and the coordinate returned by Input.mouse_x
ends up incorrect.
On the attached image the red areas are what I was trying to “click” and the blue areas are roughly where I needed to tap in order to trigger that element.
