[ARCHIVE] Simple Questions (SEARCH BEFORE ASKING A QUESTION) Page 325

Started by Prof. 9 January 31st, 2007 7:25 AM
  • 1958403 views
  • 27748 replies

TB Pro

Old-timer

Age 28
Male
Midwestern USA
Seen March 6th, 2016
Posted October 4th, 2012
2,707 posts
18.5 Years
How can you change the trainer class names in a fire red rom? And how do you change what HM you can use like Surf so you can be able to use it after you get the first badge ?
1. PET 2. Well, that's a tough one. You would have to search all instances of the flag in a Hex editor, then open those addresses in XSE, and see if it's the right script. If it is, then you'll have to change it to what you want.
--I'm a creepin'..

Robert Conley

GPXPlus.net/user/Robert+Conley

Male
The Anti Spiral Homeworld
Seen June 17th, 2013
Posted August 17th, 2012
330 posts
14.6 Years
Where do i find the numbers for pokemon when scripting? I know pikachu is 0x19 from a tutorial, but where can I find the rest? Also how come in a script when I put 0x10 as the level value the pokemon comes out level 16 instead of level 10?

destinedjagold

You can contact me in PC's discord server...

Age 32
Male
Seen 3 Days Ago
Posted March 24th, 2023
8,579 posts
16 Years
Where do i find the numbers for pokemon when scripting? I know pikachu is 0x19 from a tutorial, but where can I find the rest? Also how come in a script when I put 0x10 as the level value the pokemon comes out level 16 instead of level 10?
look up in thethethethe's scripting tutorial and search thoroughly there, for it has the list of all PKMN in hex.

also, it's lvl 16 'cause you put in the script 0x10, which is in hex value. the script converts that hex into binary, so 0x10 is 16.

you can just put 10 instead of 0x10.

also next time, if you have a script question, ask in the Script Help Thread.

---oOo---

elow everyone.
I got a question here...

I have a map which when I enter, my RUNNING SHOES vanish. :\
does anyone know why this is happening?

I tried changing the music, don't show name, weather, cave type, fight type, level script removed, but nothing seems to work.


edit...

never mind. I figured it out but another question...
how many warps, scripts and persons and signs can one map handle? :\



look up in thethethethe's scripting tutorial and search thoroughly there, for it has the list of all PKMN in hex.

also, it's lvl 16 'cause you put in the script 0x10, which is in hex value. the script converts that hex into binary, so 0x10 is 16.

you can just put 10 instead of 0x10.

also next time, if you have a script question, ask in the Script Help Thread.

---oOo---

elow everyone.
I got a question here...

I have a map which when I enter, my RUNNING SHOES vanish. :\
does anyone know why this is happening?

I tried changing the music, don't show name, weather, cave type, fight type, level script removed, but nothing seems to work.


edit...

never mind. I figured it out but another question...
how many warps, scripts and persons and signs can one map handle? :\
Well, it should be able to handle 255 of each type. I just tried it out, and there seemed to be no problem. So yeah, you should be able to put 255 of each type on a map without the game crashing.
Seen March 7th, 2016
Posted December 28th, 2009
224 posts
15.2 Years
Simple Question: Can you run two or three scripts at the same time? Like one level script that is constantly checking a variable while at the same time other scripts in the map running.

4 truths of life
1. You cannot touch all your teeth with your tongue.
2. All idiots, after reading the first truth, will try it.
3. And discover that the first truth is a lie.
4. You're smiling now because you're an idiot.

Gamer2020

Accept no Imitations!

Male
Distant Land
Seen November 30th, 2021
Posted January 9th, 2021
1,062 posts
14.9 Years
hello ladies, gentlemen and undecided!

I got a question slash request. I want to add more attacks to ruby version. I think I remember a tutorial for fire red but I can't find it. If maybe someone has a link to that then please can you post it?

