2019-04-21 14:42:25 -07:00
|
|
|
object_const_def ; object_event constants
|
2015-11-26 21:22:14 -08:00
|
|
|
const ROUTE27SANDSTORMHOUSE_GRANNY
|
|
|
|
|
2018-01-16 19:57:19 -08:00
|
|
|
Route27SandstormHouse_MapScripts:
|
2018-01-30 11:15:47 -08:00
|
|
|
db 0 ; scene scripts
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-30 11:15:47 -08:00
|
|
|
db 0 ; callbacks
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
SandstormHouseWoman:
|
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_GOT_TM37_SANDSTORM
|
2015-06-25 21:01:08 -07:00
|
|
|
iftrue .AlreadyGotItem
|
2018-01-24 08:17:05 -08:00
|
|
|
special GetFirstPokemonHappiness
|
2015-06-25 21:01:08 -07:00
|
|
|
writetext SandstormHouseWomanText1
|
2019-11-03 09:48:54 -08:00
|
|
|
promptbutton
|
2018-02-02 18:09:17 -08:00
|
|
|
ifgreater 150 - 1, .Loyal
|
2019-03-10 13:39:31 -07:00
|
|
|
sjump .Disloyal
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2016-04-10 11:42:14 -07:00
|
|
|
.Loyal:
|
2015-06-25 21:01:08 -07:00
|
|
|
writetext SandstormHouseWomanLoyalText
|
2019-11-03 09:48:54 -08:00
|
|
|
promptbutton
|
2015-11-04 17:20:14 -08:00
|
|
|
verbosegiveitem TM_SANDSTORM
|
2015-06-25 21:01:08 -07:00
|
|
|
iffalse .Done
|
2013-09-24 00:48:58 -07:00
|
|
|
setevent EVENT_GOT_TM37_SANDSTORM
|
2016-04-10 11:42:14 -07:00
|
|
|
.AlreadyGotItem:
|
2015-06-25 21:01:08 -07:00
|
|
|
writetext SandstormHouseSandstormDescription
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2016-04-10 11:42:14 -07:00
|
|
|
.Done:
|
2015-11-25 07:16:29 -08:00
|
|
|
closetext
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2016-04-10 11:42:14 -07:00
|
|
|
.Disloyal:
|
2015-06-25 21:01:08 -07:00
|
|
|
writetext SandstormHouseWomanDisloyalText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
SandstormHouseBookshelf:
|
2015-06-23 13:21:54 -07:00
|
|
|
jumpstd magazinebookshelf
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
SandstormHouseWomanText1:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Where are you off"
|
|
|
|
line "to with #MON?"
|
|
|
|
|
|
|
|
para "#MON LEAGUE?"
|
|
|
|
|
|
|
|
para "Are your #MON"
|
|
|
|
line "loyal enough for"
|
|
|
|
cont "you to win?"
|
|
|
|
|
|
|
|
para "Let me see…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
SandstormHouseWomanLoyalText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Ah! Your #MON"
|
|
|
|
line "trusts you very"
|
|
|
|
cont "much."
|
|
|
|
|
|
|
|
para "It's nice to see a"
|
|
|
|
line "good trainer."
|
|
|
|
|
|
|
|
para "Here. A gift for"
|
|
|
|
line "your journey."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
SandstormHouseSandstormDescription:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "TM37 happens to be"
|
|
|
|
line "SANDSTORM."
|
|
|
|
|
|
|
|
para "It's a move that"
|
|
|
|
line "inflicts damage on"
|
|
|
|
cont "both battlers."
|
|
|
|
|
|
|
|
para "It's for advanced"
|
|
|
|
line "trainers only."
|
|
|
|
|
|
|
|
para "Use it if you"
|
|
|
|
line "dare. Good luck!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
SandstormHouseWomanDisloyalText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "If it doesn't come"
|
|
|
|
line "to trust you some"
|
|
|
|
|
|
|
|
para "more, it could be"
|
|
|
|
line "tough going."
|
|
|
|
|
|
|
|
para "Trust is the tie"
|
|
|
|
line "that binds #MON"
|
|
|
|
cont "and trainers."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-16 19:57:19 -08:00
|
|
|
Route27SandstormHouse_MapEvents:
|
2018-01-30 11:15:47 -08:00
|
|
|
db 0, 0 ; filler
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-30 11:15:47 -08:00
|
|
|
db 2 ; warp events
|
2018-02-01 19:22:07 -08:00
|
|
|
warp_event 2, 7, ROUTE_27, 1
|
|
|
|
warp_event 3, 7, ROUTE_27, 1
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-30 11:15:47 -08:00
|
|
|
db 0 ; coord events
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-30 11:15:47 -08:00
|
|
|
db 2 ; bg events
|
2018-02-01 19:22:07 -08:00
|
|
|
bg_event 0, 1, BGEVENT_READ, SandstormHouseBookshelf
|
|
|
|
bg_event 1, 1, BGEVENT_READ, SandstormHouseBookshelf
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-30 11:15:47 -08:00
|
|
|
db 1 ; object events
|
2018-02-01 19:22:07 -08:00
|
|
|
object_event 2, 4, SPRITE_GRANNY, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, SandstormHouseWoman, -1
|