mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
Update credits
This commit is contained in:
parent
fa36ed308e
commit
0c4a2c99f0
2 changed files with 6 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ Contributors:
|
||||||
Llennpie
|
Llennpie
|
||||||
LuigiNoodle
|
LuigiNoodle
|
||||||
PeachyPeach
|
PeachyPeach
|
||||||
|
PoltixeTheDerg
|
||||||
s4ys
|
s4ys
|
||||||
sm64rise
|
sm64rise
|
||||||
snuffysasa
|
snuffysasa
|
||||||
|
|
|
||||||
|
|
@ -24,6 +24,11 @@ void boulder_act_1(void) {
|
||||||
|
|
||||||
if (o->oPosY < -1000.0f)
|
if (o->oPosY < -1000.0f)
|
||||||
o->activeFlags = ACTIVE_FLAG_DEACTIVATED;
|
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) {
|
void bhv_big_boulder_loop(void) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue