mirror of
https://github.com/GearsProgress/Poke_Transporter_GB.git
synced 2026-08-23 01:04:44 -05:00
Pokedex interface
This commit is contained in:
@@ -24,9 +24,9 @@ void Button::set_highlight(bool highlight)
|
||||
}
|
||||
void Button::hide()
|
||||
{
|
||||
obj_hide_multi(button_L, 3);
|
||||
obj_hide_multi(button_L, 2);
|
||||
}
|
||||
void Button::show()
|
||||
{
|
||||
obj_unhide_multi(button_L, 0, 3);
|
||||
obj_unhide_multi(button_L, 0, 2);
|
||||
}
|
||||
Reference in New Issue
Block a user