The PokéCommunity Forums  

Go Back   The PokéCommunity Forums > Fan Games > Binary ROM Hacking
Reload this Page [Archive] Script help thread

Notices
For all updates, view the main page.

Binary ROM Hacking Need a helping hand or just want to talk about binary ROM hacks? Get comments and answers to any ROM Hacking-related problems, questions or thoughts you have here.

Ad Content
Closed Thread
 
Thread Tools
  #101   Link to this post, but load the entire thread.  
Old December 26th, 2007 (9:36 PM).
Blitzballer's Avatar
Blitzballer Blitzballer is offline
Sarcasm: now GMO-free.
 
Join Date: Mar 2007
Location: Whisperpine Woods
Age: 29
Gender: Male
Nature: Jolly
Posts: 215
I was making the script to basically give the starter Pokémon in Fire Red, can anyone tell me why the script isn't working!!

If someone can fix it, I'd be much appreciated!

Code:
#org $StarHop
lock
faceplayer
checkflag 0x829
if 0 goto $NeedDex
checkflag 0x828
if 1 goto $TakeCare
message $GetHop
$GetHop 1 = Ow, my back!\pExcuse me.\pWould you take care of Hoppip for me\lme?
callstd 5
compare LASTRESULT 1
if 0 goto $DontHop
givepokemon 187 5 0
jingle
message $GotHop
$GotHop 1 = You recieved a Hoppip!
setflag 0x828
message $NamePoke
$NamePoke 1 = Well of course you want to name it.
namepokemon
message $BeGood
$BeGood 1 = Be good to Hoppip now, ya here!

#org $NeedDex
message $NeedDex
$NeedDex 1 = Did you know that a friend of mine\lhas an old Pokedex that he doesn't\nneed anymore?\lYou should pay him a visit.
callstd 6
release
end

#org $DontHop
message $DontHop
$DontHop 1 = Fine, don't help an old man in need.\lHumph!
callstd 6
release
end

#org $TakeCare
message $TakeCare
$TakeCare 1 = Take care of your Pokemon, and\lyourself!
callstd 6
release
endBy the way, I'm using Firered.
Any Help is appreciated, THANKS!
  #102   Link to this post, but load the entire thread.  
Old December 26th, 2007 (10:52 PM).
/Circa's Avatar
/Circa /Circa is offline
a face in the clouds.
 
Join Date: Nov 2007
Location: Melbourne, Victoria
Gender: Male
Nature: Quiet
Posts: 881
I'm getting errors with PokeScript.
It wont let me compile this script:

Code:
#org $startscript
lock
checkflag 0x200
if b_true goto $finished
applymovement 0x1 $walkingto
pausemove 0
message $beforegetting
boxset 0x6
givepokemon 0x19 0x5 0x0
message $gettingpoke
boxset 0x6
applymovement 0x1 $gotpoke
pausemove 0
setflag 0x200
release
end

#org $beforegetting
= Hi \v\h01!\pYou might need a Pokemon\nbefore going on your journey.

#org $gettingpoke
=\c\h01\h02You received a Pikachu!

#org $finished
release
end

#org $walkingto
#raw 0x09
#raw 0x09
#raw 0x09
#raw 0x0B
#raw 0x0B
#raw 0xFE

#org $gotpoke
#raw 0x0A
#raw 0x0A
#raw 0x08
#raw 0x08
#raw 0x08
#raw 0x03
#raw 0xFE
I get this error:
Code:
Invalid Command : E:\Pokewitch\gettingpokemon.rbc
__________________
dragging himself, forw
ard again, the pain has
still not diminished. E
ventually though, he e
merges inside a v
ery large room w

here everything about

the house

suddenly

changes.
  #103   Link to this post, but load the entire thread.  
Old December 27th, 2007 (12:27 AM).
0m3ga_S1nn3r's Avatar
0m3ga_S1nn3r 0m3ga_S1nn3r is offline
Beginner Hacker :)
 
