I'm very new to Rom hacking but I can understand some of the fundamentals such as Binary, Hex and Decimal conversion and a bit of C++.
I have made a table of Pokemon yellow from a-z but I would like to completely dump all of it's font. What I mean is I want to build a table for new lines, 0-9, $!?, etc.
I read the old guides on table creation, checked out datacrystal and googled several things relating to table making for rom's but I didn't get far. I also checked out older posts here clicking whatever looked like it might help (do you guys have a search button somewhere?).
To try and get some of these more elusive entries I got tile layer pro and sifted through the tiles for the font. I'm not sure if I'm just a blind fool or the roms compressed but I couldn't find much relating to the font. What I did find however was a series of A~H or so tiles that had half the letter per tile.
arranged they would be like T but since one letter fits across two tiles I don't think they are the font but rather something else (like the pokemart sign I found).
H
I
S
TL;DR
I am asking for help on building tables beyond the relative search method.