The PokéCommunity Forums  

Go Back   The PokéCommunity Forums > Creative Discussions > Emulation & ROM Hacking
Register New Account FAQ/Rules Chat Blogs Mark Forums Read

Notices

Emulation & ROM Hacking The center for the community emulation scene. Come and discuss all things emulation and develop your own hacks!



Reply
Thread Tools
  #12626  
Unread December 9th, 2009, 07:58 PM
Black Goat's Avatar
Black Goat
Beginning Trainer
 
Join Date: Mar 2008
Gender:
I've written a script for a man to give the player an eevee, which works fine, but after player recieves eevee there is no pokemon option on the start [COLOR=blue ! important][COLOR=blue ! important]menu. [/COLOR][/COLOR]
Reply With Quote
  #12627  
Unread December 9th, 2009, 08:15 PM
NiKaNoRoU's Avatar
NiKaNoRoU
Dedicated to Thrace
 
Join Date: Sep 2009
Age: 21
Gender: Male
Quote:
Originally Posted by Black Goat View Post
I've written a script for a man to give the player an eevee, which works fine, but after player recieves eevee there is no pokemon option on the start [COLOR=blue ! important][COLOR=blue ! important]menu. [/COLOR][/COLOR]
You need to activate the pokemon menu flag (0x828).
__________________

Your knight from the plane of light
Reply With Quote
  #12628  
Unread December 9th, 2009, 08:23 PM
Black Goat's Avatar
Black Goat
Beginning Trainer
 
Join Date: Mar 2008
Gender:
Quote:
Originally Posted by NiKaNoRoU View Post
You need to activate the pokemon menu flag (0x828).
how would I go about doing that?
sorry, I'm a noob at this
Reply With Quote
  #12629  
Unread December 9th, 2009, 08:46 PM
NiKaNoRoU's Avatar
NiKaNoRoU
Dedicated to Thrace
 
Join Date: Sep 2009
Age: 21
Gender: Male
Quote:
Originally Posted by Black Goat View Post
how would I go about doing that?
sorry, I'm a noob at this
Just add the following line at the start of the script (after 'dynamic'):
setflag 0x828
afaik
__________________

Your knight from the plane of light
Reply With Quote
  #12630  
Unread December 9th, 2009, 09:20 PM
Gamer2020's Avatar
Gamer2020
This love is a sickness...
 
Join Date: Jun 2008
Location: Violet city!
Gender: Male
Nature: Bold
Send a message via AIM to Gamer2020 Send a message via Windows Live Messenger to Gamer2020 Send a message via Yahoo to Gamer2020 Send a message via Skype™ to Gamer2020
Quote:
Originally Posted by simonrule18 View Post
can tel me if i can change pokemon ruby text to arabic with tile molester
just open the game with it and look through. The text should be towards the end.
You may have to play with the settings =/
__________________

Shadows are born...
Reply With Quote
  #12631  
Unread December 9th, 2009, 10:28 PM
Black Goat's Avatar
Black Goat
Beginning Trainer
 
Join Date: Mar 2008
Gender:
Quote:
Originally Posted by NiKaNoRoU View Post
Just add the following line at the start of the script (after 'dynamic'):
setflag 0x828
afaik
It's not working =/
this is the script im using...

#dyn 0x740000
setflag 0x828
#org @start
lock
checkflag 0x200
if 0x1 jump :end
setflag FR_POKEMON
countpokemon
compare LASTRESULT 6
if == jump @noroom
addpokemon EEVEE 0x5 SPELONBERRY 0 0 0
setflag 0x200
storepokemon 0 EEVEE
message @get-msg
fanfare 0x101
showmsg
waitfanfare
waitbutton
:end
release
end

#org @noroom
msgbox @noroom-msg
callstd MSG_NOCLOSE
release
end

#org @noroom-msg
= You don't have enough room in your party.

#org @get-msg
= You got a \v\h02!
Reply With Quote
  #12632  
