diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-04-21 14:56:57 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-04-21 15:03:04 -0400 |
commit | 4b0dd3e40622b9f84f4a3c4709674bc2361b9adf (patch) | |
tree | f58267820cc9e82724618343f1b7918c1cafc904 /src/pokedex_area_markers.c | |
parent | 704dc2f913a9d3f2cd6217795a10dd54ad6d2e2f (diff) |
Move dex gfx back to pokedex subfolder
Diffstat (limited to 'src/pokedex_area_markers.c')
-rw-r--r-- | src/pokedex_area_markers.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pokedex_area_markers.c b/src/pokedex_area_markers.c index d51efcec9..5226133ac 100644 --- a/src/pokedex_area_markers.c +++ b/src/pokedex_area_markers.c @@ -5,8 +5,8 @@ #include "wild_pokemon_area.h" #include "pokedex_area_markers.h" -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 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, |