mirror of
https://github.com/PoshoDev/DexTool.git
synced 2026-04-23 00:47:40 -05:00
8 lines
170 B
Plaintext
8 lines
170 B
Plaintext
window_set_cursor(cr_hourglass);
|
|
|
|
if (++global.show_dex >= shw.LENGTH)
|
|
global.show_dex = 0;
|
|
|
|
savedata_write("Display", "Galar Dex", global.show_dex);
|
|
|
|
room_restart(); |