Unread December 9th, 2009, 10:35 PM
novluis323's Avatar
novluis323
Beginning Trainer
 
Join Date: Dec 2009
Gender: Male
K i got another question how would i be able to edit the beginning explaintion where it tells you about buttons and then the story right before prof . oak in Fire red the one with pikachu on top
Reply With Quote
  #12633  
Unread December 9th, 2009, 10:37 PM
NarutoActor's Avatar
NarutoActor
The rocks cry out to me
 
Join Date: Jan 2009
Location: Brooklyn/Marlboro
Age: 19
Gender: Female
Nature: Bashful
Send a message via AIM to NarutoActor Send a message via Windows Live Messenger to NarutoActor
Quote:
Originally Posted by Black Goat View Post
It's not working =/
this is the script im using...

#dyn 0x740000
setflag 0x828
#org @start
lock
checkflag 0x200
if 0x1 jump :end
setflag FR_POKEMON
countpokemon
compare LASTRESULT 6
if == jump @noroom
addpokemon EEVEE 0x5 SPELONBERRY 0 0 0
setflag 0x200
storepokemon 0 EEVEE
message @get-msg
fanfare 0x101
showmsg
waitfanfare
waitbutton
:end
release
end

#org @noroom
msgbox @noroom-msg
callstd MSG_NOCLOSE
release
end

#org @noroom-msg
= You don't have enough room in your party.

#org @get-msg
= You got a \v\h02!
you put it before the start of the script XD
__________________
~Paired to Full Metal
Reply With Quote
  #12634  
Unread December 9th, 2009, 10:56 PM
novluis323's Avatar
novluis323
Beginning Trainer
 
Join Date: Dec 2009
Gender: Male
does anyone know? how to edit the beginning text?
Reply With Quote
  #12635  
Unread December 9th, 2009, 11:08 PM
Kaikai
Togepi
 
Join Date: Nov 2009
Gender: Female
Why wont you answer my questions?!

Is there a way to edit the movesets and the titlescreen WITHOUT the use of a hex editor?!

For Pokemon Gold!

And is there a way to edit the movesets other than D-Trogh's one and is there a program other than Sebbe's Trainer Editor and WITHOUT the use of a hex editor that can edit the rival's pokemon?!
Reply With Quote
  #12636  
Unread December 9th, 2009, 11:17 PM
Teh Blazer's Avatar
Teh Blazer
Divider of Zero
 
Join Date: Feb 2009
Location: Wouldn't you like to know?
Age: 17
Gender: Male
Nature: Relaxed
Doubt it, but hey, I barely know anything in the hacking world.
__________________
Current Status: In need of a Scripter that'd do the boring scripts I don't wanna do
Reply With Quote
  #12637  
Unread December 9th, 2009, 11:24 PM
novluis323's Avatar
novluis323
Beginning Trainer
 
Join Date: Dec 2009
Gender: Male
well since noone answered my other question how would it be possible to make a tile set that i could insert into my advance maps
Reply With Quote
  #12638  
Unread December 9th, 2009, 11:30 PM
Pokepal17's Avatar
Pokepal17
More cowbell~
 
Join Date: Oct 2008
Location: Steeltown
Age: 18
Gender: Male
Nature: Modest
Quote:
Originally Posted by novluis323 View Post
well since noone answered my other question how would it be possible to make a tile set that i could insert into my advance maps
Find a tile inserting tutorial, there are lots of them. The search function is handy. :3
__________________
Pokémon Stardrop
Reply With Quote
  #12639  
Unread December 9th, 2009, 11:31 PM
novluis323's Avatar
novluis323
Beginning Trainer
 
Join Date: Dec 2009
Gender: Male
Quote:
Originally Posted by Pokepal17 View Post
Find a tile inserting tutorial, there are lots of them. The search function is handy. :3
k thanks alot ill look around you wouldnt happen to know how to edit the starting text in firedred would you the one that gives instructions
Reply With Quote
  #12640  
