You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
le comment
Co-authored-by: thecozies <79979276+thecozies@users.noreply.github.com>
This commit is contained in:
@@ -157,6 +157,7 @@ void bhv_hidden_red_coin_star_init(void) {
|
||||
spawn_object(o, MODEL_TRANSPARENT_STAR, bhvRedCoinStarMarker);
|
||||
}
|
||||
|
||||
// check if bparam2 specifies a total number of coins that should spawn the star
|
||||
if (o->oBehParams2ndByte != 0) {
|
||||
o->oHiddenStarTriggerTotal = o->oBehParams2ndByte;
|
||||
o->oHiddenStarTriggerCounter = gRedCoinsCollected;
|
||||
|
||||
Reference in New Issue
Block a user