Adding GBA flag

This commit is contained in:
GearsProgress
2026-06-16 20:31:59 -04:00
parent f22776f250
commit 9244fc4082
6 changed files with 85 additions and 40 deletions

View File

@@ -212,6 +212,8 @@ void link_animation_state(int state)
obj_hide(gba_cart);
obj_hide(cart_shell);
obj_hide(cart_label);
obj_hide(gb_flag);
obj_hide(gba_flag);
break;
}
curr_link_animation_state = state;