Still getting the same error. "Moves have not been fully loaded because there was an error. Either not enough moves were loaded due to a bad number in the ini or the learned move data offset is bad/corrupted. The error occurred: trying to read move #475. The current number of moves is 354."
Editing Pokemon with hex editing is another option right?
Black Sludge, Rocky Helmet, and Life Orb aren't working..
Anyone fixed these? Or should I make an asm instead? I hope I don't have to, because I've seen them on the asm thread and they're too much for a newbs like me to handle
Still getting the same error. "Moves have not been fully loaded because there was an error. Either not enough moves were loaded due to a bad number in the ini or the learned move data offset is bad/corrupted. The error occurred: trying to read move #475. The current number of moves is 354."
Editing Pokemon with hex editing is another option right?
This is kinda late but, in case you're still having a problem, I suggest that you use HxD for the problem. Once you've open your rom you should see on the right side (The one with characters not numbers) the line POKEMON FIREBPRE. Change the BPRE part into MRDS Then open your rom using G3HS (must have the .ini provided, in case you've deleted it). I think there will be a message that will appear when you open it this way for the first time. If there's any, just click yes.
Also once you've open it up on G3HS successfully, you should change the MRDS part back into BPRE again because if you don't, the other program will not recognize it as a Fire Red rom.
How I Edit the Attacks of the Pokémon that i edited? because YAPE and Gen III Suite Becomes Bug after loading the rom stats.
mine doesn't bug when I open it on G3HS (dunno about YAPE I haven't tried using that yet)
I suggest you to use G3T instead. It's easy to edit move set there plus I trust it more than G3HS when it comes to move set. Whenever I use G3HS on repointing new numbers on move it also edits the move set of the next Pokemon.
I'm Not Experient in Make Hack-Roms and i Not Know How put Tiles and Make Things with the Hex Editor this is...Preety Hard to me.
This is not the thread to request info about that stuff. This thread pertains specifically to Mr. Dollsteak's base. You'll find more useful information on other threads in this forum section than you will here.
I also have a huge doubt! I try to expand the number of moves by the PGE, I can extend without problem, I add the descriptions, the type if it is physical, special ... but when I open my rom the split gets the icons bugged, the icons totally corrupted. I wanted to know how I can do the expansion, 511 moves are totally excellent, but I would like to have 700 moves in my hack.
I also have a huge doubt! I try to expand the number of moves by the PGE, I can extend without problem, I add the descriptions, the type if it is physical, special ... but when I open my rom the split gets the icons bugged, the icons totally corrupted. I wanted to know how I can do the expansion, 511 moves are totally excellent, but I would like to have 700 moves in my hack.
ok so a little tut on how gba stores/references things
first 16 MB - 08XXXXXX
second 16 MB - 09XXXXXX
so anything that is at address 08XXXXXX is actually at address XXXXXX in the ROM file; sand force fix is at 90CAB4
ok so a little tut on how gba stores/references things
first 16 MB - 08XXXXXX
second 16 MB - 09XXXXXX
so anything that is at address 08XXXXXX is actually at address XXXXXX in the ROM file; sand force fix is at 90CAB4
expansion should have 0 effect on the icons
Hello! Thanks for fast reply, but how can you explain in more detail how I do the expansion of the moves? 8)
Hello! I've been using this ROMbase in conjunction with Gen3Tools for my ROMhack, but there's an issue. Moves are not showing up on the Pokemon and everything can only struggle. Is there a fix for this or did I mess up somewhere?
Hello! I've been using this ROMbase in conjunction with Gen3Tools for my ROMhack, but there's an issue. Moves are not showing up on the Pokemon and everything can only struggle. Is there a fix for this or did I mess up somewhere?
Don't use this base. It's incomplete, buggy, and dollsteak has no intention of taking an hour of his precious time to fix it. Don't even give him the satisfaction of using his tools. Let him fade away into obscurity.
cursed body would still activate when the attacker was sleeping, missed, etc. all this does is check that some damage was done in some shape or form so that cursed body does what it says on the box.
.thumb
.org 0x90C50C
.word main + 0x08000000
.org 0x90C592
main: @r4 is the attack id
ldr r0, damage
ldr r0, [r0]
cmp r0, #0
bne 0x90C5A0
b 0x90C600
.align 2
damage: .word 0x02023D50
I cannot get the patch to work with G3HS. Ive gotten about 6 different errors and I have not made any progress on being able to even view anything in G3HS. Can someone please walk me through it. Thank you in advance
I replaced the G3HS ini with the one in the 1.5a download but G3HS still gives me an error when I try to open the patched rom. Anyone else have this issue? How do I fix it?