diff options
author | camthesaxman <cameronghall@cox.net> | 2018-01-24 15:39:19 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2018-01-24 15:39:19 -0600 |
commit | d5bc4b12072359c2ba8a33acc38da880d113c779 (patch) | |
tree | 88ba6e9944ac50851c61035dc4d9ec141778d322 | |
parent | 641d2749b67b6c7cad2054f5c52c990f0dad0121 (diff) |
oops, re-add the old charmap labels in graphics.s
-rw-r--r-- | data/graphics.s | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/graphics.s b/data/graphics.s index 6cc1c2db7..6d678ede9 100644 --- a/data/graphics.s +++ b/data/graphics.s @@ -18,8 +18,11 @@ gUnknown_08D00524:: @ 8D00524 .include "data/graphics/pokemon/circled_question_mark_graphics.inc" @ 8D019E4 +gUnusedOldCharmap_Gfx_lz:: .incbin "graphics/unused/old_charmap.4bpp.lz" @ japanese table and bunch of stuff +gUnusedOldCharmap_Tilemap_lz:: .incbin "graphics/unused/old_charmap.bin.lz" +gUnusedOldCharmap_Pal_lz:: .incbin "graphics/unused/old_charmap.gbapal.lz" .align 2 |