Working button toggles.

This commit is contained in:
TheGreenTie
2020-03-02 00:06:15 -06:00
parent 68f11d5307
commit e1f1f0fde3
9 changed files with 80 additions and 24 deletions

View File

@@ -28,4 +28,12 @@ switch(argument0)
case but.image:
make_screenshot();
break;
case but.national:
show_galar_toggle();
break;
case but.shiny:
show_shiny_toggle();
break;
}