2013-02-16 22:54:07 -08:00
|
|
|
OlivineCafe_MapScriptHeader: ; 0x9c8bf
|
|
|
|
; trigger count
|
|
|
|
db 0
|
|
|
|
|
|
|
|
; callback count
|
|
|
|
db 0
|
|
|
|
; 0x9c8c1
|
|
|
|
|
2013-07-12 14:06:11 -07:00
|
|
|
SailorScript_0x9c8c1: ; 0x9c8c1
|
2013-02-16 22:54:07 -08:00
|
|
|
faceplayer
|
|
|
|
loadfont
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_GOT_HM04_STRENGTH
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue UnknownScript_0x9c8d3
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x9c8df
|
2013-02-16 22:54:07 -08:00
|
|
|
keeptextopen
|
2015-06-29 19:24:45 -07:00
|
|
|
verbosegiveitem HM_STRENGTH, 1
|
2013-09-24 00:48:58 -07:00
|
|
|
setevent EVENT_GOT_HM04_STRENGTH
|
2013-02-16 22:54:07 -08:00
|
|
|
UnknownScript_0x9c8d3: ; 0x9c8d3
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x9c965
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
; 0x9c8d9
|
|
|
|
|
2013-07-12 14:06:11 -07:00
|
|
|
FishingGuruScript_0x9c8d9: ; 0x9c8d9
|
2013-02-16 22:54:07 -08:00
|
|
|
jumptextfaceplayer UnknownText_0x9c9c5
|
|
|
|
; 0x9c8dc
|
|
|
|
|
2013-07-12 14:06:11 -07:00
|
|
|
SailorScript_0x9c8dc: ; 0x9c8dc
|
2013-02-16 22:54:07 -08:00
|
|
|
jumptextfaceplayer UnknownText_0x9ca09
|
|
|
|
; 0x9c8df
|
|
|
|
|
|
|
|
UnknownText_0x9c8df: ; 0x9c8df
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Hah! Your #MON"
|
|
|
|
line "sure look like"
|
|
|
|
cont "lightweights!"
|
|
|
|
|
|
|
|
para "They don't have"
|
|
|
|
line "the power to move"
|
|
|
|
cont "boulders aside."
|
|
|
|
|
|
|
|
para "Here, use this"
|
|
|
|
line "and teach them"
|
|
|
|
cont "STRENGTH!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
; 0x9c965
|
|
|
|
|
|
|
|
UnknownText_0x9c965: ; 0x9c965
|
2014-03-05 21:29:44 -08:00
|
|
|
text "On the sea, the"
|
|
|
|
line "only thing you can"
|
|
|
|
|
|
|
|
para "count on is your"
|
|
|
|
line "own good self!"
|
|
|
|
|
|
|
|
para "I'm so proud of my"
|
|
|
|
line "buff bod!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
; 0x9c9c5
|
|
|
|
|
|
|
|
UnknownText_0x9c9c5: ; 0x9c9c5
|
2014-03-05 21:29:44 -08:00
|
|
|
text "OLIVINE CAFE's"
|
|
|
|
line "menu is chock full"
|
|
|
|
|
|
|
|
para "of hearty fare for"
|
|
|
|
line "beefy SAILORS!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
; 0x9ca09
|
|
|
|
|
|
|
|
UnknownText_0x9ca09: ; 0x9ca09
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Whenever I roll"
|
|
|
|
line "into this town, I"
|
|
|
|
|
|
|
|
para "always visit the"
|
|
|
|
line "OLIVINE CAFE."
|
|
|
|
|
|
|
|
para "Everything on the"
|
|
|
|
line "menu makes me feel"
|
|
|
|
|
|
|
|
para "stronger. I can't"
|
|
|
|
line "stop eating!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
; 0x9ca8e
|
|
|
|
|
|
|
|
OlivineCafe_MapEventHeader: ; 0x9ca8e
|
|
|
|
; filler
|
|
|
|
db 0, 0
|
|
|
|
|
|
|
|
; warps
|
|
|
|
db 2
|
|
|
|
warp_def $7, $2, 7, GROUP_OLIVINE_CITY, MAP_OLIVINE_CITY
|
|
|
|
warp_def $7, $3, 7, GROUP_OLIVINE_CITY, MAP_OLIVINE_CITY
|
|
|
|
|
|
|
|
; xy triggers
|
|
|
|
db 0
|
|
|
|
|
|
|
|
; signposts
|
|
|
|
db 0
|
|
|
|
|
|
|
|
; people-events
|
|
|
|
db 3
|
2013-07-12 14:06:11 -07:00
|
|
|
person_event SPRITE_SAILOR, 7, 8, $8, $0, 255, 255, $0, 0, SailorScript_0x9c8c1, $ffff
|
|
|
|
person_event SPRITE_FISHING_GURU, 7, 11, $4, $10, 255, 255, $0, 0, FishingGuruScript_0x9c8d9, $ffff
|
|
|
|
person_event SPRITE_SAILOR, 10, 10, $7, $0, 255, 255, $0, 0, SailorScript_0x9c8dc, $ffff
|
2013-02-16 22:54:07 -08:00
|
|
|
; 0x9cac5
|