- 8
- Posts
- 13
- Years
- Seen Jan 19, 2014
Help fixing my Squirtle-giving script?
Game: Pokemon Fire red
Editor: XSE
Problem: Need help adding a squirtle Givepoke script to this and Fixing it.
Script:
'---------------
#org 0x71A45C
checkflag 0x14E
if 0x1 goto 0x871A4C0
// I need to put the givepoke script for squirtle here
msgbox 0x871A524 MSG_KEEPOPEN '"[player] found a Squirtle!"
setflag 0x14E
release
end
'---------------
#org 0x71A4C0
msgbox 0x871A588 MSG_KEEPOPEN '"There's a few letters in here.\nNo..."
release
end
'---------
' Strings
'---------
#org 0x71A524
= [player] found a Squirtle!
#org 0x71A588
= There's a few letters in here.\nNothing much, though.
Screenshots and/or videos: N/A
NOTE: Whenever I try and test the script that I already have, Nothing happens and my player gets frozen in his current position. Anyone wnow why?
Game: Pokemon Fire red
Editor: XSE
Problem: Need help adding a squirtle Givepoke script to this and Fixing it.
Script:
Spoiler:
'---------------
#org 0x71A45C
checkflag 0x14E
if 0x1 goto 0x871A4C0
// I need to put the givepoke script for squirtle here
msgbox 0x871A524 MSG_KEEPOPEN '"[player] found a Squirtle!"
setflag 0x14E
release
end
'---------------
#org 0x71A4C0
msgbox 0x871A588 MSG_KEEPOPEN '"There's a few letters in here.\nNo..."
release
end
'---------
' Strings
'---------
#org 0x71A524
= [player] found a Squirtle!
#org 0x71A588
= There's a few letters in here.\nNothing much, though.
Screenshots and/or videos: N/A
NOTE: Whenever I try and test the script that I already have, Nothing happens and my player gets frozen in his current position. Anyone wnow why?