Skip to content

Commit

Permalink
MERGE PR 336
Browse files Browse the repository at this point in the history
  • Loading branch information
quentin452 committed May 2, 2024
1 parent 9dcffd3 commit 53297f8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/menu/star_select.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,11 @@ void render_100_coin_star(u8 stars) {
gCurrentObject, 0, MODEL_STAR, bhvActSelectorStarType, 370, 24, -300, 0, 0, 0);
sStarSelectorModels[6]->oStarSelectorSize = 0.8;
sStarSelectorModels[6]->oStarSelectorType = STAR_SELECTOR_100_COINS;
} else if ((sObtainedStars == 6)) {
sStarSelectorModels[6] = spawn_object_abs_with_rot(
gCurrentObject, 0, MODEL_TRANSPARENT_STAR, bhvActSelectorStarType, 300, 30, -300, 0, 0, 0);
sStarSelectorModels[6]->oStarSelectorSize = 0.8;
sStarSelectorModels[6]->oStarSelectorType = STAR_SELECTOR_100_COINS;
}
}

Expand Down

0 comments on commit 53297f8

Please sign in to comment.