I'll bet nobody can tell me what this means!
Page 1 of 1 • Share
I'll bet nobody can tell me what this means!
'-----------------------
#org 0x748210
trainerbattle 0x0 0xB5 0x0 0x8747EE0 0x8748290
msgbox 0x8747F40 '"All right, then! I'v..."
if 0x2 jump 0xFFFFFFFF
trainerbattle 0x0 0xD2 0x0 0x8747F90 0x8747FE0
msgbox 0x8748000 '"On weekends, you can..."
if 0x2 jump 0xFFFFFFFF
trainerbattle 0x0 0x8 0x0 0x8748040 0x87480B0
msgbox 0x87480CC '"Every Friday, you ca..."
if 0x2 jump 0xE2D8DDD8
#raw 0x0
trainerbattle 0x0 0x9 0x0 0x8748110 0x8748160
msgbox 0x874816D '"It's my POKéMON's fi..."
if 0x2 jump 0xD8D9E8
#raw 0x0
#raw 0x0
#raw 0x0
#raw 0x0
#raw 0x0
#raw 0x0
#raw 0x0
#raw 0x0
#raw 0x0
#raw 0x0
end
'-----------------------
'---------
' Strings
'---------
#org 0x747EE0
= You're headed to AZALEA, are you?\nLet my POKéMON see if you are good\lenough to battle.
#org 0x748290
= Oh, oh, oh!
#org 0x747F40
= All right, then! I've decided.\pI'm not leaving until my POKéMON\nget tougher!
#org 0x747F90
= ZUBAT's SUPERSONIC keeps confusing\nmy POKéMON.\pI'm seriously upset about that!
#org 0x747FE0
= I'm flamed out!
#org 0x748000
= On weekends, you can hear strange\nroars from deep in the cave.
#org 0x748040
= I roam far and wide in search of\nPOKéMON.\pAre you looking for POKéMON too?\nThen you're my collecting rival!
#org 0x7480B0
= Ugh. My poor POKéMON...
#org 0x7480CC
= Every Friday, you can hear POKéMON\nroars from deep inside the cave.
#org 0x748110
= If it's light, a cave isn't scary.\pIf you're strong POKéMON aren't\nscary.
#org 0x748160
= FLASH!
#org 0x74816D
= It's my POKéMON's fire that lights\nup this cave.
lol what does this do when compiled??
#org 0x748210
trainerbattle 0x0 0xB5 0x0 0x8747EE0 0x8748290
msgbox 0x8747F40 '"All right, then! I'v..."
if 0x2 jump 0xFFFFFFFF
trainerbattle 0x0 0xD2 0x0 0x8747F90 0x8747FE0
msgbox 0x8748000 '"On weekends, you can..."
if 0x2 jump 0xFFFFFFFF
trainerbattle 0x0 0x8 0x0 0x8748040 0x87480B0
msgbox 0x87480CC '"Every Friday, you ca..."
if 0x2 jump 0xE2D8DDD8
#raw 0x0
trainerbattle 0x0 0x9 0x0 0x8748110 0x8748160
msgbox 0x874816D '"It's my POKéMON's fi..."
if 0x2 jump 0xD8D9E8
#raw 0x0
#raw 0x0
#raw 0x0
#raw 0x0
#raw 0x0
#raw 0x0
#raw 0x0
#raw 0x0
#raw 0x0
#raw 0x0
end
'-----------------------
'---------
' Strings
'---------
#org 0x747EE0
= You're headed to AZALEA, are you?\nLet my POKéMON see if you are good\lenough to battle.
#org 0x748290
= Oh, oh, oh!
#org 0x747F40
= All right, then! I've decided.\pI'm not leaving until my POKéMON\nget tougher!
#org 0x747F90
= ZUBAT's SUPERSONIC keeps confusing\nmy POKéMON.\pI'm seriously upset about that!
#org 0x747FE0
= I'm flamed out!
#org 0x748000
= On weekends, you can hear strange\nroars from deep in the cave.
#org 0x748040
= I roam far and wide in search of\nPOKéMON.\pAre you looking for POKéMON too?\nThen you're my collecting rival!
#org 0x7480B0
= Ugh. My poor POKéMON...
#org 0x7480CC
= Every Friday, you can hear POKéMON\nroars from deep inside the cave.
#org 0x748110
= If it's light, a cave isn't scary.\pIf you're strong POKéMON aren't\nscary.
#org 0x748160
= FLASH!
#org 0x74816D
= It's my POKéMON's fire that lights\nup this cave.
lol what does this do when compiled??
Last edited by Cirrus on Fri Mar 06, 2009 10:31 pm; edited 1 time in total
Re: I'll bet nobody can tell me what this means!
its game code from gold and silver
lapras lol
= Every Friday, you can hear POKéMON\nroars from deep inside the cave.
lapras lol
Re: I'll bet nobody can tell me what this means!
How about this?......
#org $begin
checkflag 0x201
if B_true goto $done
lock
faceplayer
applymovement 0x1 $coming
message $ManTalk
$ManTalk 1 =Take this to help you\ncatch HO-OH.
boxset 6
giveitem 0x1
setflag 0x201
pausemove 0
#org $coming
#raw 0x0D
#raw 0xFE
#org $done
release
end
lol.
#org $begin
checkflag 0x201
if B_true goto $done
lock
faceplayer
applymovement 0x1 $coming
message $ManTalk
$ManTalk 1 =Take this to help you\ncatch HO-OH.
boxset 6
giveitem 0x1
setflag 0x201
pausemove 0
#org $coming
#raw 0x0D
#raw 0xFE
#org $done
release
end
lol.
Re: I'll bet nobody can tell me what this means!
its the text for what ppl say. the first one was for the trainers and ppl in the cave that goes to Azelea(sp?) town
and the second was for the guy in pewter that gives you a rainbow wing
and the second was for the guy in pewter that gives you a rainbow wing
Re: I'll bet nobody can tell me what this means!
Well, I didn't get this from that guy. I was actually making my own script that involved getting a Master Ball. 0x01 gives you a Master Ball and #raw 0x0D makes him walk over to you. Then pausemove 0 makes him stop. Isn't it clear??
Re: I'll bet nobody can tell me what this means!
$ManTalk 1 =Take this to help you\ncatch HO-OH.
boxset 6
giveitem 0x1
that threw me off i guess ^^; i saw ho-oh and giveitem and assumed it was rainbow wing lol
but cool, you write script Cirrus?
Re: I'll bet nobody can tell me what this means!
Yup . And I plan to make my own Pokemon game. It'll be a patch for a ROM, but still. Probably take a long time, though.
Re: I'll bet nobody can tell me what this means!
IDK. But I'm more concerned right now with getting the scripts set and the events laid-out before I focus on smaller stuff like the name.
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum