pokecrystal-board/maps/DarkCaveBlackthornEntrance.asm

79 lines
1.6 KiB
NASM
Raw Normal View History

2015-07-10 01:45:35 -07:00
DarkCaveBlackthornEntrance_MapScriptHeader:
.MapTriggers:
db 0
.MapCallbacks:
db 0
2015-07-10 01:45:35 -07:00
PharmacistScript_0x18c720:
faceplayer
loadfont
2013-09-24 00:48:58 -07:00
checkevent EVENT_GOT_BLACKGLASSES_IN_DARK_CAVE
iftrue UnknownScript_0x18c735
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x18c73f
keeptextopen
verbosegiveitem BLACKGLASSES, 1
iffalse UnknownScript_0x18c739
2013-09-24 00:48:58 -07:00
setevent EVENT_GOT_BLACKGLASSES_IN_DARK_CAVE
2015-07-10 01:45:35 -07:00
UnknownScript_0x18c735:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x18c80c
closetext
2015-07-10 01:45:35 -07:00
UnknownScript_0x18c739:
loadmovesprites
end
2015-07-10 01:45:35 -07:00
ItemFragment_0x18c73b:
db REVIVE, 1
2015-07-10 01:45:35 -07:00
ItemFragment_0x18c73d:
db TM_SNORE, 1
2015-07-10 01:45:35 -07:00
UnknownText_0x18c73f:
text "Whoa! You startled"
line "me there!"
para "I had my BLACK-"
line "GLASSES on, so I"
para "didn't notice you"
line "at all."
para "What am I doing"
line "here?"
para "Hey, don't you"
line "worry about it."
para "I'll give you a"
line "pair of BLACK-"
cont "GLASSES, so forget"
cont "you saw me, OK?"
done
2015-07-10 01:45:35 -07:00
UnknownText_0x18c80c:
text "BLACKGLASSES ups"
line "the power of dark-"
cont "type moves."
done
2015-07-10 01:45:35 -07:00
DarkCaveBlackthornEntrance_MapEventHeader:
; filler
db 0, 0
.Warps:
db 2
warp_def $3, $17, 1, ROUTE_45
warp_def $19, $3, 2, DARK_CAVE_VIOLET_ENTRANCE
.XYTriggers:
db 0
.Signposts:
db 0
.PersonEvents:
db 3
2015-07-29 15:22:23 -07:00
person_event SPRITE_PHARMACIST, 7, 11, $3, 0, 0, -1, -1, $0, 0, PharmacistScript_0x18c720, -1
person_event SPRITE_POKE_BALL, 28, 25, $1, 0, 0, -1, -1, $1, 0, ItemFragment_0x18c73b, EVENT_DARK_CAVE_BLACKTHORN_ENTRANCE_REVIVE
person_event SPRITE_POKE_BALL, 26, 11, $1, 0, 0, -1, -1, $1, 0, ItemFragment_0x18c73d, EVENT_DARK_CAVE_BLACKTHORN_ENTRANCE_TM_SNORE