diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-06-25 13:16:36 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-06-25 13:16:36 -0400 |
commit | f029db52f59614e22a7a2d70eb3da46094bf47f1 (patch) | |
tree | a726761fbf6f6d22a2c8332e89bddae15833b5b4 /src/data/graphics.c | |
parent | a6ae701c1d244d418975d9019b6a1af217674ae5 (diff) |
Document pokedex_cry_screen.c
Diffstat (limited to 'src/data/graphics.c')
-rw-r--r-- | src/data/graphics.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/data/graphics.c b/src/data/graphics.c index 34bcef5ff..8c98739a2 100644 --- a/src/data/graphics.c +++ b/src/data/graphics.c @@ -1422,7 +1422,7 @@ const u16 gTilesetPalettes_Shop[][16] = }; const u8 gTilesetTiles_Shop[] = INCBIN_U8("data/tilesets/secondary/shop/tiles.4bpp.lz"); -const u16 gUnknown_083FAF1C[] = INCBIN_U16("graphics/pokedex/cry_meter.gbapal"); -const u8 gUnknown_083FAF3C[] = INCBIN_U8("graphics/pokedex/cry_meter.4bpp.lz"); -const u8 gUnknown_083FAE7C[] = INCBIN_U8("graphics/pokedex/cry_meter_map.bin"); +const u16 sCryMeter_Pal[] = INCBIN_U16("graphics/pokedex/cry_meter.gbapal"); +const u8 sCryMeter_Gfx[] = INCBIN_U8("graphics/pokedex/cry_meter.4bpp.lz"); +const u8 sCryMeter_Tilemap[] = INCBIN_U8("graphics/pokedex/cry_meter_map.bin"); #endif // GERMAN |