pokecrystal-board/maps/CeladonMansion2F.asm

74 lines
1.3 KiB
NASM
Raw Normal View History

2015-06-25 21:01:08 -07:00
CeladonMansion2F_MapScriptHeader:
; trigger count
db 0
; callback count
db 0
2015-06-25 21:01:08 -07:00
CeladonMansion2FComputer:
jumptext CeladonMansion2FComputerText
2015-06-25 21:01:08 -07:00
CeladonMansion2FSign:
jumptext CeladonMansion2FSignText
2015-06-25 21:01:08 -07:00
CeladonMansion2FBookshelf:
jumpstd difficultbookshelf
2015-06-25 21:01:08 -07:00
CeladonMansion2FComputerText:
text "<PLAYER> turned on"
line "the PC."
para "…"
para "Someone was in the"
line "middle of compos-"
cont "ing an e-mail."
para "…I hope you'll"
line "come visit KANTO."
para "I think you'll be"
line "surprised at how"
para "much things have"
line "changed here."
para "You'll also see"
line "many #MON that"
para "aren't native to"
line "JOHTO."
para "To the PRODUCER"
para "…"
done
2015-06-25 21:01:08 -07:00
CeladonMansion2FSignText:
text "GAME FREAK"
line "MEETING ROOM"
done
2015-06-25 21:01:08 -07:00
CeladonMansion2F_MapEventHeader:
; filler
db 0, 0
; warps
db 4
warp_def $0, $0, 4, GROUP_CELADON_MANSION_1F, MAP_CELADON_MANSION_1F
warp_def $0, $1, 2, GROUP_CELADON_MANSION_3F, MAP_CELADON_MANSION_3F
warp_def $0, $6, 3, GROUP_CELADON_MANSION_3F, MAP_CELADON_MANSION_3F
warp_def $0, $7, 5, GROUP_CELADON_MANSION_1F, MAP_CELADON_MANSION_1F
; xy triggers
db 0
; signposts
db 3
signpost 3, 0, SIGNPOST_READ, CeladonMansion2FComputer
signpost 8, 5, SIGNPOST_UP, CeladonMansion2FSign
signpost 3, 2, SIGNPOST_READ, CeladonMansion2FBookshelf
; people-events
db 0