pokecrystal-board/maps/SproutTower3F.asm

364 lines
7.2 KiB
NASM
Raw Normal View History

2015-11-26 21:22:14 -08:00
const_value set 2
const SPROUTTOWER3F_SAGE1
const SPROUTTOWER3F_SAGE2
const SPROUTTOWER3F_SAGE3
const SPROUTTOWER3F_SAGE4
const SPROUTTOWER3F_POKE_BALL1
const SPROUTTOWER3F_POKE_BALL2
const SPROUTTOWER3F_SILVER
2015-07-10 01:20:21 -07:00
SproutTower3F_MapScriptHeader:
.MapTriggers:
db 2
; triggers
2015-11-02 11:37:02 -08:00
dw UnknownScript_0x184945, 0
dw UnknownScript_0x184946, 0
.MapCallbacks:
db 0
2015-07-10 01:20:21 -07:00
UnknownScript_0x184945:
end
2015-07-10 01:20:21 -07:00
UnknownScript_0x184946:
end
2015-07-10 01:20:21 -07:00
UnknownScript_0x184947:
spriteface PLAYER, UP
showemote EMOTE_SHOCK, PLAYER, 15
2015-11-20 08:47:52 -08:00
special Special_RotatePalettesRightMusic
playsound SFX_TACKLE
playsound SFX_ELEVATOR
earthquake 79
pause 15
playsound SFX_TACKLE
playsound SFX_ELEVATOR
earthquake 79
applymovement PLAYER, MovementData_0x184a1d
2015-11-26 21:22:14 -08:00
applymovement SPROUTTOWER3F_SILVER, MovementData_0x184a22
loadfont
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x184a27
2015-11-25 07:16:29 -08:00
waitbutton
closetext
2015-11-26 21:22:14 -08:00
showemote EMOTE_SHOCK, SPROUTTOWER3F_SILVER, 15
spriteface SPROUTTOWER3F_SILVER, DOWN
pause 15
2015-11-26 21:22:14 -08:00
applymovement SPROUTTOWER3F_SILVER, MovementData_0x184a24
playmusic MUSIC_RIVAL_ENCOUNTER
loadfont
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x184aec
2015-11-25 07:16:29 -08:00
waitbutton
closetext
2015-11-26 21:22:14 -08:00
spriteface SPROUTTOWER3F_SILVER, UP
loadfont
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x184bc8
pause 15
2015-11-25 07:16:29 -08:00
closetext
playsound SFX_WARP_TO
special Special_FadeBlackQuickly
special Special_ReloadSpritesNoPalettes
2015-11-26 21:22:14 -08:00
disappear SPROUTTOWER3F_SILVER
2015-11-25 07:16:29 -08:00
waitsfx
2015-11-26 18:05:32 -08:00
special Special_FadeInQuickly
dotrigger $1
special RestartMapMusic
end
2015-07-10 01:20:21 -07:00
SageLiScript:
faceplayer
loadfont
2013-09-24 00:48:58 -07:00
checkevent EVENT_GOT_HM05_FLASH
iftrue UnknownScript_0x1849d1
2015-01-20 00:01:23 -08:00
writetext SageLiSeenText
2015-11-25 07:16:29 -08:00
waitbutton
closetext
2015-11-02 11:37:02 -08:00
winlosstext SageLiBeatenText, 0
2015-11-25 07:16:29 -08:00
scriptedtrainerdata SAGE, LI
startbattle
returnafterbattle
loadfont
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x184cc2
keeptextopen
2015-11-04 17:20:14 -08:00
verbosegiveitem HM_FLASH
2013-09-24 00:48:58 -07:00
setevent EVENT_GOT_HM05_FLASH
setevent EVENT_BEAT_SAGE_LI
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x184d13
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:20:21 -07:00
UnknownScript_0x1849d1:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x184d88
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:20:21 -07:00
TrainerSageJin:
2015-11-02 11:37:02 -08:00
trainer EVENT_BEAT_SAGE_JIN, SAGE, JIN, SageJinSeenText, SageJinBeatenText, 0, SageJinScript
2015-07-10 01:20:21 -07:00
SageJinScript:
2015-11-25 07:16:29 -08:00
end_if_just_battled
loadfont
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x184dfa
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:20:21 -07:00
TrainerSageTroy:
2015-11-02 11:37:02 -08:00
trainer EVENT_BEAT_SAGE_TROY, SAGE, TROY, SageTroySeenText, SageTroyBeatenText, 0, SageTroyScript
2015-07-10 01:20:21 -07:00
SageTroyScript:
2015-11-25 07:16:29 -08:00
end_if_just_battled
loadfont
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x184ea4
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:20:21 -07:00
TrainerSageNeal:
2015-11-02 11:37:02 -08:00
trainer EVENT_BEAT_SAGE_NEAL, SAGE, NEAL, SageNealSeenText, SageNealBeatenText, 0, SageNealScript
2015-07-10 01:20:21 -07:00
SageNealScript:
2015-11-25 07:16:29 -08:00
end_if_just_battled
loadfont
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x184f12
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:20:21 -07:00
MapSproutTower3FSignpost3Script:
jumptext UnknownText_0x184f37
2015-07-10 01:20:21 -07:00
MapSproutTower3FSignpost5Script:
jumptext UnknownText_0x184f61
2015-07-10 01:20:21 -07:00
ItemFragment_0x184a19:
db POTION, 1
2015-07-10 01:20:21 -07:00
ItemFragment_0x184a1b:
db ESCAPE_ROPE, 1
2015-07-10 01:20:21 -07:00
MovementData_0x184a1d:
step_up
step_up
step_up
step_up
step_end
2015-07-10 01:20:21 -07:00
MovementData_0x184a22:
step_up
step_end
2015-07-10 01:20:21 -07:00
MovementData_0x184a24:
step_right
step_down
step_end
2015-07-10 01:20:21 -07:00
UnknownText_0x184a27:
text "ELDER: You are in-"
line "deed skilled as a"
cont "trainer."
para "As promised, here"
line "is your HM."
para "But let me say"
line "this: You should"
para "treat your"
line "#MON better."
para "The way you battle"
line "is far too harsh."
para "#MON are not"
line "tools of war…"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x184aec:
text "…"
line "…Humph!"
para "He claims to be"
line "the ELDER but"
cont "he's weak."
para "It stands to"
line "reason."
para "I'd never lose to"
line "fools who babble"
para "about being nice"
line "to #MON."
para "I only care about"
line "strong #MON"
cont "that can win."
para "I really couldn't"
line "care less about"
cont "weak #MON."
done
2015-07-10 01:20:21 -07:00
UnknownText_0x184bc8:
text "<RIVAL> used an"
line "ESCAPE ROPE!"
done
2015-07-10 01:20:21 -07:00
SageLiSeenText:
text "So good of you to"
line "come here!"
para "SPROUT TOWER is a"
line "place of training."
para "People and #MON"
line "test their bonds"
para "to build a bright"
line "future together."
para "I am the final"
line "test."
para "Allow me to check"
line "the ties between"
para "your #MON and"
line "you!"
done
2015-07-10 01:20:21 -07:00
SageLiBeatenText:
text "Ah, excellent!"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x184cc2:
text "You and your #-"
line "MON should have"
para "no problem using"
line "this move."
para "Take this FLASH"
line "HM."
done
2015-07-10 01:20:21 -07:00
UnknownText_0x184d13:
text "FLASH illuminates"
line "even the darkest"
cont "of all places."
para "But to use it out"
line "of battle, you"
para "need the BADGE"
line "from VIOLET's GYM."
done
2015-07-10 01:20:21 -07:00
UnknownText_0x184d88:
text "I hope you learn"
line "and grow from your"
cont "journey."
done
2015-07-10 01:20:21 -07:00
SageJinSeenText:
text "I train to find"
line "enlightenment in"
cont "#MON!"
done
2015-07-10 01:20:21 -07:00
SageJinBeatenText:
text "My training is"
line "incomplete…"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x184dfa:
text "As #MON grow"
line "stronger, so does"
cont "the trainer."
para "No, wait. As the"
line "trainer grows"
para "stronger, so do"
line "the #MON."
done
2015-07-10 01:20:21 -07:00
SageTroySeenText:
text "Let me see how"
line "much you trust"
cont "your #MON."
done
2015-07-10 01:20:21 -07:00
SageTroyBeatenText:
text "Yes, your trust is"
line "real!"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x184ea4:
text "It is not far to"
line "the ELDER."
done
2015-07-10 01:20:21 -07:00
SageNealSeenText:
text "The ELDER's HM"
line "lights even pitch-"
cont "black darkness."
done
2015-07-10 01:20:21 -07:00
SageNealBeatenText:
text "It is my head that"
line "is bright!"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x184f12:
text "Let there be light"
line "on your journey."
done
2015-07-10 01:20:21 -07:00
UnknownText_0x184f37:
text "It's a powerful"
line "painting of a"
cont "BELLSPROUT."
done
2015-07-10 01:20:21 -07:00
UnknownText_0x184f61:
text "A #MON statue…"
para "It looks very"
line "distinguished."
done
2015-07-10 01:20:21 -07:00
SproutTower3F_MapEventHeader:
; filler
db 0, 0
.Warps:
db 1
warp_def $e, $a, 4, SPROUT_TOWER_2F
.XYTriggers:
db 1
xy_trigger 0, $9, $b, $0, UnknownScript_0x184947, $0, $0
.Signposts:
db 6
signpost 1, 8, SIGNPOST_READ, MapSproutTower3FSignpost5Script
signpost 1, 11, SIGNPOST_READ, MapSproutTower3FSignpost5Script
signpost 0, 9, SIGNPOST_READ, MapSproutTower3FSignpost3Script
signpost 0, 10, SIGNPOST_READ, MapSproutTower3FSignpost3Script
signpost 15, 5, SIGNPOST_READ, MapSproutTower3FSignpost5Script
signpost 15, 14, SIGNPOST_READ, MapSproutTower3FSignpost5Script
.PersonEvents:
db 7
person_event SPRITE_SAGE, 13, 8, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, (1 << 3) | PAL_OW_BLUE, PERSONTYPE_TRAINER, 3, TrainerSageJin, -1
person_event SPRITE_SAGE, 8, 8, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, (1 << 3) | PAL_OW_BLUE, PERSONTYPE_TRAINER, 2, TrainerSageTroy, -1
person_event SPRITE_SAGE, 2, 10, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, (1 << 3) | PAL_OW_BLUE, PERSONTYPE_SCRIPT, 0, SageLiScript, -1
person_event SPRITE_SAGE, 11, 11, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, (1 << 3) | PAL_OW_BLUE, PERSONTYPE_TRAINER, 3, TrainerSageNeal, -1
person_event SPRITE_POKE_BALL, 14, 6, SPRITEMOVEDATA_ITEM_TREE, 0, 0, -1, -1, 0, PERSONTYPE_ITEMFRAGMENT, 0, ItemFragment_0x184a19, EVENT_SPROUT_TOWER_3F_POTION
person_event SPRITE_POKE_BALL, 1, 14, SPRITEMOVEDATA_ITEM_TREE, 0, 0, -1, -1, 0, PERSONTYPE_ITEMFRAGMENT, 0, ItemFragment_0x184a1b, EVENT_SPROUT_TOWER_3F_ESCAPE_ROPE
person_event SPRITE_SILVER, 4, 10, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, 0, PERSONTYPE_SCRIPT, 0, ObjectEvent, EVENT_RIVAL_SPROUT_TOWER