mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
81 lines
1.5 KiB
NASM
81 lines
1.5 KiB
NASM
SilphCo1F_MapScriptHeader: ; 0x18abe3
|
|
; trigger count
|
|
db 0
|
|
|
|
; callback count
|
|
db 0
|
|
; 0x18abe5
|
|
|
|
ReceptionistScript_0x18abe5: ; 0x18abe5
|
|
jumptextfaceplayer UnknownText_0x18ac03
|
|
; 0x18abe8
|
|
|
|
OfficerScript_0x18abe8: ; 0x18abe8
|
|
faceplayer
|
|
loadfont
|
|
checkevent EVENT_GOT_UP_GRADE
|
|
iftrue UnknownScript_0x18abfd
|
|
writetext UnknownText_0x18ac36
|
|
keeptextopen
|
|
verbosegiveitem UP_GRADE, 1
|
|
iffalse UnknownScript_0x18ac01
|
|
setevent EVENT_GOT_UP_GRADE
|
|
UnknownScript_0x18abfd: ; 0x18abfd
|
|
writetext UnknownText_0x18aca8
|
|
closetext
|
|
UnknownScript_0x18ac01: ; 0x18ac01
|
|
loadmovesprites
|
|
end
|
|
; 0x18ac03
|
|
|
|
UnknownText_0x18ac03: ; 0x18ac03
|
|
text "Welcome. This is"
|
|
line "SILPH CO.'s HEAD"
|
|
cont "OFFICE BUILDING."
|
|
done
|
|
; 0x18ac36
|
|
|
|
UnknownText_0x18ac36: ; 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
|
|
; 0x18aca8
|
|
|
|
UnknownText_0x18aca8: ; 0x18aca8
|
|
text "It's SILPH CO.'s"
|
|
line "latest product."
|
|
|
|
para "It's not for sale"
|
|
line "anywhere yet."
|
|
done
|
|
; 0x18ace7
|
|
|
|
SilphCo1F_MapEventHeader: ; 0x18ace7
|
|
; filler
|
|
db 0, 0
|
|
|
|
; warps
|
|
db 2
|
|
warp_def $7, $2, 7, GROUP_SAFFRON_CITY, MAP_SAFFRON_CITY
|
|
warp_def $7, $3, 7, GROUP_SAFFRON_CITY, MAP_SAFFRON_CITY
|
|
|
|
; xy triggers
|
|
db 0
|
|
|
|
; signposts
|
|
db 0
|
|
|
|
; people-events
|
|
db 2
|
|
person_event SPRITE_RECEPTIONIST, 6, 8, $6, $0, 255, 255, $90, 0, ReceptionistScript_0x18abe5, $ffff
|
|
person_event SPRITE_OFFICER, 5, 17, $6, $0, 255, 255, $90, 0, OfficerScript_0x18abe8, $ffff
|
|
; 0x18ad11
|
|
|