if not then How to i add more attacks to ruby without replacing attacks?
I don't use this site since the whole pedophile incident. (And honestly didn't really use it before that.)

You can find me on gamer2020.net
Age 29
Seen July 4th, 2015
Posted August 18th, 2009
117 posts
16.1 Years
Simple Question: Can you run two or three scripts at the same time? Like one level script that is constantly checking a variable while at the same time other scripts in the map running.
simply not :D... You cannot run similar scripts... to do something like that, you have to know ASM

Sorry for my bad English... I'm Italian :embarrass
Anybody that is a GBA ASM hacker is cool!
I'm a GBA ASM hacker --> I'm cool :D

Made Day-Night Routine! You can find the thread HERE

Pokepal17

More cowbell~

Age 28
Male
Steeltown
Seen July 7th, 2011
Posted May 22nd, 2011
1,517 posts
14.6 Years
Well I just tried out Darthatron's OW resizing tutorial.
I re-sized a Ho-oh and put a different sprite in it's place. This is what it looks like.


It looked right in OW Editor RE and A-map.
But ingame it looked like this.


I followed the tutorial word for word.
So what's wrong with it?
Or is it the ROM? -_-
Pokémon Stardrop
The Nederlands
Seen January 28th, 2022
Posted February 5th, 2016
277 posts
17 Years
In the FR/LG Trainer Tower, the trainers pokémon are the same level as the player's highest leveled pokémon.
I searched for those trainers with a-trainer, and I couldn't finde them. I tried to look at their script, but a-map gives an error and their script offset is $000000.

So I had no luck fining out how to do this (opponents level = highest player level). However, I 'need' this for a Battle Frontier in Fire Red. If it can't be done, I will sticky with some random levels above 50.

Goldie

Trainer from the Boonies

Northern Alberta
Seen October 9th, 2014
Posted August 22nd, 2014
80 posts
14.9 Years
I'm hacking Pokemon Ruby, I'm wondering if there's any way to do this stuff:

1. Change the introduction text, the introduction you get when you start a new game.
2. Create another May rival event.

I really want the May event to go like this, the player walks on a certain spot in the map, and May comes walking in from behind you and starts talking, but no battle, then she leaves.
I'm just getting the hand of scripting, and have no idea how to use my Hex Workshop. I'm using Advance Map and the XSE scripting thing too.

Thanks so much in advance.

3DS FC: 5472-7039-8692

Gamer2020

Accept no Imitations!

Male
Distant Land
Seen November 30th, 2021
Posted January 9th, 2021
1,062 posts
14.9 Years
hello ladies, gentlemen and undecided!

I got a question slash request. I want to add more attacks to ruby version. I think I remember a tutorial for fire red but I can't find it. If maybe someone has a link to that then please can you post it?

if not then How to i add more attacks to ruby without replacing attacks?
Someone please if you know answer...
I don't use this site since the whole pedophile incident. (And honestly didn't really use it before that.)

You can find me on gamer2020.net
Age 29
Seen July 4th, 2015
Posted August 18th, 2009
117 posts
16.1 Years
I think it's impossible with standard method, and it's very difficult to do using High-level hacking methods... You probably have to find Attack bank, understand the way attacks are stored in, and then repoint the bank...

Sorry for my bad English... I'm Italian :embarrass
Anybody that is a GBA ASM hacker is cool!
I'm a GBA ASM hacker --> I'm cool :D

Made Day-Night Routine! You can find the thread HERE
Age 29
Seen July 4th, 2015
Posted August 18th, 2009
117 posts
16.1 Years
How insert New Items in Games
same answer... It's very difficult and maybe impossible

Sorry for my bad English... I'm Italian :embarrass
Anybody that is a GBA ASM hacker is cool!
I'm a GBA ASM hacker --> I'm cool :D

Made Day-Night Routine! You can find the thread HERE

Gamer2020

Accept no Imitations!

