mirror of
https://github.com/PoshoDev/DexTool.git
synced 2026-05-02 19:25:48 -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";
|
|
|
|
|
|
}
|