• 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: HackMew's Tools Factory [A-Ptch released]

you mean like when you beat misty she gives water pulse and you want a tool that can change it like a TM that can destroy th pokemons in the next gym
You can edit that via XSE. Just open Brock's script and edit the TM into the one you want.
 
Hello!

I'd really like to try making a hack by myself too, but unfortunately quite every programme (including yours) is only for Windows and not for Macintosh... Do you plan making programmes for Mac too?
 
XSE Error message

I was attempting to write a simple give item/pokemon script (separately, but they both give the same message) im using Leaf Green.

disregard the specifics, the error reads:

"Too less parameters on line 6. The correct number is 2"

when i compile it.


The script:

#org $begin
lock
faceplayer
checkflag 0x3200
if b_true goto $alreadygotone
message $poke - ?whats wrong with me?
$poke 1 = Do you want a pokemon?
boxset 5
compare LASTRESULT 1
if 1 goto $get
message $toobad
$toobad 1 =Darn!
boxset 6
release
end

#org $get
lock
messge $get1
$get1 1 =Alright here you go!
boxset 6
givepokemon xx xx 0
message $received
$received 1 = PLAYER recieved a Pokemon!
boxset 6
setflag 0x3200
release
end

#org $alreadygotone
lock
faceplayer
message $how
$how 1 =How is my Pokemon?
boxset 6
release
end
 
Now my favorite toolbox. I gonna try XSE it looks great!

Thanks :)


Hello!

I'd really like to try making a hack by myself too, but unfortunately quite every programme (including yours) is only for Windows and not for Macintosh... Do you plan making programmes for Mac too?

Honestly I don't plan to for now, sorry. However, if you are running an Intel Mac, you might want to read this.


I was attempting to write a simple give item/pokemon script (separately, but they both give the same message) im using Leaf Green.

disregard the specifics, the error reads:

"Too less parameters on line 6. The correct number is 2"

when i compile it.


The script:

Spoiler:

This is not the right place to ask, you know? There's a Script Help thread just for such problems. XSE is not PokeScript, obviously. Here's the fixed version:

Spoiler:
 
Hey Hackmew, I've downloaded Advanced Trainer, and im the same situation as some previous to me, When I open a Clean ROM of FireRed I get the Error,

"Run-time error '9'

Subscript out of range"

If you already have the solution to this problem, it would nice if you could link it to me.
 
Last edited:
Amazing tools

These tools helped me so much. Can u make one that does something like A-Text does? A-Text never works on my computer, and besides, i like ur tools better :-)
 
Last edited:
Hey Hackmew, I've downloaded Advanced Trainer, and im the same situation as some previous to me, When I open a Clean ROM of FireRed I get the Error,

"Run-time error '9'

Subscript out of range"

If you already have the solution to this problem, it would nice if you could link it to me.

Next time, you should use the search function, or at least looking at the last pages.
The solution was already posted here.


These tools helped me so much. Can u make one that does something like A-Text does? A-Text never works on my computer, and besides, i like ur tools better :-)

Well, I don't really see the need. If you can't get A-Text to work (probably some .OCX file that are missing, I guess) you can always use any hex editor which can support tables.
 
Run Time Error 9.

How can I fix run-time error '9'?

Error Message: "Run-time error '9': Subscript out of range"

It happens when I try to open a ROM, no matter which one. (R/S/E, FR/LG) I've had this problem for the past few days. This is A-Trainer I'm having problems with. :(
 
im new to hacking and i was wondering were can i download Advance Item?

Simply nowhere. I haven't released it yet, indeed.


How can I fix run-time error '9'?

Error Message: "Run-time error '9': Subscript out of range"
[...]

Avoid spamming and take a look at my previous post, because the answer was given already.
 
Hey, Hackmew, have you fixed that problem with APE that means it won't search for palettes properly? I need it about now. xD
 
Thanks

Thanks :)



This is not the right place to ask, you know? There's a Script Help Thread just for such problems. XSE is not PokeScript, obviously. Here's the fixed version:

Spoiler:



Sorry for my missed location, and misunderstanding, it worked, thank you. And thanks for fixing the script, an added bonus. I'm starting to understand XSE now, mucho gratias.
 
gosh this is like a toybox to me. I've been using almost all the tools over and over again to enhance my games here and there.
I couldn't have done that without your help. Thanks so much for so many wonderfull tools!

sy,
Kentai
 
First of all, thank you so much for your tools, I don't know what I'd do without them. (Just like nearly every other ROM hacker on the site.)

Second, is your Comprehensive Scripting Guide for XSE available online anywhere? I'm using XSE through Darwine on a Mac, and it says that I need to download Gecko to get it to work, and gives me a link to install. The Gecko installer doesn't work, so I can't access the guide. All I get is a message that says "HTML rendering is currently disabled." Is there any other way I could access the guide?

(Alternatively, if there are any tutorials anywhere that describe how to use wildbattle2 and what its fourth parameter does, that would make me just as happy. But it wouldn't be as useful in the long term.)
 
First off, I would like to thank you sincerely for these great tools. They are indeed very helpful. Though I still have this question with A-Trainer. I'm still wondering how to give certain trainers their own battle theme in Fire Red. How do you change it?
 
Overworld Editor Won't Work!

I have Windows XP and have tried downloading Overworld Editor from everywhere trying to make it work. No matter what I do, put it in the folder with the roms, download it to the desktop, everything! It never works. Alll I get is this message that says:

Error 63 (Bad record number) in procedure LoadSpriteStructure of frmOverworldEditor
 
Back
Top