Join Date: Dec 2007
Location: In my house
Age: 26
Gender:
Posts: 80
Quote:
Originally Posted by kingdude256 View Post
how do we add sinnoh pokemon to pokemon emerald?
someone please reply cause i really want to no how to add sinnoh pokemon to pokemon emerald
__________________
Things I like:
Music Genre: R&B
Song: We Run This [Stick it Edit]
Ice-Cream: Chocolate
Tv Show: Simpsons
Pokemon: Chimchar
Pokemon Game: Pokemon Red

¨°-_,,_-°¨
::~- Elite -~::
..-v'' ''v-...




  #104   Link to this post, but load the entire thread.  
Old December 27th, 2007 (1:17 AM).
thethethethe thethethethe is offline
 
Join Date: Jun 2007
Location: Melbourne, Australia
Gender: Male
Posts: 1,104
Quote:
Originally Posted by cooley View Post
I'm having trouble with my script:
Code:
#org $start
#raw 0x47 0x6E 0x00 0x01 0x00
compare 800D 0x0
if 0x1 goto $done
showmsgstatic $have
$have 1 = \c\h01\h08\v\h01: I have to give Mom her\nNeckalace.
boxset 6
applymovement 0xFF $Move
$Move 1 ; 0x11 0xFE
pausemove 0
release
end

#org $done
release
end
It is alright but, after Mom takes the item, then it will go back to doing what its supposed to do.
I want to make it so that If you step on it the first time and don't have the item, then it'll display the message.

And after you've given the item to mom, then it'll not do anything. Anyone get what I'm saying?
I have absollutely no idea what you're trying to say. I'm sure you're script does what you want it to.
You're using Dabomstew's command database. I can tell. It might be better if you posted that normally next time.
Here are the problems I found.
compare 800D 0x0
This doesn't check anything. 800D, doesn't mean anything.
0x800D = LASTRESULT
Without the "0x" in front of that 800D,it won't work.
AND
I'm somewhat familiar with Dabomstew's database, and showmsgstatic has an inbuilt boxset 4 in it. So you've scripted
message $have
boxset 4
boxset 6

Remove the boxset 6
and change "showmsgstatic" to "showmsg" I'm pretty sure that uses the boxset 6 instead of 4.

Quote:
Originally Posted by itman1234 View Post
I made this script to test myself after a few successful movement scripts.
I put alot of movements in this one to challenge myself and see if i could do it.

this is the script.
____________________
#ORG $begin
checkflag 0x202
if B_true goto $done
applymovement 0x3 $hwalk1
applymovement 0xFF $playerturn
pausemove 0
message $htalk
boxset 6
giveitem 0xD 1
applymovement 0x3 $hgoback
pausemove 0
setflag 0x202
release
end

#org $done
release
end

#org $hgoback
$hgoback 1 ; 0x0A 0xFE

#org $hwalk1
$hwalk1 1 ; 0x1E 0x1F 0x4E 0x08 0x20 0xFE

#org $htalk
$htalk 1 = I'm crazy and can't \p take care of this misdreavus. \pHere, you can have it!

#org $playerturn
$playerturn 1 ; 0x02 0xFE
_____________________

This is where i put the offset-


What is supposed to happen once you step where the green script square is, the guy...
walks up 4
walks left 4
jumps over the ledge 1
walk down 1
walk right 4

Your player turns right
The guy gives you a potion
After your player receives the potion, the guy is supposed to go left 1

