pokecrystal-board/maps/GoldenrodPokecenter1F.asm

825 lines
16 KiB
NASM
Raw Normal View History

object_const_def
2015-11-26 21:22:14 -08:00
const GOLDENRODPOKECENTER1F_NURSE
const GOLDENRODPOKECENTER1F_LINK_RECEPTIONIST
const GOLDENRODPOKECENTER1F_GAMEBOY_KID
const GOLDENRODPOKECENTER1F_LASS
const GOLDENRODPOKECENTER1F_POKEFAN_F
GoldenrodPokecenter1F_MapScripts:
def_scene_scripts
def_callbacks
2018-02-28 13:50:43 -08:00
GoldenrodPokecenter1FNurseScript:
jumpstd PokecenterNurseScript
GoldenrodPokecenter1F_GSBallSceneLeft:
setval BATTLETOWERACTION_CHECKMOBILEEVENT
special BattleTowerAction
2018-02-02 18:09:17 -08:00
ifequal MOBILE_EVENT_OBJECT_GS_BALL, .gsball
end
.gsball
2013-09-24 00:48:58 -07:00
checkevent EVENT_GOT_GS_BALL_FROM_POKECOM_CENTER
2015-11-03 16:43:47 -08:00
iftrue .cancel
playsound SFX_EXIT_BUILDING
moveobject GOLDENRODPOKECENTER1F_LINK_RECEPTIONIST, 0, 7
2015-11-26 21:22:14 -08:00
disappear GOLDENRODPOKECENTER1F_LINK_RECEPTIONIST
appear GOLDENRODPOKECENTER1F_LINK_RECEPTIONIST
playmusic MUSIC_SHOW_ME_AROUND
applymovement GOLDENRODPOKECENTER1F_LINK_RECEPTIONIST, GoldenrodPokeCenter1FLinkReceptionistApproachPlayerAtLeftDoorwayTileMovement
turnobject PLAYER, UP
2015-12-09 15:25:44 -08:00
opentext
writetext GoldenrodPokeCenter1FLinkReceptionistPleaseAcceptGSBallText
2015-11-25 07:16:29 -08:00
waitbutton
2015-11-04 17:20:14 -08:00
verbosegiveitem GS_BALL
2013-09-24 00:48:58 -07:00
setevent EVENT_GOT_GS_BALL_FROM_POKECOM_CENTER
setevent EVENT_CAN_GIVE_GS_BALL_TO_KURT
writetext GoldenrodPokeCenter1FLinkReceptionistPleaseDoComeAgainText
2015-11-25 07:16:29 -08:00
waitbutton
closetext
applymovement GOLDENRODPOKECENTER1F_LINK_RECEPTIONIST, GoldenrodPokeCenter1FLinkReceptionistWalkToStairsFromLeftDoorwayTileMovement
special RestartMapMusic
2015-11-26 21:22:14 -08:00
disappear GOLDENRODPOKECENTER1F_LINK_RECEPTIONIST
playsound SFX_EXIT_BUILDING
.cancel
end
GoldenrodPokecenter1F_GSBallSceneRight:
setval BATTLETOWERACTION_CHECKMOBILEEVENT
special BattleTowerAction
2018-02-02 18:09:17 -08:00
ifequal MOBILE_EVENT_OBJECT_GS_BALL, .gsball
end
.gsball
2013-09-24 00:48:58 -07:00
checkevent EVENT_GOT_GS_BALL_FROM_POKECOM_CENTER
2015-11-03 16:43:47 -08:00
iftrue .cancel
playsound SFX_EXIT_BUILDING
moveobject GOLDENRODPOKECENTER1F_LINK_RECEPTIONIST, 0, 7
2015-11-26 21:22:14 -08:00
disappear GOLDENRODPOKECENTER1F_LINK_RECEPTIONIST
appear GOLDENRODPOKECENTER1F_LINK_RECEPTIONIST
playmusic MUSIC_SHOW_ME_AROUND
applymovement GOLDENRODPOKECENTER1F_LINK_RECEPTIONIST, GoldenrodPokeCenter1FLinkReceptionistApproachPlayerAtRightDoorwayTileMovement
turnobject PLAYER, UP
2015-12-09 15:25:44 -08:00
opentext
writetext GoldenrodPokeCenter1FLinkReceptionistPleaseAcceptGSBallText
2015-11-25 07:16:29 -08:00
waitbutton
2015-11-04 17:20:14 -08:00
verbosegiveitem GS_BALL
2013-09-24 00:48:58 -07:00
setevent EVENT_GOT_GS_BALL_FROM_POKECOM_CENTER
setevent EVENT_CAN_GIVE_GS_BALL_TO_KURT
writetext GoldenrodPokeCenter1FLinkReceptionistPleaseDoComeAgainText
2015-11-25 07:16:29 -08:00
waitbutton
closetext
applymovement GOLDENRODPOKECENTER1F_LINK_RECEPTIONIST, GoldenrodPokeCenter1FLinkReceptionistWalkToStairsFromRightDoorwayTileMovement
special RestartMapMusic
2015-11-26 21:22:14 -08:00
disappear GOLDENRODPOKECENTER1F_LINK_RECEPTIONIST
playsound SFX_EXIT_BUILDING
.cancel
end
2017-12-17 16:48:04 -08:00
GoldenrodPokecenter1FGameboyKidScript:
jumptextfaceplayer GoldenrodPokecenter1FGameboyKidText
2017-12-17 16:48:04 -08:00
GoldenrodPokecenter1FLassScript:
jumptextfaceplayer GoldenrodPokecenter1FLassText
2018-03-01 10:18:51 -08:00
GoldenrodPokecenter1FPokefanF:
faceplayer
2015-12-09 15:25:44 -08:00
opentext
writetext GoldenrodPokecenter1FPokefanFDoYouHaveEonMailText
2015-11-25 07:16:29 -08:00
waitbutton
writetext GoldenrodPokecenter1FAskGiveAwayAnEonMailText
yesorno
2018-03-01 10:18:51 -08:00
iffalse .NoEonMail
2015-11-04 17:20:14 -08:00
takeitem EON_MAIL
2018-03-01 10:18:51 -08:00
iffalse .NoEonMail
writetext GoldenrodPokecenter1FPlayerGaveAwayTheEonMailText
2015-11-25 07:16:29 -08:00
waitbutton
writetext GoldenrodPokecenter1FPokefanFThisIsForYouText
2015-11-25 07:16:29 -08:00
waitbutton
2015-11-04 17:20:14 -08:00
verbosegiveitem REVIVE
2018-03-01 10:18:51 -08:00
iffalse .NoRoom
writetext GoldenrodPokecenter1FPokefanFDaughterWillBeDelightedText
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2018-03-01 10:18:51 -08:00
.NoEonMail:
writetext GoldenrodPokecenter1FPokefanFTooBadText
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2018-03-01 10:18:51 -08:00
.NoRoom:
2015-11-04 17:20:14 -08:00
giveitem EON_MAIL
writetext GoldenrodPokecenter1FPokefanFAnotherTimeThenText
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
GoldenrodPokeCenter1FLinkReceptionistApproachPlayerAtLeftDoorwayTileMovement:
2016-05-14 10:46:14 -07:00
step UP
step RIGHT
step RIGHT
step RIGHT
turn_head DOWN
step_end
GoldenrodPokeCenter1FLinkReceptionistWalkToStairsFromLeftDoorwayTileMovement:
2016-05-14 10:46:14 -07:00
step LEFT
step LEFT
step LEFT
step DOWN
step_end
GoldenrodPokeCenter1FLinkReceptionistApproachPlayerAtRightDoorwayTileMovement:
2016-05-14 10:46:14 -07:00
step UP
step RIGHT
step RIGHT
step RIGHT
step RIGHT
turn_head DOWN
step_end
GoldenrodPokeCenter1FLinkReceptionistWalkToStairsFromRightDoorwayTileMovement:
2016-05-14 10:46:14 -07:00
step LEFT
step LEFT
step LEFT
step LEFT
step DOWN
step_end
UnknownText_0x61072: ; unreferenced
text "Hello! Welcome to"
line "#COM CENTER"
cont "TRADE CORNER."
para "You can trade"
line "#MON with other"
cont "people far away."
done
UnknownText_0x610ce: ; unreferenced
text "To make a trade,"
line "we must hold your"
cont "#MON."
para "Would you like to"
line "trade?"
done
UnknownText_0x61111: ; unreferenced
text "What kind of"
line "#MON do you"
cont "want in return?"
done
UnknownText_0x6113b: ; unreferenced
text "Fine. We will try"
line "to trade your"
para "@"
text_ram wStringBuffer3
text " for"
line "@"
text_ram wStringBuffer4
text "."
para "We'll have to hold"
line "your #MON"
cont "during the trade."
para "Please wait while"
line "we prepare the"
cont "room for it."
done
UnknownText_0x611c9: ; unreferenced
text "Fine. We will try"
line "to trade your"
para "@"
text_ram wStringBuffer3
text " for a"
line "#MON that you"
cont "have never seen."
para "We'll have to hold"
line "your #MON"
cont "during the trade."
para "Please wait while"
line "we prepare the"
cont "room for it."
done
UnknownText_0x61271: ; unreferenced
text "Your trade #MON"
line "has been received."
para "It will take time"
line "to find a trade"
para "partner. Please"
line "come back later."
done
UnknownText_0x612d8: ; unreferenced
text "Oh? You have only"
line "one #MON in"
cont "your party. "
para "Please come back"
line "once you've in-"
cont "creased the size"
cont "of your party."
done
UnknownText_0x61344: ; unreferenced
text "We hope to see you"
line "again."
done
UnknownText_0x6135f: ; unreferenced
text "Communication"
line "error…"
done
UnknownText_0x61375: ; unreferenced
text "If we accept that"
line "#MON, what will"
cont "you battle with?"
done
UnknownText_0x613a9: ; unreferenced
text "Sorry. We can't"
line "accept an EGG."
done
UnknownText_0x613c8: ; unreferenced
text "Sorry, but your"
line "#MON appears to"
para "be abnormal. We"
line "can't accept it."
done
UnknownText_0x61409: ; unreferenced
text "Oh? Aren't we"
line "already holding a"
cont "#MON of yours?"
done
UnknownText_0x61438: ; unreferenced
text "We'll check the"
line "rooms."
para "Please wait."
done
UnknownText_0x6145c: ; unreferenced
text "Thank you for your"
line "patience."
para "A trade partner"
line "has been found."
done
UnknownText_0x6149a: ; unreferenced
text "It's your new"
line "partner."
para "Please take care"
line "of it with love."
para "We hope to see you"
line "again."
done
UnknownText_0x614ed: ; unreferenced
text "Uh-oh. Your party"
line "is already full."
para "Please come back"
line "when you have room"
cont "in your party."
done
UnknownText_0x61544: ; unreferenced
text "It's unfortunate,"
line "but no one has"
para "come forward as a"
line "trade partner."
para "Would you like"
line "your #MON back?"
done
UnknownText_0x615a5: ; unreferenced
text "We have returned"
line "your #MON."
done
UnknownText_0x615c2: ; unreferenced
text "It's unfortunate,"
line "but no one has"
para "come forward as a"
line "trade partner."
para "We've held your"
line "#MON for a long"
para "time. As a result,"
line "it is very lonely."
para "Sorry, but we must"
line "return it to you."
done
UnknownText_0x6166e: ; unreferenced
text "We hope to see you"
line "again."
done
UnknownText_0x61689: ; unreferenced
text "Fine. We will"
line "continue to hold"
cont "your #MON."
done
UnknownText_0x616b4: ; unreferenced
text "Oh? You left your"
line "#MON with us"
cont "only recently."
para "Please come back"
line "later."
done
UnknownText_0x616fb: ; unreferenced
text "We'll SAVE before"
line "connecting to the"
cont "CENTER."
done
UnknownText_0x61727: ; unreferenced
text "Which #MON do"
line "you want to trade?"
done
UnknownText_0x61749: ; unreferenced
text "Sorry, but we must"
line "cancel the trade."
done
UnknownText_0x6176f: ; unreferenced
text "Oh!"
para "I see you have an"
line "EGG TICKET!"
para "It's a coupon that"
line "special people can"
para "redeem for a"
line "special #MON!"
done
UnknownText_0x617d2: ; unreferenced
text "Let me give you a"
line "quick briefing."
para "Trades held at the"
line "TRADE CORNER are"
para "between two"
line "trainers who don't"
para "know each other's"
line "identity."
para "As a result, it"
line "may take time."
para "However, an ODD"
line "EGG is available"
cont "just for you."
para "It will be sent to"
line "you right away."
para "Please choose one"
line "of the rooms in"
para "the CENTER."
line "An ODD EGG will be"
para "sent from the"
line "chosen room."
done
UnknownText_0x6191f: ; unreferenced
text "Please wait a"
line "moment."
done
UnknownText_0x61936: ; unreferenced
text "Thank you for"
line "waiting."
para "We received your"
line "ODD EGG."
para "Here it is!"
para "Please raise it"
line "with loving care."
done
UnknownText_0x61996: ; unreferenced
text "I'm awfully sorry."
para "The EGG TICKET"
line "exchange service"
cont "isn't running now."
done
UnknownText_0x619db: ; unreferenced
text "It's a #MON"
line "NEWS MACHINE."
done
UnknownText_0x619f5: ; unreferenced
text "What would you"
line "like to do?"
done
UnknownText_0x61a11: ; unreferenced
text "#MON NEWS is"
line "news compiled from"
para "the SAVE files of"
line "#MON trainers."
para "When reading the"
line "NEWS, your SAVE"
para "file may be sent"
line "out."
para "The SAVE file data"
line "will contain your"
para "adventure log and"
line "mobile profile."
para "Your phone number"
line "will not be sent."
para "The contents of"
line "the NEWS will vary"
para "depending on the"
line "SAVE files sent by"
para "you and the other"
line "#MON trainers."
para "You might even be"
line "in the NEWS!"
done
UnknownText_0x61b7c: ; unreferenced
text "Would you like to"
line "get the NEWS?"
done
UnknownText_0x61b9d: ; unreferenced
text "Reading the latest"
line "NEWS… Please wait."
done
UnknownText_0x61bc4: ; unreferenced
text "There is no old"
line "NEWS…"
done
UnknownText_0x61bdb: ; unreferenced
text "The NEWS data is"
line "corrupted."
para "Please download"
line "the NEWS again."
done
UnknownText_0x61c18: ; unreferenced
text "We're making"
line "preparations."
para "Please come back"
line "later."
done
UnknownText_0x61c4b: ; unreferenced
text "We will SAVE your"
line "progress before"
para "starting the NEWS"
line "MACHINE."
done
UnknownText_0x61c89: ; unreferenced
text "Whoa, this #MON"
line "CENTER is huge."
para "They just built"
line "this place. They"
para "installed lots of"
line "new machines too."
done
UnknownText_0x61cef: ; unreferenced
text "I thought up a fun"
line "new thing for the"
cont "TRADE CORNER!"
para "I make a PIDGEY"
line "hold MAIL, then"
para "put it up for"
line "trade for another"
cont "one!"
para "If everyone did"
line "that, MAIL could"
para "be traded with all"
line "sorts of people!"
para "I call it PIDGEY"
line "MAIL!"
para "If it becomes"
line "popular, I might"
para "make lots of new"
line "friends!"
done
UnknownText_0x61dfd: ; unreferenced
text "They said you can"
line "trade #MON with"
para "total strangers up"
line "here."
para "But they're still"
line "adjusting things."
done
UnknownText_0x61e5c: ; unreferenced
text "Some girl I don't"
line "know sent me her"
para "HOPPIP."
line "You should trade"
para "for a #MON that"
line "you want."
done
UnknownText_0x61eb2: ; unreferenced
text "I received a"
line "female HOPPIP, but"
cont "its named STANLEY!"
para "That's my dad's"
line "name!"
done
UnknownText_0x61efa: ; unreferenced
text "What is the NEWS"
line "MACHINE?"
para "Does it get news"
line "from a wider area"
cont "than the radio?"
done
UnknownText_0x61f48: ; unreferenced
text "The #COM CENTER"
line "will link with all"
para "#MON CENTERS in"
line "a wireless net."
para "That must mean"
line "I'll be able to"
para "link with all"
line "sorts of people."
done
UnknownText_0x61fc9: ; unreferenced
text "The machines here"
line "can't be used yet."
para "Still, it's nice"
line "coming to a trendy"
para "place before other"
line "people."
done
UnknownText_0x6202c: ; unreferenced
text "My friend was in"
line "the NEWS a while"
para "back. I was really"
line "surprised!"
done
UnknownText_0x6206d: ; unreferenced
text "I get anxious if I"
line "don't check out"
cont "the latest NEWS!"
done
UnknownText_0x620a1: ; unreferenced
text "If I get in the"
line "NEWS and become"
para "famous, I bet I'll"
line "be adored."
para "I wonder how I"
line "could get in the"
cont "NEWS?"
done
2017-12-17 16:48:04 -08:00
GoldenrodPokecenter1FGameboyKidText:
text "The COLOSSEUM"
line "upstairs is for"
cont "link battles."
para "Battle records are"
line "posted on the"
para "wall, so I can't"
line "afford to lose."
done
UnknownText_0x62173: ; unreferenced
text "I came over here"
line "when I got word"
para "that GOLDENROD's"
line "#MON CENTER has"
para "new machines that"
line "no one's ever seen"
cont "before."
para "But it looks like"
line "they're still busy"
para "with all their"
line "preparations…"
done
UnknownText_0x62222: ; unreferenced
text "Just seeing all"
line "these new things"
para "here makes me feel"
line "younger!"
done
2017-12-17 16:48:04 -08:00
GoldenrodPokecenter1FLassText:
text "A higher level"
line "#MON doesn't"
cont "always win."
para "After all, it may"
line "have a type dis-"
cont "advantage."
para "I don't think"
line "there is a single"
para "#MON that is"
line "the toughest."
done
GoldenrodPokeCenter1FLinkReceptionistPleaseAcceptGSBallText:
text "<PLAYER>, isn't it?"
para "Congratulations!"
para "As a special deal,"
line "a GS BALL has been"
cont "sent just for you!"
para "Please accept it!"
done
GoldenrodPokeCenter1FLinkReceptionistPleaseDoComeAgainText:
text "Please do come"
line "again!"
done
UnknownText_0x62370: ; unreferenced
text "#COM CENTER"
line "1F INFORMATION"
para "Left:"
line "ADMINISTRATION"
para "Center:"
line "TRADE CORNER"
para "Right:"
line "#MON NEWS"
done
UnknownText_0x623c7: ; unreferenced
text "It's a #MON"
line "NEWS MACHINE!"
para "It's not in"
line "operation yet…"
done
GoldenrodPokecenter1FPokefanFDoYouHaveEonMailText:
text "Oh my, your pack"
line "looks so heavy!"
para "Oh! Do you happen"
line "to have something"
cont "named EON MAIL?"
para "My daughter is"
line "after one."
para "You can part with"
line "one, can't you?"
done
GoldenrodPokecenter1FAskGiveAwayAnEonMailText:
text "Give away an EON"
line "MAIL?"
done
GoldenrodPokecenter1FPokefanFThisIsForYouText:
text "Oh, that's great!"
line "Thank you, honey!"
para "Here, this is for"
line "you in return!"
done
GoldenrodPokecenter1FPokefanFDaughterWillBeDelightedText:
text "My daughter will"
line "be delighted!"
done
GoldenrodPokecenter1FPokefanFTooBadText:
text "Oh? You don't have"
line "one? Too bad."
done
GoldenrodPokecenter1FPokefanFAnotherTimeThenText:
text "Oh… Well, another"
line "time, then."
done
GoldenrodPokecenter1FPlayerGaveAwayTheEonMailText:
text "<PLAYER> gave away"
line "the EON MAIL."
done
GoldenrodPokecenter1F_MapEvents:
db 0, 0 ; filler
def_warp_events
2018-02-01 19:22:07 -08:00
warp_event 3, 7, GOLDENROD_CITY, 15
warp_event 4, 7, GOLDENROD_CITY, 15
2018-02-25 19:19:17 -08:00
warp_event 0, 6, POKECOM_CENTER_ADMIN_OFFICE_MOBILE, 1
2018-02-01 19:22:07 -08:00
warp_event 0, 7, POKECENTER_2F, 1
def_coord_events
2018-02-01 19:22:07 -08:00
coord_event 3, 7, SCENE_DEFAULT, GoldenrodPokecenter1F_GSBallSceneLeft
coord_event 4, 7, SCENE_DEFAULT, GoldenrodPokecenter1F_GSBallSceneRight
def_bg_events
def_object_events
2018-02-28 13:50:43 -08:00
object_event 3, 1, SPRITE_NURSE, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, GoldenrodPokecenter1FNurseScript, -1
2018-02-01 19:22:07 -08:00
object_event 16, 8, SPRITE_LINK_RECEPTIONIST, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_BLUE, OBJECTTYPE_SCRIPT, 0, ObjectEvent, -1
object_event 6, 1, SPRITE_GAMEBOY_KID, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_GREEN, OBJECTTYPE_SCRIPT, 0, GoldenrodPokecenter1FGameboyKidScript, -1
object_event 1, 4, SPRITE_LASS, SPRITEMOVEDATA_WALK_LEFT_RIGHT, 1, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, GoldenrodPokecenter1FLassScript, -1
2018-03-01 10:18:51 -08:00
object_event 7, 5, SPRITE_POKEFAN_F, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_BROWN, OBJECTTYPE_SCRIPT, 0, GoldenrodPokecenter1FPokefanF, -1