summaryrefslogtreecommitdiff
path: root/src/pokedex_area_markers.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pokedex_area_markers.c')
-rw-r--r--src/pokedex_area_markers.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pokedex_area_markers.c b/src/pokedex_area_markers.c
index d3c36a83e..3ff2aa496 100644
--- a/src/pokedex_area_markers.c
+++ b/src/pokedex_area_markers.c
@@ -8,8 +8,8 @@
#include "wild_pokemon_area.h"
#include "pokedex_area_markers.h"
-static const u16 sMarkerPal[] = INCBIN_U16("data/pokedex_area_markers/marker.gbapal");
-static const u32 sMarkerTiles[] = INCBIN_U32("data/pokedex_area_markers/marker.4bpp.lz");
+static const u16 sMarkerPal[] = INCBIN_U16("graphics/pokedex/area_markers/marker.gbapal");
+static const u32 sMarkerTiles[] = INCBIN_U32("graphics/pokedex/area_markers/marker.4bpp.lz");
static const struct Subsprite sSubsprite0 = {
.size = ST_OAM_SIZE_0,