• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Our weekly protagonist poll is now up! Vote for your favorite Conquest protagonist in the poll by clicking here.
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Tool: Misc. Editor

Status
Not open for further replies.
Misc. Editor

What?
Misc. Editor is a small tool that anyone can use to fix/implement a few things. It only works with Pokemon FireRed v1.0 for now. So, it will change/fix:
  • Indoor Running Shoes
  • Evolution without the National Dex
  • Species text cut-off glitch

Note
Misc. Editor was made with C# .NET 4.0, so your computer needs .NET 4.0 on it to run it.

Screens
Spoiler:

Current Version
Misc. Editor is currently in version 1.1.

Credits
  • HackMew
  • Jambo51

Download
Check the attachments, it's there.
 
Last edited:
Hmmm. Where's the credits to the people who figured out this stuff to begin with. HackMew and myself spent quite some time working out the ASM behind it you know!

That said, this is a useful little tool, and I have no problems with you including the stuff. All we ask for is a little credit :)
 
I'll just clarify, does this tool patch up the fix to the ROM or does it completely rewrite a new routine out of ASM? Do ROM Bases work once you install these stuff? :D
 
Hmmm. Where's the credits to the people who figured out this stuff to begin with. HackMew and myself spent quite some time working out the ASM behind it you know!

That said, this is a useful little tool, and I have no problems with you including the stuff. All we ask for is a little credit :)

Oh, I included the credits in the program, but I think I'll add them to the post as well.

I'll just clarify, does this tool patch up the fix to the ROM or does it completely rewrite a new routine out of ASM? Do ROM Bases work once you install these stuff? :D

It just overwrites the original data, so a ROM base should work fine with it.
 
Thread is approved, let's see the tool. :P *said with tounge firmly planted in cheek so I don't get in trouble*
 
Yo, agentgeo! Where's the editor? I'm waiting fo' it, dude! :D

Thread is approved, let's see the tool. :P *said with tounge firmly planted in cheek so I don't get in trouble*

Yes, I'm aware that it has not been put up. I pretty busy with school, so I wasn't able to upload it this week. :(
 
Pretty neat. Althought i can see one pretty large flaw.

The text font is comic sans.
 
The comic sans font is quite a good font - for invitations of some sort. But it doesn't make your tool look very ... serious.
Apart from that, I don't really get the point in writing a program to implement those little things. If you already have the offset, it will take aproximately 15 (well, let's say per feature + opening the rom in the hex-editor) seconds to jump to the location, do a simple byte change and hit save. I'm not sure if the evolution thing is a simple byte change, too, but if it is, it'd be a waste of time (and space on the hard drive :P ) to download the tool, and implementing the features.
But this isn't the only thing that disapoints me of this tool: if you are too lazy or something to implement those features with a hex-editor, you don't really deserve to have them in your hack, IMO (well, e.g. map-editing or scripting, which have to be done very often and aren't that simple to do in hex, could be done with a tool, but only if you understand how it works with a hex-editor. That's my opinion about tools of this kind)
 
It may be just me, but this tool seems almost ... pointless ( ? )
IDK, maybe it's just me. :\
 
The comic sans font is quite a good font - for invitations of some sort. But it doesn't make your tool look very ... serious.
Apart from that, I don't really get the point in writing a program to implement those little things. If you already have the offset, it will take aproximately 15 (well, let's say per feature + opening the rom in the hex-editor) seconds to jump to the location, do a simple byte change and hit save. I'm not sure if the evolution thing is a simple byte change, too, but if it is, it'd be a waste of time (and space on the hard drive :P ) to download the tool, and implementing the features.
But this isn't the only thing that disapoints me of this tool: if you are too lazy or something to implement those features with a hex-editor, you don't really deserve to have them in your hack, IMO (well, e.g. map-editing or scripting, which have to be done very often and aren't that simple to do in hex, could be done with a tool, but only if you understand how it works with a hex-editor. That's my opinion about tools of this kind)

It may be just me, but this tool seems almost ... pointless ( ? )
IDK, maybe it's just me. :\

I understand what you both mean, and I know that this tool is pretty pointless, but I made it to practice programming... So, yeah it is pointless, but I wanted to share it anyways.
 
Status
Not open for further replies.
Back
Top