pokecrystal-board/maps/Route32PokeCenter1F.asm

113 lines
2.0 KiB
NASM
Raw Normal View History

2015-07-10 01:45:35 -07:00
Route32PokeCenter1F_MapScriptHeader:
.MapTriggers:
db 0
.MapCallbacks:
db 0
2015-07-10 01:45:35 -07:00
NurseScript_0x69b52:
jumpstd pokecenternurse
2015-07-10 01:45:35 -07:00
FishingGuruScript_0x69b55:
faceplayer
loadfont
2013-09-24 00:48:58 -07:00
checkevent EVENT_GOT_OLD_ROD
iftrue UnknownScript_0x69b7a
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x69b83
yesorno
iffalse UnknownScript_0x69b74
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x69be8
keeptextopen
verbosegiveitem OLD_ROD, 1
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x69c1b
closetext
loadmovesprites
2013-09-24 00:48:58 -07:00
setevent EVENT_GOT_OLD_ROD
end
2015-07-10 01:45:35 -07:00
UnknownScript_0x69b74:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x69c6c
closetext
loadmovesprites
end
2015-07-10 01:45:35 -07:00
UnknownScript_0x69b7a:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x69c8d
closetext
loadmovesprites
end
2015-07-10 01:45:35 -07:00
CooltrainerFScript_0x69b80:
jumptextfaceplayer UnknownText_0x69cac
2015-07-10 01:45:35 -07:00
UnknownText_0x69b83:
text "This is a great"
line "fishing spot."
para "You saw people"
line "fishing? How"
cont "about you?"
para "Would you like one"
line "of my RODS?"
done
2015-07-10 01:45:35 -07:00
UnknownText_0x69be8:
text "Heh, that's good"
line "to hear."
para "Now you're an"
line "angler too!"
done
2015-07-10 01:45:35 -07:00
UnknownText_0x69c1b:
text "Fishing is great!"
para "If there's water,"
line "be it the sea or a"
para "stream, try out"
line "your ROD."
done
2015-07-10 01:45:35 -07:00
UnknownText_0x69c6c:
text "Oh. That's rather"
line "disappointing…"
done
2015-07-10 01:45:35 -07:00
UnknownText_0x69c8d:
text "Yo, kid. How are"
line "they biting?"
done
2015-07-10 01:45:35 -07:00
UnknownText_0x69cac:
text "What should I make"
line "my #MON hold?"
para "Maybe an item that"
line "increases ATTACK"
cont "power…"
done
2015-07-10 01:45:35 -07:00
Route32PokeCenter1F_MapEventHeader:
; filler
db 0, 0
.Warps:
db 3
warp_def $7, $3, 1, ROUTE_32
warp_def $7, $4, 1, ROUTE_32
warp_def $7, $0, 1, POKECENTER_2F
.XYTriggers:
db 0
.Signposts:
db 0
.PersonEvents:
db 3
person_event SPRITE_NURSE, 1, 3, SPRITEMOVEFN_06, 0, 0, -1, -1, 0, 0, 0, NurseScript_0x69b52, -1
person_event SPRITE_FISHING_GURU, 4, 1, SPRITEMOVEFN_06, 0, 0, -1, -1, (1 << 3) | PAL_OW_GREEN, 0, 0, FishingGuruScript_0x69b55, -1
person_event SPRITE_COOLTRAINER_F, 2, 6, SPRITEMOVEFN_06, 0, 0, -1, -1, (1 << 3) | PAL_OW_RED, 0, 0, CooltrainerFScript_0x69b80, -1