mirror of
https://github.com/PoshoDev/DexTool.git
synced 2026-04-29 18:46:50 -05:00
8 lines
173 B
Plaintext
8 lines
173 B
Plaintext
///show_shiny_toggle()
|
|
window_set_cursor(cr_hourglass);
|
|
|
|
global.show_shiny = !global.show_shiny
|
|
|
|
savedata_write("Display", "Shiny Mode", global.show_shiny);
|
|
|
|
room_restart(); |