/Circa
a face in the clouds.
- 881
- Posts
- 17
- Years
- Melbourne, Victoria
- Seen Jul 22, 2023
Game: FireRed
Type: Person Event
Editor: XSE
Script:
The problem is you always get the right answer...
Type: Person Event
Editor: XSE
Script:
Spoiler:
'-----------------------
#org 0x26E352
lock
faceplayer
checkflag 0x203
if 0x1 goto 0x826E3C1
msgbox 0x826E3CE '"Hey champ-bound trainer!"
callstd 0x6
msgbox 0x826E3E8 '"Would you mind taking a quiz?"
callstd 0x5
compare LASTRESULT 0x1
if 0x1 goto 0x826E37E
msgbox 0x826E513 '"Ok..\nYou're choice."
callstd 0x6
setflag 0x829
setflag 0x203
release
end
'-----------------------
#org 0x26E3C1
lock
faceplayer
msgbox 0x826E529 '"Keep recording data with the Pokede..."
callstd 0x6
release
end
'-----------------------
#org 0x26E37E
msgbox 0x826E407 '"Is Squirtle a water-type Pokemon?"
callstd 0x5
compare LASTRESULT 0x1
if 0x1 goto 0x826E397
msgbox 0x826E4F5 '"Unfortunately, you're wrong."
callstd 0x6
setflag 0x829
setflag 0x203
release
end
'-----------------------
#org 0x26E397
msgbox 0x826E42A '"Do certain types of Pokemon evolve?"
callstd 0x5
compare LASTRESULT 0x0
if 0x1 goto 0x826E3B0
msgbox 0x826E4F5 '"Unfortunately, you're wrong."
callstd 0x6
setflag 0x829
setflag 0x203
release
end
'-----------------------
#org 0x26E3B0
msgbox 0x826E44F '"Congratulations, you pass!\pAs a sm..."
callstd 0x6
setflag 0x829
setflag 0x203
release
end
'---------
' Strings
'---------
#org 0x26E3CE
= Hey champ-bound trainer!
#org 0x26E3E8
= Would you mind taking a quiz?
#org 0x26E513
= Ok..\nYou're choice.
#org 0x26E407
= Is Squirtle a water-type Pokemon?
#org 0x26E4F5
= Unfortunately, you're wrong.
#org 0x26E42A
= Do certain types of Pokemon evolve?
#org 0x26E44F
= Congratulations, you pass!\pAs a small reward, I'll give you\nthis PokeDex!\pTheyre used to record Pokemon Data!\nCome see me in Pallet Town for\pa regular checkup.
#org 0x26E529
= Keep recording data with the Pokedex!
#org 0x26E352
lock
faceplayer
checkflag 0x203
if 0x1 goto 0x826E3C1
msgbox 0x826E3CE '"Hey champ-bound trainer!"
callstd 0x6
msgbox 0x826E3E8 '"Would you mind taking a quiz?"
callstd 0x5
compare LASTRESULT 0x1
if 0x1 goto 0x826E37E
msgbox 0x826E513 '"Ok..\nYou're choice."
callstd 0x6
setflag 0x829
setflag 0x203
release
end
'-----------------------
#org 0x26E3C1
lock
faceplayer
msgbox 0x826E529 '"Keep recording data with the Pokede..."
callstd 0x6
release
end
'-----------------------
#org 0x26E37E
msgbox 0x826E407 '"Is Squirtle a water-type Pokemon?"
callstd 0x5
compare LASTRESULT 0x1
if 0x1 goto 0x826E397
msgbox 0x826E4F5 '"Unfortunately, you're wrong."
callstd 0x6
setflag 0x829
setflag 0x203
release
end
'-----------------------
#org 0x26E397
msgbox 0x826E42A '"Do certain types of Pokemon evolve?"
callstd 0x5
compare LASTRESULT 0x0
if 0x1 goto 0x826E3B0
msgbox 0x826E4F5 '"Unfortunately, you're wrong."
callstd 0x6
setflag 0x829
setflag 0x203
release
end
'-----------------------
#org 0x26E3B0
msgbox 0x826E44F '"Congratulations, you pass!\pAs a sm..."
callstd 0x6
setflag 0x829
setflag 0x203
release
end
'---------
' Strings
'---------
#org 0x26E3CE
= Hey champ-bound trainer!
#org 0x26E3E8
= Would you mind taking a quiz?
#org 0x26E513
= Ok..\nYou're choice.
#org 0x26E407
= Is Squirtle a water-type Pokemon?
#org 0x26E4F5
= Unfortunately, you're wrong.
#org 0x26E42A
= Do certain types of Pokemon evolve?
#org 0x26E44F
= Congratulations, you pass!\pAs a small reward, I'll give you\nthis PokeDex!\pTheyre used to record Pokemon Data!\nCome see me in Pallet Town for\pa regular checkup.
#org 0x26E529
= Keep recording data with the Pokedex!
The problem is you always get the right answer...