mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
66 lines
1.3 KiB
NASM
66 lines
1.3 KiB
NASM
OlivinePokeCenter1F_MapScriptHeader:
|
|
.MapTriggers:
|
|
db 0
|
|
|
|
.MapCallbacks:
|
|
db 0
|
|
|
|
NurseScript_0x9c002:
|
|
jumpstd pokecenternurse
|
|
|
|
FishingGuruScript_0x9c005:
|
|
jumpstd happinesschecknpc
|
|
|
|
FisherScript_0x9c008:
|
|
jumptextfaceplayer UnknownText_0x9c00e
|
|
|
|
TeacherScript_0x9c00b:
|
|
jumptextfaceplayer UnknownText_0x9c086
|
|
|
|
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
|
|
|
|
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
|
|
|
|
OlivinePokeCenter1F_MapEventHeader:
|
|
; filler
|
|
db 0, 0
|
|
|
|
.Warps:
|
|
db 3
|
|
warp_def $7, $3, 1, OLIVINE_CITY
|
|
warp_def $7, $4, 1, OLIVINE_CITY
|
|
warp_def $7, $0, 1, POKECENTER_2F
|
|
|
|
.XYTriggers:
|
|
db 0
|
|
|
|
.Signposts:
|
|
db 0
|
|
|
|
.PersonEvents:
|
|
db 4
|
|
person_event SPRITE_NURSE, 1 + 4, 3 + 4, $6, 0, 0, -1, -1, 0, 0, 0, NurseScript_0x9c002, -1
|
|
person_event SPRITE_FISHING_GURU, 4 + 4, 8 + 4, $5, 0, 1, -1, -1, 0, 0, 0, FishingGuruScript_0x9c005, -1
|
|
person_event SPRITE_FISHER, 3 + 4, 2 + 4, $6, 0, 0, -1, -1, (1 << 3) | PAL_OW_GREEN, 0, 0, FisherScript_0x9c008, -1
|
|
person_event SPRITE_TEACHER, 1 + 4, 7 + 4, $6, 0, 0, -1, -1, 0, 0, 0, TeacherScript_0x9c00b, -1
|