Skip to content

Converting to FR Tilesets

LOuroboros edited this page Mar 17, 2024 · 2 revisions

Converting Emerald tilesets to Fire Red

credit to ghoulslash

It's common to want the replace emerald's graphics with FR styled ones, including tilesets. This tutorial goes over the process of how to convert pokeemerald's tilesets with those from Fire Red/pokefirered

This tutorial explains how to copy a tileset from pokefirered over to pokeemerald and convert it to the correct metatile_attributes size.

1. Open include/fieldmap.h

Copy the defines at the top from the file in pokefirered like so:

#define NUM_TILES_IN_PRIMARY 640
#define NUM_TILES_TOTAL 1024
#define NUM_METATILES_IN_PRIMARY 640
#define NUM_METATILES_TOTAL 1024
#define NUM_PALS_IN_PRIMARY 7

2. Copy your desired tilesets from pokefirered over to emerald

TODO fill in

3. Convert all fire red tilesets to emerald

Clone this wiki locally