sm64pc/src/game/behaviors/castle_cannon_grate.inc.c

7 lines
178 B
C
Raw Normal View History

2019-09-01 19:50:50 +00:00
// castle_cannon_grate.inc.c
void bhv_castle_cannon_grate_init(void) {
if (save_file_get_total_star_count(gCurrSaveFileNum - 1, 0, 24) >= 120)
o->activeFlags = 0;
}