Unread December 9th, 2009, 11:36 PM
Pokepal17's Avatar
Pokepal17
More cowbell~
 
Join Date: Oct 2008
Location: Steeltown
Age: 18
Gender: Male
Nature: Modest
Quote:
Originally Posted by novluis323 View Post
k thanks alot ill look around you wouldnt happen to know how to edit the starting text in firedred would you the one that gives instructions

Search the text in a-text or use a hex editor with a table file.
__________________
Pokémon Stardrop
Reply With Quote
  #12641  
Unread December 9th, 2009, 11:37 PM
novluis323's Avatar
novluis323
Beginning Trainer
 
Join Date: Dec 2009
Gender: Male
Quote:
Originally Posted by Pokepal17 View Post
Search the text in a-text or use a hex editor with a table file.
oh okay thanks alot that should help me alot
Reply With Quote
  Click here to go to the next staff post in this thread.   #12642  
Unread December 9th, 2009, 11:51 PM
giradialkia's Avatar
giradialkia
 
Join Date: Apr 2009
Location: Ireland
Age: 19
Gender: Male
Nature: Timid
Send a message via Windows Live Messenger to giradialkia
Quote:
Originally Posted by simonrule18 View Post
can tel me if i can change pokemon ruby text to arabic with tile molester
Look, what they mean is, you have to edit the text manually. There is no arabia text in the Ruby Rom, so what you have to do is open your Rom in Tile Molester, find where the English text is, and then manually edit the "image" of the text to Arabic. Tough enough work, but that's the only way you could do it, sorry.

Quote:
Originally Posted by simonrule18 View Post
can tel me if i can change pokemon ruby text to arabic with tile molester
Look, what they mean is, you have to edit the text manually. There is no arabic text in the Ruby Rom, so what you have to do is open your Rom in Tile Molester, find where the English text is, and then manually edit the "image" of the text to Arabic. Tough enough work, but that's the only way you could do it, sorry.
__________________
Currently, I'm on a Demoted Leave of Absence, which means
for a little while,I am not the Emulation moderator.
This means I won't be able to see threads you submit, and.. well, do other things that a moderator can do.
I can, however, direct you to someone who can help, so feel free to message me in that regard.


Last edited by giradialkia; December 9th, 2009 at 11:52 PM. Reason: Your double post has been automatically merged.
Reply With Quote
  #12643  
Unread December 10th, 2009, 12:10 AM
novluis323's Avatar
novluis323
Beginning Trainer
 
Join Date: Dec 2009
Gender: Male
well can anyone tell me where to find a workin a text ive downloaded 2 and both didnt work they were missing some file oh and how would i do it to insert a pokeball on one of my maps
Reply With Quote
  #12644  
Unread December 10th, 2009, 01:06 AM
Teh Blazer's Avatar
Teh Blazer
Divider of Zero
 
Join Date: Feb 2009
Location: Wouldn't you like to know?
Age: 17
Gender: Male
Nature: Relaxed
I was working on my titlescreen and everything was smooth up unitl:



