- 9
- Posts
- 13
- Years
- UK
- Seen Mar 16, 2018
Hi, my code works fine for what it is required to do but once the player has received the old rod from the fisherman he vanishes of the screen and reappears when you move. Can anyone see why this is happening or let me know of a solution. Thanks in advance
'---------------
#org 0x800000
checkflag 0x8C3
if 0x1 goto 0x880004B
faceplayer
lock
msgbox 0x8800056 0x5 '"Hello, would you like to hear my\n..."
compare LASTRESULT 0x1
if 0x1 goto 0x8800027
msgbox 0x880009A MSG_NORMAL '"That's disappointing to hear.\nYou..."
release
end
'---------------
#org 0x80004B
msgbox 0x88004FF MSG_FACE '"My golden Magikarp is my pride and..."
release
end
'---------------
#org 0x800027
msgbox 0x88000DB MSG_FACE '"Excellent. Back in my day when I\n..."
giveitem 0x106 0x1 MSG_FIND
waitfanfare
closeonkeypress
setflag 0x8C3
release
end
'---------
' Strings
'---------
#org 0x800056
= Hello, would you like to hear my\nstory about a wonderful pokemon?
#org 0x80009A
= That's disappointing to hear.\nYou're missing out on something.
#org 0x8004FF
= My golden Magikarp is my pride and\njoy, actually I caught it using\lthat rod that you now own!
#org 0x8000DB
= Excellent. Back in my day when I\nwas just as young as you (story continues but isnt required here)
Spoiler:
'---------------
#org 0x800000
checkflag 0x8C3
if 0x1 goto 0x880004B
faceplayer
lock
msgbox 0x8800056 0x5 '"Hello, would you like to hear my\n..."
compare LASTRESULT 0x1
if 0x1 goto 0x8800027
msgbox 0x880009A MSG_NORMAL '"That's disappointing to hear.\nYou..."
release
end
'---------------
#org 0x80004B
msgbox 0x88004FF MSG_FACE '"My golden Magikarp is my pride and..."
release
end
'---------------
#org 0x800027
msgbox 0x88000DB MSG_FACE '"Excellent. Back in my day when I\n..."
giveitem 0x106 0x1 MSG_FIND
waitfanfare
closeonkeypress
setflag 0x8C3
release
end
'---------
' Strings
'---------
#org 0x800056
= Hello, would you like to hear my\nstory about a wonderful pokemon?
#org 0x80009A
= That's disappointing to hear.\nYou're missing out on something.
#org 0x8004FF
= My golden Magikarp is my pride and\njoy, actually I caught it using\lthat rod that you now own!
#org 0x8000DB
= Excellent. Back in my day when I\nwas just as young as you (story continues but isnt required here)
Last edited: