pokecrystal-board/maps/ViridianGym.asm

193 lines
3.2 KiB
NASM
Raw Normal View History

2015-11-26 21:22:14 -08:00
const_value set 2
const VIRIDIANGYM_BLUE
const VIRIDIANGYM_GYM_GUY
2015-07-10 00:00:27 -07:00
ViridianGym_MapScriptHeader:
.MapTriggers:
db 0
.MapCallbacks:
db 0
2015-07-10 00:00:27 -07:00
BlueScript_0x9aa26:
faceplayer
2015-12-09 15:25:44 -08:00
opentext
2015-07-10 00:00:27 -07:00
checkflag ENGINE_EARTHBADGE
iftrue .FightDone
2016-01-05 05:46:37 -08:00
writetext LeaderBlueBeforeText
2015-11-25 07:16:29 -08:00
waitbutton
closetext
2016-01-05 05:46:37 -08:00
winlosstext LeaderBlueWinText, 0
loadtrainer BLUE, 1
startbattle
reloadmapafterbattle
2013-09-24 00:48:58 -07:00
setevent EVENT_BEAT_BLUE
2015-12-09 15:25:44 -08:00
opentext
2016-01-05 05:46:37 -08:00
writetext Text_ReceivedEarthBadge
playsound SFX_GET_BADGE
2015-11-25 07:16:29 -08:00
waitsfx
2015-07-10 00:00:27 -07:00
setflag ENGINE_EARTHBADGE
2016-01-05 05:46:37 -08:00
writetext LeaderBlueAfterText
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 00:00:27 -07:00
.FightDone
2016-01-05 05:46:37 -08:00
writetext LeaderBlueEpilogueText
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 00:00:27 -07:00
ViridianGymGuyScript:
faceplayer
2015-12-09 15:25:44 -08:00
opentext
2013-09-24 00:48:58 -07:00
checkevent EVENT_BEAT_BLUE
iftrue .ViridianGymGuyWinScript
2015-01-20 00:01:23 -08:00
writetext ViridianGymGuyText
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
.ViridianGymGuyWinScript
2015-01-20 00:01:23 -08:00
writetext ViridianGymGuyWinText
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-06-24 20:51:36 -07:00
ViridianGymStatue:
checkflag ENGINE_EARTHBADGE
iftrue .Beaten
2015-06-24 18:26:24 -07:00
jumpstd gymstatue1
2016-01-05 05:46:37 -08:00
2015-06-24 20:51:36 -07:00
.Beaten
trainertotext BLUE, 1, $1
2015-06-24 18:26:24 -07:00
jumpstd gymstatue2
2016-01-05 05:46:37 -08:00
LeaderBlueBeforeText:
text "BLUE: Yo! Finally"
line "got here, huh?"
para "I wasn't in the"
line "mood at CINNABAR,"
para "but now I'm ready"
line "to battle you."
para "…"
para "You're telling me"
line "you conquered all"
cont "the GYMS in JOHTO?"
para "Heh! JOHTO's GYMS"
line "must be pretty"
cont "pathetic then."
para "Hey, don't worry"
line "about it."
para "I'll know if you"
line "are good or not by"
para "battling you right"
line "now."
para "Ready, JOHTO"
line "CHAMP?"
done
2016-01-05 05:46:37 -08:00
LeaderBlueWinText:
text "BLUE: What?"
para "How the heck did I"
line "lose to you?"
para "…"
para "Tch, all right…"
line "Here, take this--"
cont "it's EARTHBADGE."
done
2016-01-05 05:46:37 -08:00
Text_ReceivedEarthBadge:
text "<PLAYER> received"
line "EARTHBADGE."
done
2016-01-05 05:46:37 -08:00
LeaderBlueAfterText:
text "BLUE: …"
para "All right, I was"
line "wrong. You're the"
para "real deal. You are"
line "a good trainer."
para "But I'm going to"
line "beat you someday."
para "Don't you forget"
line "it!"
done
2016-01-05 05:46:37 -08:00
LeaderBlueEpilogueText:
text "BLUE: Listen, you."
para "You'd better not"
line "lose until I beat"
cont "you. Got it?"
done
2015-07-10 00:00:27 -07:00
ViridianGymGuyText:
text "Yo, CHAMP in"
line "making!"
para "How's it going?"
line "Looks like you're"
cont "on a roll."
para "The GYM LEADER is"
line "a guy who battled"
para "the CHAMPION three"
line "years ago."
para "He's no pushover."
para "Give it everything"
line "you've got!"
done
2015-07-10 00:00:27 -07:00
ViridianGymGuyWinText:
text "Man, you are truly"
line "tough…"
para "That was a heck of"
line "an inspirational"
para "battle. It brought"
line "tears to my eyes."
done
2015-07-10 00:00:27 -07:00
ViridianGym_MapEventHeader:
; filler
db 0, 0
.Warps:
db 2
warp_def $11, $4, 1, VIRIDIAN_CITY
warp_def $11, $5, 1, VIRIDIAN_CITY
.XYTriggers:
db 0
.Signposts:
db 2
signpost 13, 3, SIGNPOST_READ, ViridianGymStatue
signpost 13, 6, SIGNPOST_READ, ViridianGymStatue
.PersonEvents:
db 2
person_event SPRITE_BLUE, 3, 5, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, PERSONTYPE_SCRIPT, 0, BlueScript_0x9aa26, EVENT_VIRIDIAN_GYM_BLUE
person_event SPRITE_GYM_GUY, 13, 7, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, (1 << 3) | PAL_OW_BLUE, PERSONTYPE_SCRIPT, 0, ViridianGymGuyScript, EVENT_VIRIDIAN_GYM_BLUE