Update credits

This commit is contained in:
MysterD 2022-02-26 00:01:40 -08:00
parent 62718d8987
commit 126f92513b
2 changed files with 6 additions and 0 deletions

View File

@ -26,6 +26,7 @@ Contributors:
Llennpie
LuigiNoodle
PeachyPeach
PoltixeTheDerg
s4ys
sm64rise
snuffysasa

View File

@ -24,6 +24,11 @@ void boulder_act_1(void) {
if (o->oPosY < -1000.0f)
o->activeFlags = ACTIVE_FLAG_DEACTIVATED;
if (o->oBehParams2ndByte == 2 && (sp1E & OBJ_COL_FLAG_HIT_WALL)) {
o->activeFlags = ACTIVE_FLAG_DEACTIVATED;
obj_explode_and_spawn_coins(46.0f, 1);
}
}
void bhv_big_boulder_loop(void) {