Skip to content

Commit

Permalink
some formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ghoulslash committed Sep 29, 2024
1 parent be3ee1b commit c8afe9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/config/overworld.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// Movement config
#define OW_RUNNING_INDOORS GEN_LATEST // In Gen4+, players are allowed to run indoors.
#define OW_AUTO_SIGNPOST FALSE // When enabled, if the tile that the player is facing has MB_SIGNPOST, MB_POKEMART_SIGN, or MB_POKEMON_CENTER_SIGN, the player will automatically read the signpost, as seen in FRLG.
#define SLOW_MOVEMENT_ON_STAIRS FALSE // If enabled, the player will move slower up/down stairs like in FR
#define SLOW_MOVEMENT_ON_STAIRS FALSE // If enabled, the player will move slower up/down stairs like in FR

// Other settings
#define OW_POISON_DAMAGE GEN_LATEST // In Gen4, Pokémon no longer faint from Poison in the overworld. In Gen5+, they no longer take damage at all.
Expand Down
2 changes: 1 addition & 1 deletion src/event_object_movement.c
Original file line number Diff line number Diff line change
Expand Up @@ -9812,7 +9812,7 @@ static void DoTracksGroundEffect_BikeTireTracks(struct ObjectEvent *objEvent, st
gFieldEffectArguments[2] = 149;
gFieldEffectArguments[3] = 2;
gFieldEffectArguments[4] =
bikeTireTracks_Transitions[movementDir][objEvent->facingDirection - 5];
bikeTireTracks_Transitions[movementDir][objEvent->facingDirection - 5];
FieldEffectStart(FLDEFF_BIKE_TIRE_TRACKS);
}
}
Expand Down

0 comments on commit c8afe9b

Please sign in to comment.