pokecrystal-board/maps/GoldenrodFlowerShop.asm

177 lines
3.2 KiB
NASM
Raw Normal View History

2015-07-10 01:45:35 -07:00
GoldenrodFlowerShop_MapScriptHeader:
.MapTriggers:
db 0
.MapCallbacks:
db 0
2015-07-10 01:45:35 -07:00
TeacherScript_0x5535d:
2013-09-24 00:48:58 -07:00
checkevent EVENT_FOUGHT_SUDOWOODO
iftrue UnknownScript_0x5538f
2013-09-24 00:48:58 -07:00
checkevent EVENT_GOT_SQUIRTBOTTLE
iftrue UnknownScript_0x55399
2015-06-25 22:30:16 -07:00
checkevent EVENT_MET_FLORIA
iffalse UnknownScript_0x5539f
checkevent EVENT_TALKED_TO_FLORIA_AT_FLOWER_SHOP
iffalse UnknownScript_0x5538f
2015-07-10 05:08:03 -07:00
checkflag ENGINE_PLAINBADGE
iffalse UnknownScript_0x5539c
faceplayer
loadfont
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x554c2
keeptextopen
verbosegiveitem SQUIRTBOTTLE, 1
2013-09-24 00:48:58 -07:00
setevent EVENT_GOT_SQUIRTBOTTLE
loadmovesprites
2015-06-25 22:30:16 -07:00
setevent EVENT_FLORIA_AT_SUDOWOODO
clearevent EVENT_FLORIA_AT_FLOWER_SHOP
end
2015-07-10 01:45:35 -07:00
UnknownScript_0x5538f:
spriteface $2, LEFT
loadfont
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x5552e
closetext
loadmovesprites
end
2015-07-10 01:45:35 -07:00
UnknownScript_0x55399:
jumptextfaceplayer UnknownText_0x5550d
2015-07-10 01:45:35 -07:00
UnknownScript_0x5539c:
jumptextfaceplayer UnknownText_0x55463
2015-07-10 01:45:35 -07:00
UnknownScript_0x5539f:
jumptextfaceplayer UnknownText_0x553d4
2015-07-10 01:45:35 -07:00
LassScript_0x553a2:
faceplayer
loadfont
2013-09-24 00:48:58 -07:00
checkevent EVENT_FOUGHT_SUDOWOODO
iftrue UnknownScript_0x553c5
2013-09-24 00:48:58 -07:00
checkevent EVENT_GOT_SQUIRTBOTTLE
iftrue UnknownScript_0x553bf
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x55561
closetext
loadmovesprites
setevent EVENT_TALKED_TO_FLORIA_AT_FLOWER_SHOP
setevent EVENT_FLORIA_AT_FLOWER_SHOP
2015-06-25 22:30:16 -07:00
clearevent EVENT_FLORIA_AT_SUDOWOODO
end
2015-07-10 01:45:35 -07:00
UnknownScript_0x553bf:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x555e6
closetext
loadmovesprites
end
2015-07-10 01:45:35 -07:00
UnknownScript_0x553c5:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x55604
closetext
loadmovesprites
end
2015-06-25 21:01:08 -07:00
FlowerShopShelf1:
; unused
jumpstd picturebookshelf
2015-06-25 21:01:08 -07:00
FlowerShopShelf2:
; unused
jumpstd magazinebookshelf
2015-06-25 21:01:08 -07:00
FlowerShopRadio:
; unused
2015-06-23 14:02:58 -07:00
jumpstd radio2
2015-07-10 01:45:35 -07:00
UnknownText_0x553d4:
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
2015-07-10 01:45:35 -07:00
UnknownText_0x55463:
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
2015-07-10 01:45:35 -07:00
UnknownText_0x554c2:
text "Oh, you're better"
line "than WHITNEYā€¦"
para "You'll be OK,"
line "then. Here's the"
cont "SQUIRTBOTTLE!"
done
2015-07-10 01:45:35 -07:00
UnknownText_0x5550d:
text "Don't do anything"
line "too dangerous!"
done
2015-07-10 01:45:35 -07:00
UnknownText_0x5552e:
text "Lalala lalalala."
line "Have plenty of"
cont "water, my lovely!"
done
2015-07-10 01:45:35 -07:00
UnknownText_0x55561:
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
2015-07-10 01:45:35 -07:00
UnknownText_0x555e6:
text "Wow, you beat"
line "WHITNEY? Cool!"
done
2015-07-10 01:45:35 -07:00
UnknownText_0x55604:
text "So it really was a"
line "#MON!"
done
2015-07-10 01:45:35 -07:00
GoldenrodFlowerShop_MapEventHeader:
; filler
db 0, 0
.Warps:
db 2
warp_def $7, $2, 6, GROUP_GOLDENROD_CITY, MAP_GOLDENROD_CITY
warp_def $7, $3, 6, GROUP_GOLDENROD_CITY, MAP_GOLDENROD_CITY
.XYTriggers:
db 0
.Signposts:
db 0
.PersonEvents:
db 2
person_event SPRITE_TEACHER, 8, 6, OW_LEFT | $1, $0, -1, -1, $0, 0, TeacherScript_0x5535d, -1
person_event SPRITE_LASS, 10, 9, OW_DOWN | $2, $11, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, LassScript_0x553a2, EVENT_FLORIA_AT_FLOWER_SHOP