Froosty
The_Learner
- 535
- Posts
- 10
- Years
- Somewhere in this world.
- Seen Nov 16, 2024
Hello, how do I enable MEGA EVOLUTION in this patch?
There is no mega evolution in this patch.
Hello, how do I enable MEGA EVOLUTION in this patch?
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?
.thumb
.org 0x908C30
main:
mov r0, #4
mul r0, r5 @r5 is the bank
ldr r1, flags
add r2, r0, r1
ldr r0, [r2]
mov r1, #1
lsl r1, #23
and r0, r1
cmp r0, #0
bne set
ldr r0, pointer
strb r5, [r0]
ldr r0, [r2]
orr r0, r1
str r0, [r2]
mov r0, #0
b end
set:
mov r0, #1
end:
bx lr
.align 2
flags: .word 0x02023DFC
pointer: .word 0x02023FDB
.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
bad number in ini, change to 512Anyone that can Help? i still copy and paste the G3HS INI and it's wrong, i don't know:
"Moves have not been fully loaded because there was a 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 ocurred trying to read move #475. The current number of moves is: 354"
Someone that can Help?
Where, exactly?bad number in ini, change to 512
So I've attempted to patch a clean Fire Red and when Lunar says its patched, i move the ins file from the zip into the same folder where the tool is... and i get the same error Wurmple got.
What am i suposed to change in the ini file? Im new at this
Yes, the INI is what causes this issue, replace it with the one provided along with the patch.