Removed unnecessary inclusion of header in src/field_specials.c

This commit is contained in:
LOuroboros 2022-08-25 11:43:01 -03:00
parent 11d6ae4820
commit 23bf67c63f

View File

@ -65,7 +65,6 @@
#include "constants/weather.h"
#include "constants/metatile_labels.h"
#include "palette.h"
#include "constants/pokemon.h"
EWRAM_DATA bool8 gBikeCyclingChallenge = FALSE;
EWRAM_DATA u8 gBikeCollisions = 0;