mirror of
https://github.com/PoshoDev/DexTool.git
synced 2026-03-27 20:25:27 -05:00
11 lines
147 B
Plaintext
11 lines
147 B
Plaintext
///savedata_section_get(shiny?)
|
|
function savedata_section_get(argument0) {
|
|
|
|
if (!argument0)
|
|
return "Pokemon";
|
|
else
|
|
return "Shiny";
|
|
|
|
|
|
}
|