You are not logged in.
Pages: 1
Since there really isn't any documentation, I figured I'd post this. I found this data myself. Contrary to belief, there is no permissions data for anywhere in the specified header. I'm still working on finding that, because it's beneficial when you lose that it is correct, otherwise you'd end up back home.
Primary Header bytes
25 [tileset 1byte] [type(indoor, outside)1byte] [2byte pointer to secondary header] [map number 1byte] [music 1byte] [lighting 1byte] [???1byte] 25
25
00 Tileset
00 Type(indoor, outside etc)
00 2byte pointer to secondary header
00 Bank Number
00 Music
00 Lighting
00 ??
25
To find the primary header, load Johto Map, and go to map properties. The offset at the top is the offset to the primary header.
Last edited by tysonrss (2011-12-06 04:15:55)
Pokemon Blue DX is reborn!
It's really not
Offline
00 Type(indoor, outside etc)
This is what Tauwasser means by permissions byte. It defines whether you can fly or not, and possibly other things—hence, permissions.
00 ??
This defines which fishing set is used.
25
The data only starts with 25; it does not end with 25. You’re looking at the beginning of the next header. (A similar misconception leads some people to wrongly say text ends with 00.)
Actually, I am curious as to why they start with a 25. Does anyone know why? I don’t have time to check right now.
To find the primary header, load Johto Map, and go to map properties. The offset at the top is the offset to the primary header.
Or you can:
Find the map bank m and map number n from this list
Follow the mth pointer from the array at 0x940ED (G/S) or 0x94000 (Crystal)
Find the nth map header starting at that location
Ah, I see. Well with that said...it's safe to say that it just doesn't work...
Pokemon Blue DX is reborn!
It's really not
Offline
Maybe 25 refers to the rom bank where possible triggers for that map are loaded. This wouldn't make much sense though. Anyway, I didn't know about the fishing sets either so thanks for that info.
Offline
I don't even know what he means by fishing sets...
Pokemon Blue DX is reborn!
It's really not
Offline
0x25 is the rom bank of the secondary map header. Jeez, people, this is all very well-documented in many places...
Since F-Zero and I posted the original German version at Filb's World Forums, translations have been widely in circulation. I even put up a German wiki page here: http://magicstone.de/rhwiki/article/Mapheader_PKMN_GSK. I have already seen translations of that Wiki page floating around, though they were rather shoddy, to be honest.
Ah, I see. Well with that said...it's safe to say that it just doesn't work...
It's safe to say that you either did not try or messed up somewhere else. I don't even get what your problem with the blackout location was in the other thread, since it magically disappeared by doing the exact same things I told you to do in the first place. Maybe it's just a misconception on my part, but I'm pretty sure the map headers are also covered on these forums or at least there was talk about the old Pokémon games, which follow a very similar layout..
I don't even know what he means by fishing sets...
Those are the sets of Pokémon that can be found while fishing using any of the rods. They are usually called the same thing in Gameshark codes and similar modifiers.
cYa,
Tauwasser
Offline
It's safe to say that you either did not try or messed up somewhere else. I don't even get what your problem with the blackout location was in the other thread, since it magically disappeared by doing the exact same things I told you to do in the first place. Maybe it's just a misconception on my part, but I'm pretty sure the map headers are also covered on these forums or at least there was talk about the old Pokémon games, which follow a very similar layout..
The problem was flying data. It disappeared when I switched Kanto with johto to correct the map problem.
Pokemon Blue DX is reborn!
It's really not
Offline
Pages: 1