2015-06-25 21:01:08 -07:00
|
|
|
VermilionHouseFishingSpeechHouse_MapScriptHeader:
|
2013-02-16 22:54:07 -08:00
|
|
|
; trigger count
|
|
|
|
db 0
|
|
|
|
|
|
|
|
; callback count
|
|
|
|
db 0
|
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
FishingDude:
|
|
|
|
jumptextfaceplayer FishingDudeText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
FishingDudesHousePhoto:
|
|
|
|
jumptext FishingDudesHousePhotoText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
FishingDudesHouseBookshelf:
|
|
|
|
; unused
|
2015-06-23 13:21:54 -07:00
|
|
|
jumpstd picturebookshelf
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
FishingDudeText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "I am the FISHING"
|
|
|
|
line "DUDE, the elder of"
|
|
|
|
cont "the FISHING BROS."
|
|
|
|
|
|
|
|
para "Have you met the"
|
|
|
|
line "FISHING GURU at"
|
|
|
|
cont "LAKE OF RAGE?"
|
|
|
|
|
|
|
|
para "He dreams about"
|
|
|
|
line "seeing the world's"
|
|
|
|
cont "greatest MAGIKARP."
|
|
|
|
|
|
|
|
para "If you don't mind,"
|
|
|
|
line "could you show him"
|
|
|
|
|
|
|
|
para "any MAGIKARP you"
|
|
|
|
line "catch?"
|
|
|
|
|
|
|
|
para "Who knows, you may"
|
|
|
|
line "catch the MAGIKARP"
|
|
|
|
cont "of his dreams."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
FishingDudesHousePhotoText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "It's a photo of"
|
|
|
|
line "people fishing…"
|
|
|
|
|
|
|
|
para "They're having a"
|
|
|
|
line "great time…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
VermilionHouseFishingSpeechHouse_MapEventHeader:
|
2013-02-16 22:54:07 -08:00
|
|
|
; filler
|
|
|
|
db 0, 0
|
|
|
|
|
|
|
|
; warps
|
|
|
|
db 2
|
|
|
|
warp_def $7, $2, 1, GROUP_VERMILION_CITY, MAP_VERMILION_CITY
|
|
|
|
warp_def $7, $3, 1, GROUP_VERMILION_CITY, MAP_VERMILION_CITY
|
|
|
|
|
|
|
|
; xy triggers
|
|
|
|
db 0
|
|
|
|
|
|
|
|
; signposts
|
|
|
|
db 1
|
2015-06-25 21:01:08 -07:00
|
|
|
signpost 0, 3, $0, FishingDudesHousePhoto
|
2013-02-16 22:54:07 -08:00
|
|
|
|
|
|
|
; people-events
|
|
|
|
db 1
|
2015-07-12 21:16:35 -07:00
|
|
|
person_event SPRITE_FISHING_GURU, 8, 6, $6, $0, 255, 255, $a0, 0, FishingDude, -1
|