Jerros
TloS FTW!!!
- 72
- Posts
- 17
- Years
- Age 33
- Alkmaar, Netherlands
- Seen May 11, 2009
What is the command for Runnng Shoes in Emerald?
What is the command for Runnng Shoes in Emerald?
setflag 0x112
I did search for the question before I posted, I apologise if my search wasn't specific enough...
I'm new to the hack making process, but I've been making a lot of headway in the last few days. I've created a number of new maps for a project, but I've run into the problem of events. I can write the script to change events, and do all sorts of fun things, but for the life of me I cannot figure out how to create a new event out of thin air.
I'm using HackMew's scripter for this project, and AdvanceMap 1.92 for the areas. I thank you in advance for your advice!
You just need a setflag, like this:
.Code:setflag 0x112
Hmm for the 1st question - there is a tool call intro-editor to change the pokemon and for the 2nd question... I think it is the same way as editing the textbox, nt really sure though.
Edit the text or the actual Pikachu and stuff?
You use the search option. It's Case Sensitive, mind you.
The text. And A-Text doesn't have the option for editing that bit.
i knew that... but WHAT flag do I need to set for the shoes?
The text. And A-Text doesn't have the option for editing that bit. But I probably will change the Pikachu, too.
Tried 0x112 the first time already, ain't workin...You got the answer already, you know? Read it, please.
i knew that... but WHAT flag do I need to set for the shoes?
Tried 0x112 the first time already, ain't workin...
Am I missing something....?
have you ever tried looking at thethethethe's tutorial entitled "thethethethe's Scripting Tutorial" in the Documents and Tutorials section?
Does anyone know of a move editor to edit the moves in a Pokemon GBA ROM?
I want to edit the moves themselves, so, for example, I could make growl do 30 damage and have 30 PP.
You can use A-Tack, you can edit the attacks' names, damage and PP.
I don't mean to be disrespectful or anything, but why is it AM's fault if it doesn't work? You've given the wrong flag. 0x8C0 activates the Running shoes in Emerald.As you can see, flag 0x112 is set there.
If after setting the flag you can't still use the Running Shoes, then AM screwed up something, I suppose.
You're right, that's a flag I'm missing.Sadly it won't explaing anything about Running Shoes and how to enable them in the different games.
Physical and Special was first used in the DP games and therefore doesn't appear in the GBA games. It just falls under different types....Ok, so I got A-Tack, and it worked for most of what I needed. But is there a way in A-Tack or another editing program to edit whether the attack type is physical or special? Also, I would like a way to create attacks from scratch, where A-Tack will only let me replace the existing ones. I know that's asking for a lot, but I'm trying to put Lucario into Fire Red and need to create some special fighting moves for that purpose.
Physical and Special was first used in the DP games and therefore doesn't appear in the GBA games. It just falls under different types.
If you want to create attacks from scratch, you won't be able to use a hacker programmed tool. You'll need to learn how to use your hex editor, and repoint the data to free space to be able to add to the end of it.