McPaul
On my way to become a controversial and hated memb
- 289
- Posts
- 7
- Years
- He/ Him
- Switzerland
- Seen Apr 20, 2025
I'm using Fire Red.
The first script I want to change is the Rival's one. It is like this:
And what I did is this:
I compiled everything and changed the script offset in Advance Map to correspond the one it gave me in XSE and saved everything. But when I play the ROM or try to reopen the script, it's still the old one! So I don't understand anything anymore. What did I do wrong and how do I do for this not to happen anymore? Could someone help me please? Thanks!
The first script I want to change is the Rival's one. It is like this:
'---------------
#org 0x16955F
lock
faceplayer
compare 0x4055 0x3
if 0x1 goto 0x816958B
compare 0x4055 0x2
if 0x1 goto 0x8169581
msgbox 0x818DC67 MSG_KEEPOPEN '"[rival]: What, it's only [player]?..."
release
end
'---------------
#org 0x16958B
msgbox 0x818DD75 MSG_KEEPOPEN '"[rival]: My POKéMON looks a lot\nt..."
release
end
'---------------
#org 0x169581
msgbox 0x818DCE2 MSG_KEEPOPEN '"[rival]: Heh, I don't need to be\n..."
release
end
'---------
' Strings
'---------
#org 0x18DC67
= [rival]: What, it's only [player]?\nGramps isn't around.
#org 0x18DD75
= [rival]: My POKéMON looks a lot\ntougher than yours.
#org 0x18DCE2
= [rival]: Heh, I don't need to be\ngreedy like you. I'm mature!\pGo ahead and choose, [player]!
And what I did is this:
'---------------
#dynamic 0x800000
#org @main
lock
faceplayer
compare 0x4055 0x3
if 0x1 goto 0x816958B
compare 0x4055 0x2
if 0x1 goto 0x8169581
msgbox @text1 0x6
release
end
'---------------
msgbox @text2 0x6
release
end
'---------------
msgbox @text3 0x6
release
end
'---------
' Strings
'---------
#org @text1
= [rival]: What, it's only [player]?\nGramps isn't around.
#org @text2
= [rival]: My POKéMON's indeed a lot\ntougher than yours.
#org @text3
= [rival]: Heh, I already have one,\nand it's the best of all!\pGo ahead and choose, [player]!
I compiled everything and changed the script offset in Advance Map to correspond the one it gave me in XSE and saved everything. But when I play the ROM or try to reopen the script, it's still the old one! So I don't understand anything anymore. What did I do wrong and how do I do for this not to happen anymore? Could someone help me please? Thanks!
Last edited: