You are not logged in.
Pages: 1
Hello all. Does anyone know how to disable the time set or move it somewhere else?And how to edit te text before into?
Please!
Last edited by Pokemon_Master (2013-11-11 20:21:55)
Offline
I don't know how to disable the time setting, but you can bring simple text changes with PokéText.
Hacks Gameboy 8-bit music in Pokémon Gen I & II, composes 8-bit music in LSDJ and FamiTracker.
“God created the Earth, but the Dutch created the Netherlands.”
Offline
I don't know how to disable the time setting, but you can bring simple text changes with PokéText.
I don't think that PokéText can edit the monologue before intro.
Offline
Useful Offset Thread
5faa = Change to 00 to disble the time set monologue.
Mateo
RaltVus is back.
I'm not hacking in the moment, but i always had ideas to give. Just ask me if you want.
Offline
Useful Offset Thread
5faa = Change to 00 to disble the time set monologue.
Mateo
I'm using a mobile(for now),do you know a hex editor with a search function (for mobiles)?
Offline
@Pokemon_Master
I only know the MaR Hex Editor, nd i don't think that it search offsets.
Your phone is java, android, symbian?
RaltVus is back.
I'm not hacking in the moment, but i always had ideas to give. Just ask me if you want.
Offline
Hey i changed the 5F AA to 00 00,but the clock didn't dissapear.
Offline
I don't try that i just copied i piece of the text. sorry
RaltVus is back.
I'm not hacking in the moment, but i always had ideas to give. Just ask me if you want.
Offline
I don't try that i just copied i piece of the text. sorry
Or maybe i shouldn't edit only two bytes but all the bytes in that offset.
Offline
@Pokemon_Master:
Do you look in the link that i post here?
RaltVus is back.
I'm not hacking in the moment, but i always had ideas to give. Just ask me if you want.
Offline
you shouldn't change byte 5faa to 0000
but
5faa is an offset, just convert it into decimal, and do a jump to that position
help me what to do next?
Offline
Change the data in offsets 0x5FAA-0x5FAB to 00.
Offline
@Miksy91
Thnx, i just forgot it.
Forgive me plz hahaha
RaltVus is back.
I'm not hacking in the moment, but i always had ideas to give. Just ask me if you want.
Offline
Change the data in offsets 0x5FAA-0x5FAB to 00.
Sorry for this poor questinon,but: if i search 0x5FAA it will say tha this is not hex. Or i will just search 05FAA?
Offline
Miksy91 wrote:Change the data in offsets 0x5FAA-0x5FAB to 00.
Sorry for this poor questinon,but: if i search 0x5FAA it will say tha this is not hex. Or i will just search 05FAA?
0x means that the offset is in hex. So in the most hex editors, you just should type 5FAA or $5FAA.
Hacks Gameboy 8-bit music in Pokémon Gen I & II, composes 8-bit music in LSDJ and FamiTracker.
“God created the Earth, but the Dutch created the Netherlands.”
Offline
Miksy91 wrote:Change the data in offsets 0x5FAA-0x5FAB to 00.
Sorry for this poor questinon,but: if i search 0x5FAA it will say tha this is not hex. Or i will just search 05FAA?
0x5FAA aren't specific bytes, it's an absolute address, in big Endian. READ my tutorial here: http://shanempkmngen1boards.freeforums. … ex-editing
0x indeed stands for offset. So, 0x0000 is the first byte, 0x0001 is the second, 0x0002 is the third, and 0x0003 is the fourth, etc. Instead of searching for $5F $AA, go to 0x5FAA (one byte) and do $00. $00 is the opcode for NOP, or No Operation. Here is a list of all the mnemonics, as well as their opcode hex number: http://pastraiser.com/cpu/gameboy/gameboy_opcodes.html
Last edited by ShaneM (2013-11-12 16:51:54)
I'm back. I'll try not to get as frustrated with stupid questions. People on my naughty list:
*Pokemon_Master
*Noizy
*lipun
*Spambots
Offline
Pokemon_Master wrote:Miksy91 wrote:Change the data in offsets 0x5FAA-0x5FAB to 00.
Sorry for this poor questinon,but: if i search 0x5FAA it will say tha this is not hex. Or i will just search 05FAA?
0x means that the offset is in hex. So in the most hex editors, you just should type 5FAA or $5FAA.
TMOTW thanks mate. That's what kept me always confused,the 0x. By the way does someone know the offset for the monologue text. I want to disable that routine.
Offline
Pages: 1