mirror of
https://github.com/PoshoDev/DexTool.git
synced 2026-08-20 01:24:14 -05:00
v0.0.3-alpha
This commit is contained in:
@@ -13,6 +13,7 @@ switch(argument0)
|
||||
case but.plus:
|
||||
global.counter++;
|
||||
|
||||
global.countdata[global.selecting.idno] = global.counter;
|
||||
savedata_write(savedata_section_get(global.show_shiny)+" Count", global.selecting.idno, global.counter);
|
||||
change_add();
|
||||
break;
|
||||
@@ -21,6 +22,7 @@ switch(argument0)
|
||||
if (global.counter > 0)
|
||||
global.counter--;
|
||||
|
||||
global.countdata[global.selecting.idno] = global.counter;
|
||||
savedata_write(savedata_section_get(global.show_shiny)+" Count", global.selecting.idno, global.counter);
|
||||
change_add();
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user