pokecrystal-board/maps/CeruleanPoliceStation.asm

61 lines
1.2 KiB
NASM
Raw Normal View History

2015-07-10 01:45:35 -07:00
CeruleanPoliceStation_MapScriptHeader:
.MapTriggers:
db 0
.MapCallbacks:
db 0
2015-07-10 01:45:35 -07:00
FishingGuruScript_0x18804a:
jumptextfaceplayer UnknownText_0x18805a
2015-07-10 01:45:35 -07:00
PokefanFScript_0x18804d:
jumptextfaceplayer UnknownText_0x1880c3
2015-07-10 01:45:35 -07:00
DiglettScript_0x188050:
loadfont
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x1880e7
cry DIGLETT
closetext
loadmovesprites
end
2015-07-10 01:45:35 -07:00
UnknownText_0x18805a:
text "I heard that some"
line "shady character is"
cont "skulking about."
para "I won't stand for"
line "it if he turns out"
cont "to be a thief."
done
2015-07-10 01:45:35 -07:00
UnknownText_0x1880c3:
text "We were held up by"
line "robbers before."
done
2015-07-10 01:45:35 -07:00
UnknownText_0x1880e7:
text "DIGLETT: Dug dug."
done
2015-07-10 01:45:35 -07:00
CeruleanPoliceStation_MapEventHeader:
; filler
db 0, 0
.Warps:
db 2
warp_def $7, $2, 2, CERULEAN_CITY
warp_def $7, $3, 2, CERULEAN_CITY
.XYTriggers:
db 0
.Signposts:
db 0
.PersonEvents:
db 3
2015-07-29 15:22:23 -07:00
person_event SPRITE_FISHING_GURU, 5, 9, $7, 0, 0, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, FishingGuruScript_0x18804a, -1
person_event SPRITE_POKEFAN_F, 8, 9, $8, 0, 0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, PokefanFScript_0x18804d, -1
person_event SPRITE_DIGLETT, 9, 7, $16, 0, 0, -1, -1, (PAL_OW_BROWN << 4) | $80, 0, DiglettScript_0x188050, -1