diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-12-28 17:15:37 -0500 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-12-28 17:15:37 -0500 |
commit | 03a2a3b81bba374bdf3a74a37a4dc3e2d17a196f (patch) | |
tree | fe1b9e34d93b62ef019d9b60bcdbcd76421f4fba /src/pokedex.c | |
parent | 8a338f44db2151412c383f4495ddd0d1fe23e984 (diff) |
fourteenth wave of graphics.s dumps
Diffstat (limited to 'src/pokedex.c')
-rw-r--r-- | src/pokedex.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pokedex.c b/src/pokedex.c index 964f41716..a74594865 100644 --- a/src/pokedex.c +++ b/src/pokedex.c @@ -481,13 +481,13 @@ const struct SpriteTemplate gUnknown_0855D254 = const struct CompressedSpriteSheet gSpriteSheets_0855D26C[] = { - {gUnknown_08DC234C, 0x2000, 4096}, + {gPokedexMenu2_Gfx, 0x2000, 4096}, {0} }; const struct CompressedSpritePalette gSpritePalettes_0855D26C[] = { - {gUnknown_08DC16F4, 4096}, + {gPokedexText_Pal, 4096}, {0} }; |