Cleaned trailing whitespace
This commit is contained in:
@@ -64,7 +64,7 @@ static const struct WildPokemon sWildFeebas = {20, 25, SPECIES_FEEBAS};
|
||||
|
||||
static const u16 sRoute119WaterTileData[] =
|
||||
{
|
||||
//yMin, yMax, numSpots in previous sections
|
||||
//yMin, yMax, numSpots in previous sections
|
||||
0, 45, 0,
|
||||
46, 91, NUM_FISHING_SPOTS_1,
|
||||
92, 139, NUM_FISHING_SPOTS_1 + NUM_FISHING_SPOTS_2,
|
||||
@@ -142,7 +142,7 @@ static bool8 CheckFeebas(void)
|
||||
feebasSpots[i] = FeebasRandom() % NUM_FISHING_SPOTS;
|
||||
if (feebasSpots[i] == 0)
|
||||
feebasSpots[i] = NUM_FISHING_SPOTS;
|
||||
|
||||
|
||||
// < 1 below is a pointless check, it will never be TRUE.
|
||||
// >= 4 to skip fishing spots 1-3, because these are inaccessible
|
||||
// spots at the top of the map, at (9,7), (7,13), and (15,16).
|
||||
|
||||
Reference in New Issue
Block a user