mirror of
https://github.com/PoshoDev/DexTool.git
synced 2026-03-27 04:05:21 -05:00
12 lines
200 B
Plaintext
12 lines
200 B
Plaintext
///button_create_persistents()
|
|
function button_create_persistents() {
|
|
|
|
button_create(0, 0, but.image);
|
|
button_create(0, 0, but.national);
|
|
button_create(0, 0, but.shiny);
|
|
|
|
button_update_all();
|
|
|
|
|
|
}
|