2015-11-26 21:22:14 -08:00
|
|
|
const_value set 2
|
|
|
|
const NEWBARKTOWN_TEACHER
|
|
|
|
const NEWBARKTOWN_FISHER
|
|
|
|
const NEWBARKTOWN_SILVER
|
|
|
|
|
2015-06-25 22:30:16 -07:00
|
|
|
NewBarkTown_MapScriptHeader:
|
2015-07-20 21:02:21 -07:00
|
|
|
.MapTriggers:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 2
|
|
|
|
|
|
|
|
; triggers
|
2016-01-05 05:46:37 -08:00
|
|
|
maptrigger .Trigger0
|
|
|
|
maptrigger .Trigger1
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-20 21:02:21 -07:00
|
|
|
.MapCallbacks:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 1
|
|
|
|
|
|
|
|
; callbacks
|
2016-01-06 04:44:50 -08:00
|
|
|
dbw MAPCALLBACK_NEWMAP, .FlyPoint
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2016-04-10 11:42:14 -07:00
|
|
|
.Trigger0:
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2016-04-10 11:42:14 -07:00
|
|
|
.Trigger1:
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2016-04-10 11:42:14 -07:00
|
|
|
.FlyPoint:
|
2015-06-25 22:30:16 -07:00
|
|
|
setflag ENGINE_FLYPOINT_NEW_BARK
|
2015-07-20 00:51:52 -07:00
|
|
|
clearevent EVENT_FIRST_TIME_BANKING_WITH_MOM
|
2013-02-16 22:54:07 -08:00
|
|
|
return
|
|
|
|
|
2015-12-16 18:57:42 -08:00
|
|
|
NewBarkTown_TeacherStopsYouTrigger1:
|
2014-04-30 03:04:35 -07:00
|
|
|
playmusic MUSIC_MOM
|
2015-11-26 21:22:14 -08:00
|
|
|
spriteface NEWBARKTOWN_TEACHER, LEFT
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2015-12-16 18:57:42 -08:00
|
|
|
writetext Text_WaitPlayer
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
2015-07-21 23:49:18 -07:00
|
|
|
spriteface PLAYER, RIGHT
|
2015-12-16 18:57:42 -08:00
|
|
|
applymovement NEWBARKTOWN_TEACHER, Movement_TeacherRunsToYou1_NBT
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2015-12-16 18:57:42 -08:00
|
|
|
writetext Text_WhatDoYouThinkYoureDoing
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
2015-11-26 21:22:14 -08:00
|
|
|
follow NEWBARKTOWN_TEACHER, PLAYER
|
2015-12-16 18:57:42 -08:00
|
|
|
applymovement NEWBARKTOWN_TEACHER, Movement_TeacherBringsYouBack1_NBT
|
2013-02-16 22:54:07 -08:00
|
|
|
stopfollow
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2015-12-16 18:57:42 -08:00
|
|
|
writetext Text_ItsDangerousToGoAlone
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
2015-02-11 15:03:42 -08:00
|
|
|
special RestartMapMusic
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-12-16 18:57:42 -08:00
|
|
|
NewBarkTown_TeacherStopsYouTrigger2:
|
2014-04-30 03:04:35 -07:00
|
|
|
playmusic MUSIC_MOM
|
2015-11-26 21:22:14 -08:00
|
|
|
spriteface NEWBARKTOWN_TEACHER, LEFT
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2015-12-16 18:57:42 -08:00
|
|
|
writetext Text_WaitPlayer
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
2015-07-21 23:49:18 -07:00
|
|
|
spriteface PLAYER, RIGHT
|
2015-12-16 18:57:42 -08:00
|
|
|
applymovement NEWBARKTOWN_TEACHER, Movement_TeacherRunsToYou2_NBT
|
2015-07-21 23:49:18 -07:00
|
|
|
spriteface PLAYER, UP
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2015-12-16 18:57:42 -08:00
|
|
|
writetext Text_WhatDoYouThinkYoureDoing
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
2015-11-26 21:22:14 -08:00
|
|
|
follow NEWBARKTOWN_TEACHER, PLAYER
|
2015-12-16 18:57:42 -08:00
|
|
|
applymovement NEWBARKTOWN_TEACHER, Movement_TeacherBringsYouBack2_NBT
|
2013-02-16 22:54:07 -08:00
|
|
|
stopfollow
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2015-12-16 18:57:42 -08:00
|
|
|
writetext Text_ItsDangerousToGoAlone
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
2015-02-11 15:03:42 -08:00
|
|
|
special RestartMapMusic
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-12-16 18:57:42 -08:00
|
|
|
NewBarkTownTeacherScript:
|
2013-02-16 22:54:07 -08:00
|
|
|
faceplayer
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_TALKED_TO_MOM_AFTER_MYSTERY_EGG_QUEST
|
2015-12-16 18:57:42 -08:00
|
|
|
iftrue .CallMom
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_GAVE_MYSTERY_EGG_TO_ELM
|
2015-12-16 18:57:42 -08:00
|
|
|
iftrue .TellMomYoureLeaving
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_GOT_A_POKEMON_FROM_ELM
|
2015-12-16 18:57:42 -08:00
|
|
|
iftrue .MonIsAdorable
|
|
|
|
writetext Text_GearIsImpressive
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-12-16 18:57:42 -08:00
|
|
|
.MonIsAdorable:
|
|
|
|
writetext Text_YourMonIsAdorable
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-12-16 18:57:42 -08:00
|
|
|
.TellMomYoureLeaving:
|
|
|
|
writetext Text_TellMomIfLeaving
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-12-16 18:57:42 -08:00
|
|
|
.CallMom:
|
|
|
|
writetext Text_CallMomOnGear
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-12-16 18:57:42 -08:00
|
|
|
NewBarkTownFisherScript:
|
|
|
|
jumptextfaceplayer Text_ElmDiscoveredNewMon
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-12-16 18:57:42 -08:00
|
|
|
NewBarkTownSilverScript:
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2015-12-16 18:57:42 -08:00
|
|
|
writetext NewBarkTownRivalText1
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
2015-11-26 21:22:14 -08:00
|
|
|
spriteface NEWBARKTOWN_SILVER, LEFT
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2015-12-16 18:57:42 -08:00
|
|
|
writetext NewBarkTownRivalText2
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
2015-11-26 21:22:14 -08:00
|
|
|
follow PLAYER, NEWBARKTOWN_SILVER
|
2015-12-16 18:57:42 -08:00
|
|
|
applymovement PLAYER, Movement_SilverPushesYouAway_NBT
|
2013-02-16 22:54:07 -08:00
|
|
|
stopfollow
|
|
|
|
pause 5
|
2015-11-26 21:22:14 -08:00
|
|
|
spriteface NEWBARKTOWN_SILVER, DOWN
|
2013-02-16 22:54:07 -08:00
|
|
|
pause 5
|
2014-04-30 03:04:35 -07:00
|
|
|
playsound SFX_TACKLE
|
2015-12-16 18:57:42 -08:00
|
|
|
applymovement PLAYER, Movement_SilverShovesYouOut_NBT
|
|
|
|
applymovement NEWBARKTOWN_SILVER, Movement_SilverReturnsToTheShadows_NBT
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2016-04-06 21:59:45 -07:00
|
|
|
NewBarkTownSign:
|
2015-12-16 18:57:42 -08:00
|
|
|
jumptext NewBarkTownSignText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 22:30:16 -07:00
|
|
|
MapNewBarkTownSignpost1Script:
|
2015-12-16 18:57:42 -08:00
|
|
|
jumptext PlayersHouseSignText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 22:30:16 -07:00
|
|
|
MapNewBarkTownSignpost2Script:
|
2015-12-16 18:57:42 -08:00
|
|
|
jumptext ElmsLabSignText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 22:30:16 -07:00
|
|
|
MapNewBarkTownSignpost3Script:
|
2015-12-16 18:57:42 -08:00
|
|
|
jumptext ElmsHouseSignText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-12-16 18:57:42 -08:00
|
|
|
Movement_TeacherRunsToYou1_NBT:
|
2013-02-16 22:54:07 -08:00
|
|
|
step_left
|
|
|
|
step_left
|
|
|
|
step_left
|
|
|
|
step_left
|
|
|
|
step_end
|
|
|
|
|
2015-12-16 18:57:42 -08:00
|
|
|
Movement_TeacherRunsToYou2_NBT:
|
2013-02-16 22:54:07 -08:00
|
|
|
step_left
|
|
|
|
step_left
|
|
|
|
step_left
|
|
|
|
step_left
|
|
|
|
step_left
|
|
|
|
turn_head_down
|
|
|
|
step_end
|
|
|
|
|
2015-12-16 18:57:42 -08:00
|
|
|
Movement_TeacherBringsYouBack1_NBT:
|
2013-02-16 22:54:07 -08:00
|
|
|
step_right
|
|
|
|
step_right
|
|
|
|
step_right
|
|
|
|
step_right
|
|
|
|
turn_head_left
|
|
|
|
step_end
|
|
|
|
|
2015-12-16 18:57:42 -08:00
|
|
|
Movement_TeacherBringsYouBack2_NBT:
|
2013-02-16 22:54:07 -08:00
|
|
|
step_right
|
|
|
|
step_right
|
|
|
|
step_right
|
|
|
|
step_right
|
|
|
|
step_right
|
|
|
|
turn_head_left
|
|
|
|
step_end
|
|
|
|
|
2015-12-16 18:57:42 -08:00
|
|
|
Movement_SilverPushesYouAway_NBT:
|
2013-02-16 22:54:07 -08:00
|
|
|
turn_head_up
|
|
|
|
step_down
|
|
|
|
step_end
|
|
|
|
|
2015-12-16 18:57:42 -08:00
|
|
|
Movement_SilverShovesYouOut_NBT:
|
2013-02-16 22:54:07 -08:00
|
|
|
turn_head_up
|
|
|
|
fix_facing
|
|
|
|
jump_step_down
|
|
|
|
remove_fixed_facing
|
|
|
|
step_end
|
|
|
|
|
2015-12-16 18:57:42 -08:00
|
|
|
Movement_SilverReturnsToTheShadows_NBT:
|
2013-02-16 22:54:07 -08:00
|
|
|
step_right
|
|
|
|
step_end
|
|
|
|
|
2015-12-16 18:57:42 -08:00
|
|
|
Text_GearIsImpressive:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Wow, your #GEAR"
|
|
|
|
line "is impressive!"
|
|
|
|
|
|
|
|
para "Did your mom get"
|
|
|
|
line "it for you?"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-12-16 18:57:42 -08:00
|
|
|
Text_WaitPlayer:
|
2015-06-27 21:59:17 -07:00
|
|
|
text "Wait, <PLAY_G>!"
|
2014-03-05 21:29:44 -08:00
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-12-16 18:57:42 -08:00
|
|
|
Text_WhatDoYouThinkYoureDoing:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "What do you think"
|
|
|
|
line "you're doing?"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-12-16 18:57:42 -08:00
|
|
|
Text_ItsDangerousToGoAlone:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "It's dangerous to"
|
|
|
|
line "go out without a"
|
|
|
|
cont "#MON!"
|
|
|
|
|
|
|
|
para "Wild #MON"
|
|
|
|
line "jump out of the"
|
|
|
|
|
|
|
|
para "grass on the way"
|
|
|
|
line "to the next town."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-12-16 18:57:42 -08:00
|
|
|
Text_YourMonIsAdorable:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Oh! Your #MON"
|
|
|
|
line "is adorable!"
|
|
|
|
cont "I wish I had one!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-12-16 18:57:42 -08:00
|
|
|
Text_TellMomIfLeaving:
|
2015-06-27 21:59:17 -07:00
|
|
|
text "Hi, <PLAY_G>!"
|
2014-03-05 21:29:44 -08:00
|
|
|
line "Leaving again?"
|
|
|
|
|
|
|
|
para "You should tell"
|
|
|
|
line "your mom if you"
|
|
|
|
cont "are leaving."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-12-16 18:57:42 -08:00
|
|
|
Text_CallMomOnGear:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Call your mom on"
|
|
|
|
line "your #GEAR to"
|
|
|
|
|
|
|
|
para "let her know how"
|
|
|
|
line "you're doing."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-12-16 18:57:42 -08:00
|
|
|
Text_ElmDiscoveredNewMon:
|
2015-06-27 21:59:17 -07:00
|
|
|
text "Yo, <PLAYER>!"
|
2014-03-05 21:29:44 -08:00
|
|
|
|
|
|
|
para "I hear PROF.ELM"
|
|
|
|
line "discovered some"
|
|
|
|
cont "new #MON."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-12-16 18:57:42 -08:00
|
|
|
NewBarkTownRivalText1:
|
|
|
|
text "<......>"
|
2014-03-05 21:29:44 -08:00
|
|
|
|
|
|
|
para "So this is the"
|
|
|
|
line "famous ELM #MON"
|
|
|
|
cont "LAB…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-12-16 18:57:42 -08:00
|
|
|
NewBarkTownRivalText2:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "…What are you"
|
|
|
|
line "staring at?"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-12-16 18:57:42 -08:00
|
|
|
NewBarkTownSignText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "NEW BARK TOWN"
|
|
|
|
|
|
|
|
para "The Town Where the"
|
|
|
|
line "Winds of a New"
|
|
|
|
cont "Beginning Blow"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-12-16 18:57:42 -08:00
|
|
|
PlayersHouseSignText:
|
2015-06-27 21:59:17 -07:00
|
|
|
text "<PLAYER>'s House"
|
2014-03-05 21:29:44 -08:00
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-12-16 18:57:42 -08:00
|
|
|
ElmsLabSignText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "ELM #MON LAB"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-12-16 18:57:42 -08:00
|
|
|
ElmsHouseSignText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "ELM'S HOUSE"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 22:30:16 -07:00
|
|
|
NewBarkTown_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 4
|
2015-07-23 09:59:19 -07:00
|
|
|
warp_def $3, $6, 1, ELMS_LAB
|
|
|
|
warp_def $5, $d, 1, KRISS_HOUSE_1F
|
|
|
|
warp_def $b, $3, 1, KRISS_NEIGHBORS_HOUSE
|
|
|
|
warp_def $d, $b, 1, ELMS_HOUSE
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-20 21:02:21 -07:00
|
|
|
.XYTriggers:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 2
|
2015-12-16 18:57:42 -08:00
|
|
|
xy_trigger 0, $8, $1, $0, NewBarkTown_TeacherStopsYouTrigger1, $0, $0
|
|
|
|
xy_trigger 0, $9, $1, $0, NewBarkTown_TeacherStopsYouTrigger2, $0, $0
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-20 21:02:21 -07:00
|
|
|
.Signposts:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 4
|
2016-04-06 21:59:45 -07:00
|
|
|
signpost 8, 8, SIGNPOST_READ, NewBarkTownSign
|
2015-07-16 15:10:10 -07:00
|
|
|
signpost 5, 11, SIGNPOST_READ, MapNewBarkTownSignpost1Script
|
|
|
|
signpost 3, 3, SIGNPOST_READ, MapNewBarkTownSignpost2Script
|
|
|
|
signpost 13, 9, SIGNPOST_READ, MapNewBarkTownSignpost3Script
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-20 21:02:21 -07:00
|
|
|
.PersonEvents:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 3
|
2015-12-16 18:57:42 -08:00
|
|
|
person_event SPRITE_TEACHER, 8, 6, SPRITEMOVEDATA_SPINRANDOM_SLOW, 0, 1, -1, -1, 0, PERSONTYPE_SCRIPT, 0, NewBarkTownTeacherScript, -1
|
|
|
|
person_event SPRITE_FISHER, 9, 12, SPRITEMOVEDATA_WALK_UP_DOWN, 1, 0, -1, -1, (1 << 3) | PAL_OW_GREEN, PERSONTYPE_SCRIPT, 0, NewBarkTownFisherScript, -1
|
|
|
|
person_event SPRITE_SILVER, 2, 3, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, 0, PERSONTYPE_SCRIPT, 0, NewBarkTownSilverScript, EVENT_RIVAL_NEW_BARK_TOWN
|