mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-07-30 23:44:32 -04:00
link fbdemo_triforce.c
This commit is contained in:
@@ -34,7 +34,7 @@ void fbdemo_triforce_move(TransitionTriforce* this, int updaterate){
|
||||
d = 0.5f * (14.0f + (12.0f * t));
|
||||
}
|
||||
else{
|
||||
d = 0.5f * (14.0f + (16.0f * t));
|
||||
d = 0.5f * (16.0f + (12.0f * t));
|
||||
}
|
||||
|
||||
if(this->direction != 0){
|
||||
|
||||
Reference in New Issue
Block a user