- 1,344
- Posts
- 15
- Years
- Seen Dec 10, 2021
How safe is it to expand a FireRed (not a clean/vanilla) rom from 16mb to 32mb using XSE?
totally fine, all it does is just add another 16mb worth of free space
How safe is it to expand a FireRed (not a clean/vanilla) rom from 16mb to 32mb using XSE?
totally fine, all it does is just add another 16mb worth of free space
No, not that we have figured out yet. You'd need to allocate new sections of memory and whatnot for them.Is there a way to expand Trainer flags?
No, you'd have to translate it yourself.Hi frst day and post here,
is it possible to play Hacks like Pokemon Glazed in German? i dont have a problem with English dialoges but the English Pokemon names (and the attacks) are rly confusing because I played all games in German^^
No, not that we have figured out yet. You'd need to allocate new sections of memory and whatnot for them.
Thanks, but that's not quite what I meant. I think the main problem would be actually finding how to change the flags that the various functions look at. I can see that there are quite a few places dedicated to trainers and their flags in IDA, but so far nobody has bothered to look through them and alter what flags they check as far as I know.That's not entirely true, assuming you're talking about FireRed. You do need to free up some memory, but that's not that difficult—just disable the previously-on stuff from whenever you load a saved game.
You can expand your ROM, and it's both easy and safe. You'll just have to use 09 instead of 08 in your pointers.Uhm, this might be a silly question, but when should you start worrying about running out of space in your ROM? When scripting my FSF is taking me well into the 92000s when finding free space for scripts. =/ I'm just worried because it seems like such a lot although I do have a lot of ASM in there. Have I got little to no space left? I just wish I had some idea, before I go working a lot more on my hack just to find that there can't be any more done to it =(
Adding on to what NewDenverCity said, don't worry you'll still got tons of space left. Free space goes all the way up to FFFFFF so you shouldn't have to expand it or anything unless you're planning on adding an excessive amount of content.Uhm, this might be a silly question, but when should you start worrying about running out of space in your ROM? When scripting my FSF is taking me well into the 92000s when finding free space for scripts. =/ I'm just worried because it seems like such a lot although I do have a lot of ASM in there. Have I got little to no space left? I just wish I had some idea, before I go working a lot more on my hack just to find that there can't be any more done to it =(
No, you'd have to translate it yourself.
Running into a little problem with giving out TM 02 Dragon Claw.
is this not the correct way to do it.
"Too less perimeters (on the giveitem line) correct number is 3"
Spoiler:#dynamic 0x71F03A
#org @start
lock
fanfare 0x13E
msgbox @1 0x6
giveitem 0x122 0x1
waitfanfare
hidesprite 0x1602
setvar 0x25B9 0x1
release
end
#org @start
= You Got TM 02 DRAGON CLAW!
This is an easy fix. Your give item only has 2 of the three parts that it needs to work.
Either write giveitem 0x122 0x1 MSG_OBTAIN (If a person gives the item) or giveitem 0x122 0x1 MSG_FIND (Finding an item on the ground.)
They both make the Message appear so you don't need the msgbox.
https://www.pokecommunity.com/showthread.php?t=311461Can you or someone else recommend me a tool to change Pokemon names and attacks? thats all i need.
I literally know nothing about this, will it damage my game?