simonrule18
Iwant to create my own pokemon
- 35
- Posts
- 16
- Years
- Seen Sep 18, 2013
can tel me if i can change pokemon ruby text to arabic with tile molester
ohh okay i sort of get it ill try it out and ask again if i have any trouble lol sorry that i ask so many question but how would i insert a rival sprite onto a mapIf you mean 'how to test it ingame' then you need to add the script's offset to a certain person or script event (the green 's' blocks), or signs (the orange 's' blocks), on the 'offset' panel. Judging by your script, you need to add it to an orange 's' block, and then add that block on a signpost. Now, how do you add it...well, on the right menu, there's a value called 'offset'. Its default is $000000, keep the $ intact and add your offset number. Save and test it ingame. Good luck!
You need to activate the pokemon menu flag (0x828).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).
Just add the following line at the start of the script (after 'dynamic'):how would I go about doing that?
sorry, I'm a noob at this
just open the game with it and look through. The text should be towards the end.can tel me if i can change pokemon ruby text to arabic with tile molester
Just add the following line at the start of the script (after 'dynamic'):
setflag 0x828
afaik
you put it before the start of the script XDIt'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!
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
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 instructionsFind 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
oh okay thanks alot that should help me alotSearch the text in a-text or use a hex editor with a table file. :P
can tel me if i can change pokemon ruby text to arabic with tile molester
can tel me if i can change pokemon ruby text to arabic with tile molester