pokecrystal-board/maps/CeruleanCity.asm

307 lines
6.5 KiB
NASM
Raw Normal View History

object_const_def ; object_event constants
2015-11-26 21:22:14 -08:00
const CERULEANCITY_COOLTRAINER_M
const CERULEANCITY_SUPER_NERD
const CERULEANCITY_SLOWPOKE
const CERULEANCITY_COOLTRAINER_F
const CERULEANCITY_FISHER
const CERULEANCITY_YOUNGSTER
CeruleanCity_MapScripts:
db 0 ; scene scripts
db 1 ; callbacks
callback MAPCALLBACK_NEWMAP, .FlyPoint
.FlyPoint:
2015-06-25 22:30:16 -07:00
setflag ENGINE_FLYPOINT_CERULEAN
return
2017-12-17 17:45:04 -08:00
CeruleanCityCooltrainerMScript:
faceplayer
2015-12-09 15:25:44 -08:00
opentext
2013-09-24 00:48:58 -07:00
checkevent EVENT_RETURNED_MACHINE_PART
2017-12-17 17:45:04 -08:00
iftrue .ReturnedMachinePart
writetext CeruleanCityCooltrainerMText1
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2017-12-17 17:45:04 -08:00
.ReturnedMachinePart:
writetext CeruleanCityCooltrainerMText2
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2017-12-17 16:48:04 -08:00
CeruleanCitySuperNerdScript:
jumptextfaceplayer CeruleanCitySuperNerdText
2015-06-25 21:01:08 -07:00
CeruleanCitySlowbro:
2015-12-09 15:25:44 -08:00
opentext
2015-06-25 21:01:08 -07:00
writetext CeruleanCitySlowbroText
cry SLOWBRO
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2017-12-17 17:45:04 -08:00
CeruleanCityCooltrainerFScript:
faceplayer
2015-12-09 15:25:44 -08:00
opentext
2017-12-17 17:45:04 -08:00
writetext CeruleanCityCooltrainerFText1
2015-11-25 07:16:29 -08:00
waitbutton
closetext
turnobject CERULEANCITY_COOLTRAINER_F, LEFT
2015-12-09 15:25:44 -08:00
opentext
2017-12-17 17:45:04 -08:00
writetext CeruleanCityCooltrainerFText2
2015-11-25 07:16:29 -08:00
waitbutton
closetext
2015-12-09 15:25:44 -08:00
opentext
2015-06-25 21:01:08 -07:00
writetext CeruleanCitySlowbroText
cry SLOWBRO
2015-11-25 07:16:29 -08:00
waitbutton
closetext
2015-12-09 15:25:44 -08:00
opentext
2017-12-17 17:45:04 -08:00
writetext CeruleanCityCooltrainerFText3
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2017-12-17 17:45:04 -08:00
CeruleanCityFisherScript:
faceplayer
2015-12-09 15:25:44 -08:00
opentext
2013-09-24 00:48:58 -07:00
checkevent EVENT_RETURNED_MACHINE_PART
2017-12-17 17:45:04 -08:00
iftrue .ReturnedMachinePart
2013-09-24 00:48:58 -07:00
checkevent EVENT_MET_ROCKET_GRUNT_AT_CERULEAN_GYM
2017-12-17 17:45:04 -08:00
iftrue .MetCeruleanRocket
.ReturnedMachinePart:
writetext CeruleanCityFisherText
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2017-12-17 17:45:04 -08:00
.MetCeruleanRocket:
writetext CeruleanCityFisherRocketTipText
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2017-12-17 17:45:04 -08:00
CeruleanCityYoungsterScript:
faceplayer
2015-12-09 15:25:44 -08:00
opentext
2017-12-17 17:45:04 -08:00
writetext CeruleanCityYoungsterText1
2015-11-25 07:16:29 -08:00
waitbutton
closetext
2015-07-10 05:08:03 -07:00
checkevent EVENT_FOUND_BERSERK_GENE_IN_CERULEAN_CITY
2017-12-17 17:45:04 -08:00
iffalse .BerserkGenePingsItemfinder
end
2017-12-17 17:45:04 -08:00
.BerserkGenePingsItemfinder:
2015-11-25 07:16:29 -08:00
waitsfx
playsound SFX_SECOND_PART_OF_ITEMFINDER
2015-11-25 07:16:29 -08:00
waitsfx
playsound SFX_TRANSACTION
2015-11-25 07:16:29 -08:00
waitsfx
playsound SFX_SECOND_PART_OF_ITEMFINDER
2015-11-25 07:16:29 -08:00
waitsfx
playsound SFX_TRANSACTION
2015-11-25 07:16:29 -08:00
waitsfx
playsound SFX_SECOND_PART_OF_ITEMFINDER
2015-11-25 07:16:29 -08:00
waitsfx
playsound SFX_TRANSACTION
2015-11-25 07:16:29 -08:00
waitsfx
playsound SFX_SECOND_PART_OF_ITEMFINDER
2015-11-25 07:16:29 -08:00
waitsfx
playsound SFX_TRANSACTION
2015-11-25 07:16:29 -08:00
waitsfx
2015-11-26 21:22:14 -08:00
showemote EMOTE_SHOCK, CERULEANCITY_YOUNGSTER, 15
turnobject CERULEANCITY_YOUNGSTER, LEFT
2015-12-09 15:25:44 -08:00
opentext
2017-12-17 17:45:04 -08:00
writetext CeruleanCityYoungsterText2
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-06-25 21:01:08 -07:00
CeruleanCitySign:
jumptext CeruleanCitySignText
2015-06-25 21:01:08 -07:00
CeruleanGymSign:
jumptext CeruleanGymSignText
2015-06-25 21:01:08 -07:00
CeruleanBikeShopSign:
jumptext CeruleanBikeShopSignText
2015-06-25 21:01:08 -07:00
CeruleanPoliceSign:
jumptext CeruleanPoliceSignText
2015-06-25 21:01:08 -07:00
CeruleanCapeSign:
jumptext CeruleanCapeSignText
2015-06-25 21:01:08 -07:00
CeruleanLockedDoor:
jumptext CeruleanLockedDoorText
CeruleanCityPokecenterSign:
2015-06-23 14:02:58 -07:00
jumpstd pokecentersign
2015-06-25 21:01:08 -07:00
CeruleanCityMartSign:
2015-06-23 14:02:58 -07:00
jumpstd martsign
CeruleanCityHiddenBerserkGene:
hiddenitem BERSERK_GENE, EVENT_FOUND_BERSERK_GENE_IN_CERULEAN_CITY
2017-12-17 17:45:04 -08:00
CeruleanCityCooltrainerMText1:
text "KANTO's POWER"
line "PLANT?"
para "It's near the end"
line "of ROUTE 9, the"
para "road that heads"
line "east from here."
para "I think there was"
line "an accident of"
cont "some sort there."
done
2017-12-17 17:45:04 -08:00
CeruleanCityCooltrainerMText2:
text "You're collecting"
line "every single kind"
cont "of #MON?"
para "That must be quite"
line "a challenge, but"
cont "it sounds fun too."
done
2017-12-17 16:48:04 -08:00
CeruleanCitySuperNerdText:
text "The CAPE in the"
line "north is a good"
para "place for dates."
line "Girls like it!"
done
2015-06-25 21:01:08 -07:00
CeruleanCitySlowbroText:
text "SLOWBRO: Yarah?"
done
2017-12-17 17:45:04 -08:00
CeruleanCityCooltrainerFText1:
text "My SLOWBRO and I"
line "make an awesome"
cont "combination!"
done
2017-12-17 17:45:04 -08:00
CeruleanCityCooltrainerFText2:
text "SLOWBRO, show me"
line "your CONFUSION!"
done
2017-12-17 17:45:04 -08:00
CeruleanCityCooltrainerFText3:
text "…"
done
2017-12-17 17:45:04 -08:00
CeruleanCityFisherText:
text "I'm a huge fan of"
line "CERULEAN GYM's"
cont "MISTY."
done
2017-12-17 17:45:04 -08:00
CeruleanCityFisherRocketTipText:
text "I saw this shady"
line "guy go off toward"
cont "CERULEAN's CAPE."
done
2017-12-17 17:45:04 -08:00
CeruleanCityYoungsterText1:
text "There used to be a"
line "cave here that had"
para "horribly powerful"
line "#MON in it."
done
2017-12-17 17:45:04 -08:00
CeruleanCityYoungsterText2:
text "Ayuh?"
para "My ITEMFINDER is"
line "responding…"
done
2015-06-25 21:01:08 -07:00
CeruleanCitySignText:
text "CERULEAN CITY"
para "A Mysterious Blue"
line "Aura Surrounds It"
done
2015-06-25 21:01:08 -07:00
CeruleanGymSignText:
text "CERULEAN CITY"
line "#MON GYM"
cont "LEADER: MISTY"
para "The Tomboyish"
line "Mermaid"
done
2015-06-25 21:01:08 -07:00
CeruleanBikeShopSignText:
text "There's a notice"
line "here…"
para "The BIKE SHOP has"
line "moved to GOLDENROD"
cont "CITY in JOHTO…"
done
2015-06-25 21:01:08 -07:00
CeruleanPoliceSignText:
text "There's a notice"
line "here…"
para "Stamp out thievery"
line "and make the city"
para "a friendlier, more"
line "cheerful place!"
para "CERULEAN POLICE"
done
2015-06-25 21:01:08 -07:00
CeruleanCapeSignText:
text "CERULEAN CAPE"
line "AHEAD"
done
2015-06-25 21:01:08 -07:00
CeruleanLockedDoorText:
text "It's locked…"
done
CeruleanCity_MapEvents:
db 0, 0 ; filler
db 6 ; warp events
2018-02-01 19:22:07 -08:00
warp_event 7, 15, CERULEAN_GYM_BADGE_SPEECH_HOUSE, 1
2018-02-01 18:54:00 -08:00
warp_event 28, 17, CERULEAN_POLICE_STATION, 1
warp_event 13, 19, CERULEAN_TRADE_SPEECH_HOUSE, 1
warp_event 19, 21, CERULEAN_POKECENTER_1F, 1
warp_event 30, 23, CERULEAN_GYM, 1
warp_event 25, 29, CERULEAN_MART, 2
db 0 ; coord events
db 9 ; bg events
bg_event 23, 23, BGEVENT_READ, CeruleanCitySign
bg_event 27, 25, BGEVENT_READ, CeruleanGymSign
bg_event 11, 29, BGEVENT_READ, CeruleanBikeShopSign
bg_event 25, 17, BGEVENT_READ, CeruleanPoliceSign
2018-02-01 19:22:07 -08:00
bg_event 23, 7, BGEVENT_READ, CeruleanCapeSign
bg_event 14, 29, BGEVENT_READ, CeruleanLockedDoor
bg_event 20, 21, BGEVENT_READ, CeruleanCityPokecenterSign
bg_event 26, 29, BGEVENT_READ, CeruleanCityMartSign
2018-02-01 19:22:07 -08:00
bg_event 2, 12, BGEVENT_ITEM, CeruleanCityHiddenBerserkGene
db 6 ; object events
object_event 15, 23, SPRITE_COOLTRAINER_M, SPRITEMOVEDATA_WANDER, 2, 2, -1, -1, PAL_NPC_BLUE, OBJECTTYPE_SCRIPT, 0, CeruleanCityCooltrainerMScript, -1
object_event 23, 15, SPRITE_SUPER_NERD, SPRITEMOVEDATA_WANDER, 1, 1, -1, -1, PAL_NPC_BLUE, OBJECTTYPE_SCRIPT, 0, CeruleanCitySuperNerdScript, -1
object_event 20, 24, SPRITE_SLOWPOKE, SPRITEMOVEDATA_STILL, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, CeruleanCitySlowbro, -1
object_event 21, 24, SPRITE_COOLTRAINER_F, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, PAL_NPC_GREEN, OBJECTTYPE_SCRIPT, 0, CeruleanCityCooltrainerFScript, -1
object_event 30, 26, SPRITE_FISHER, SPRITEMOVEDATA_WALK_LEFT_RIGHT, 1, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_SCRIPT, 0, CeruleanCityFisherScript, -1
2018-02-01 19:22:07 -08:00
object_event 6, 12, SPRITE_YOUNGSTER, SPRITEMOVEDATA_SPINRANDOM_SLOW, 1, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_SCRIPT, 0, CeruleanCityYoungsterScript, -1