(Yeah, I know i'ts kinda big, but I amplified it so you can see the title error)
When I import the stuff, the word "start" is not covered up by anything, but it is now.
Can somebody tell me what is going on and how do I change it?
__________________
Current Status: In need of a Scripter that'd do the boring scripts I don't wanna do
Reply With Quote
  #12645  
Unread December 10th, 2009, 01:06 AM
Juan
Brazilian with a bad English
 
Join Date: Jul 2007
Location: Pindamonhangaba - SP
Age: 22
Nature: Adamant
Quote:
Originally Posted by novluis323 View Post
well can anyone tell me where to find a workin a text ive downloaded 2 and both didnt work they were missing some file oh and how would i do it to insert a pokeball on one of my maps
Look for the missing file on google and download it.

Have you ever thought to see the script in some Pokeball in the game and try to make a script like that?


Dude, have things that only need only the brain.
__________________
Reply With Quote
  #12646  
Unread December 10th, 2009, 01:26 AM
novluis323's Avatar
novluis323
Beginning Trainer
 
Join Date: Dec 2009
Gender: Male
Quote:
Originally Posted by Juan View Post
Look for the missing file on google and download it.

Have you ever thought to see the script in some Pokeball in the game and try to make a script like that?


Dude, have things that only need only the brain.
Yeah im using the pokeball as a key but what im still trying to figure out is how to set a flag that doesnt let you leave the room till you get one
Reply With Quote
  #12647  
Unread December 10th, 2009, 01:40 AM
TB Pro's Avatar
TB Pro
Old-timer
 
Join Date: Nov 2004
Location: Midwestern USA
Age: 18
Gender: Male
Quote:
Originally Posted by novluis323 View Post
Yeah im using the pokeball as a key but what im still trying to figure out is how to set a flag that doesnt let you leave the room till you get one
checkitem 0x[item number] 0x[number of items]
if 0x1 goto @[pointer to continue from]
__________________
--I'm a creepin'..
Reply With Quote
  #12648  
Unread December 10th, 2009, 01:51 AM
Pokepal17's Avatar
Pokepal17
More cowbell~
 
Join Date: Oct 2008
Location: Steeltown
Age: 18
Gender: Male
Nature: Modest
Quote:
Originally Posted by Jesse[TB Pro] View Post
checkitem 0x[item number] 0x[number of items]
if 0x1 goto @[pointer to continue from]
Incorrect.

checkitem 0xitem 0xamount
compare 0x800D 0xvalue
if 0xvalue goto @pointer.

You were just missing the compare 0x800D :3
__________________
Pokémon Stardrop
Reply With Quote
  #12649  
Unread December 10th, 2009, 02:12 AM
TB Pro's Avatar
TB Pro
Old-timer
 
Join Date: Nov 2004
Location: Midwestern USA
Age: 18
Gender: Male
Quote:
Originally Posted by Pokepal17 View Post
Incorrect.

checkitem 0xitem 0xamount
compare 0x800D 0xvalue
if 0xvalue goto @pointer.

You were just missing the compare 0x800D :3
That's why I usually don't answer questions pertaining to scripting. I cannot script to save my life. haha.

If the player already has some of this item, you could use:

setflag 0x[flag number]
on the pokeball script

and checkflag 0x[same flag number]
if 0x1 goto @[pointer]
...

#org @[pointer]
continue the script...
...
__________________
--I'm a creepin'..
Reply With Quote
  #12650  
Unread December 10th, 2009, 04:06 AM
rokrdude's Avatar
rokrdude
POKEMON : SINNOH QUEST CREATOR
 
Join Date: Oct 2009
Gender: Male
How can we find and edit the the complete script of a game using advance map(along with XSE as Script Editor)

I know how to look at the script of particular event or a map(but not the whole game)

The thing is I want to increase the price of going to safari zone but not able to find the script

Can anyone tell me?

Last edited by rokrdude; December 10th, 2009 at 05:08 AM.
Reply With Quote
Reply
Quick Reply

Sponsored Links


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 UTC. The time now is 09:28 PM.


Style by Perdition Haze, artwork by Sa-Dui.
Like our Facebook Page Follow us on TwitterMessage Board Statistics | © 2002 - 2013 The PokéCommunity™, pokecommunity.com.
Pokémon characters and images belong to Pokémon USA, Inc. and Nintendo. This website is in no way affiliated with or endorsed by Nintendo, Creatures, GAMEFREAK, The Pokémon Company, Pokémon USA, Inc., The Pokémon Company International, or Wizards of the Coast. We just love Pokémon.
All forum styles, their images (unless noted otherwise) and site designs are © 2002 - 2013 The PokéCommunity / PokéCommunity.com.
PokéCommunity™ is a trademark of The PokéCommunity. All rights reserved. Sponsor advertisements do not imply our endorsement of that product or service. User posts belong to the user.