mirror of
https://github.com/PoshoDev/DexTool.git
synced 2026-04-23 08:57:47 -05:00
7 lines
140 B
Plaintext
7 lines
140 B
Plaintext
///show_shiny_toggle()
|
|
|
|
global.show_shiny = !global.show_shiny
|
|
|
|
savedata_write("Display", "Shiny Mode", global.show_shiny);
|
|
|
|
room_restart(); |