Benzee
I got your number, on the wall
- 41
- Posts
- 16
- Years
- Pine Beach, NJ
- Seen Feb 25, 2011
I'm new to scripting and I am trying to make a script for getting running shoes. However, when the script is finished, everything is fine except that I don't get the running shoes effect. Any help would be greatly appreciated.
Game: FireRed
Type: BPR
Editor: XSE
Script:
'---------------
#org 0x801A46
lock
faceplayer
checkflag 0x82F
if 0x0 goto 0x8801A5A
if 0x1 goto 0x8801A6E
release
end
'---------------
#org 0x801A5A
setflag 0x82F
fanfare 0x13E
msgbox 0x8801A77 0x6 '"You received the RUNNING SHOES!\pH..."
release
end
'---------------
#org 0x801A6E
msgbox 0x8801AB7 0x6 '"I'll be supporting you all the way..."
'---------
' Strings
'---------
#org 0x801A77
= You received the RUNNING SHOES!\pHold down B to run!
#org 0x801AB7
= I'll be supporting you all the way!
Screenshots and/or Videos: N/A
Game: FireRed
Type: BPR
Editor: XSE
Script:
Spoiler:
'---------------
#org 0x801A46
lock
faceplayer
checkflag 0x82F
if 0x0 goto 0x8801A5A
if 0x1 goto 0x8801A6E
release
end
'---------------
#org 0x801A5A
setflag 0x82F
fanfare 0x13E
msgbox 0x8801A77 0x6 '"You received the RUNNING SHOES!\pH..."
release
end
'---------------
#org 0x801A6E
msgbox 0x8801AB7 0x6 '"I'll be supporting you all the way..."
'---------
' Strings
'---------
#org 0x801A77
= You received the RUNNING SHOES!\pHold down B to run!
#org 0x801AB7
= I'll be supporting you all the way!
Screenshots and/or Videos: N/A
Last edited: