2015-11-26 21:22:14 -08:00
|
|
|
const_value set 2
|
|
|
|
const CIANWOODPOKECENTER1F_NURSE
|
|
|
|
const CIANWOODPOKECENTER1F_LASS
|
|
|
|
const CIANWOODPOKECENTER1F_GYM_GUY
|
|
|
|
const CIANWOODPOKECENTER1F_SUPER_NERD
|
|
|
|
|
2017-12-10 19:34:42 -08:00
|
|
|
CianwoodPokecenter1F_MapScriptHeader:
|
2017-12-24 10:46:34 -08:00
|
|
|
.SceneScripts:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 0
|
|
|
|
|
2015-07-20 21:02:21 -07:00
|
|
|
.MapCallbacks:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 0
|
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
NurseScript_0x9dbcf:
|
2015-06-23 13:21:54 -07:00
|
|
|
jumpstd pokecenternurse
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
CianwoodPokecenter1FLassScript:
|
|
|
|
jumptextfaceplayer CianwoodPokecenter1FLassText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
CianwoodGymGuyScript:
|
2013-02-16 22:54:07 -08:00
|
|
|
faceplayer
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_BEAT_CHUCK
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue .CianwoodGymGuyWinScript
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext CianwoodGymGuyText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2016-04-10 11:42:14 -07:00
|
|
|
.CianwoodGymGuyWinScript:
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext CianwoodGymGuyWinText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
CianwoodPokecenter1FSuperNerdScript:
|
|
|
|
jumptextfaceplayer CianwoodPokecenter1FSuperNerdText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
CianwoodPokecenter1FLassText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Did you meet the"
|
|
|
|
line "#MANIAC?"
|
|
|
|
|
|
|
|
para "He's always brag-"
|
|
|
|
line "ging about his"
|
|
|
|
cont "rare #MON."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
CianwoodGymGuyText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "The #MON GYM"
|
|
|
|
line "trainers here are"
|
|
|
|
cont "macho bullies."
|
|
|
|
|
|
|
|
para "If I stick around,"
|
|
|
|
line "they might come"
|
|
|
|
cont "after me."
|
|
|
|
|
|
|
|
para "Here's some ad-"
|
|
|
|
line "vice: the GYM"
|
|
|
|
|
|
|
|
para "LEADER uses the"
|
|
|
|
line "fighting-type."
|
|
|
|
|
|
|
|
para "So you should"
|
|
|
|
line "confound him with"
|
|
|
|
cont "psychic #MON."
|
|
|
|
|
|
|
|
para "Wipe out his #-"
|
|
|
|
line "MON before they"
|
|
|
|
|
|
|
|
para "can use their"
|
|
|
|
line "physical strength."
|
|
|
|
|
|
|
|
para "And those boulders"
|
|
|
|
line "in the middle of"
|
|
|
|
cont "the GYM?"
|
|
|
|
|
|
|
|
para "If you don't move"
|
|
|
|
line "them correctly,"
|
|
|
|
|
|
|
|
para "you won't reach"
|
|
|
|
line "the GYM LEADER."
|
|
|
|
|
|
|
|
para "If you get stuck,"
|
|
|
|
line "go outside."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
CianwoodGymGuyWinText:
|
2015-06-27 21:59:17 -07:00
|
|
|
text "<PLAYER>! You won!"
|
2014-03-05 21:29:44 -08:00
|
|
|
line "I could tell by"
|
|
|
|
cont "looking at you!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
UnknownText_0x9ddf2:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Don't you get the"
|
|
|
|
line "urge to show off"
|
|
|
|
|
|
|
|
para "your #MON to"
|
|
|
|
line "friends?"
|
|
|
|
|
|
|
|
para "I wish I could"
|
|
|
|
line "show the #MON I"
|
|
|
|
|
|
|
|
para "raised to my pal"
|
|
|
|
line "in VIOLET."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
UnknownText_0x9de66:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "I've been battling"
|
|
|
|
line "my pal in VIOLET"
|
|
|
|
|
|
|
|
para "using a MOBILE"
|
|
|
|
line "ADAPTER link."
|
|
|
|
|
|
|
|
para "I'm down 5-7"
|
|
|
|
line "against him. I've"
|
|
|
|
cont "gotta crank it up!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
CianwoodPokecenter1FSuperNerdText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "I love showing off"
|
|
|
|
line "the #MON that"
|
|
|
|
|
|
|
|
para "I've raised."
|
|
|
|
line "Don't you?"
|
|
|
|
|
|
|
|
para "I'm going to get"
|
|
|
|
line "into a bunch of"
|
|
|
|
|
|
|
|
para "battles, and show"
|
|
|
|
line "off my #MON!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-10 19:34:42 -08:00
|
|
|
CianwoodPokecenter1F_MapEventHeader:
|
2013-02-16 22:54:07 -08:00
|
|
|
; filler
|
|
|
|
db 0, 0
|
|
|
|
|
2015-07-20 21:02:21 -07:00
|
|
|
.Warps:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 3
|
2017-12-28 11:31:25 -08:00
|
|
|
warp_def 3, 7, 3, CIANWOOD_CITY
|
|
|
|
warp_def 4, 7, 3, CIANWOOD_CITY
|
|
|
|
warp_def 0, 7, 1, POKECENTER_2F
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-24 10:46:34 -08:00
|
|
|
.CoordEvents:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 0
|
|
|
|
|
2017-12-24 10:46:34 -08:00
|
|
|
.BGEvents:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 0
|
|
|
|
|
2017-12-24 10:46:34 -08:00
|
|
|
.ObjectEvents:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 4
|
2017-12-28 11:31:25 -08:00
|
|
|
object_event 3, 1, SPRITE_NURSE, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, NurseScript_0x9dbcf, -1
|
|
|
|
object_event 1, 5, SPRITE_LASS, SPRITEMOVEDATA_WALK_UP_DOWN, 0, 1, -1, -1, PAL_NPC_GREEN, OBJECTTYPE_SCRIPT, 0, CianwoodPokecenter1FLassScript, -1
|
|
|
|
object_event 5, 3, SPRITE_GYM_GUY, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_SCRIPT, 0, CianwoodGymGuyScript, -1
|
|
|
|
object_event 8, 6, SPRITE_SUPER_NERD, SPRITEMOVEDATA_WALK_LEFT_RIGHT, 1, 0, -1, -1, PAL_NPC_BLUE, OBJECTTYPE_SCRIPT, 0, CianwoodPokecenter1FSuperNerdScript, -1
|