You are not logged in.
Pages: 1
I been editing and adding tiles and tilesets in the pokered disassembly but I've run into a problem, I can't seem to find where I can edit/change what tiles are considered a counter (like the ones from the Pokémon Center and Mart). Thanks.
Offline
I thought it was pretty well documented but I took another look and it seems like it isn't mentioned clearly at all.
Each tileset has a maximum of 3 tiles that can be considered counters. They are called "TalkingOverTiles" in the disassembly.
They are defined for each tileset in data/tileset_headers.asm
The three counter tile IDs come after the collision data pointer.
For the Pokecenter/Pokemart tilesets for example, these IDs are $18, $19 (counter used in Pokecenter and Pokemart) and $1E (cash register used in Pokemart)
EDIT: The only place it is clearly explained is in macros/data_macros.asm where the 'tileset' macro is defined, but I admit that is a hard to find place when looking for this answer.
Last edited by Danny-E 33 (2018-03-02 02:31:22)
Offline
I though that they would be organized something like the bookshelves tiles. Thanks a lot Danny-E 33.
Offline
Pages: 1