pokecrystal-board/maps/SlowpokeWellB2F.asm

82 lines
1.5 KiB
NASM
Raw Normal View History

2015-11-26 21:22:14 -08:00
const_value set 2
const SLOWPOKEWELLB2F_GYM_GUY
const SLOWPOKEWELLB2F_POKE_BALL
2015-07-10 01:45:35 -07:00
SlowpokeWellB2F_MapScriptHeader:
.MapTriggers:
db 0
.MapCallbacks:
db 0
2015-07-10 01:45:35 -07:00
GymGuyScript_0x5ad0b:
faceplayer
loadfont
2013-09-24 00:48:58 -07:00
checkevent EVENT_GOT_KINGS_ROCK_IN_SLOWPOKE_WELL
iftrue UnknownScript_0x5ad22
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x5ad2a
2015-11-29 19:29:45 -08:00
buttonsound
2015-11-04 17:20:14 -08:00
verbosegiveitem KINGS_ROCK
iffalse UnknownScript_0x5ad20
2013-09-24 00:48:58 -07:00
setevent EVENT_GOT_KINGS_ROCK_IN_SLOWPOKE_WELL
2015-07-10 01:45:35 -07:00
UnknownScript_0x5ad20:
2015-11-25 07:16:29 -08:00
closetext
end
2015-07-10 01:45:35 -07:00
UnknownScript_0x5ad22:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x5adf2
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:45:35 -07:00
ItemFragment_0x5ad28:
2015-12-09 08:57:08 -08:00
itemfragment TM_RAIN_DANCE
2015-07-10 01:45:35 -07:00
UnknownText_0x5ad2a:
text "I'm waiting to see"
line "SLOWPOKE's moment"
cont "of evolution."
para "Through observa-"
line "tion, I made a new"
cont "discovery."
para "A SLOWPOKE with a"
line "KING'S ROCK often"
para "gets bitten by a"
line "SHELLDER."
para "Here, I'll share a"
line "KING'S ROCK with"
cont "you."
done
2015-07-10 01:45:35 -07:00
UnknownText_0x5adf2:
text "I'm going to be"
line "like SLOWPOKE."
para "I'll wait patient-"
line "ly, so I can see"
cont "one evolve."
done
2015-07-10 01:45:35 -07:00
SlowpokeWellB2F_MapEventHeader:
; filler
db 0, 0
.Warps:
db 1
warp_def $b, $9, 2, SLOWPOKE_WELL_B1F
.XYTriggers:
db 0
.Signposts:
db 0
.PersonEvents:
db 2
person_event SPRITE_GYM_GUY, 4, 5, SPRITEMOVEDATA_WANDER, 2, 1, -1, -1, 0, PERSONTYPE_SCRIPT, 1, GymGuyScript_0x5ad0b, -1
person_event SPRITE_POKE_BALL, 5, 15, SPRITEMOVEDATA_ITEM_TREE, 0, 0, -1, -1, 0, PERSONTYPE_ITEMFRAGMENT, 0, ItemFragment_0x5ad28, EVENT_SLOWPOKE_WELL_B2F_TM_RAIN_DANCE