Users browsing this thread: 1 Guest(s)
Logo Tile arrangement
09-24-2016, 12:15 PM
Is there any information on how the logo at the beginning of the game has its tiles arranged? I wasn't able to locate any documentation for it, and can't seem to find any data in the rom that looks relevant. I can tell that it's not just going to be a list of tiles, since it's able for flip tiles on their X or Y axis.
OK, I think I've figured this out. If you use Peer Sprite Viewer to decompress 18F200-195070, then open that in a hex editor, the tile arrangement starts at 8B64. Each tile is two bytes. The first byte it the ID of the tile, starting with the top left corner of the F. The second byte controls transformations, and possibly some other things. I know the highest bit flips the tile vertically.
I suspect a similar arrangement is used for battle backgrounds and will need to look in to that.
I suspect a similar arrangement is used for battle backgrounds and will need to look in to that.
« Next Oldest | Next Newest »
Users browsing this thread: 1 Guest(s)