pokecrystal-board/maps/OlivinePokeCenter1F.asm

66 lines
1.4 KiB
NASM
Raw Normal View History

2015-07-10 01:45:35 -07:00
OlivinePokeCenter1F_MapScriptHeader:
.MapTriggers:
db 0
.MapCallbacks:
db 0
2015-07-10 01:45:35 -07:00
NurseScript_0x9c002:
jumpstd pokecenternurse
2015-07-10 01:45:35 -07:00
FishingGuruScript_0x9c005:
jumpstd happinesschecknpc
2015-07-10 01:45:35 -07:00
FisherScript_0x9c008:
jumptextfaceplayer UnknownText_0x9c00e
2015-07-10 01:45:35 -07:00
TeacherScript_0x9c00b:
jumptextfaceplayer UnknownText_0x9c086
2015-07-10 01:45:35 -07:00
UnknownText_0x9c00e:
text "The SAILOR in the"
line "OLIVINE CAFE next"
para "door is really"
line "generous."
para "He taught my"
line "#MON STRENGTH."
para "Now it can move"
line "big boulders."
done
2015-07-10 01:45:35 -07:00
UnknownText_0x9c086:
text "There's a person"
line "in CIANWOOD CITY"
cont "across the sea."
para "I heard him brag-"
line "ging about his"
cont "rare #MON."
done
2015-07-10 01:45:35 -07:00
OlivinePokeCenter1F_MapEventHeader:
; filler
db 0, 0
.Warps:
db 3
warp_def $7, $3, 1, GROUP_OLIVINE_CITY, MAP_OLIVINE_CITY
warp_def $7, $4, 1, GROUP_OLIVINE_CITY, MAP_OLIVINE_CITY
warp_def $7, $0, 1, GROUP_POKECENTER_2F, MAP_POKECENTER_2F
.XYTriggers:
db 0
.Signposts:
db 0
.PersonEvents:
db 4
person_event SPRITE_NURSE, 5, 7, OW_UP | $2, $0, -1, -1, $0, 0, NurseScript_0x9c002, -1
person_event SPRITE_FISHING_GURU, 8, 12, OW_UP | $1, $1, -1, -1, $0, 0, FishingGuruScript_0x9c005, -1
person_event SPRITE_FISHER, 7, 6, OW_UP | $2, $0, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, FisherScript_0x9c008, -1
person_event SPRITE_TEACHER, 5, 11, OW_UP | $2, $0, -1, -1, $0, 0, TeacherScript_0x9c00b, -1