Male
Distant Land
Seen November 30th, 2021
Posted January 9th, 2021
1,062 posts
14.9 Years
I think it's impossible with standard method, and it's very difficult to do using High-level hacking methods... You probably have to find Attack bank, understand the way attacks are stored in, and then repoint the bank...
Could it maybe be done the way more overworld sprites are done?
Repointing the attack bank and then adding more attacks. Then you edit the attacks with an attack editor.
Idk im probably thinking wrong. Im not new at rom hacking but I'm not an expert either...
I don't use this site since the whole pedophile incident. (And honestly didn't really use it before that.)

You can find me on gamer2020.net
Age 31
UK, England.
Seen May 9th, 2015
Posted April 17th, 2009
152 posts
18.3 Years
Could it maybe be done the way more overworld sprites are done?
Repointing the attack bank and then adding more attacks. Then you edit the attacks with an attack editor.
Idk im probably thinking wrong. Im not new at rom hacking but I'm not an expert either...
Can be done, easily. It is just repointing the attack bank. Animations are tricky though; I personally have no idea how to work them (and not having an animation will make the game crash when a new attack is used).

Gamer2020

Accept no Imitations!

Male
Distant Land
Seen November 30th, 2021
Posted January 9th, 2021
1,062 posts
14.9 Years
Can be done, easily. It is just repointing the attack bank. Animations are tricky though; I personally have no idea how to work them (and not having an animation will make the game crash when a new attack is used).
ah...
well is it possible to point to different attacks to the same animation?
I don't use this site since the whole pedophile incident. (And honestly didn't really use it before that.)

You can find me on gamer2020.net
In the FR/LG Trainer Tower, the trainers pokémon are the same level as the player's highest leveled pokémon.
I searched for those trainers with a-trainer, and I couldn't finde them. I tried to look at their script, but a-map gives an error and their script offset is $000000.

So I had no luck fining out how to do this (opponents level = highest player level). However, I 'need' this for a Battle Frontier in Fire Red. If it can't be done, I will sticky with some random levels above 50.
That's done with ASM I think. So, unless you know ASM, you'll have a hard time editing them.
Age 29
Seen July 4th, 2015
Posted August 18th, 2009
117 posts
16.1 Years
ah...
well is it possible to point to different attacks to the same animation?
probably yes, it's possible

How can I edit what a someone says in the game with a hex editor? Basically how can I edit text with Hexecute or Hex Workshop but I sort of prefer Hexecute.
you have to load a Text Table in your text editor... i don't know where you can find a pokemon text table

Sorry for my bad English... I'm Italian :embarrass
Anybody that is a GBA ASM hacker is cool!
I'm a GBA ASM hacker --> I'm cool :D

Made Day-Night Routine! You can find the thread HERE

Lyzo

Back from vacation

Age 28
Male
The Netherlands
Seen February 25th, 2023
Posted November 30th, 2022
261 posts
16.2 Years
I've got a major problem... I've been working on a game and everything worked fine. But now at some points in some maps the game restarts :(. There are no scripts or anything and I have no idea what's causing it. I just walk somewhere and all of a sudden the game restarts. Has anyone else had this before? Please help me! I'm uploading a video to show what's happening.


^^ Thank you The Blueprint !!!
Age 29
Seen July 4th, 2015
Posted August 18th, 2009
117 posts
16.1 Years
I've got a major problem... I've been working on a game and everything worked fine. But now at some points in some maps the game restarts :(. There are no scripts or anything and I have no idea what's causing it. I just walk somewhere and all of a sudden the game restarts. Has anyone else had this before? Please help me! I'm uploading a video to show what's happening.
maybe some people in map have the behaviour "hidden"? This often cause game restart

Sorry for my bad English... I'm Italian :embarrass
Anybody that is a GBA ASM hacker is cool!
I'm a GBA ASM hacker --> I'm cool :D

Made Day-Night Routine! You can find the thread HERE