Switcharoo to Gee Emm 2.3

This commit is contained in:
Rodrigo
2021-03-01 14:01:14 -06:00
parent e947b6838f
commit 518c2d3ead
2912 changed files with 7140 additions and 82048 deletions

View File

@@ -1,8 +1,12 @@
window_set_cursor(cr_hourglass);
function show_dex_toggle() {
window_set_cursor(cr_hourglass);
if (++global.show_dex >= shw.LENGTH)
global.show_dex = 0;
if (++global.show_dex >= shw.LENGTH)
global.show_dex = 0;
savedata_write("Display", "Galar Dex", global.show_dex);
savedata_write("Display", "Galar Dex", global.show_dex);
room_restart();
room_restart();
}