summaryrefslogtreecommitdiff
path: root/include/fieldmap.h
diff options
context:
space:
mode:
authorPhlosioneer <mattmdrr2@gmail.com>2019-03-01 22:32:50 -0500
committerPhlosioneer <mattmdrr2@gmail.com>2019-03-01 22:32:50 -0500
commit3ceb1667c9b5e81934c7d608efc08905f21c372e (patch)
tree345a20d3189cfbf8ad00824f16872883dfdb1975 /include/fieldmap.h
parent3b04cfa437b093a21cdc5021843b5f52a124861e (diff)
Reduce externs
Diffstat (limited to 'include/fieldmap.h')
-rw-r--r--include/fieldmap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/fieldmap.h b/include/fieldmap.h
index 24bc4989a..8e10240d2 100644
--- a/include/fieldmap.h
+++ b/include/fieldmap.h
@@ -37,8 +37,8 @@ void copy_map_tileset1_tileset2_to_vram(struct MapLayout const *mapLayout);
void apply_map_tileset1_tileset2_palette(struct MapLayout const *mapLayout);
void apply_map_tileset2_palette(struct MapLayout const *mapLayout);
void copy_map_tileset2_to_vram_2(struct MapLayout const *mapLayout);
-extern void copy_map_tileset1_to_vram(const struct MapLayout *);
-extern void copy_map_tileset2_to_vram(const struct MapLayout *);
+void copy_map_tileset1_to_vram(const struct MapLayout *);
+void copy_map_tileset2_to_vram(const struct MapLayout *);
void SpriteCB_PokeballGlow(struct Sprite *);
void SpriteCB_PokecenterMonitor(struct Sprite *);