Move dex gfx back to pokedex subfolder

This commit is contained in:
PikalaxALT
2021-04-21 14:56:57 -04:00
parent 704dc2f913
commit 4b0dd3e406
45 changed files with 52 additions and 52 deletions
+2 -2
View File
@@ -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,