You are not logged in.
Pages: 1
This is possible to add new Tileset? I've seen that TILESET 0 and TILESET 1 is that same Tileset. I can cause an Failure when I was add New Tileset on place named TILESET 0? I want change offset using TILESET Editor. I want make in my Pokemon Silver Hack a special Place which using RSE Tiles.
http://hax.iimarck.us/topic/3435/ - Pokemon Ruby GEN V GRAPHIC hack Thread
http://hax.iimarck.us/topic/3476/ - Unused Music Midi Thread
http://hax.iimarck.us/topic/3579/ - Some info about region Thonsu
Offline
It most likely requires nothing more than making room for additional tileset header in "tileset headers" -list.
But this is not something you can change if you don't know how to work out with pointers, and such so start out with them first.
Also of course, you need to fill all the data for that tileset to work properly after you've added the header for it.
Last edited by Miksy91 (2013-04-23 15:43:29)
Offline
How can I make it? I have very good Tiles from RSE. All Devamped... I want make something like Parsley Wood's from Wario Land but in Pokemon Game.
http://hax.iimarck.us/topic/3435/ - Pokemon Ruby GEN V GRAPHIC hack Thread
http://hax.iimarck.us/topic/3476/ - Unused Music Midi Thread
http://hax.iimarck.us/topic/3579/ - Some info about region Thonsu
Offline
I been using in my hacks.
You can do it by repointing the table of tilesets that can be found at 0x156b3.
Just find the pointer, then just follow how the tileset header built.
3byte pointer for tile
3byte for block
3byte for colission
00 00
2byte for animation
2byte for pal.ass.
The maximum tilesets i think is 0-ff. But if you are using johto map, gold map for editing the map, you can't access the 29th tileset.
You can access on it by manually editing it on the map primary header or by Megamap. :)
わたし の なまえ わ レン レン でづ
Offline
I must add new value at the end of this header <I mean code - 0x156b3>
I have also an Question... If i try use an EXTENDED TILESET PATCH for Pokemon Silver/Gold. I have problem with Tileset Editor <I try all combination and that program do not resize to show my add extra tiles> JohtoMap can show extended Tileset?
http://hax.iimarck.us/topic/3435/ - Pokemon Ruby GEN V GRAPHIC hack Thread
http://hax.iimarck.us/topic/3476/ - Unused Music Midi Thread
http://hax.iimarck.us/topic/3579/ - Some info about region Thonsu
Offline
For now, i cant show any picture. But i know how to view the extended tiles.
Right-click to desktop>properties>setting>advance>choose 200%>message will pop up that you need to install cd>click browse>my computer>windows>fonts>and click any font file.
わたし の なまえ わ レン レン でづ
Offline
Pages: 1