pokecrystal-board/maps/LancesRoom.asm

369 lines
7.2 KiB
NASM
Raw Normal View History

2015-11-26 21:22:14 -08:00
const_value set 2
const LANCESROOM_LANCE
2015-12-09 08:38:40 -08:00
const LANCESROOM_MARY
2015-11-26 21:22:14 -08:00
const LANCESROOM_OAK
2015-07-10 01:20:21 -07:00
LancesRoom_MapScriptHeader:
.MapTriggers:
db 2
; triggers
2016-03-01 19:31:21 -08:00
dw .Trigger0, 0
dw .Trigger1, 0
.MapCallbacks:
db 1
; callbacks
2016-03-01 19:31:21 -08:00
dbw MAPCALLBACK_TILES, .CheckDoor
2016-03-01 19:31:21 -08:00
.Trigger0:
priorityjump LancesRoom_PlayerWalksIn_DoorsCloseBehind
end
2016-03-01 19:31:21 -08:00
.Trigger1:
end
2016-03-01 19:31:21 -08:00
.CheckDoor:
2013-09-24 00:48:58 -07:00
checkevent EVENT_LANCES_ROOM_ENTRANCE_CLOSED
2016-03-01 19:31:21 -08:00
iffalse .LanceEntranceOpen
changeblock $4, $16, $34
2016-03-01 19:31:21 -08:00
.LanceEntranceOpen:
checkevent EVENT_LANCES_ROOM_EXIT_OPEN
2016-03-01 19:31:21 -08:00
iffalse .LanceExitClosed
changeblock $4, $0, $b
2016-03-01 19:31:21 -08:00
.LanceExitClosed:
return
2016-03-01 19:31:21 -08:00
LancesRoom_PlayerWalksIn_DoorsCloseBehind:
applymovement PLAYER, LancesRoom_PlayerWalksInMovementData
refreshscreen $86
playsound SFX_STRENGTH
earthquake 80
changeblock $4, $16, $34
reloadmappart
2015-11-25 07:16:29 -08:00
closetext
dotrigger $1
2013-09-24 00:48:58 -07:00
setevent EVENT_LANCES_ROOM_ENTRANCE_CLOSED
end
2016-03-01 19:31:21 -08:00
Script_ApproachLanceFromLeft:
special Special_FadeOutMusic
2016-03-01 19:31:21 -08:00
applymovement PLAYER, MovementData_ApproachLanceFromLeft
2015-01-20 00:01:23 -08:00
jump LanceScript_0x180e7b
2016-03-01 19:31:21 -08:00
Script_ApproachLanceFromRight:
special Special_FadeOutMusic
2016-03-01 19:31:21 -08:00
applymovement PLAYER, MovementData_ApproachLanceFromRight
2015-07-10 01:20:21 -07:00
LanceScript_0x180e7b:
2015-11-26 21:22:14 -08:00
spriteface LANCESROOM_LANCE, LEFT
2015-12-09 15:25:44 -08:00
opentext
2016-03-01 19:31:21 -08:00
writetext LanceBattleIntroText
2015-11-25 07:16:29 -08:00
waitbutton
closetext
2016-03-01 19:31:21 -08:00
winlosstext LanceBattleWinText, 0
2015-12-09 08:38:40 -08:00
setlasttalked LANCESROOM_LANCE
loadtrainer CHAMPION, LANCE
startbattle
dontrestartmapmusic
reloadmapafterbattle
2013-09-24 00:48:58 -07:00
setevent EVENT_BEAT_CHAMPION_LANCE
2015-12-09 15:25:44 -08:00
opentext
2016-03-01 19:31:21 -08:00
writetext LanceBattleAfterText
2015-11-25 07:16:29 -08:00
waitbutton
closetext
playsound SFX_ENTER_DOOR
changeblock $4, $0, $b
reloadmappart
2015-11-25 07:16:29 -08:00
closetext
2013-09-24 00:48:58 -07:00
setevent EVENT_LANCES_ROOM_ENTRANCE_CLOSED
2015-06-25 21:01:08 -07:00
musicfadeout MUSIC_BEAUTY_ENCOUNTER, $10
pause 30
2015-11-26 21:22:14 -08:00
showemote EMOTE_SHOCK, LANCESROOM_LANCE, 15
spriteface LANCESROOM_LANCE, DOWN
pause 10
spriteface PLAYER, DOWN
2015-12-09 08:38:40 -08:00
appear LANCESROOM_MARY
2016-03-01 19:31:21 -08:00
applymovement LANCESROOM_MARY, LancesRoomMovementData_MaryRushesIn
2015-12-09 15:25:44 -08:00
opentext
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x1811dd
2015-11-25 07:16:29 -08:00
waitbutton
closetext
2015-11-26 21:22:14 -08:00
appear LANCESROOM_OAK
2016-03-01 19:31:21 -08:00
applymovement LANCESROOM_OAK, LancesRoomMovementData_OakWalksIn
2015-12-09 08:38:40 -08:00
follow LANCESROOM_MARY, LANCESROOM_OAK
2016-03-01 19:31:21 -08:00
applymovement LANCESROOM_MARY, LancesRoomMovementData_MaryYieldsToOak
stopfollow
2015-11-26 21:22:14 -08:00
spriteface LANCESROOM_OAK, UP
spriteface LANCESROOM_LANCE, LEFT
2015-12-09 15:25:44 -08:00
opentext
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x18121b
2015-11-25 07:16:29 -08:00
waitbutton
closetext
2016-03-01 19:31:21 -08:00
applymovement LANCESROOM_MARY, LancesRoomMovementData_MaryInterviewChampion
spriteface PLAYER, LEFT
2015-12-09 15:25:44 -08:00
opentext
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x18134b
2015-11-25 07:16:29 -08:00
waitbutton
closetext
2016-03-01 19:31:21 -08:00
applymovement LANCESROOM_LANCE, LancesRoomMovementData_LancePositionsSelfToGuidePlayerAway
spriteface PLAYER, UP
2015-12-09 15:25:44 -08:00
opentext
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x18137b
2015-11-25 07:16:29 -08:00
waitbutton
closetext
2015-11-26 21:22:14 -08:00
follow LANCESROOM_LANCE, PLAYER
2015-12-09 08:38:40 -08:00
spriteface LANCESROOM_MARY, UP
2015-11-26 21:22:14 -08:00
spriteface LANCESROOM_OAK, UP
2016-03-01 19:31:21 -08:00
applymovement LANCESROOM_LANCE, LancesRoomMovementData_LanceLeadsPlayerToHallOfFame
stopfollow
playsound SFX_EXIT_BUILDING
2015-11-26 21:22:14 -08:00
disappear LANCESROOM_LANCE
2016-03-01 19:31:21 -08:00
applymovement PLAYER, LancesRoomMovementData_PlayerExits
playsound SFX_EXIT_BUILDING
disappear PLAYER
2016-03-01 19:31:21 -08:00
applymovement LANCESROOM_MARY, LancesRoomMovementData_MaryTriesToFollow
2015-12-09 08:38:40 -08:00
showemote EMOTE_SHOCK, LANCESROOM_MARY, 15
2015-12-09 15:25:44 -08:00
opentext
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x1813c5
pause 30
2015-11-25 07:16:29 -08:00
closetext
2016-03-01 19:31:21 -08:00
applymovement LANCESROOM_MARY, LancesRoomMovementData_MaryRunsBackAndForth
2015-11-26 18:05:32 -08:00
special FadeOutPalettes
pause 15
2015-11-03 12:05:19 -08:00
warpfacing UP, HALL_OF_FAME, $4, $d
end
2016-03-01 19:31:21 -08:00
LancesRoom_PlayerWalksInMovementData:
2016-05-14 10:46:14 -07:00
step UP
step UP
step UP
step UP
step_end
2016-03-01 19:31:21 -08:00
MovementData_ApproachLanceFromLeft:
2016-05-14 10:46:14 -07:00
step UP
step UP
turn_head RIGHT
step_end
2016-03-01 19:31:21 -08:00
MovementData_ApproachLanceFromRight:
2016-05-14 10:46:14 -07:00
step UP
step LEFT
step UP
turn_head RIGHT
step_end
2016-03-01 19:31:21 -08:00
LancesRoomMovementData_MaryRushesIn:
2016-05-14 10:46:14 -07:00
big_step UP
big_step UP
big_step UP
turn_head DOWN
step_end
2016-03-01 19:31:21 -08:00
LancesRoomMovementData_OakWalksIn:
2016-05-14 10:46:14 -07:00
step UP
step UP
step_end
2016-03-01 19:31:21 -08:00
LancesRoomMovementData_MaryYieldsToOak:
2016-05-14 10:46:14 -07:00
step LEFT
turn_head RIGHT
step_end
2016-03-01 19:31:21 -08:00
LancesRoomMovementData_MaryInterviewChampion:
2016-05-14 10:46:14 -07:00
big_step UP
turn_head RIGHT
step_end
2016-03-01 19:31:21 -08:00
LancesRoomMovementData_LancePositionsSelfToGuidePlayerAway:
2016-05-14 10:46:14 -07:00
step UP
step LEFT
turn_head DOWN
step_end
2016-03-01 19:31:21 -08:00
LancesRoomMovementData_LanceLeadsPlayerToHallOfFame:
2016-05-14 10:46:14 -07:00
step UP
step_end
2016-03-01 19:31:21 -08:00
LancesRoomMovementData_PlayerExits:
2016-05-14 10:46:14 -07:00
step UP
step_end
2016-03-01 19:31:21 -08:00
LancesRoomMovementData_MaryTriesToFollow:
2016-05-14 10:46:14 -07:00
step UP
step RIGHT
turn_head UP
step_end
2016-03-01 19:31:21 -08:00
LancesRoomMovementData_MaryRunsBackAndForth:
2016-05-14 10:46:14 -07:00
big_step RIGHT
big_step RIGHT
big_step LEFT
big_step LEFT
big_step LEFT
big_step RIGHT
big_step RIGHT
big_step RIGHT
big_step LEFT
big_step LEFT
turn_head UP
step_end
2016-03-01 19:31:21 -08:00
LanceBattleIntroText:
text "LANCE: I've been"
line "waiting for you."
para "<PLAY_G>!"
para "I knew that you,"
line "with your skills,"
para "would eventually"
line "reach me here."
para "There's no need"
line "for words now."
para "We will battle to"
line "determine who is"
para "the stronger of"
line "the two of us."
para "As the most power-"
line "ful trainer and as"
para "the #MON LEAGUE"
line "CHAMPION…"
para "I, LANCE the drag-"
line "on master, accept"
cont "your challenge!"
done
2016-03-01 19:31:21 -08:00
LanceBattleWinText:
text "…It's over."
para "But it's an odd"
line "feeling."
para "I'm not angry that"
line "I lost. In fact, I"
cont "feel happy."
para "Happy that I"
line "witnessed the rise"
para "of a great new"
line "CHAMPION!"
done
2016-03-01 19:31:21 -08:00
LanceBattleAfterText:
text "…Whew."
para "You have become"
line "truly powerful,"
cont "<PLAY_G>."
para "Your #MON have"
line "responded to your"
para "strong and up-"
line "standing nature."
para "As a trainer, you"
line "will continue to"
para "grow strong with"
line "your #MON."
done
2015-07-10 01:20:21 -07:00
UnknownText_0x1811dd:
text "MARY: Oh, no!"
line "It's all over!"
para "PROF.OAK, if you"
line "weren't so slow…"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x18121b:
text "PROF.OAK: Ah,"
line "<PLAY_G>!"
para "It's been a long"
line "while."
para "You certainly look"
line "more impressive."
para "Your conquest of"
line "the LEAGUE is just"
cont "fantastic!"
para "Your dedication,"
line "trust and love for"
para "your #MON made"
line "this happen."
para "Your #MON were"
line "outstanding too."
para "Because they be-"
line "lieved in you as a"
para "trainer, they per-"
line "severed."
para "Congratulations,"
line "<PLAY_G>!"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x18134b:
text "MARY: Let's inter-"
line "view the brand new"
cont "CHAMPION!"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x18137b:
text "LANCE: This is"
line "getting to be a"
cont "bit too noisy…"
para "<PLAY_G>, could you"
line "come with me?"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x1813c5:
text "MARY: Oh, wait!"
line "We haven't done"
cont "the interview!"
done
2015-07-10 01:20:21 -07:00
LancesRoom_MapEventHeader:
; filler
db 0, 0
.Warps:
db 4
warp_def $17, $4, 3, KARENS_ROOM
warp_def $17, $5, 4, KARENS_ROOM
warp_def $1, $4, 1, HALL_OF_FAME
warp_def $1, $5, 2, HALL_OF_FAME
.XYTriggers:
db 2
2016-03-01 19:31:21 -08:00
xy_trigger 1, $5, $4, $0, Script_ApproachLanceFromLeft, $0, $0
xy_trigger 1, $5, $5, $0, Script_ApproachLanceFromRight, $0, $0
.Signposts:
db 0
.PersonEvents:
db 3
person_event SPRITE_LANCE, 3, 5, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, PERSONTYPE_SCRIPT, 0, LanceScript_0x180e7b, -1
person_event SPRITE_TEACHER, 7, 4, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, (1 << 3) | PAL_OW_GREEN, PERSONTYPE_SCRIPT, 0, ObjectEvent, EVENT_LANCES_ROOM_OAK_AND_MARY
person_event SPRITE_OAK, 7, 4, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, 0, PERSONTYPE_SCRIPT, 0, ObjectEvent, EVENT_LANCES_ROOM_OAK_AND_MARY