pokecrystal-board/maps/DragonsDenB1F.asm

498 lines
9.0 KiB
NASM
Raw Normal View History

2015-07-10 01:20:21 -07:00
DragonsDenB1F_MapScriptHeader:
; trigger count
db 2
; triggers
dw UnknownScript_0x18c89d, $0000
dw UnknownScript_0x18c89e, $0000
; callback count
db 1
; callbacks
dbw 5, UnknownScript_0x18c89f
2015-07-10 01:20:21 -07:00
UnknownScript_0x18c89d:
end
2015-07-10 01:20:21 -07:00
UnknownScript_0x18c89e:
end
2015-07-10 01:20:21 -07:00
UnknownScript_0x18c89f:
2013-09-24 00:48:58 -07:00
checkevent EVENT_BEAT_RIVAL_IN_MT_MOON
iftrue UnknownScript_0x18c8a8
disappear $4
return
2015-07-10 01:20:21 -07:00
UnknownScript_0x18c8a8:
checkcode VAR_WEEKDAY
if_equal TUESDAY, UnknownScript_0x18c8b5
if_equal THURSDAY, UnknownScript_0x18c8b5
disappear $4
return
2015-07-10 01:20:21 -07:00
UnknownScript_0x18c8b5:
appear $4
return
2015-07-10 01:20:21 -07:00
UnknownScript_0x18c8b8:
appear $3
loadfont
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x18c9b8
pause 30
loadmovesprites
showemote EMOTE_SHOCK, $0, 15
spriteface $0, LEFT
playmusic MUSIC_CLAIR
applymovement $3, MovementData_0x18c9ae
loadfont
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x18c9bf
keeptextopen
giveitem TM_DRAGONBREATH, $1
iffalse UnknownScript_0x18c8f4
itemtotext TM_DRAGONBREATH, $0
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x18c9fb
playsound SFX_ITEM
waitbutton
itemnotify
2013-09-24 00:48:58 -07:00
setevent EVENT_GOT_TM24_DRAGONBREATH
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x18ca0d
keeptextopen
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x18caf1
closetext
loadmovesprites
2015-01-20 00:01:23 -08:00
jump UnknownScript_0x18c8f9
2015-07-10 01:20:21 -07:00
UnknownScript_0x18c8f4:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x18ca8b
closetext
loadmovesprites
2015-07-10 01:20:21 -07:00
UnknownScript_0x18c8f9:
applymovement $3, MovementData_0x18c9b3
special Functionc48f
pause 30
special RestartMapMusic
disappear $3
dotrigger $0
end
2015-07-10 01:20:21 -07:00
TrainerCooltrainermDarin:
; bit/flag number
2015-07-10 01:20:21 -07:00
dw EVENT_BEAT_COOLTRAINERM_DARIN
; trainer group && trainer id
db COOLTRAINERM, DARIN
; text when seen
dw CooltrainermDarinSeenText
; text when trainer beaten
dw CooltrainermDarinBeatenText
; script when lost
dw $0000
; script when talk again
dw CooltrainermDarinScript
2015-07-10 01:20:21 -07:00
CooltrainermDarinScript:
talkaftercancel
loadfont
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x18cd82
closetext
loadmovesprites
end
2015-07-10 01:20:21 -07:00
TrainerCooltrainerfCara:
; bit/flag number
2015-07-10 01:20:21 -07:00
dw EVENT_BEAT_COOLTRAINERF_CARA
; trainer group && trainer id
db COOLTRAINERF, CARA
; text when seen
dw CooltrainerfCaraSeenText
; text when trainer beaten
dw CooltrainerfCaraBeatenText
; script when lost
dw $0000
; script when talk again
dw CooltrainerfCaraScript
2015-07-10 01:20:21 -07:00
CooltrainerfCaraScript:
talkaftercancel
loadfont
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x18ce11
closetext
loadmovesprites
end
2015-07-10 01:20:21 -07:00
TrainerTwinsLeaandpia1:
; bit/flag number
2015-07-10 01:20:21 -07:00
dw EVENT_BEAT_TWINS_LEA_AND_PIA
; trainer group && trainer id
db TWINS, LEAANDPIA1
; text when seen
dw TwinsLeaandpia1SeenText
; text when trainer beaten
2013-05-01 00:36:25 -07:00
dw TwinsLeaandpia1BeatenText
; script when lost
dw $0000
; script when talk again
dw TwinsLeaandpia1Script
2013-05-01 00:36:25 -07:00
2015-07-10 01:20:21 -07:00
TwinsLeaandpia1Script:
2013-05-01 00:36:25 -07:00
talkaftercancel
loadfont
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x18ced3
2013-05-01 00:36:25 -07:00
closetext
loadmovesprites
end
2015-07-10 01:20:21 -07:00
TrainerTwinsLeaandpia2:
2013-05-01 00:36:25 -07:00
; bit/flag number
2015-07-10 01:20:21 -07:00
dw EVENT_BEAT_TWINS_LEA_AND_PIA
2013-05-01 00:36:25 -07:00
; trainer group && trainer id
db TWINS, LEAANDPIA1
; text when seen
dw TwinsLeaandpia2SeenText
; text when trainer beaten
dw TwinsLeaandpia2BeatenText
; script when lost
dw $0000
; script when talk again
dw TwinsLeaandpia2Script
2015-07-10 01:20:21 -07:00
TwinsLeaandpia2Script:
talkaftercancel
loadfont
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x18cf0f
closetext
loadmovesprites
end
2015-07-10 01:20:21 -07:00
PokeBallScript_0x18c95a:
giveitem DRAGON_FANG, $1
iffalse UnknownScript_0x18c970
disappear $2
loadfont
itemtotext DRAGON_FANG, $0
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x18cf41
playsound SFX_ITEM
waitbutton
itemnotify
loadmovesprites
end
2015-07-10 01:20:21 -07:00
UnknownScript_0x18c970:
loadfont
itemtotext DRAGON_FANG, $0
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x18cf41
keeptextopen
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x18cf51
closetext
loadmovesprites
end
2015-07-10 01:20:21 -07:00
SilverScript_0x18c97e:
playmusic MUSIC_RIVAL_ENCOUNTER
faceplayer
loadfont
checkevent EVENT_CHRIS1_IN_CABLE_CLUB
iftrue UnknownScript_0x18c995
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x18cc83
closetext
loadmovesprites
setevent EVENT_CHRIS1_IN_CABLE_CLUB
special RestartMapMusic
end
2015-07-10 01:20:21 -07:00
UnknownScript_0x18c995:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x18cd2d
closetext
loadmovesprites
special RestartMapMusic
end
2015-07-10 01:20:21 -07:00
MapDragonsDenB1FSignpost0Script:
jumptext UnknownText_0x18cc2e
2015-07-10 01:20:21 -07:00
ItemFragment_0x18c9a1:
db CALCIUM, 1
2015-07-10 01:20:21 -07:00
ItemFragment_0x18c9a3:
db MAX_ELIXER, 1
2015-07-10 01:20:21 -07:00
MapDragonsDenB1FSignpostItem1:
dw $00a0
db REVIVE
2015-07-10 01:20:21 -07:00
MapDragonsDenB1FSignpostItem2:
dw $00a1
db MAX_POTION
2015-07-10 01:20:21 -07:00
MapDragonsDenB1FSignpostItem3:
dw $00a2
db MAX_ELIXER
2015-07-10 01:20:21 -07:00
MovementData_0x18c9ae:
slow_step_right
slow_step_right
slow_step_right
slow_step_right
step_end
2015-07-10 01:20:21 -07:00
MovementData_0x18c9b3:
slow_step_left
slow_step_left
slow_step_left
slow_step_left
step_end
2015-07-10 01:20:21 -07:00
UnknownText_0x18c9b8:
text "Wait!"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x18c9bf:
text "CLAIR: I'm sorry"
line "about this."
para "Here, take this as"
line "my apology."
done
2015-07-10 01:20:21 -07:00
UnknownText_0x18c9fb:
text "<PLAYER> received"
line "TM24."
done
2015-07-10 01:20:21 -07:00
UnknownText_0x18ca0d:
text "That contains"
line "DRAGONBREATH."
para "No, it doesn't"
line "have anything to"
cont "do with my breath."
para "If you don't want"
line "it, you don't have"
cont "to take it."
done
2015-07-10 01:20:21 -07:00
UnknownText_0x18ca8b:
text "Oh? You don't have"
line "any room for this."
para "I'm going back to"
line "the GYM, so make"
para "room, then come"
line "see me there."
done
2015-07-10 01:20:21 -07:00
UnknownText_0x18caf1:
text "CLAIR: What's the"
line "matter? Aren't you"
para "going on to the"
line "#MON LEAGUE?"
para "Do you know how to"
line "get there?"
para "From here, go to"
line "NEW BARK TOWN."
para "Then SURF east to"
line "#MON LEAGUE."
para "The route there is"
line "very tough."
para "Don't you dare"
line "lose at the #-"
cont "MON LEAGUE!"
para "If you do, I'll"
line "feel even worse"
para "about having lost"
line "to you!"
para "Give it everything"
line "you've got."
done
2015-07-10 01:20:21 -07:00
UnknownText_0x18cc2e:
text "DRAGON SHRINE"
para "A shrine honoring"
line "the dragon #MON"
para "said to have lived"
line "in DRAGON'S DEN."
done
2015-07-10 01:20:21 -07:00
UnknownText_0x18cc83:
text "…"
line "What? <PLAYER>?"
para "…No, I won't"
line "battle you now…"
para "My #MON aren't"
line "ready to beat you."
para "I can't push them"
line "too hard now."
para "I have to be dis-"
line "ciplined to become"
para "the greatest #-"
line "MON trainer…"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x18cd2d:
text "…"
para "Whew…"
para "Learn to stay out"
line "of my way…"
done
2015-07-10 01:20:21 -07:00
CooltrainermDarinSeenText:
text "You! How dare you"
line "enter uninvited!"
done
2015-07-10 01:20:21 -07:00
CooltrainermDarinBeatenText:
text "S-strong!"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x18cd82:
text "The SHRINE ahead"
line "is home to the"
para "MASTER of our"
line "dragon-user clan."
para "You're not allowed"
line "to just go in!"
done
2015-07-10 01:20:21 -07:00
CooltrainerfCaraSeenText:
text "You shouldn't be"
line "in here!"
done
2015-07-10 01:20:21 -07:00
CooltrainerfCaraBeatenText:
text "Oh yikes, I lost!"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x18ce11:
text "Soon I'm going to"
line "get permission"
para "from our MASTER to"
line "use dragons."
para "When I do, I'm"
line "going to become an"
para "admirable dragon"
line "trainer and gain"
para "our MASTER's"
line "approval."
done
2015-07-10 01:20:21 -07:00
TwinsLeaandpia1SeenText:
text "It's a stranger we"
line "don't know."
done
2015-07-10 01:20:21 -07:00
TwinsLeaandpia1BeatenText:
text "Ouchies."
done
2015-07-10 01:20:21 -07:00
UnknownText_0x18ced3:
text "It was like having"
line "to battle LANCE."
done
2015-07-10 01:20:21 -07:00
TwinsLeaandpia2SeenText:
text "Who are you?"
done
2015-07-10 01:20:21 -07:00
TwinsLeaandpia2BeatenText:
text "Meanie."
done
2015-07-10 01:20:21 -07:00
UnknownText_0x18cf0f:
text "We'll tell on you."
para "MASTER will be"
line "angry with you."
done
2015-07-10 01:20:21 -07:00
UnknownText_0x18cf41:
text "<PLAYER> found"
line "@"
2015-02-10 15:37:24 -08:00
text_from_ram StringBuffer3
text "!"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x18cf51:
text "But <PLAYER> can't"
line "carry any more"
cont "items."
done
2015-07-10 01:20:21 -07:00
DragonsDenB1F_MapEventHeader:
; filler
db 0, 0
; warps
db 2
warp_def $3, $14, 3, GROUP_DRAGONS_DEN_1F, MAP_DRAGONS_DEN_1F
warp_def $1d, $13, 1, GROUP_DRAGON_SHRINE, MAP_DRAGON_SHRINE
; xy triggers
db 1
xy_trigger 1, $1e, $13, $0, UnknownScript_0x18c8b8, $0, $0
; signposts
db 4
signpost 24, 18, SIGNPOST_READ, MapDragonsDenB1FSignpost0Script
signpost 29, 33, SIGNPOST_ITEMIFSET, MapDragonsDenB1FSignpostItem1
signpost 17, 21, SIGNPOST_ITEMIFSET, MapDragonsDenB1FSignpostItem2
signpost 15, 31, SIGNPOST_ITEMIFSET, MapDragonsDenB1FSignpostItem3
; people-events
db 9
person_event SPRITE_POKE_BALL, 20, 39, DOWN << 2 | $1, $0, -1, -1, $0, 0, PokeBallScript_0x18c95a, EVENT_6A8
person_event SPRITE_CLAIR, 34, 18, UP << 2 | $3, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, ObjectEvent, EVENT_6D8
person_event SPRITE_SILVER, 27, 24, DOWN << 2 | $2, $22, -1, -1, $0, 0, SilverScript_0x18c97e, EVENT_6C6
person_event SPRITE_COOLTRAINER_M, 12, 24, UP << 2 | $3, $0, -1, -1, (PAL_OW_RED << 4) | $82, 4, TrainerCooltrainermDarin, -1
person_event SPRITE_COOLTRAINER_F, 12, 12, UP << 2 | $2, $0, -1, -1, (PAL_OW_RED << 4) | $82, 3, TrainerCooltrainerfCara, -1
person_event SPRITE_TWIN, 21, 8, LEFT << 2 | $1, $0, -1, -1, (PAL_OW_RED << 4) | $82, 1, TrainerTwinsLeaandpia1, -1
person_event SPRITE_TWIN, 22, 8, LEFT << 2 | $1, $0, -1, -1, (PAL_OW_RED << 4) | $82, 1, TrainerTwinsLeaandpia2, -1
person_event SPRITE_POKE_BALL, 8, 34, DOWN << 2 | $1, $0, -1, -1, $1, 0, ItemFragment_0x18c9a1, EVENT_7BF
person_event SPRITE_POKE_BALL, 24, 9, DOWN << 2 | $1, $0, -1, -1, $1, 0, ItemFragment_0x18c9a3, EVENT_7C0