07-25-2019, 07:31 PM
when swapping over world tile sets (e.g. world of balance using WoR tiles and vise versa) do the graphics need to be decompressed because the properties are not the same length?
overworld tilesets
|
07-25-2019, 07:31 PM
when swapping over world tile sets (e.g. world of balance using WoR tiles and vise versa) do the graphics need to be decompressed because the properties are not the same length?
Everything regarding maps is compressed, the map tile properties, the tilemaps and tilesets.
Code: D9A800 D9CD0F Map Tile Properties (42 items, compressed) You could swap compressed tilesets by just swapping pointers: Code: DFBA00 DFBAFF Pointers to Map Tile Formations (3 bytes each, +$DE0000)
07-26-2019, 06:21 PM
so what i want to edit are the maps where the world of balance has the world of ruin tiles and vise versa. all i need to do is swap pointers instead of decompressing the graphics?
07-26-2019, 06:25 PM
(07-26-2019, 06:21 PM)CzarMalboro Wrote: so what i want to edit are the maps where the world of balance has the world of ruin tiles and vise versa. all i need to do is swap pointers instead of decompressing the graphics? You could try doing this and try opening the ROM with FF6LE to see if you can edit your maps with the swapped tilesets.
07-26-2019, 08:51 PM
I tried that and it does not work if i remember correctly. I would not be surprised if the only way to edit them is through decompressing the graphics. changing the properties and the mini maps such as having kefka's tower or the phoenix's cave as an entrance in the WoB can work.
My mistake, the world maps are handled separately:
Code: EE9B14 EE9D13 World of Balance Tile Properties If you swap entries in the pointer table below, it might work: Code: EE/B20F: 34D4EE (WoB tilemap)
07-27-2019, 12:54 AM
(This post was last modified: 07-27-2019, 01:09 AM by CzarMalboro.)
yeah i looked that up on the link you sent me. the data is not identical unlike the map properties which can be safely edited. i will give the pointers a shot.
i seem to have some progress but hopefully the editor will support the changes. so far no issues when loading the editor.
08-22-2019, 07:20 AM
So when checking other rom hacks i worked on, the 3 bytes for the WoR and WoB are not the same for each rom. i suspect changing the map layouts will affect the bytes however strangely i was able to get the WoR tiles for the WoB, but some copies will not allow the WoB tiles to replace the WoR tiles.
|
« Next Oldest | Next Newest »
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
Questions about tilesets | MysticLord | 5 | 6,038 |
04-27-2019, 01:17 PM Last Post: madsiur |