You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
Update src/game/behaviors/king_bobomb.inc.c
Co-authored-by: thecozies <79979276+thecozies@users.noreply.github.com>
This commit is contained in:
@@ -224,7 +224,7 @@ void king_bobomb_act_5(void) { // bobomb returns home
|
||||
if (o->oPosY < o->oHomeY)
|
||||
o->oVelY = 100.0f;
|
||||
else {
|
||||
arc_to_goal_pos(&o->oPosVec, &o->oPosVec, 100.0f, -4.0f);
|
||||
arc_to_goal_pos(&o->oHomeX, &o->oPosVec, 100.0f, -4.0f);
|
||||
o->oSubAction++;
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user