mirror of
https://github.com/PoshoDev/DexTool.git
synced 2026-03-28 12:45:17 -05:00
8 lines
212 B
Plaintext
8 lines
212 B
Plaintext
function counter_update() {
|
|
global.countdata[global.selecting.idno] = global.counter;
|
|
savedata_write(savedata_section_get(global.show_shiny)+" Count", global.selecting.idno, global.counter);
|
|
change_add();
|
|
|
|
|
|
}
|