pokecrystal-board/maps/GoldenrodGym.asm

466 lines
7.9 KiB
NASM
Raw Normal View History

2015-07-10 00:00:27 -07:00
GoldenrodGym_MapScriptHeader:
; trigger count
db 2
; triggers
dw UnknownScript_0x5400a, $0000
dw UnknownScript_0x5400b, $0000
; callback count
db 0
2015-07-10 00:00:27 -07:00
UnknownScript_0x5400a:
end
2015-07-10 00:00:27 -07:00
UnknownScript_0x5400b:
end
2015-07-10 00:00:27 -07:00
WhitneyScript_0x5400c:
faceplayer
2013-09-24 00:48:58 -07:00
checkevent EVENT_BEAT_WHITNEY
2015-07-10 00:00:27 -07:00
iftrue .FightDone
loadfont
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x54122
closetext
loadmovesprites
winlosstext UnknownText_0x541a5, $0000
loadtrainer WHITNEY, 1
startbattle
returnafterbattle
2013-09-24 00:48:58 -07:00
setevent EVENT_BEAT_WHITNEY
setevent EVENT_MADE_WHITNEY_CRY
dotrigger $1
2013-09-24 00:48:58 -07:00
setevent EVENT_BEAT_BEAUTY_VICTORIA
setevent EVENT_BEAT_BEAUTY_SAMANTHA
setevent EVENT_BEAT_LASS_CARRIE
setevent EVENT_BEAT_LASS_BRIDGET
2015-07-10 00:00:27 -07:00
.FightDone
loadfont
2013-09-24 00:48:58 -07:00
checkevent EVENT_MADE_WHITNEY_CRY
2015-07-10 00:00:27 -07:00
iffalse .StoppedCrying
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x541f4
closetext
loadmovesprites
end
2015-07-10 00:00:27 -07:00
.StoppedCrying
2013-09-24 00:48:58 -07:00
checkevent EVENT_GOT_TM45_ATTRACT
iftrue UnknownScript_0x54077
2015-07-10 00:00:27 -07:00
checkflag ENGINE_PLAINBADGE
iftrue UnknownScript_0x54064
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x54222
keeptextopen
waitbutton
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x54273
playsound SFX_GET_BADGE
waitbutton
2015-07-10 00:00:27 -07:00
setflag ENGINE_PLAINBADGE
checkcode VAR_BADGES
scall GoldenrodGymTriggerRockets
UnknownScript_0x54064:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x5428b
keeptextopen
verbosegiveitem TM_ATTRACT, 1
iffalse UnknownScript_0x5407b
2013-09-24 00:48:58 -07:00
setevent EVENT_GOT_TM45_ATTRACT
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x54302
closetext
loadmovesprites
end
2015-07-10 00:00:27 -07:00
UnknownScript_0x54077:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x54360
closetext
2015-07-10 00:00:27 -07:00
UnknownScript_0x5407b:
loadmovesprites
end
2015-07-10 00:00:27 -07:00
GoldenrodGymTriggerRockets:
if_equal 7, .RadioTowerRockets
if_equal 6, .GoldenrodRockets
end
2015-07-10 00:00:27 -07:00
.GoldenrodRockets
2015-06-24 18:26:24 -07:00
jumpstd goldenrodrockets
2015-07-10 00:00:27 -07:00
.RadioTowerRockets
2015-06-24 18:26:24 -07:00
jumpstd radiotowerrockets
2015-07-10 00:00:27 -07:00
TrainerLassCarrie:
; bit/flag number
2015-07-10 01:20:21 -07:00
dw EVENT_BEAT_LASS_CARRIE
; trainer group && trainer id
db LASS, CARRIE
; text when seen
dw LassCarrieSeenText
; text when trainer beaten
dw LassCarrieBeatenText
; script when lost
dw $0000
; script when talk again
dw LassCarrieScript
2015-07-10 00:00:27 -07:00
LassCarrieScript:
talkaftercancel
loadfont
2015-01-20 00:01:23 -08:00
writetext LassCarrieOWText
closetext
loadmovesprites
end
2015-07-10 00:00:27 -07:00
WhitneyCriesScript:
showemote EMOTE_SHOCK, $4, 15
applymovement $4, BridgetWalksUpMovement
spriteface $0, DOWN
loadfont
2015-01-20 00:01:23 -08:00
writetext BridgetWhitneyCriesText
closetext
loadmovesprites
applymovement $4, BridgetWalksAwayMovement
dotrigger $0
2013-09-24 00:48:58 -07:00
clearevent EVENT_MADE_WHITNEY_CRY
end
2015-07-10 00:00:27 -07:00
TrainerLassBridget:
; bit/flag number
2015-07-10 01:20:21 -07:00
dw EVENT_BEAT_LASS_BRIDGET
; trainer group && trainer id
db LASS, BRIDGET
; text when seen
dw LassBridgetSeenText
; text when trainer beaten
dw LassBridgetBeatenText
; script when lost
dw $0000
; script when talk again
dw LassBridgetScript
2015-07-10 00:00:27 -07:00
LassBridgetScript:
talkaftercancel
loadfont
2015-01-20 00:01:23 -08:00
writetext LassBridgetOWText
closetext
loadmovesprites
end
2015-07-10 00:00:27 -07:00
TrainerBeautyVictoria:
; bit/flag number
2015-07-10 01:20:21 -07:00
dw EVENT_BEAT_BEAUTY_VICTORIA
; trainer group && trainer id
db BEAUTY, VICTORIA
; text when seen
dw BeautyVictoriaSeenText
; text when trainer beaten
dw BeautyVictoriaBeatenText
; script when lost
dw $0000
; script when talk again
dw BeautyVictoriaScript
2015-07-10 00:00:27 -07:00
BeautyVictoriaScript:
talkaftercancel
loadfont
2015-01-20 00:01:23 -08:00
writetext BeautyVictoriaOWText
closetext
loadmovesprites
end
2015-07-10 00:00:27 -07:00
TrainerBeautySamantha:
; bit/flag number
2015-07-10 01:20:21 -07:00
dw EVENT_BEAT_BEAUTY_SAMANTHA
; trainer group && trainer id
db BEAUTY, SAMANTHA
; text when seen
dw BeautySamanthaSeenText
; text when trainer beaten
dw BeautySamanthaBeatenText
; script when lost
dw $0000
; script when talk again
dw BeautySamanthaScript
2015-07-10 00:00:27 -07:00
BeautySamanthaScript:
talkaftercancel
loadfont
2015-01-20 00:01:23 -08:00
writetext BeautySamanthaOWText
closetext
loadmovesprites
end
2015-07-10 00:00:27 -07:00
GoldenrodGymGuyScript:
faceplayer
2013-09-24 00:48:58 -07:00
checkevent EVENT_BEAT_WHITNEY
iftrue .GoldenrodGymGuyWinScript
loadfont
2015-01-20 00:01:23 -08:00
writetext GoldenrodGymGuyText
closetext
loadmovesprites
end
.GoldenrodGymGuyWinScript
loadfont
2015-01-20 00:01:23 -08:00
writetext GoldenrodGymGuyWinText
closetext
loadmovesprites
end
2015-06-24 20:51:36 -07:00
GoldenrodGymStatue:
checkflag ENGINE_PLAINBADGE
iftrue .Beaten
2015-06-24 18:26:24 -07:00
jumpstd gymstatue1
2015-06-24 20:51:36 -07:00
.Beaten
trainertotext WHITNEY, 1, $1
2015-06-24 18:26:24 -07:00
jumpstd gymstatue2
2015-07-10 00:00:27 -07:00
BridgetWalksUpMovement:
step_left
turn_head_up
step_end
2015-07-10 00:00:27 -07:00
BridgetWalksAwayMovement:
step_right
turn_head_left
step_end
2015-07-10 00:00:27 -07:00
UnknownText_0x54122:
text "Hi! I'm WHITNEY!"
para "Everyone was into"
line "#MON, so I got"
cont "into it too!"
para "#MON are"
line "super-cute!"
para "You want to bat-"
line "tle? I'm warning"
cont "you--I'm good!"
done
2015-07-10 00:00:27 -07:00
UnknownText_0x541a5:
text "Sob…"
para "…Waaaaaaah!"
line "You're mean!"
para "You shouldn't be"
line "so serious! You…"
cont "you child, you!"
done
2015-07-10 00:00:27 -07:00
UnknownText_0x541f4:
text "Waaaaah!"
para "Waaaaah!"
para "…Snivel, hic…"
line "…You meanie!"
done
2015-07-10 00:00:27 -07:00
UnknownText_0x54222:
text "…Sniff…"
para "What? What do you"
line "want? A BADGE?"
para "Oh, right."
line "I forgot. Here's"
cont "PLAINBADGE."
done
2015-07-10 00:00:27 -07:00
UnknownText_0x54273:
text "<PLAYER> received"
line "PLAINBADGE."
done
2015-07-10 00:00:27 -07:00
UnknownText_0x5428b:
text "PLAINBADGE lets"
line "your #MON use"
para "STRENGTH outside"
line "of battle."
para "It also boosts"
line "your #MON's"
cont "SPEED."
para "Oh, you can have"
line "this too!"
done
2015-07-10 00:00:27 -07:00
UnknownText_0x54302:
text "It's ATTRACT!"
line "It makes full use"
para "of a #MON's"
line "charm."
para "Isn't it just per-"
line "fect for a cutie"
cont "like me?"
done
2015-07-10 00:00:27 -07:00
UnknownText_0x54360:
text "Ah, that was a"
line "good cry!"
para "Come for a visit"
line "again! Bye-bye!"
done
2015-07-10 00:00:27 -07:00
LassCarrieSeenText:
text "Don't let my"
line "#MON's cute"
para "looks fool you."
line "They can whip you!"
done
2015-07-10 00:00:27 -07:00
LassCarrieBeatenText:
text "Darn… I thought"
line "you were weak…"
done
2015-07-10 00:00:27 -07:00
LassCarrieOWText:
text "Do my #MON"
line "think I'm cute?"
done
2015-07-10 00:00:27 -07:00
LassBridgetSeenText:
text "I like cute #-"
line "MON better than"
cont "strong #MON."
para "But I have strong"
line "and cute #MON!"
done
2015-07-10 00:00:27 -07:00
LassBridgetBeatenText:
text "Oh, no, no, no!"
done
2015-07-10 00:00:27 -07:00
LassBridgetOWText:
text "I'm trying to beat"
line "WHITNEY, but…"
cont "It's depressing."
para "I'm okay! If I"
line "lose, I'll just"
para "try harder next"
line "time!"
done
2015-07-10 00:00:27 -07:00
BridgetWhitneyCriesText:
text "Oh, no. You made"
line "WHITNEY cry."
para "It's OK. She'll"
line "stop soon. She"
para "always cries when"
line "she loses."
done
2015-07-10 00:00:27 -07:00
BeautyVictoriaSeenText:
text "Oh, you are a cute"
line "little trainer! "
para "I like you, but I"
line "won't hold back!"
done
2015-07-10 00:00:27 -07:00
BeautyVictoriaBeatenText:
text "Let's see… Oops,"
line "it's over?"
done
2015-07-10 00:00:27 -07:00
BeautyVictoriaOWText:
text "Wow, you must be"
line "good to beat me!"
cont "Keep it up!"
done
2015-07-10 00:00:27 -07:00
BeautySamanthaSeenText:
text "Give it your best"
line "shot, or I'll take"
cont "you down!"
done
2015-07-10 00:00:27 -07:00
BeautySamanthaBeatenText:
text "No! Oh, MEOWTH,"
line "I'm so sorry!"
done
2015-07-10 00:00:27 -07:00
BeautySamanthaOWText:
text "I taught MEOWTH"
line "moves for taking"
cont "on any type…"
done
2015-07-10 00:00:27 -07:00
GoldenrodGymGuyText:
text "Yo! CHAMP in"
line "making!"
para "This GYM is home"
line "to normal-type"
cont "#MON trainers."
para "I recommend you"
line "use fighting-type"
cont "#MON."
done
2015-07-10 00:00:27 -07:00
GoldenrodGymGuyWinText:
text "You won? Great! I"
line "was busy admiring"
cont "the ladies here."
done
2015-07-10 00:00:27 -07:00
GoldenrodGym_MapEventHeader:
; filler
db 0, 0
; warps
db 2
warp_def $11, $2, 1, GROUP_GOLDENROD_CITY, MAP_GOLDENROD_CITY
warp_def $11, $3, 1, GROUP_GOLDENROD_CITY, MAP_GOLDENROD_CITY
; xy triggers
db 1
xy_trigger 1, $5, $8, $0, WhitneyCriesScript, $0, $0
; signposts
db 2
2015-06-24 20:51:36 -07:00
signpost 15, 1, $0, GoldenrodGymStatue
signpost 15, 4, $0, GoldenrodGymStatue
; people-events
db 6
2015-07-12 21:16:35 -07:00
person_event SPRITE_WHITNEY, 7, 12, $6, $0, 255, 255, $80, 0, WhitneyScript_0x5400c, -1
person_event SPRITE_LASS, 17, 13, $9, $0, 255, 255, $92, 4, TrainerLassCarrie, -1
person_event SPRITE_LASS, 10, 13, $8, $0, 255, 255, $92, 1, TrainerLassBridget, -1
person_event SPRITE_BUENA, 6, 4, $6, $0, 255, 255, $92, 3, TrainerBeautyVictoria, -1
person_event SPRITE_BUENA, 9, 23, $6, $0, 255, 255, $92, 3, TrainerBeautySamantha, -1
person_event SPRITE_GYM_GUY, 19, 9, $6, $0, 255, 255, $80, 0, GoldenrodGymGuyScript, -1