pokecrystal-board/maps/SilphCo1F.asm

73 lines
1.4 KiB
NASM
Raw Normal View History

2015-07-10 01:45:35 -07:00
SilphCo1F_MapScriptHeader:
.MapTriggers:
db 0
.MapCallbacks:
db 0
2015-07-10 01:45:35 -07:00
ReceptionistScript_0x18abe5:
jumptextfaceplayer UnknownText_0x18ac03
2015-07-10 01:45:35 -07:00
OfficerScript_0x18abe8:
faceplayer
loadfont
2013-09-24 00:48:58 -07:00
checkevent EVENT_GOT_UP_GRADE
iftrue UnknownScript_0x18abfd
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x18ac36
keeptextopen
verbosegiveitem UP_GRADE, 1
iffalse UnknownScript_0x18ac01
2013-09-24 00:48:58 -07:00
setevent EVENT_GOT_UP_GRADE
2015-07-10 01:45:35 -07:00
UnknownScript_0x18abfd:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x18aca8
closetext
2015-07-10 01:45:35 -07:00
UnknownScript_0x18ac01:
loadmovesprites
end
2015-07-10 01:45:35 -07:00
UnknownText_0x18ac03:
text "Welcome. This is"
line "SILPH CO.'s HEAD"
cont "OFFICE BUILDING."
done
2015-07-10 01:45:35 -07:00
UnknownText_0x18ac36:
text "Only employees are"
line "permitted to go"
cont "upstairs."
para "But since you came"
line "such a long way,"
para "have this neat"
line "little souvenir."
done
2015-07-10 01:45:35 -07:00
UnknownText_0x18aca8:
text "It's SILPH CO.'s"
line "latest product."
para "It's not for sale"
line "anywhere yet."
done
2015-07-10 01:45:35 -07:00
SilphCo1F_MapEventHeader:
; filler
db 0, 0
.Warps:
db 2
warp_def $7, $2, 7, SAFFRON_CITY
warp_def $7, $3, 7, SAFFRON_CITY
.XYTriggers:
db 0
.Signposts:
db 0
.PersonEvents:
db 2
2015-10-31 18:05:02 -07:00
person_event SPRITE_RECEPTIONIST, 2, 4, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, (1 << 3) | PAL_OW_BLUE, 0, 0, ReceptionistScript_0x18abe5, -1
person_event SPRITE_OFFICER, 1, 13, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, (1 << 3) | PAL_OW_BLUE, 0, 0, OfficerScript_0x18abe8, -1