1
Fork 0
sm64/src/game/behaviors/castle_flag.inc.c

6 lines
118 B
C
Raw Normal View History

2019-09-01 15:50:50 -04:00
// castle_flag.inc.c
void bhv_castle_flag_init(void) {
2020-04-03 14:57:26 -04:00
o->header.gfx.unk38.animFrame = random_float() * 28.0f;
2019-09-01 15:50:50 -04:00
}