Fix mislabeled SS Tidal movements
This commit is contained in:
parent
0f53aeb19b
commit
eb38922e42
1 changed files with 2 additions and 2 deletions
|
@ -36,13 +36,13 @@ static const s8 gTruckCamera_HorizontalTable[] = {0, 0, 0, 0, 0, 0, 0, 0, 1, 2,
|
|||
|
||||
static const u8 sSSTidalSailEastMovementScript[] =
|
||||
{
|
||||
MOVEMENT_TYPE_ROTATE_CLOCKWISE,
|
||||
MOVEMENT_ACTION_WALK_FAST_RIGHT,
|
||||
MOVEMENT_ACTION_STEP_END
|
||||
};
|
||||
|
||||
static const u8 sSSTidalSailWestMovementScript[] =
|
||||
{
|
||||
MOVEMENT_TYPE_ROTATE_COUNTERCLOCKWISE,
|
||||
MOVEMENT_ACTION_WALK_FAST_LEFT,
|
||||
MOVEMENT_ACTION_STEP_END
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue