2019-04-21 14:42:25 -07:00
|
|
|
object_const_def ; object_event constants
|
2015-11-26 21:22:14 -08:00
|
|
|
const GOLDENRODFLOWERSHOP_TEACHER
|
2016-04-06 21:59:45 -07:00
|
|
|
const GOLDENRODFLOWERSHOP_FLORIA
|
2015-11-26 21:22:14 -08:00
|
|
|
|
2018-01-16 19:57:19 -08:00
|
|
|
GoldenrodFlowerShop_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-07-22 12:57:02 -07:00
|
|
|
FlowerShopTeacherScript:
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_FOUGHT_SUDOWOODO
|
2015-07-22 12:57:02 -07:00
|
|
|
iftrue .Lalala
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_GOT_SQUIRTBOTTLE
|
2015-07-22 12:57:02 -07:00
|
|
|
iftrue .GotSquirtbottle
|
2015-06-25 22:30:16 -07:00
|
|
|
checkevent EVENT_MET_FLORIA
|
2015-07-22 12:57:02 -07:00
|
|
|
iffalse .HaventMetFloria
|
2015-07-20 00:51:52 -07:00
|
|
|
checkevent EVENT_TALKED_TO_FLORIA_AT_FLOWER_SHOP
|
2015-07-22 12:57:02 -07:00
|
|
|
iffalse .Lalala
|
2015-07-10 05:08:03 -07:00
|
|
|
checkflag ENGINE_PLAINBADGE
|
2015-07-22 12:57:02 -07:00
|
|
|
iffalse .NoPlainBadge
|
2013-02-16 22:54:07 -08:00
|
|
|
faceplayer
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2019-04-27 17:55:53 -07:00
|
|
|
writetext GoldenrodFlowerShopTeacherHeresTheSquirtbottleText
|
2019-11-03 09:48:54 -08:00
|
|
|
promptbutton
|
2015-11-04 17:20:14 -08:00
|
|
|
verbosegiveitem SQUIRTBOTTLE
|
2013-09-24 00:48:58 -07:00
|
|
|
setevent EVENT_GOT_SQUIRTBOTTLE
|
2015-11-25 07:16:29 -08:00
|
|
|
closetext
|
2015-06-25 22:30:16 -07:00
|
|
|
setevent EVENT_FLORIA_AT_SUDOWOODO
|
2015-07-18 12:46:38 -07:00
|
|
|
clearevent EVENT_FLORIA_AT_FLOWER_SHOP
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-22 12:57:02 -07:00
|
|
|
.Lalala:
|
2018-02-25 17:05:37 -08:00
|
|
|
turnobject GOLDENRODFLOWERSHOP_TEACHER, LEFT
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2019-04-27 17:55:53 -07:00
|
|
|
writetext GoldenrodFlowerShopTeacherLalalaHavePlentyOfWaterText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-07-22 12:57:02 -07:00
|
|
|
.GotSquirtbottle:
|
2019-04-27 17:55:53 -07:00
|
|
|
jumptextfaceplayer GoldenrodFlowerShopTeacherDontDoAnythingDangerousText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-22 12:57:02 -07:00
|
|
|
.NoPlainBadge:
|
2019-04-27 17:55:53 -07:00
|
|
|
jumptextfaceplayer GoldenrodFlowerShopTeacherAskWantToBorrowWaterBottleText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-22 12:57:02 -07:00
|
|
|
.HaventMetFloria:
|
2019-04-27 17:55:53 -07:00
|
|
|
jumptextfaceplayer GoldenrodFlowerShopTeacherMySisterWentToSeeWigglyTreeRoute36Text
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-22 12:57:02 -07:00
|
|
|
FlowerShopFloriaScript:
|
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_FOUGHT_SUDOWOODO
|
2015-07-22 12:57:02 -07:00
|
|
|
iftrue .FoughtSudowoodo
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_GOT_SQUIRTBOTTLE
|
2015-07-22 12:57:02 -07:00
|
|
|
iftrue .GotSquirtbottle
|
2019-04-27 17:55:53 -07:00
|
|
|
writetext GoldenrodFlowerShopFloriaWonderIfSisWillLendWaterBottleText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
2015-07-20 00:51:52 -07:00
|
|
|
setevent EVENT_TALKED_TO_FLORIA_AT_FLOWER_SHOP
|
2015-07-18 12:46:38 -07:00
|
|
|
setevent EVENT_FLORIA_AT_FLOWER_SHOP
|
2015-06-25 22:30:16 -07:00
|
|
|
clearevent EVENT_FLORIA_AT_SUDOWOODO
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-22 12:57:02 -07:00
|
|
|
.GotSquirtbottle:
|
2019-04-27 17:55:53 -07:00
|
|
|
writetext GoldenrodFlowerShopFloriaYouBeatWhitneyText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-07-22 12:57:02 -07:00
|
|
|
.FoughtSudowoodo:
|
2019-04-27 17:55:53 -07:00
|
|
|
writetext GoldenrodFlowerShopFloriaItReallyWasAMonText
|
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
|
|
|
FlowerShopShelf1:
|
|
|
|
; unused
|
2020-06-10 13:44:16 -07:00
|
|
|
jumpstd PictureBookshelfScript
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
FlowerShopShelf2:
|
|
|
|
; unused
|
2020-06-10 13:44:16 -07:00
|
|
|
jumpstd MagazineBookshelfScript
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
FlowerShopRadio:
|
|
|
|
; unused
|
2020-06-10 13:44:16 -07:00
|
|
|
jumpstd Radio2Script
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2019-04-27 17:55:53 -07:00
|
|
|
GoldenrodFlowerShopTeacherMySisterWentToSeeWigglyTreeRoute36Text:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Have you seen that"
|
|
|
|
line "wiggly tree that's"
|
|
|
|
|
|
|
|
para "growing on ROUTE"
|
|
|
|
line "36?"
|
|
|
|
|
|
|
|
para "My little sister"
|
|
|
|
line "got all excited"
|
|
|
|
|
|
|
|
para "and went to see"
|
|
|
|
line "it…"
|
|
|
|
|
|
|
|
para "I'm worried… Isn't"
|
|
|
|
line "it dangerous?"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2019-04-27 17:55:53 -07:00
|
|
|
GoldenrodFlowerShopTeacherAskWantToBorrowWaterBottleText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Do you want to"
|
|
|
|
line "borrow the water"
|
|
|
|
|
|
|
|
para "bottle too?"
|
|
|
|
line "I don't want you"
|
|
|
|
|
|
|
|
para "doing anything"
|
|
|
|
line "dangerous with it."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2019-04-27 17:55:53 -07:00
|
|
|
GoldenrodFlowerShopTeacherHeresTheSquirtbottleText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Oh, you're better"
|
|
|
|
line "than WHITNEY…"
|
|
|
|
|
|
|
|
para "You'll be OK,"
|
|
|
|
line "then. Here's the"
|
|
|
|
cont "SQUIRTBOTTLE!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2019-04-27 17:55:53 -07:00
|
|
|
GoldenrodFlowerShopTeacherDontDoAnythingDangerousText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Don't do anything"
|
|
|
|
line "too dangerous!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2019-04-27 17:55:53 -07:00
|
|
|
GoldenrodFlowerShopTeacherLalalaHavePlentyOfWaterText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Lalala lalalala."
|
|
|
|
line "Have plenty of"
|
|
|
|
cont "water, my lovely!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2019-04-27 17:55:53 -07:00
|
|
|
GoldenrodFlowerShopFloriaWonderIfSisWillLendWaterBottleText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "When I told my sis"
|
|
|
|
line "about the jiggly"
|
|
|
|
|
|
|
|
para "tree, she told me"
|
|
|
|
line "it's dangerous."
|
|
|
|
|
|
|
|
para "If I beat WHITNEY,"
|
|
|
|
line "I wonder if she'll"
|
|
|
|
|
|
|
|
para "lend me her water"
|
|
|
|
line "bottle…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2019-04-27 17:55:53 -07:00
|
|
|
GoldenrodFlowerShopFloriaYouBeatWhitneyText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Wow, you beat"
|
|
|
|
line "WHITNEY? Cool!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2019-04-27 17:55:53 -07:00
|
|
|
GoldenrodFlowerShopFloriaItReallyWasAMonText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "So it really was a"
|
|
|
|
line "#MON!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-16 19:57:19 -08:00
|
|
|
GoldenrodFlowerShop_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, GOLDENROD_CITY, 6
|
|
|
|
warp_event 3, 7, GOLDENROD_CITY, 6
|
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 0 ; bg events
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-30 11:15:47 -08:00
|
|
|
db 2 ; object events
|
2018-02-01 19:22:07 -08:00
|
|
|
object_event 2, 4, SPRITE_TEACHER, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, FlowerShopTeacherScript, -1
|
|
|
|
object_event 5, 6, SPRITE_LASS, SPRITEMOVEDATA_WANDER, 1, 1, -1, -1, PAL_NPC_BLUE, OBJECTTYPE_SCRIPT, 0, FlowerShopFloriaScript, EVENT_FLORIA_AT_FLOWER_SHOP
|