2015-07-10 01:20:21 -07:00
|
|
|
Route37_MapScriptHeader:
|
2013-02-16 22:54:07 -08:00
|
|
|
; trigger count
|
|
|
|
db 0
|
|
|
|
|
|
|
|
; callback count
|
|
|
|
db 1
|
|
|
|
|
|
|
|
; callbacks
|
|
|
|
|
2014-10-26 18:37:15 -07:00
|
|
|
dbw 2, SunnyCallback
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2014-10-26 18:37:15 -07:00
|
|
|
SunnyCallback:
|
2015-07-09 19:08:03 -07:00
|
|
|
checkcode VAR_WEEKDAY
|
2014-10-26 18:37:15 -07:00
|
|
|
if_equal SUNDAY, .SunnyAppears
|
2013-02-16 22:54:07 -08:00
|
|
|
disappear $6
|
|
|
|
return
|
|
|
|
|
2014-10-26 18:37:15 -07:00
|
|
|
.SunnyAppears
|
2013-02-16 22:54:07 -08:00
|
|
|
appear $6
|
|
|
|
return
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
TrainerTwinsAnnandanne1:
|
2013-02-16 22:54:07 -08:00
|
|
|
; bit/flag number
|
2015-07-10 01:20:21 -07:00
|
|
|
dw EVENT_BEAT_TWINS_ANN_AND_ANNE
|
2013-02-16 22:54:07 -08:00
|
|
|
|
|
|
|
; trainer group && trainer id
|
|
|
|
db TWINS, ANNANDANNE1
|
|
|
|
|
|
|
|
; text when seen
|
|
|
|
dw TwinsAnnandanne1SeenText
|
|
|
|
|
|
|
|
; text when trainer beaten
|
|
|
|
dw TwinsAnnandanne1BeatenText
|
|
|
|
|
|
|
|
; script when lost
|
|
|
|
dw $0000
|
|
|
|
|
|
|
|
; script when talk again
|
|
|
|
dw TwinsAnnandanne1Script
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
TwinsAnnandanne1Script:
|
2013-02-16 22:54:07 -08:00
|
|
|
talkaftercancel
|
|
|
|
loadfont
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x1a8e62
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
TrainerTwinsAnnandanne2:
|
2013-02-16 22:54:07 -08:00
|
|
|
; bit/flag number
|
2015-07-10 01:20:21 -07:00
|
|
|
dw EVENT_BEAT_TWINS_ANN_AND_ANNE
|
2013-02-16 22:54:07 -08:00
|
|
|
|
|
|
|
; trainer group && trainer id
|
|
|
|
db TWINS, ANNANDANNE2
|
|
|
|
|
|
|
|
; text when seen
|
|
|
|
dw TwinsAnnandanne2SeenText
|
|
|
|
|
|
|
|
; text when trainer beaten
|
|
|
|
dw TwinsAnnandanne2BeatenText
|
|
|
|
|
|
|
|
; script when lost
|
|
|
|
dw $0000
|
|
|
|
|
|
|
|
; script when talk again
|
|
|
|
dw TwinsAnnandanne2Script
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
TwinsAnnandanne2Script:
|
2013-02-16 22:54:07 -08:00
|
|
|
talkaftercancel
|
|
|
|
loadfont
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x1a8eec
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
TrainerPsychicGreg:
|
2013-02-16 22:54:07 -08:00
|
|
|
; bit/flag number
|
2015-07-10 01:20:21 -07:00
|
|
|
dw EVENT_BEAT_PSYCHIC_GREG
|
2013-02-16 22:54:07 -08:00
|
|
|
|
|
|
|
; trainer group && trainer id
|
|
|
|
db PSYCHIC_T, GREG
|
|
|
|
|
|
|
|
; text when seen
|
|
|
|
dw PsychicGregSeenText
|
|
|
|
|
|
|
|
; text when trainer beaten
|
|
|
|
dw PsychicGregBeatenText
|
|
|
|
|
|
|
|
; script when lost
|
|
|
|
dw $0000
|
|
|
|
|
|
|
|
; script when talk again
|
|
|
|
dw PsychicGregScript
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
PsychicGregScript:
|
2013-02-16 22:54:07 -08:00
|
|
|
talkaftercancel
|
|
|
|
loadfont
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x1a8f80
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
|
2014-10-26 18:37:15 -07:00
|
|
|
SunnyScript:
|
2013-02-16 22:54:07 -08:00
|
|
|
faceplayer
|
|
|
|
loadfont
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_GOT_MAGNET_FROM_SUNNY
|
2014-10-26 18:37:15 -07:00
|
|
|
iftrue SunnySundayScript
|
2015-07-09 19:08:03 -07:00
|
|
|
checkcode VAR_WEEKDAY
|
2014-10-26 18:37:15 -07:00
|
|
|
if_not_equal SUNDAY, SunnyNotSundayScript
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_MET_SUNNY_OF_SUNDAY
|
2014-10-26 18:37:15 -07:00
|
|
|
iftrue .MetSunny
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext MeetSunnyText
|
2013-02-16 22:54:07 -08:00
|
|
|
keeptextopen
|
2013-09-24 00:48:58 -07:00
|
|
|
setevent EVENT_MET_SUNNY_OF_SUNDAY
|
2014-10-26 18:37:15 -07:00
|
|
|
.MetSunny
|
2015-07-10 05:08:03 -07:00
|
|
|
checkflag ENGINE_PLAYER_IS_FEMALE
|
2014-10-26 18:37:15 -07:00
|
|
|
iftrue .Kris
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext SunnyGivesGiftText1
|
2013-02-16 22:54:07 -08:00
|
|
|
keeptextopen
|
2015-01-20 00:01:23 -08:00
|
|
|
jump .next
|
2014-10-26 18:37:15 -07:00
|
|
|
.Kris
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext SunnyGivesGiftText2
|
2013-02-16 22:54:07 -08:00
|
|
|
keeptextopen
|
2014-10-26 18:37:15 -07:00
|
|
|
.next
|
2013-02-16 22:54:07 -08:00
|
|
|
verbosegiveitem MAGNET, 1
|
2014-10-26 18:37:15 -07:00
|
|
|
iffalse SunnyDoneScript
|
2013-09-24 00:48:58 -07:00
|
|
|
setevent EVENT_GOT_MAGNET_FROM_SUNNY
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext SunnyGaveGiftText
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
|
2014-10-26 18:37:15 -07:00
|
|
|
SunnySundayScript:
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext SunnySundayText
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
2014-10-26 18:37:15 -07:00
|
|
|
SunnyDoneScript:
|
2013-02-16 22:54:07 -08:00
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
|
2014-10-26 18:37:15 -07:00
|
|
|
SunnyNotSundayScript:
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext SunnyNotSundayText
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
MapRoute37Signpost0Script:
|
2013-02-16 22:54:07 -08:00
|
|
|
jumptext UnknownText_0x1a9197
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
FruitTreeScript_0x1a8e09:
|
2013-02-16 22:54:07 -08:00
|
|
|
fruittree $11
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
FruitTreeScript_0x1a8e0b:
|
2013-02-16 22:54:07 -08:00
|
|
|
fruittree $12
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
FruitTreeScript_0x1a8e0d:
|
2013-02-16 22:54:07 -08:00
|
|
|
fruittree $13
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
MapRoute37SignpostItem1:
|
2013-02-16 22:54:07 -08:00
|
|
|
dw $00a9
|
|
|
|
db ETHER
|
|
|
|
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
TwinsAnnandanne1SeenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "ANN: ANNE and I"
|
|
|
|
line "are in this to-"
|
|
|
|
cont "gether!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
TwinsAnnandanne1BeatenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "ANN & ANNE: Nnn… A"
|
|
|
|
line "little too strong."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x1a8e62:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "ANN: I can tell"
|
|
|
|
line "what my sister and"
|
|
|
|
|
|
|
|
para "my #MON are"
|
|
|
|
line "thinking."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
TwinsAnnandanne2SeenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "ANNE: ANN and I"
|
|
|
|
line "are in this to-"
|
|
|
|
cont "gether!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
TwinsAnnandanne2BeatenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "ANN & ANNE: Nnn… A"
|
|
|
|
line "little too strong."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x1a8eec:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "ANNE: We share the"
|
|
|
|
line "same feelings as"
|
|
|
|
cont "our #MON."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
PsychicGregSeenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "#MON can't do a"
|
|
|
|
line "thing if they are"
|
|
|
|
cont "asleep."
|
|
|
|
|
|
|
|
para "I'll show you how"
|
|
|
|
line "scary that is!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
PsychicGregBeatenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "I lost. That's"
|
|
|
|
line "pretty sad…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x1a8f80:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Putting #MON to"
|
|
|
|
line "sleep or paralyz-"
|
|
|
|
cont "ing them are good"
|
|
|
|
cont "battle techniques."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2014-10-26 18:37:15 -07:00
|
|
|
MeetSunnyText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "SUNNY: Hi!"
|
|
|
|
|
|
|
|
para "I'm SUNNY of Sun-"
|
|
|
|
line "day, meaning it's"
|
|
|
|
cont "Sunday today!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2014-10-26 18:37:15 -07:00
|
|
|
SunnyGivesGiftText1:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "I was told to give"
|
|
|
|
line "you this if I saw"
|
|
|
|
cont "you!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2014-10-26 18:37:15 -07:00
|
|
|
SunnyGivesGiftText2:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "I was told to give"
|
|
|
|
line "you this if I saw"
|
|
|
|
cont "you!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2014-10-26 18:37:15 -07:00
|
|
|
SunnyGaveGiftText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "SUNNY: That thing…"
|
|
|
|
|
|
|
|
para "Um…"
|
|
|
|
|
|
|
|
para "… What was it now…"
|
|
|
|
|
|
|
|
para "…"
|
|
|
|
|
|
|
|
para "Oh! I remember"
|
|
|
|
line "now!"
|
|
|
|
|
|
|
|
para "A #MON that"
|
|
|
|
line "knows electric"
|
|
|
|
|
|
|
|
para "moves should hold"
|
|
|
|
line "it."
|
|
|
|
|
|
|
|
para "My sis MONICA said"
|
|
|
|
line "it powers up"
|
|
|
|
cont "electric moves!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2014-10-26 18:37:15 -07:00
|
|
|
SunnySundayText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "SUNNY: My sisters"
|
|
|
|
line "and brothers are"
|
|
|
|
cont "MONICA, TUSCANY,"
|
|
|
|
cont "WESLEY, ARTHUR,"
|
|
|
|
cont "FRIEDA and SANTOS."
|
|
|
|
|
|
|
|
para "They're all older"
|
|
|
|
line "than me!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2014-10-26 18:37:15 -07:00
|
|
|
SunnyNotSundayText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "SUNNY: Isn't today"
|
|
|
|
line "Sunday?"
|
|
|
|
cont "Um… I forgot!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x1a9197:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "ROUTE 37"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
Route37_MapEventHeader:
|
2013-02-16 22:54:07 -08:00
|
|
|
; filler
|
|
|
|
db 0, 0
|
|
|
|
|
|
|
|
; warps
|
|
|
|
db 0
|
|
|
|
|
|
|
|
; xy triggers
|
|
|
|
db 0
|
|
|
|
|
|
|
|
; signposts
|
|
|
|
db 2
|
|
|
|
signpost 3, 5, $0, MapRoute37Signpost0Script
|
|
|
|
signpost 2, 4, $7, MapRoute37SignpostItem1
|
|
|
|
|
|
|
|
; people-events
|
|
|
|
db 7
|
2015-07-12 21:16:35 -07:00
|
|
|
person_event SPRITE_WEIRD_TREE, 16, 10, $6, $0, 255, 255, $82, 1, TrainerTwinsAnnandanne1, -1
|
|
|
|
person_event SPRITE_WEIRD_TREE, 16, 11, $6, $0, 255, 255, $82, 1, TrainerTwinsAnnandanne2, -1
|
|
|
|
person_event SPRITE_YOUNGSTER, 10, 10, $a, $0, 255, 255, $92, 1, TrainerPsychicGreg, -1
|
|
|
|
person_event SPRITE_FRUIT_TREE, 9, 17, $1, $0, 255, 255, $0, 0, FruitTreeScript_0x1a8e09, -1
|
2015-07-11 23:00:17 -07:00
|
|
|
person_event SPRITE_BUG_CATCHER, 12, 20, $2, $11, 255, 255, $0, 0, SunnyScript, EVENT_75B
|
2015-07-12 21:16:35 -07:00
|
|
|
person_event SPRITE_FRUIT_TREE, 9, 20, $1, $0, 255, 255, $0, 0, FruitTreeScript_0x1a8e0b, -1
|
|
|
|
person_event SPRITE_FRUIT_TREE, 11, 19, $1, $0, 255, 255, $0, 0, FruitTreeScript_0x1a8e0d, -1
|