Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
MorsGames
GitHub Repository: MorsGames/sm64plus
Path: blob/master/src/game/behaviors/castle_flag.inc.c
7861 views
1
// castle_flag.inc.c
2
3
void bhv_castle_flag_init(void) {
4
o->header.gfx.animInfo.animFrame = random_float() * 28.0f;
5
}
6
7