pokecrystal-board/maps/Route24.asm

137 lines
2.2 KiB
NASM
Raw Normal View History

2015-11-26 21:22:14 -08:00
const_value set 2
const ROUTE24_ROCKET
Route24_MapScripts:
.SceneScripts:
db 0
.MapCallbacks:
db 0
2015-07-10 01:45:35 -07:00
RocketScript_0x1adbfa:
faceplayer
playmusic MUSIC_ROCKET_ENCOUNTER
2015-12-09 15:25:44 -08:00
opentext
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x1adc2e
2015-11-25 07:16:29 -08:00
waitbutton
closetext
2015-07-20 19:18:18 -07:00
winlosstext UnknownText_0x1add67, -1
loadtrainer GRUNTM, GRUNTM_31
startbattle
dontrestartmapmusic
reloadmapafterbattle
playmusic MUSIC_ROCKET_ENCOUNTER
2015-12-09 15:25:44 -08:00
opentext
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x1addc0
2015-11-29 19:29:45 -08:00
buttonsound
special Special_FadeOutMusic
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x1adee1
2015-11-25 07:16:29 -08:00
waitbutton
closetext
special Special_FadeBlackQuickly
2018-01-02 09:49:25 -08:00
special ReloadSpritesNoPalettes
2015-11-26 21:22:14 -08:00
disappear ROUTE24_ROCKET
pause 25
2015-11-26 18:05:32 -08:00
special Special_FadeInQuickly
playmapmusic
end
2015-07-10 01:45:35 -07:00
UnknownText_0x1adc2e:
text "Hey, kid! Me am a"
line "TEAM ROCKET member"
cont "kind of guy!"
para "Come from another"
line "country, a trainer"
cont "number one, me!"
para "Think I did, if"
line "stop the energy,"
para "be big panic for"
line "here people!"
para "Secret it is my"
line "mission, so tell"
cont "you I not!"
para "But! If win you do"
line "versus me, a man I"
para "be and mine secret"
line "to you I tell."
para "Hey, kid! Battle"
line "begin we do!"
done
2015-07-10 01:45:35 -07:00
UnknownText_0x1add67:
text "Ayieeeh! No, no,"
line "no, believe it I"
cont "can't!"
para "Strong very much"
line "be you! Match I am"
cont "not to you!"
done
2015-07-10 01:45:35 -07:00
UnknownText_0x1addc0:
text "OK. Tell you mine"
line "secret will I."
para "MACHINE PART steal"
line "by me, hide it I"
para "did in GYM of the"
line "CERULEAN."
para "Inside water put"
line "it I did. Look for"
para "in water center of"
line "GYM at."
para "But you forget me"
line "not!"
para "Beat you for sure"
line "will TEAM ROCKET."
para "Come from JOHTO"
line "will they, mine"
para "friends, yes. Will"
line "revenge they are."
done
2015-07-10 01:45:35 -07:00
UnknownText_0x1adee1:
text "…"
para "You say what? TEAM"
line "ROCKET bye-bye a"
para "go-go? Broken it"
line "is says you?"
para "Oh, no! Should I"
line "do what now on"
cont "from, me?"
done
Route24_MapEvents:
; filler
db 0, 0
.Warps:
db 0
.CoordEvents:
db 0
.BGEvents:
db 0
.ObjectEvents:
db 1
object_event 8, 7, SPRITE_ROCKET, SPRITEMOVEDATA_SPINRANDOM_SLOW, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, RocketScript_0x1adbfa, EVENT_ROUTE_24_ROCKET