- 24
- Posts
- 8
- Years
- Australia
- Seen Oct 7, 2017
So I just started ROM hacking about two weeks ago and decided to give my player the running shoes from their mum.
I think the script is fine, except I don't know a thing about things like People IDs or Var things, so any help is greatly appreciated!
Script-
Advance Map screenshots of mum and event title are attached
I think the script is fine, except I don't know a thing about things like People IDs or Var things, so any help is greatly appreciated!
Script-
Spoiler:
#dynamic 0x801000
#org @start
checkflag 0x82f
if 0x1 goto @done
applymovement 0x1 @exclaimation
waitmovement 0x1
applymovement 0x1 @move1
waitmovement 0x1
msgbox @1 0x2
setflag 0x82f
msgbox @2 0x2
applymovement 0x1 @exit1
end
#org @done
end
#org @exclaimation
#raw 0x62
#raw 0xFE
#org @move1
#raw 0x10
#raw 0x10
#raw 0x10
#raw 0x10
#raw 0x12
#raw 0x12
#raw 0x12
#raw 0xFE
#org @1
= Mom: Hey there, [player]!\nJust before you get your\lPokémon, take these!
#org @2
= Now you can run! Isn't that\nfantastic!\lYou can hold B to run by the way.
#org @exit1
#raw 0x13
#raw 0x13
#raw 0x13
#raw 0x11
#raw 0x11
#raw 0x11
#raw 0x11
#raw 0xFE
#org @start
checkflag 0x82f
if 0x1 goto @done
applymovement 0x1 @exclaimation
waitmovement 0x1
applymovement 0x1 @move1
waitmovement 0x1
msgbox @1 0x2
setflag 0x82f
msgbox @2 0x2
applymovement 0x1 @exit1
end
#org @done
end
#org @exclaimation
#raw 0x62
#raw 0xFE
#org @move1
#raw 0x10
#raw 0x10
#raw 0x10
#raw 0x10
#raw 0x12
#raw 0x12
#raw 0x12
#raw 0xFE
#org @1
= Mom: Hey there, [player]!\nJust before you get your\lPokémon, take these!
#org @2
= Now you can run! Isn't that\nfantastic!\lYou can hold B to run by the way.
#org @exit1
#raw 0x13
#raw 0x13
#raw 0x13
#raw 0x11
#raw 0x11
#raw 0x11
#raw 0x11
#raw 0xFE
Advance Map screenshots of mum and event title are attached
Attachments
Last edited: