Pokedex interface

This commit is contained in:
Remnants of Forgotten Disney
2023-08-23 12:50:55 -05:00
parent 5b3e46c5a7
commit 68cdc3c121
24 changed files with 685 additions and 104 deletions

View File

@@ -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);
}