If the offset is >=4000, then we can get its pointer by ((offset MOD 4000) + 4000). Say our offset is 034BB1:
034BB1 Mod 4000 = 0BB1
0BB1 + 4000 = 4BB1
In the game it's generally little-endian: B14B
Three-byte pointers use the bank number as well. You get the byte number by rounding down to the nearest 4000 and dividing by 4000.
034BB1 -> 034000
034000 / 4000 = 0D
This, our three-byte pointer is 0DB14B. Generally we write it with a colon to differentiate it from an offset. 0D:B14B
If the offset is <4000, then the offset is the pointer, little-endian. If our offset is 3728, then the pointer is usually 2837. Offsets <4000 generally don't have three-byte pointers, because that would be redundant.
Innocence said:I took out the counter so that I could show the problem more easily. That's the problem, it isn't even an event on the map.
dshayabusa said:This problem occurred after changing the hero OW:
![]()
How can I fix it without having to compromise the pallete of the hero?
EDIT: It's the exclamation box's colour
acelango said:just another quick question....is there a tutorial on how to edit the opeing screen
E.G Pokemon (insert here) with pictures and stuff?
thanks
ashandmisty said:How do i decompress the gold tileset?
acelango said:yeah
its pokemon fire red
Well it's posebel to hack evey thing, But when you calolate the amount of work and the time you are ready to spend, then i gues it's not posseble. The only hack of MD I know about whas all starters was changed... But if you a reaqisting tools for it then i most disapoint you... The only tools there are is hex editor, Pallete editors... But think about how many people and how much time there have been used just to make the hacking of the roms we count as normal hacking able roms...
but from what I heard from thethethethe, it is possible to hack PMD using hex... :\
There's one called CrysMap. Alternatively, if there are any open-source GS map editors, you could probably change a few pointers to make it compatible.Are there any Map Editors that work with Crystal?
What is an IPS rom can i use VBA with it
I have a question, where is the FR talking textbox in unLZ or TLP?
Not the menu one, the blue textbox when you talk to someone.