Don't ask why he has to do all that, i made it to challenge myself to see if i could do it, And i can't... :-(
You've used the worng movements. The movement 0x1E = Move up(2xNormal Speed). Not 4 steps. And same for the other movements. To move four up, you'd use 0x1E 0x1E 0x1E 0x1E or something with a slower movement.

Quote:
Originally Posted by litium View Post
Nobody can help me to activate pokedex via script?... I mean...

#org $POKEDEX
lock
faceplayer
checkflag 0x200
if B_True goto $Got
setflag 0x800
setflag 0x801
setflag 0x200
message $takethis
$takethis 1 = Here, you need this to carry\non whit your trip on this lands.
boxset 6
applymovement 0xFF $move1
$move 1 ; #Binary 0x11 0x11 0x11 0xFE
pausemove 0
release
end

#org $Got
message $greedy
boxset 6
$greedy 1 = You greedy bastard...\nyou alredy have one Pokedex...\pWhy would you endd another one?
boxset 6
release
end


(just worite it now).

So, it is SUPPOSED that setflag 0x800 and 0x801 enables Pokemon and Pokedex in menu. But, it does not work. (Maybe it's because i'm using emerald?)

Help, would be really be apreciated. I dont want you to write me a script or anything... a explaniation will do. I just want to learn to improve my scripting skills and help people whit their scripts like you do.
I'm not actually 100% sure what the flags are for Emerald. It's not hacked very often.
But I think it's 0x860(Pokemon) and 0x861(Pokedex), and special 0x1F3(National DeX), It's worth a try. Please let me know if I'm wrong and I'll look again.

Quote:
Originally Posted by Crashink View Post
I'm getting errors with PokeScript.
It wont let me compile this script:

Code:
#org $startscript
lock
checkflag 0x200
if b_true goto $finished
applymovement 0x1 $walkingto
pausemove 0
message $beforegetting
boxset 0x6
givepokemon 0x19 0x5 0x0
message $gettingpoke
boxset 0x6
applymovement 0x1 $gotpoke
pausemove 0
setflag 0x200
release
end

#org $beforegetting
= Hi \v\h01!\pYou might need a Pokemon\nbefore going on your journey.

#org $gettingpoke
=\c\h01\h02You received a Pikachu!

#org $finished
release
end

#org $walkingto
#raw 0x09
#raw 0x09
#raw 0x09
#raw 0x0B
#raw 0x0B
#raw 0xFE

#org $gotpoke
#raw 0x0A
#raw 0x0A
#raw 0x08
#raw 0x08
#raw 0x08
#raw 0x03
#raw 0xFE
I get this error:
Code:
Invalid Command : E:\Pokewitch\gettingpokemon.rbc
I don't know. I tried to compile the script and mine worked fine. I guess you could try moving the script to the desktop.

Quote:
Originally Posted by kingdude256 View Post
how do we add sinnoh pokemon to ppokemon emerald?
Now please tell me, how this has anything to do with scripting?
Either look through the tutorials section or ask in the simple questions thread.
__________________
Gone.
  #105   Link to this post, but load the entire thread.  
Old December 27th, 2007 (2:34 AM).
/Circa's Avatar
/Circa /Circa is offline
a face in the clouds.
 
Join Date: Nov 2007
Location: Melbourne, Victoria
Gender: Male
Nature: Quiet
Posts: 881
I think it's just this computer, when I get back home it should probably work fine.
Thanks anyway.
__________________
dragging himself, forw
ard again, the pain has
still not diminished. E
ventually though, he e
merges inside a v
ery large room w

here everything about

the house

suddenly

changes.
  #106   Link to this post, but load the entire thread.  
Old December 27th, 2007 (6:08 AM).
Derlo's Avatar
Derlo Derlo is offline
Tired....
 
Join Date: Aug 2007
Location: Mossoró-RN-BR
Gender: Male
Posts: 135
hello!
I wanted to know because my script that activates the earthquake no this working right. I am using FR.
here:
...
special 0x136
pause 0x20
#raw 0x27
...
------------------
Another thing! Which the commands in HEX that change the wether using setweather?

Example: Rain 0x??, Snow x??

THANKS
  #107   Link to this post, but load the entire thread.  
Old December 27th, 2007 (7:00 AM).
Binary's Avatar
Binary Binary is offline
え?
 
Join Date: Aug 2007
Age: 28
Posts: 3,977
I just had a question, How do I do a give egg script? thanks in advance

~Celebi
__________________
  #108   Link to this post, but load the entire thread.  
Old December 27th, 2007 (7:05 AM). Edited December 27th, 2007 by litium.
litium litium is offline
 
Join Date: Dec 2007
Posts: 26
Thethethethe those flags worked reeeeeeeeeeeeeeeeeaaaaaaaaally well! THANKS Alot.
BTW, wich rom is better to start hacking... FR/LF or R/S?

Quote:
Originally Posted by Celebi_XD View Post
I just had a question, How do I do a give egg script? thanks in advance

~Celebi
#binary 7A E7 00 - #binary 7A Pk2 Pk1
PHANPHY EGG

In PK2 you put the last 2 numbers of the pokemon offset abd in PK1 the first 2.

So if you want to give a Poochyena it would be: #binary 7A 1E 01

And a redy to go script:

#org $givephanphy
lock
faceplayer
checkflag 0x200
if B_True goto $alredygot
message $here
boxset 6
$here 1 = Here \v\h01, take this egg.\nIt is supposed to be a Phanphy.
jingle
pause 0x10
message $got
boxset 6
$got 1 = \v\h01 recieved an Egg!
setflag 0x200
release
end

#org $alredygot
message $ag
boxset 6
$ag 1 = I got no more eggs left...\nI ATE THEM! HAHAHA
release
end
  #109   Link to this post, but load the entire thread.  
Old December 27th, 2007 (9:25 AM).
+Sneasel™'s Avatar
+Sneasel™ +Sneasel™ is offline
It's a meeee, itman!
 
Join Date: May 2007
Location: None of your business!
Age: 29
Gender:
Nature: Lonely
Posts: 1,032
This is the simple script i used to battle mew.

_____________________

#ORG $wildbatt
lock
wildbattle 151 5 0
_____________________
It works, but after i catch it/defeat it, it doesn't go away.
Is there a certain comand i have to do to make it vanish?
  #110   Link to this post, but load the entire thread.  
Old December 27th, 2007 (10:19 AM).
~*Pikafan*~'s Avatar
~*Pikafan*~ ~*Pikafan*~ is offline
Man I gotta stop leaving!
 
Join Date: Sep 2007
Age: 29
Gender:
Nature: Jolly
Posts: 202
Yes, you need to put

#raw 0x55
#raw 0x(per. no)
#raw 0x00

So if it's number (not event number) is 3, you'd put 0x03.
__________________
I have returned ONC AGAIN!

Guitar Hero and Rock Band Rock. 'Nuff Said :P

I have a bunch of Friend Codes for Wii. These games I have Friend Codes for:

Guitar Hero World Tour (GHWT)
Super Smash Bros. Brawl (SSBB)
Guitar Hero 3 (GH3)
Pokemon Battle Revolution (PBR)
Rock Band 2, once I get it >_> (RB2)

RAWR. I NEED SHTUFF FOR MAH SIGNATURE. RAWR.
  #111   Link to this post, but load the entire thread.  
Old December 27th, 2007 (10:42 AM).
Megiddo-san's Avatar
Megiddo-san Megiddo-san is offline
Barium - Summer '12 Return?
 
Join Date: Dec 2007
Location: Where you least expect it
Age: 31
Gender: Male
Nature: Relaxed
Posts: 1,308
How do I make a you cannot pass until you obtain a pokemon script?
  #112   Link to this post, but load the entire thread.  
Old December 27th, 2007 (10:58 AM).
~*Pikafan*~'s Avatar
~*Pikafan*~ ~*Pikafan*~ is offline
Man I gotta stop leaving!
 
Join Date: Sep 2007
Age: 29
Gender:
Nature: Jolly
Posts: 202
Make a script like this:

#org $begin
checkflag 0x(no. of flag in script or The pokemon menu code, depending on what game you're using)
if B_true goto $done

And then put whatever you need to put to block them off. If you need me to explain more, I will.
__________________
I have returned ONC AGAIN!

Guitar Hero and Rock Band Rock. 'Nuff Said :P

I have a bunch of Friend Codes for Wii. These games I have Friend Codes for:

Guitar Hero World Tour (GHWT)
Super Smash Bros. Brawl (SSBB)
Guitar Hero 3 (GH3)
Pokemon Battle Revolution (PBR)
Rock Band 2, once I get it >_> (RB2)

RAWR. I NEED SHTUFF FOR MAH SIGNATURE. RAWR.
  #113   Link to this post, but load the entire thread.  
Old December 27th, 2007 (12:00 PM).
Kingdra's Avatar
Kingdra Kingdra is offline
*-_Pokémon Larimar_-*
 
Join Date: Oct 2007
Location: Belgium
Gender:
Nature: Calm
Posts: 20
Can someone see a mistake in this script? Only person 1 move and then the vba freeze.

Spoiler:
#org $tv
checkflag 0x100
if B_true goto $Done
checkflag 0x101
if B_false goto $Move1
setflag 0x101
checkflag 0x102
if B_false goto $Move2
setflag 0x101
message $babbelen
$babbelen 1 = DAD:The news is on tv,\pcome on, let's watch!\nThere's something strage happened.\pYour mother said\nwe have to watch..
boxset 6
checkflag 0x102
if B_false goto $Move3
setflag 0x102
checkflag 0x103
if B_false goto $Move4
message $zeggen
$zeggen 1 = Big News!!!\pTeam Aqua is remarked in Ileon!!\nAfter their unsuccessful efforts,\pThey attempt to catch \nthe legendary pokemon Suicune\pwhich one is remarked\nin Ileon a few days ago too...
boxset 6
setflag 0x103
checkflag 0x104
if B_false goto $Move5
message $didi
$didi 1 = Go to you mother,\pshe is in her gym\nHurry up!\pShe have to know this!!!
setflag 0x104
checkflag 0x105
if B_False goto $Move6
setflag 0x100
release
end

#org $Done
release
end

#org $Move1
applymovement 0X1 $Lala
pausemove 0
return

#org $Move2
applymovement 0xFF $Sisi
pausemove 0
return

#org $Move3
applymovement 0x1 $Titi
pausemove 0
return

#org $Move4
applymovement 0xFF $Bobo
pausemove 0
return

#org $Move5
applymovement 0xFF $Kiki
pausemove 0
return

#org $Move6
applymovement 0x1 $Nono
pausemove 0
return

#org $Lala
$Lala 1 ; #Binary 0x62 0x12 0x11 0xFE

#org $Sisi
$Sisi 1 ; #Binary 0x04 0xFE

#org $Titi
$Titi 1 ; #Binary 0x12 0x12 0x12 0x12 0x12 0x11 0x02 0xFE

#org $Bobo
$Bobo 1 ; #Binary 0x12 0x12 0x12 0x12 0x01 0xFE

#org $Kiki
$Kiki 1 ; #Binary 0x4A 0x4B 0xFE

#org $Nono
$Nono 1 ; #Binary 0x10 0x10 0x10 0x10 0x13 0x13 0x13 0x13 0x13 0x11 0x11 0x12 0xFE
__________________
  #114   Link to this post, but load the entire thread.  
Old December 27th, 2007 (1:12 PM).
litium litium is offline
 
Join Date: Dec 2007
Posts: 26
Try changing the flags code... to 200 201 and so.

Second you have 2 checkflag 102 in there... and both do the same

try this:

Spoiler:
Quote:
#org $tv
checkflag 0x200
if B_true goto $Done
checkflag 0x201
if B_false goto $Move1
setflag 0x201
checkflag 0x202
if B_false goto $Move2
setflag 0x202
message $babbelen
$babbelen 1 = DAD:The news is on tv,\pcome on, let's watch!\nThere's something strage happened.\pYour mother said\nwe have to watch..
boxset 6
checkflag 0x203
if B_false goto $Move3
setflag 0x203
checkflag 0x204
if B_false goto $Move4
message $zeggen
$zeggen 1 = Big News!!!\pTeam Aqua is remarked in Ileon!!\nAfter their unsuccessful efforts,\pThey attempt to catch \nthe legendary pokemon Suicune\pwhich one is remarked\nin Ileon a few days ago too...
boxset 6
setflag 0x204
checkflag 0x205
if B_false goto $Move5
message $didi
$didi 1 = Go to you mother,\pshe is in her gym\nHurry up!\pShe have to know this!!!
setflag 0x205
checkflag 0x206
if B_False goto $Move6
setflag 0x206
setflag 0x200
release
end
  #115   Link to this post, but load the entire thread.  
Old December 27th, 2007 (1:34 PM).
Satoshi Sugimori's Avatar
Satoshi Sugimori Satoshi Sugimori is offline
Hermit
 
Join Date: Dec 2006
Location: Tokyo, Japan
Age: 30
Gender: Male
Nature: Timid
Posts: 860
My earthquake script works almost great..!

But my only problem is my earthquake won't come..:(
I have put in the special 0x136...but it wont come..
help please
__________________
  #116   Link to this post, but load the entire thread.  
Old December 27th, 2007 (2:42 PM).
Megiddo-san's Avatar
Megiddo-san Megiddo-san is offline
Barium - Summer '12 Return?
 
Join Date: Dec 2007
Location: Where you least expect it
Age: 31
Gender: Male
Nature: Relaxed
Posts: 1,308
Quote:
Originally Posted by ~*Pikafan*~ View Post
Make a script like this:

#org $begin
checkflag 0x(no. of flag in script or The pokemon menu code, depending on what game you're using)
if B_true goto $done

And then put whatever you need to put to block them off. If you need me to explain more, I will.
Yes. Please explain more. I haven't been able to make any script work.
  #117   Link to this post, but load the entire thread.  
Old December 27th, 2007 (3:30 PM).
~*Pikafan*~'s Avatar
~*Pikafan*~ ~*Pikafan*~ is offline
Man I gotta stop leaving!
 
Join Date: Sep 2007
Age: 29
Gender:
Nature: Jolly
Posts: 202
If you don't want someone to go past a script tile and someone comes to stop you, then make a script like this:

#org $begin
checkflag 0x200 <--That checks if the current flag has been set. If it has, then it goes to $done.
if B_true goto $done
applymovement 1 $mw1 <-That makes the person with the person number 1 move.
pausemove 0 <-I learned this from thethethethe, he says putting this is easier than putting pause 0x30 or whatever. And it does.
message $wait
boxset 6
applymovement 1 $mw2
applymovement 0xFF $mw2 <-The 0xFF will make the player move
pausemove 0
release
end

#org $mw1
$mw1 1 ; #binary 0x11 0xFE <-The 0x11 is the movement. This will make person number 1 move up one. 0xFE ends the movement.

#org $wait
$wait 1 = You can't leave yet.

#org $mw2
$mw2 1 ; #binary 0x10 0xFE

If you compile that in poketscript (getting rid of my comments) it should work.
__________________
I have returned ONC AGAIN!

Guitar Hero and Rock Band Rock. 'Nuff Said :P

I have a bunch of Friend Codes for Wii. These games I have Friend Codes for:

Guitar Hero World Tour (GHWT)
Super Smash Bros. Brawl (SSBB)
Guitar Hero 3 (GH3)
Pokemon Battle Revolution (PBR)
Rock Band 2, once I get it >_> (RB2)

RAWR. I NEED SHTUFF FOR MAH SIGNATURE. RAWR.
  #118   Link to this post, but load the entire thread.  
Old December 27th, 2007 (3:36 PM).
litium litium is offline
 
Join Date: Dec 2007
Posts: 26
what do you want? To block you if you dont have ANY pokemon or just one in particular?. If it is the first is easy.

You just need the offset of Pokemon (In Menu) And Pokedex (in Emerald are 860 and 861). So it would be something likeeeeeee this:

Spoiler:
#org $block
lock
faceplayer
checkflag 0x860 (or 0x861 if you want a dexter based event)
if B_True goto $have
message $cantlet
boxset 6
$cantlet 1 = I'm afraid i can't let you pass.
release
end

$have
message $youvegot
boxset 6
$youvegot 1 = Oh, i see you've got your Pokemon.\nI'll let you pass now
applymovement 0x(person) $move1
$move1 1 ; #Binary 0x11 0x11 0xFE
release
end


I think that would work
  #119   Link to this post, but load the entire thread.  
Old December 27th, 2007 (4:45 PM). Edited December 27th, 2007 by Megiddo-san.
Megiddo-san's Avatar
Megiddo-san Megiddo-san is offline
Barium - Summer '12 Return?
 
Join Date: Dec 2007
Location: Where you least expect it
Age: 31
Gender: Male
Nature: Relaxed
Posts: 1,308
I want a person to be by the exit of the town: like the kid in R\S\E. I've done the right click, compile, destination, assign, burn, advancemap thing before. I used the first offset I got in the burn list: $800000, but when I talked to the person the game froze. I assigned it to the aide on the left in oak's lab. It was the first complete script in foullump's tutorial. A similar thing happened when I used above script. I talked to the person and got weird glitch letters and then the game froze. I burned, went to the very top, got the offset, created a new event, and entered the offset as the person's script.
  #120   Link to this post, but load the entire thread.  
Old December 27th, 2007 (5:20 PM).
litium litium is offline
 
Join Date: Dec 2007
Posts: 26
Quote:
Originally Posted by megiddo View Post
I want a person to be by the exit of the town: like the kid in R\S\E. I've done the right click, compile, destination, assign, burn, advancemap thing before. I used the first offset I got in the burn list: $800000, but when I talked to the person the game froze. I assigned it to the aide on the left in oak's lab. It was the first complete script in foullump's tutorial.
you used my script? what rom are you using?
  #121   Link to this post, but load the entire thread.  
Old December 27th, 2007 (5:45 PM).
Megiddo-san's Avatar
Megiddo-san Megiddo-san is offline
Barium - Summer '12 Return?
 
Join Date: Dec 2007
Location: Where you least expect it
Age: 31
Gender: Male
Nature: Relaxed
Posts: 1,308
Oh. Sorry if I wasn't supposed to use it. I am using 1635 - Pokemon Fire Red (U)(Squirrels).
  #122   Link to this post, but load the entire thread.  
Old December 27th, 2007 (5:47 PM).
litium litium is offline
 
Join Date: Dec 2007
Posts: 26
Lol, no worries i think that you were using another. Give me a few seconds and i'll make oine for you. You want it to not let you pass until you get a starter right?
__________________
I Support:




Litium~

  #123   Link to this post, but load the entire thread.  
Old December 27th, 2007 (5:49 PM).
Megiddo-san's Avatar
Megiddo-san Megiddo-san is offline
Barium - Summer '12 Return?
 
Join Date: Dec 2007
Location: Where you least expect it
Age: 31
Gender: Male
Nature: Relaxed
Posts: 1,308
Yes, that is correct and I also want to get rid of the oak script. See Top Secret Version thread.
  #124   Link to this post, but load the entire thread.  
Old December 27th, 2007 (6:03 PM).
litium litium is offline
 
Join Date: Dec 2007
Posts: 26
Here, try this one:

Spoiler:
#org $block
lock
faceplayer
checkflag 0x828
if B_True goto $have
message $cantlet
boxset 6
$cantlet 1 = I'm afraid i can't let you pass.
applymovement 0xFF $move1
pausemove 0
$move1 1 ; #Binary 0x10 0x10 0xFE
release
end

$have
message $youvegot
boxset 6
$youvegot 1 = Oh, i see you've got your Pokemon.\nI'll let you pass now
applymovement 0x00 $move2
pausemove 0
$move2 1 ; #Binary 0x12 0x12 0xFE
release
end


That should do the trick ;D
ONE THING, see the bold command? applymovement 0x00 -> 0xnºof person in Adavced Map, thats really importatn if you want the person to move. FF means to move the player.
Shot of it:
__________________
I Support:




Litium~

  #125   Link to this post, but load the entire thread.  
Old December 27th, 2007 (6:22 PM).
Megiddo-san's Avatar
Megiddo-san Megiddo-san is offline
Barium - Summer '12 Return?
 
Join Date: Dec 2007
Location: Where you least expect it
Age: 31
Gender: Male
Nature: Relaxed
Posts: 1,308
I must be writing it wrong cuz that didn't work.
Closed Thread

Quick Reply

Join the conversation!

Create an account to post a reply in this thread, participate in other discussions, and more!

Create a PokéCommunity Account
Ad Content
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -8. The time now is 9:24 AM.