deoxys121
White Kyurem Cometh
- 1,254
- Posts
- 14
- Years
- Age 33
- Flat Rock, MI, United States
- Seen Sep 25, 2016
Retrying Post: Changing First Encounter
I posted this about a week ago, but didn't get a response. So, I'm trying again.
I'd like to know if there is a way to change which Pokemon you encounter in Pokemon Ruby after you choose your starter. I would like to make this change to a specific Pokemon for an important plot point. I am able to open the scripts that appear on the Route 101 Map using AdvanceMap 1.90 and PKSV. This is the script from the Bag which contains the Pokeballs, but I'm not sure if this is where I start. Any help would be appreciated. I have little experience with scripting, but would like to learn more.
I posted this about a week ago, but didn't get a response. So, I'm trying again.
I'd like to know if there is a way to change which Pokemon you encounter in Pokemon Ruby after you choose your starter. I would like to make this change to a specific Pokemon for an important plot point. I am able to open the scripts that appear on the Route 101 Map using AdvanceMap 1.90 and PKSV. This is the script from the Bag which contains the Pokeballs, but I'm not sure if this is where I start. Any help would be appreciated. I have little experience with scripting, but would like to learn more.
Code:
#org 0x814EA7F
'-----------------------------------
lock
faceplayer
setflag RS_POKEMON
setflag 0x52
fadescreen FADEOUT_BLACK
disappear 0x4
movesprite 0xFF 0x6 0xD
applymovement PLAYER 0x81A083F ' raw_27 end
pauseevent 0x0
special CHOOSE_POKEMON
waitspecial
applymovement 0x2 0x814EAD7 ' walk_right_slow end
pauseevent 0x0
msgbox 0x816D191 ' PROF. BIRCH: Whew......
callstd MSG_NOCLOSE ' Non-closing message
special HEAL_POKEMON
setflag 0x2D0
clearflag 0x2D1
setflag 0x2BC
setvar 0x4084 0x2
setvar 0x4060 0x3
clearflag 0x4000
warp 0x1 0x4 0xFF 0x6 0x5
waitspecial
release
end
#org 0x816D191
= PROF. BIRCH: Whew...\pI was in the tall grass studying wild\nPOK\eMON when I was jumped.\pYou saved me.\nThanks a lot!\pOh?\pHi, you're \v\h01\v\h05!\pThis is not the place to chat, so come\nby my POK\eMON LAB later, okay?
#org 0x81A083F
M raw_27 end
#org 0x814EAD7
M walk_right_slow end