pokecrystal-board/maps/CeruleanPoliceStation.asm

61 lines
1.3 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
2015-11-25 07:16:29 -08:00
waitbutton
closetext
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
person_event SPRITE_FISHING_GURU, 1, 5, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, (1 << 3) | PAL_OW_GREEN, PERSONTYPE_SCRIPT, 0, FishingGuruScript_0x18804a, -1
person_event SPRITE_POKEFAN_F, 4, 5, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, (1 << 3) | PAL_OW_BLUE, PERSONTYPE_SCRIPT, 0, PokefanFScript_0x18804d, -1
person_event SPRITE_DIGLETT, 5, 3, SPRITEMOVEDATA_POKEMON, 0, 0, -1, -1, (1 << 3) | PAL_OW_BROWN, PERSONTYPE_SCRIPT, 0, DiglettScript_0x188050, -1