mirror of
https://github.com/PoshoDev/DexTool.git
synced 2026-09-09 19:15:09 -05:00
Switcharoo to Gee Emm 2.3
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user