Remove address comments
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
BattleColosseum_2P_MapScripts:: @ 8160478
|
||||
BattleColosseum_2P_MapScripts::
|
||||
.byte 0
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
BattleColosseum_4P_MapScripts:: @ 816047B
|
||||
BattleColosseum_4P_MapScripts::
|
||||
.byte 0
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
.set LOCALID_DEOXYS_ROCK, 1
|
||||
.set LOCALID_DEOXYS, 2
|
||||
|
||||
BirthIsland_Exterior_MapScripts:: @ 8165203
|
||||
BirthIsland_Exterior_MapScripts::
|
||||
map_script MAP_SCRIPT_ON_TRANSITION, BirthIsland_Exterior_OnTransition
|
||||
map_script MAP_SCRIPT_ON_RESUME, BirthIsland_Exterior_OnResume
|
||||
map_script MAP_SCRIPT_ON_RETURN_TO_FIELD, BirthIsland_Exterior_OnReturnToField
|
||||
.byte 0
|
||||
|
||||
BirthIsland_Exterior_OnReturnToField:: @ 8165213
|
||||
BirthIsland_Exterior_OnReturnToField::
|
||||
special SetDeoxysTrianglePalette
|
||||
end
|
||||
|
||||
BirthIsland_Exterior_OnTransition:: @ 8165217
|
||||
BirthIsland_Exterior_OnTransition::
|
||||
setworldmapflag FLAG_WORLD_MAP_BIRTH_ISLAND_EXTERIOR
|
||||
setvar VAR_OBJ_GFX_ID_0, OBJ_EVENT_GFX_DEOXYS_N
|
||||
setvar VAR_DEOXYS_INTERACTION_STEP_COUNTER, 0
|
||||
@@ -20,29 +20,29 @@ BirthIsland_Exterior_OnTransition:: @ 8165217
|
||||
call_if_unset FLAG_FOUGHT_DEOXYS, BirthIsland_Exterior_EventScript_TryShowDeoxysPuzzle
|
||||
end
|
||||
|
||||
BirthIsland_Exterior_EventScript_HideDeoxysAndPuzzle:: @ 816523C
|
||||
BirthIsland_Exterior_EventScript_HideDeoxysAndPuzzle::
|
||||
setflag FLAG_HIDE_DEOXYS
|
||||
setflag FLAG_HIDE_BIRTH_ISLAND_METEORITE
|
||||
return
|
||||
|
||||
BirthIsland_Exterior_EventScript_TryShowDeoxysPuzzle:: @ 8165243
|
||||
BirthIsland_Exterior_EventScript_TryShowDeoxysPuzzle::
|
||||
goto_if_set FLAG_DEOXYS_FLEW_AWAY, EventScript_Return
|
||||
clearflag FLAG_HIDE_BIRTH_ISLAND_METEORITE
|
||||
clearflag FLAG_SYS_DEOXYS_AWAKENED
|
||||
return
|
||||
|
||||
BirthIsland_Exterior_OnResume:: @ 8165253
|
||||
BirthIsland_Exterior_OnResume::
|
||||
call_if_set FLAG_SYS_SPECIAL_WILD_BATTLE, BirthIsland_Exterior_EventScript_TryRemoveDeoxys
|
||||
end
|
||||
|
||||
BirthIsland_Exterior_EventScript_TryRemoveDeoxys:: @ 816525D
|
||||
BirthIsland_Exterior_EventScript_TryRemoveDeoxys::
|
||||
specialvar VAR_RESULT, GetBattleOutcome
|
||||
compare VAR_RESULT, B_OUTCOME_CAUGHT
|
||||
goto_if_ne EventScript_Return
|
||||
removeobject LOCALID_DEOXYS
|
||||
return
|
||||
|
||||
BirthIsland_Exterior_EventScript_Triangle:: @ 8165271
|
||||
BirthIsland_Exterior_EventScript_Triangle::
|
||||
lock
|
||||
faceplayer
|
||||
goto_if_questlog EventScript_ReleaseEnd
|
||||
@@ -56,19 +56,19 @@ BirthIsland_Exterior_EventScript_Triangle:: @ 8165271
|
||||
case 3, BirthIsland_Exterior_EventScript_NotSolved3
|
||||
end
|
||||
|
||||
BirthIsland_Exterior_EventScript_NotSolved1:: @ 81652BA
|
||||
BirthIsland_Exterior_EventScript_NotSolved1::
|
||||
release
|
||||
end
|
||||
|
||||
BirthIsland_Exterior_EventScript_NotSolved2:: @ 81652BC
|
||||
BirthIsland_Exterior_EventScript_NotSolved2::
|
||||
release
|
||||
end
|
||||
|
||||
BirthIsland_Exterior_EventScript_NotSolved3:: @ 81652BE
|
||||
BirthIsland_Exterior_EventScript_NotSolved3::
|
||||
release
|
||||
end
|
||||
|
||||
BirthIsland_Exterior_EventScript_Deoxys:: @ 81652C0
|
||||
BirthIsland_Exterior_EventScript_Deoxys::
|
||||
addobject LOCALID_DEOXYS
|
||||
waitse
|
||||
setfieldeffectarg 0, LOCALID_DEOXYS_ROCK
|
||||
@@ -103,18 +103,18 @@ BirthIsland_Exterior_EventScript_Deoxys:: @ 81652C0
|
||||
release
|
||||
end
|
||||
|
||||
BirthIsland_Exterior_EventScript_DefeatedDeoxys:: @ 816533A
|
||||
BirthIsland_Exterior_EventScript_DefeatedDeoxys::
|
||||
setflag FLAG_DEOXYS_FLEW_AWAY
|
||||
setvar VAR_0x8004, SPECIES_DEOXYS
|
||||
goto EventScript_MonFlewAway
|
||||
end
|
||||
|
||||
BirthIsland_Exterior_EventScript_RanFromDeoxys:: @ 8165348
|
||||
BirthIsland_Exterior_EventScript_RanFromDeoxys::
|
||||
setvar VAR_0x8004, SPECIES_DEOXYS
|
||||
goto EventScript_MonFlewAway
|
||||
end
|
||||
|
||||
Movement_DeoxysApproach: @ 8165353
|
||||
Movement_DeoxysApproach:
|
||||
walk_slower_down
|
||||
walk_slower_down
|
||||
walk_slower_down
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
BirthIsland_Harbor_MapScripts:: @ 81653E6
|
||||
BirthIsland_Harbor_MapScripts::
|
||||
.byte 0
|
||||
|
||||
BirthIsland_Harbor_EventScript_Sailor:: @ 81653E7
|
||||
BirthIsland_Harbor_EventScript_Sailor::
|
||||
lock
|
||||
faceplayer
|
||||
message Text_WhereDoYouWantToSail
|
||||
|
||||
@@ -1,37 +1,37 @@
|
||||
.set LOCALID_FAT_MAN, 2
|
||||
.set LOCALID_POLIWRATH, 3
|
||||
|
||||
CeladonCity_MapScripts:: @ 8166C8F
|
||||
CeladonCity_MapScripts::
|
||||
map_script MAP_SCRIPT_ON_TRANSITION, CeladonCity_OnTransition
|
||||
.byte 0
|
||||
|
||||
CeladonCity_OnTransition:: @ 8166C95
|
||||
CeladonCity_OnTransition::
|
||||
setworldmapflag FLAG_WORLD_MAP_CELADON_CITY
|
||||
end
|
||||
|
||||
CeladonCity_EventScript_LittleGirl:: @ 8166C99
|
||||
CeladonCity_EventScript_LittleGirl::
|
||||
msgbox CeladonCity_Text_GotMyKoffingInCinnabar, MSGBOX_NPC
|
||||
end
|
||||
|
||||
CeladonCity_EventScript_OldMan1:: @ 8166CA2
|
||||
CeladonCity_EventScript_OldMan1::
|
||||
lock
|
||||
msgbox CeladonCity_Text_GymIsGreatFullOfWomen
|
||||
release
|
||||
end
|
||||
|
||||
CeladonCity_EventScript_Woman:: @ 8166CAD
|
||||
CeladonCity_EventScript_Woman::
|
||||
msgbox CeladonCity_Text_GameCornerIsBadForCitysImage, MSGBOX_NPC
|
||||
end
|
||||
|
||||
CeladonCity_EventScript_OldMan2:: @ 8166CB6
|
||||
CeladonCity_EventScript_OldMan2::
|
||||
msgbox CeladonCity_Text_BlewItAllAtSlots, MSGBOX_NPC
|
||||
end
|
||||
|
||||
CeladonCity_EventScript_SoftboiledTutor:: @ 8166CBF
|
||||
CeladonCity_EventScript_SoftboiledTutor::
|
||||
goto EventScript_SoftboiledTutor
|
||||
end
|
||||
|
||||
CeladonCity_EventScript_FatMan:: @ 8166CC5
|
||||
CeladonCity_EventScript_FatMan::
|
||||
lock
|
||||
faceplayer
|
||||
msgbox CeladonCity_Text_MyTrustedPalPoliwrath
|
||||
@@ -41,7 +41,7 @@ CeladonCity_EventScript_FatMan:: @ 8166CC5
|
||||
release
|
||||
end
|
||||
|
||||
CeladonCity_EventScript_Poliwrath:: @ 8166CDC
|
||||
CeladonCity_EventScript_Poliwrath::
|
||||
lock
|
||||
faceplayer
|
||||
waitse
|
||||
@@ -54,53 +54,53 @@ CeladonCity_EventScript_Poliwrath:: @ 8166CDC
|
||||
release
|
||||
end
|
||||
|
||||
CeladonCity_EventScript_RocketGrunt1:: @ 8166CFA
|
||||
CeladonCity_EventScript_RocketGrunt1::
|
||||
msgbox CeladonCity_Text_KeepOutOfTeamRocketsWay, MSGBOX_NPC
|
||||
end
|
||||
|
||||
CeladonCity_EventScript_RocketGrunt2:: @ 8166D03
|
||||
CeladonCity_EventScript_RocketGrunt2::
|
||||
msgbox CeladonCity_Text_GetLostOrIllPunchYou, MSGBOX_NPC
|
||||
end
|
||||
|
||||
CeladonCity_EventScript_Boy:: @ 8166D0C
|
||||
CeladonCity_EventScript_Boy::
|
||||
msgbox CeladonCity_Text_ScaldedTongueOnTea, MSGBOX_NPC
|
||||
end
|
||||
|
||||
CeladonCity_EventScript_SilphCoScientist:: @ 8166D15
|
||||
CeladonCity_EventScript_SilphCoScientist::
|
||||
msgbox CeladonCity_Text_SomeoneStoleSilphScope, MSGBOX_NPC
|
||||
end
|
||||
|
||||
CeladonCity_EventScript_TrainerTips1:: @ 8166D1E
|
||||
CeladonCity_EventScript_TrainerTips1::
|
||||
msgbox CeladonCity_Text_ExplainXAccuracyDireHit, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
CeladonCity_EventScript_CitySign:: @ 8166D27
|
||||
CeladonCity_EventScript_CitySign::
|
||||
msgbox CeladonCity_Text_CitySign, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
CeladonCity_EventScript_GymSign:: @ 8166D30
|
||||
CeladonCity_EventScript_GymSign::
|
||||
lockall
|
||||
famechecker FAMECHECKER_ERIKA, 0
|
||||
msgbox CeladonCity_Text_GymSign
|
||||
releaseall
|
||||
end
|
||||
|
||||
CeladonCity_EventScript_MansionSign:: @ 8166D48
|
||||
CeladonCity_EventScript_MansionSign::
|
||||
msgbox CeladonCity_Text_MansionSign, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
CeladonCity_EventScript_DeptStoreSign:: @ 8166D51
|
||||
CeladonCity_EventScript_DeptStoreSign::
|
||||
msgbox CeladonCity_Text_DeptStoreSign, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
CeladonCity_EventScript_TrainerTips2:: @ 8166D5A
|
||||
CeladonCity_EventScript_TrainerTips2::
|
||||
msgbox CeladonCity_Text_GuardSpecProtectsFromStatus, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
CeladonCity_EventScript_PrizeExchangeSign:: @ 8166D63
|
||||
CeladonCity_EventScript_PrizeExchangeSign::
|
||||
msgbox CeladonCity_Text_PrizeExchangeSign, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
CeladonCity_EventScript_GameCornerSign:: @ 8166D6C
|
||||
CeladonCity_EventScript_GameCornerSign::
|
||||
msgbox CeladonCity_Text_GameCornerSign, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
@@ -1,40 +1,40 @@
|
||||
CeladonCity_Text_GotMyKoffingInCinnabar:: @ 817FEC3
|
||||
CeladonCity_Text_GotMyKoffingInCinnabar::
|
||||
.string "I got my KOFFING in CINNABAR.\p"
|
||||
.string "It's usually nice, but it breathes\n"
|
||||
.string "poison when it's angry.$"
|
||||
|
||||
CeladonCity_Text_GymIsGreatFullOfWomen:: @ 817FF1C
|
||||
CeladonCity_Text_GymIsGreatFullOfWomen::
|
||||
.string "Heheh! This GYM is great!\n"
|
||||
.string "It's full of women!$"
|
||||
|
||||
CeladonCity_Text_GameCornerIsBadForCitysImage:: @ 817FF4A
|
||||
CeladonCity_Text_GameCornerIsBadForCitysImage::
|
||||
.string "CELADON takes pride in its efforts\n"
|
||||
.string "to keep the city beautiful.\p"
|
||||
.string "That's why the new GAME CORNER is\n"
|
||||
.string "bad for our city's image.$"
|
||||
|
||||
CeladonCity_Text_BlewItAllAtSlots:: @ 817FFC5
|
||||
CeladonCity_Text_BlewItAllAtSlots::
|
||||
.string "Moan…\n"
|
||||
.string "I blew it all at the slots!\p"
|
||||
.string "I knew I should have cashed in my\n"
|
||||
.string "COINS for prizes!$"
|
||||
|
||||
CeladonCity_Text_MyTrustedPalPoliwrath:: @ 818001B
|
||||
CeladonCity_Text_MyTrustedPalPoliwrath::
|
||||
.string "This is my trusted pal, POLIWRATH.\p"
|
||||
.string "It evolved from a POLIWHIRL when\n"
|
||||
.string "I used a WATER STONE.$"
|
||||
|
||||
CeladonCity_Text_Poliwrath:: @ 8180075
|
||||
CeladonCity_Text_Poliwrath::
|
||||
.string "POLIWRATH: Ribi ribit!$"
|
||||
|
||||
CeladonCity_Text_GetLostOrIllPunchYou:: @ 818008C
|
||||
CeladonCity_Text_GetLostOrIllPunchYou::
|
||||
.string "What are you staring at?\n"
|
||||
.string "Get lost, or I'll punch you.$"
|
||||
|
||||
CeladonCity_Text_KeepOutOfTeamRocketsWay:: @ 81800C2
|
||||
CeladonCity_Text_KeepOutOfTeamRocketsWay::
|
||||
.string "Keep out of TEAM ROCKET's way!$"
|
||||
|
||||
CeladonCity_Text_ExplainXAccuracyDireHit:: @ 81800E1
|
||||
CeladonCity_Text_ExplainXAccuracyDireHit::
|
||||
.string "TRAINER TIPS\p"
|
||||
.string "X ACCURACY boosts the accuracy of\n"
|
||||
.string "techniques.\p"
|
||||
@@ -43,23 +43,23 @@ CeladonCity_Text_ExplainXAccuracyDireHit:: @ 81800E1
|
||||
.string "Get your items at the CELADON\n"
|
||||
.string "DEPT. STORE!$"
|
||||
|
||||
CeladonCity_Text_CitySign:: @ 818017A
|
||||
CeladonCity_Text_CitySign::
|
||||
.string "CELADON CITY\n"
|
||||
.string "The City of Rainbow Dreams$"
|
||||
|
||||
CeladonCity_Text_GymSign:: @ 81801A2
|
||||
CeladonCity_Text_GymSign::
|
||||
.string "CELADON CITY POKéMON GYM\n"
|
||||
.string "LEADER: ERIKA\l"
|
||||
.string "The Nature-Loving Princess!$"
|
||||
|
||||
CeladonCity_Text_MansionSign:: @ 81801E5
|
||||
CeladonCity_Text_MansionSign::
|
||||
.string "CELADON MANSION$"
|
||||
|
||||
CeladonCity_Text_DeptStoreSign:: @ 81801F5
|
||||
CeladonCity_Text_DeptStoreSign::
|
||||
.string "Find what you need at the\n"
|
||||
.string "CELADON DEPT. STORE!$"
|
||||
|
||||
CeladonCity_Text_GuardSpecProtectsFromStatus:: @ 8180224
|
||||
CeladonCity_Text_GuardSpecProtectsFromStatus::
|
||||
.string "TRAINER TIPS\p"
|
||||
.string "GUARD SPEC. protects POKéMON\n"
|
||||
.string "from status-reduction moves during\l"
|
||||
@@ -67,15 +67,15 @@ CeladonCity_Text_GuardSpecProtectsFromStatus:: @ 8180224
|
||||
.string "Get your items at the\n"
|
||||
.string "CELADON DEPT. STORE!$"
|
||||
|
||||
CeladonCity_Text_PrizeExchangeSign:: @ 81802A4
|
||||
CeladonCity_Text_PrizeExchangeSign::
|
||||
.string "COINS exchanged for prizes!\n"
|
||||
.string "PRIZE EXCHANGE$"
|
||||
|
||||
CeladonCity_Text_GameCornerSign:: @ 81802CF
|
||||
CeladonCity_Text_GameCornerSign::
|
||||
.string "ROCKET GAME CORNER\n"
|
||||
.string "The playground for grown-ups!$"
|
||||
|
||||
CeladonCity_Text_ScaldedTongueOnTea:: @ 8180300
|
||||
CeladonCity_Text_ScaldedTongueOnTea::
|
||||
.string "Aaaagh, ow…\n"
|
||||
.string "I scalded my tongue!\p"
|
||||
.string "This nice old lady in the MANSION\n"
|
||||
@@ -83,7 +83,7 @@ CeladonCity_Text_ScaldedTongueOnTea:: @ 8180300
|
||||
.string "But it was boiling hot!\n"
|
||||
.string "Gotta cool it to drink it.$"
|
||||
|
||||
Text_SoftboiledTeach:: @ 8180388
|
||||
Text_SoftboiledTeach::
|
||||
.string "Hello, there!\p"
|
||||
.string "I've seen you about, but I never\n"
|
||||
.string "had a chance to chat.\p"
|
||||
@@ -92,19 +92,19 @@ Text_SoftboiledTeach:: @ 8180388
|
||||
.string "I'd like to celebrate by teaching\n"
|
||||
.string "you the move SOFTBOILED.$"
|
||||
|
||||
Text_SoftboiledDeclined:: @ 818043F
|
||||
Text_SoftboiledDeclined::
|
||||
.string "I'll always be keeping an eye out\n"
|
||||
.string "for you.\p"
|
||||
.string "I hope we can chat again.$"
|
||||
|
||||
Text_SoftboiledWhichMon:: @ 8180484
|
||||
Text_SoftboiledWhichMon::
|
||||
.string "So, who's the POKéMON that gets\n"
|
||||
.string "the chance to learn SOFTBOILED?$"
|
||||
|
||||
Text_SoftboiledTaught:: @ 81804C4
|
||||
Text_SoftboiledTaught::
|
||||
.string "I wish you the best of luck!$"
|
||||
|
||||
CeladonCity_Text_SomeoneStoleSilphScope:: @ 81804E1
|
||||
CeladonCity_Text_SomeoneStoleSilphScope::
|
||||
.string "Oh, what am I to do…\p"
|
||||
.string "Someone stole our SILPH SCOPE.\p"
|
||||
.string "The thief came running this way,\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
CeladonCity_Condominiums_1F_MapScripts:: @ 816C320
|
||||
CeladonCity_Condominiums_1F_MapScripts::
|
||||
.byte 0
|
||||
|
||||
CeladonCity_Condominiums_1F_EventScript_TeaWoman:: @ 816C321
|
||||
CeladonCity_Condominiums_1F_EventScript_TeaWoman::
|
||||
lock
|
||||
faceplayer
|
||||
goto_if_set FLAG_TALKED_TO_TEA_LADY_AFTER_HOF, CeladonCity_Condominiums_1F_EventScript_TeaWomanAfterTea
|
||||
@@ -16,19 +16,19 @@ CeladonCity_Condominiums_1F_EventScript_TeaWoman:: @ 816C321
|
||||
release
|
||||
end
|
||||
|
||||
CeladonCity_Condominiums_1F_EventScript_TeaWomanAfterTea:: @ 816C36A
|
||||
CeladonCity_Condominiums_1F_EventScript_TeaWomanAfterTea::
|
||||
msgbox CeladonCity_Condominiums_1F_Text_MyDearMonsKeepMeCompany
|
||||
release
|
||||
end
|
||||
|
||||
CeladonCity_Condominiums_1F_EventScript_TeaWomanMentionDaisy:: @ 816C374
|
||||
CeladonCity_Condominiums_1F_EventScript_TeaWomanMentionDaisy::
|
||||
famechecker FAMECHECKER_DAISY, 4
|
||||
setflag FLAG_TALKED_TO_TEA_LADY_AFTER_HOF
|
||||
msgbox CeladonCity_Condominiums_1F_Text_DaisyComesToBuyTea
|
||||
release
|
||||
end
|
||||
|
||||
CeladonCity_Condominiums_1F_EventScript_Meowth:: @ 816C38E
|
||||
CeladonCity_Condominiums_1F_EventScript_Meowth::
|
||||
lock
|
||||
faceplayer
|
||||
waitse
|
||||
@@ -38,7 +38,7 @@ CeladonCity_Condominiums_1F_EventScript_Meowth:: @ 816C38E
|
||||
release
|
||||
end
|
||||
|
||||
CeladonCity_Condominiums_1F_EventScript_Clefairy:: @ 816C3A1
|
||||
CeladonCity_Condominiums_1F_EventScript_Clefairy::
|
||||
lock
|
||||
faceplayer
|
||||
waitse
|
||||
@@ -48,7 +48,7 @@ CeladonCity_Condominiums_1F_EventScript_Clefairy:: @ 816C3A1
|
||||
release
|
||||
end
|
||||
|
||||
CeladonCity_Condominiums_1F_EventScript_Nidoran:: @ 816C3B4
|
||||
CeladonCity_Condominiums_1F_EventScript_Nidoran::
|
||||
lock
|
||||
faceplayer
|
||||
waitse
|
||||
@@ -58,6 +58,6 @@ CeladonCity_Condominiums_1F_EventScript_Nidoran:: @ 816C3B4
|
||||
release
|
||||
end
|
||||
|
||||
CeladonCity_Condominiums_1F_EventScript_SuiteSign:: @ 816C3C7
|
||||
CeladonCity_Condominiums_1F_EventScript_SuiteSign::
|
||||
msgbox CeladonCity_Condominiums_1F_Text_ManagersSuite, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
@@ -1,21 +1,21 @@
|
||||
CeladonCity_Condominiums_1F_Text_Meowth:: @ 81960BB
|
||||
CeladonCity_Condominiums_1F_Text_Meowth::
|
||||
.string "MEOWTH: Meow!$"
|
||||
|
||||
CeladonCity_Condominiums_1F_Text_TryThisDrinkInstead:: @ 81960C9
|
||||
CeladonCity_Condominiums_1F_Text_TryThisDrinkInstead::
|
||||
.string "You shouldn't spend all your money\n"
|
||||
.string "on drinks.\p"
|
||||
.string "Try this instead.$"
|
||||
|
||||
CeladonCity_Condominiums_1F_Text_NothingBeatsThirstLikeTea:: @ 8196109
|
||||
CeladonCity_Condominiums_1F_Text_NothingBeatsThirstLikeTea::
|
||||
.string "Nothing beats thirst like some hot\n"
|
||||
.string "TEA.\p"
|
||||
.string "It really is the best.$"
|
||||
|
||||
CeladonCity_Condominiums_1F_Text_MyDearMonsKeepMeCompany:: @ 8196148
|
||||
CeladonCity_Condominiums_1F_Text_MyDearMonsKeepMeCompany::
|
||||
.string "My dear POKéMON keep me company.\n"
|
||||
.string "MEOWTH even brings money home!$"
|
||||
|
||||
CeladonCity_Condominiums_1F_Text_DaisyComesToBuyTea:: @ 8196188
|
||||
CeladonCity_Condominiums_1F_Text_DaisyComesToBuyTea::
|
||||
.string "Oh, hello, dearie.\n"
|
||||
.string "Did you enjoy my TEA?\p"
|
||||
.string "By the way, dear. Are you, by any\n"
|
||||
@@ -25,13 +25,13 @@ CeladonCity_Condominiums_1F_Text_DaisyComesToBuyTea:: @ 8196188
|
||||
.string "She visits the CELADON DEPT. STORE\n"
|
||||
.string "to buy some TEA.$"
|
||||
|
||||
CeladonCity_Condominiums_1F_Text_Clefairy:: @ 819625B
|
||||
CeladonCity_Condominiums_1F_Text_Clefairy::
|
||||
.string "CLEFAIRY: Pi pippippi!$"
|
||||
|
||||
CeladonCity_Condominiums_1F_Text_Nidoran:: @ 8196272
|
||||
CeladonCity_Condominiums_1F_Text_Nidoran::
|
||||
.string "NIDORAN♀: Kya kyaoo!$"
|
||||
|
||||
CeladonCity_Condominiums_1F_Text_ManagersSuite:: @ 8196287
|
||||
CeladonCity_Condominiums_1F_Text_ManagersSuite::
|
||||
.string "CELADON MANSION\n"
|
||||
.string "Manager's Suite$"
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
CeladonCity_Condominiums_2F_MapScripts:: @ 816C3D0
|
||||
CeladonCity_Condominiums_2F_MapScripts::
|
||||
.byte 0
|
||||
|
||||
CeladonCity_Condominiums_2F_EventScript_MeetingRoomSign:: @ 816C3D1
|
||||
CeladonCity_Condominiums_2F_EventScript_MeetingRoomSign::
|
||||
msgbox CeladonCity_Condominiums_2F_Text_GameFreakMeetingRoom, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
CeladonCity_Condominiums_2F_Text_GameFreakMeetingRoom:: @ 81962A7
|
||||
CeladonCity_Condominiums_2F_Text_GameFreakMeetingRoom::
|
||||
.string "GAME FREAK Meeting Room$"
|
||||
|
||||
|
||||
@@ -1,19 +1,19 @@
|
||||
CeladonCity_Condominiums_3F_MapScripts:: @ 816C3DA
|
||||
CeladonCity_Condominiums_3F_MapScripts::
|
||||
.byte 0
|
||||
|
||||
CeladonCity_Condominiums_3F_EventScript_Programmer:: @ 816C3DB
|
||||
CeladonCity_Condominiums_3F_EventScript_Programmer::
|
||||
msgbox CeladonCity_Condominiums_3F_Text_ImTheProgrammer, MSGBOX_NPC
|
||||
end
|
||||
|
||||
CeladonCity_Condominiums_3F_EventScript_GraphicArtist:: @ 816C3E4
|
||||
CeladonCity_Condominiums_3F_EventScript_GraphicArtist::
|
||||
msgbox CeladonCity_Condominiums_3F_Text_ImTheGraphicArtist, MSGBOX_NPC
|
||||
end
|
||||
|
||||
CeladonCity_Condominiums_3F_EventScript_Writer:: @ 816C3ED
|
||||
CeladonCity_Condominiums_3F_EventScript_Writer::
|
||||
msgbox CeladonCity_Condominiums_3F_Text_IWroteTheStory, MSGBOX_NPC
|
||||
end
|
||||
|
||||
CeladonCity_Condominiums_3F_EventScript_Designer:: @ 816C3F6
|
||||
CeladonCity_Condominiums_3F_EventScript_Designer::
|
||||
lock
|
||||
faceplayer
|
||||
specialvar VAR_RESULT, HasAllKantoMons
|
||||
@@ -23,11 +23,11 @@ CeladonCity_Condominiums_3F_EventScript_Designer:: @ 816C3F6
|
||||
release
|
||||
end
|
||||
|
||||
CeladonCity_Condominiums_3F_EventScript_CompletedPokedex:: @ 816C412
|
||||
CeladonCity_Condominiums_3F_EventScript_CompletedPokedex::
|
||||
goto CeladonCity_Condominiums_3F_EventScript_ShowDiploma
|
||||
end
|
||||
|
||||
CeladonCity_Condominiums_3F_EventScript_ShowDiploma:: @ 816C418
|
||||
CeladonCity_Condominiums_3F_EventScript_ShowDiploma::
|
||||
message CeladonCity_Condominiums_3F_Text_CompletedPokedexCongratulations
|
||||
waitmessage
|
||||
delay 60
|
||||
@@ -37,18 +37,18 @@ CeladonCity_Condominiums_3F_EventScript_ShowDiploma:: @ 816C418
|
||||
release
|
||||
end
|
||||
|
||||
CeladonCity_Condominiums_3F_EventScript_DevelopmentRoomSign:: @ 816C435
|
||||
CeladonCity_Condominiums_3F_EventScript_DevelopmentRoomSign::
|
||||
msgbox CeladonCity_Condominiums_3F_Text_GameFreakDevelopmentRoom, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
CeladonCity_Condominiums_3F_EventScript_Computer1:: @ 816C43E
|
||||
CeladonCity_Condominiums_3F_EventScript_Computer1::
|
||||
msgbox CeladonCity_Condominiums_3F_Text_ItsTheGameProgram, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
CeladonCity_Condominiums_3F_EventScript_Computer2:: @ 816C447
|
||||
CeladonCity_Condominiums_3F_EventScript_Computer2::
|
||||
msgbox CeladonCity_Condominiums_3F_Text_SomeonesPlayingGame, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
CeladonCity_Condominiums_3F_EventScript_Computer3:: @ 816C450
|
||||
CeladonCity_Condominiums_3F_EventScript_Computer3::
|
||||
msgbox CeladonCity_Condominiums_3F_Text_ItsScriptBetterNotLookAtEnding, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
@@ -1,42 +1,42 @@
|
||||
CeladonCity_Condominiums_3F_Text_ImTheProgrammer:: @ 81962BF
|
||||
CeladonCity_Condominiums_3F_Text_ImTheProgrammer::
|
||||
.string "Me?\n"
|
||||
.string "I'm the programmer!$"
|
||||
|
||||
CeladonCity_Condominiums_3F_Text_ImTheGraphicArtist:: @ 81962D7
|
||||
CeladonCity_Condominiums_3F_Text_ImTheGraphicArtist::
|
||||
.string "I'm the graphic artist!\n"
|
||||
.string "I drew you!$"
|
||||
|
||||
CeladonCity_Condominiums_3F_Text_IWroteTheStory:: @ 81962FB
|
||||
CeladonCity_Condominiums_3F_Text_IWroteTheStory::
|
||||
.string "I wrote the story!\n"
|
||||
.string "Isn't ERIKA cute?\p"
|
||||
.string "I like MISTY a lot, too!\n"
|
||||
.string "Oh, and SABRINA, I like her!$"
|
||||
|
||||
CeladonCity_Condominiums_3F_Text_ImGameDesignerShowMeFinishedPokedex:: @ 8196356
|
||||
CeladonCity_Condominiums_3F_Text_ImGameDesignerShowMeFinishedPokedex::
|
||||
.string "Is that right?\p"
|
||||
.string "I'm the game designer!\p"
|
||||
.string "Filling up your POKéDEX is tough,\n"
|
||||
.string "but don't quit!\p"
|
||||
.string "When you finish, come tell me!$"
|
||||
|
||||
CeladonCity_Condominiums_3F_Text_CompletedPokedexCongratulations:: @ 81963CD
|
||||
CeladonCity_Condominiums_3F_Text_CompletedPokedexCongratulations::
|
||||
.string "Wow! Excellent!\n"
|
||||
.string "You completed your POKéDEX!\l"
|
||||
.string "Congratulations!\l"
|
||||
.string "…$"
|
||||
|
||||
CeladonCity_Condominiums_3F_Text_ItsTheGameProgram:: @ 819640C
|
||||
CeladonCity_Condominiums_3F_Text_ItsTheGameProgram::
|
||||
.string "It's the game program! Messing with\n"
|
||||
.string "it could bug out the game!$"
|
||||
|
||||
CeladonCity_Condominiums_3F_Text_SomeonesPlayingGame:: @ 819644B
|
||||
CeladonCity_Condominiums_3F_Text_SomeonesPlayingGame::
|
||||
.string "Someone's playing a game instead of\n"
|
||||
.string "working!$"
|
||||
|
||||
CeladonCity_Condominiums_3F_Text_ItsScriptBetterNotLookAtEnding:: @ 8196478
|
||||
CeladonCity_Condominiums_3F_Text_ItsScriptBetterNotLookAtEnding::
|
||||
.string "It's the script!\n"
|
||||
.string "Better not look at the ending!$"
|
||||
|
||||
CeladonCity_Condominiums_3F_Text_GameFreakDevelopmentRoom:: @ 81964A8
|
||||
CeladonCity_Condominiums_3F_Text_GameFreakDevelopmentRoom::
|
||||
.string "GAME FREAK Development Room$"
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
CeladonCity_Condominiums_Roof_MapScripts:: @ 816C459
|
||||
CeladonCity_Condominiums_Roof_MapScripts::
|
||||
.byte 0
|
||||
|
||||
CeladonCity_Condominiums_Roof_EventScript_Sign:: @ 816C45A
|
||||
CeladonCity_Condominiums_Roof_EventScript_Sign::
|
||||
msgbox CeladonCity_Condominiums_Roof_Text_IKnowEverything, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
CeladonCity_Condominiums_Roof_Text_IKnowEverything:: @ 81964C4
|
||||
CeladonCity_Condominiums_Roof_Text_IKnowEverything::
|
||||
.string "I KNOW EVERYTHING!$"
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
.set LOCALID_EEVEE_POKEBALL, 2
|
||||
|
||||
CeladonCity_Condominiums_RoofRoom_MapScripts:: @ 816C463
|
||||
CeladonCity_Condominiums_RoofRoom_MapScripts::
|
||||
.byte 0
|
||||
|
||||
CeladonCity_Condominiums_RoofRoom_EventScript_BlackBelt:: @ 816C464
|
||||
CeladonCity_Condominiums_RoofRoom_EventScript_BlackBelt::
|
||||
msgbox CeladonCity_Condominiums_RoofRoom_Text_TheresNothingIDontKnow, MSGBOX_NPC
|
||||
end
|
||||
|
||||
CeladonCity_Condominiums_RoofRoom_EventScript_EeveeBall:: @ 816C46D
|
||||
CeladonCity_Condominiums_RoofRoom_EventScript_EeveeBall::
|
||||
lock
|
||||
faceplayer
|
||||
setvar VAR_TEMP_1, SPECIES_EEVEE
|
||||
@@ -21,7 +21,7 @@ CeladonCity_Condominiums_RoofRoom_EventScript_EeveeBall:: @ 816C46D
|
||||
release
|
||||
end
|
||||
|
||||
CeladonCity_Condominiums_RoofRoom_EventScript_GetEeveeParty:: @ 816C4A6
|
||||
CeladonCity_Condominiums_RoofRoom_EventScript_GetEeveeParty::
|
||||
removeobject LOCALID_EEVEE_POKEBALL
|
||||
playfanfare MUS_LEVEL_UP
|
||||
message CeladonCity_Condominiums_RoofRoom_Text_ObtainedAnEevee
|
||||
@@ -36,7 +36,7 @@ CeladonCity_Condominiums_RoofRoom_EventScript_GetEeveeParty:: @ 816C4A6
|
||||
goto CeladonCity_Condominiums_RoofRoom_EventScript_SetGotEevee
|
||||
end
|
||||
|
||||
CeladonCity_Condominiums_RoofRoom_EventScript_GetEeveePC:: @ 816C4DA
|
||||
CeladonCity_Condominiums_RoofRoom_EventScript_GetEeveePC::
|
||||
removeobject LOCALID_EEVEE_POKEBALL
|
||||
playfanfare MUS_LEVEL_UP
|
||||
message CeladonCity_Condominiums_RoofRoom_Text_ObtainedAnEevee
|
||||
@@ -50,21 +50,21 @@ CeladonCity_Condominiums_RoofRoom_EventScript_GetEeveePC:: @ 816C4DA
|
||||
goto CeladonCity_Condominiums_RoofRoom_EventScript_TransferEeveeToPC
|
||||
end
|
||||
|
||||
CeladonCity_Condominiums_RoofRoom_EventScript_TransferEeveeToPC:: @ 816C509
|
||||
CeladonCity_Condominiums_RoofRoom_EventScript_TransferEeveeToPC::
|
||||
call EventScript_TransferredToPC
|
||||
goto CeladonCity_Condominiums_RoofRoom_EventScript_SetGotEevee
|
||||
end
|
||||
|
||||
CeladonCity_Condominiums_RoofRoom_EventScript_SetGotEevee:: @ 816C514
|
||||
CeladonCity_Condominiums_RoofRoom_EventScript_SetGotEevee::
|
||||
setflag FLAG_GOT_EEVEE
|
||||
release
|
||||
end
|
||||
|
||||
CeladonCity_Condominiums_RoofRoom_EventScript_TMsPamphlet:: @ 816C519
|
||||
CeladonCity_Condominiums_RoofRoom_EventScript_TMsPamphlet::
|
||||
msgbox CeladonCity_Condominiums_RoofRoom_Text_PamphletOnTMs, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
CeladonCity_Condominiums_RoofRoom_EventScript_Blackboard:: @ 816C522
|
||||
CeladonCity_Condominiums_RoofRoom_EventScript_Blackboard::
|
||||
lockall
|
||||
msgbox CeladonCity_Condominiums_RoofRoom_Text_WirelessAdapterLecture
|
||||
message CeladonCity_Condominiums_RoofRoom_Text_ReadWhichHeading
|
||||
@@ -79,7 +79,7 @@ CeladonCity_Condominiums_RoofRoom_EventScript_Blackboard:: @ 816C522
|
||||
case 127, CeladonCity_Condominiums_RoofRoom_EventScript_ExitBlackboard
|
||||
end
|
||||
|
||||
CeladonCity_Condominiums_RoofRoom_EventScript_ReadAnotherHeading:: @ 816C578
|
||||
CeladonCity_Condominiums_RoofRoom_EventScript_ReadAnotherHeading::
|
||||
message CeladonCity_Condominiums_RoofRoom_Text_ReadWhichHeading
|
||||
waitmessage
|
||||
multichoice 0, 0, MULTICHOICE_LINKED_DIRECT_UNION, FALSE
|
||||
@@ -91,21 +91,21 @@ CeladonCity_Condominiums_RoofRoom_EventScript_ReadAnotherHeading:: @ 816C578
|
||||
case 127, CeladonCity_Condominiums_RoofRoom_EventScript_ExitBlackboard
|
||||
end
|
||||
|
||||
CeladonCity_Condominiums_RoofRoom_EventScript_WirelessClub:: @ 816C5C0
|
||||
CeladonCity_Condominiums_RoofRoom_EventScript_WirelessClub::
|
||||
msgbox CeladonCity_Condominiums_RoofRoom_Text_ExplainWirelessClub
|
||||
goto CeladonCity_Condominiums_RoofRoom_EventScript_ReadAnotherHeading
|
||||
end
|
||||
|
||||
CeladonCity_Condominiums_RoofRoom_EventScript_DirectCorner:: @ 816C5CE
|
||||
CeladonCity_Condominiums_RoofRoom_EventScript_DirectCorner::
|
||||
msgbox CeladonCity_Condominiums_RoofRoom_Text_ExplainDirectCorner
|
||||
goto CeladonCity_Condominiums_RoofRoom_EventScript_ReadAnotherHeading
|
||||
end
|
||||
|
||||
CeladonCity_Condominiums_RoofRoom_EventScript_UnionRoom:: @ 816C5DC
|
||||
CeladonCity_Condominiums_RoofRoom_EventScript_UnionRoom::
|
||||
msgbox CeladonCity_Condominiums_RoofRoom_Text_ExplainUnionRoom
|
||||
goto CeladonCity_Condominiums_RoofRoom_EventScript_ReadAnotherHeading
|
||||
end
|
||||
|
||||
CeladonCity_Condominiums_RoofRoom_EventScript_ExitBlackboard:: @ 816C5EA
|
||||
CeladonCity_Condominiums_RoofRoom_EventScript_ExitBlackboard::
|
||||
releaseall
|
||||
end
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
CeladonCity_Condominiums_RoofRoom_Text_TheresNothingIDontKnow:: @ 81964D7
|
||||
CeladonCity_Condominiums_RoofRoom_Text_TheresNothingIDontKnow::
|
||||
.string "There is nothing that I don't know,\n"
|
||||
.string "like I wrote on the blackboard.\p"
|
||||
.string "I know about the world of POKéMON\n"
|
||||
@@ -6,27 +6,27 @@ CeladonCity_Condominiums_RoofRoom_Text_TheresNothingIDontKnow:: @ 81964D7
|
||||
.string "Get together with your friends and\n"
|
||||
.string "enjoy trading POKéMON!$"
|
||||
|
||||
CeladonCity_Condominiums_RoofRoom_Text_ObtainedAnEevee:: @ 8196591
|
||||
CeladonCity_Condominiums_RoofRoom_Text_ObtainedAnEevee::
|
||||
.string "{PLAYER} obtained an EEVEE!$"
|
||||
|
||||
CeladonCity_Condominiums_RoofRoom_Text_BoxIsFull:: @ 81965A7
|
||||
CeladonCity_Condominiums_RoofRoom_Text_BoxIsFull::
|
||||
.string "ポケモンが いっぱいだ\n"
|
||||
.string "ボックスを かえて きなさい$"
|
||||
|
||||
CeladonCity_Condominiums_RoofRoom_Text_WirelessAdapterLecture:: @ 81965C2
|
||||
CeladonCity_Condominiums_RoofRoom_Text_WirelessAdapterLecture::
|
||||
.string "POKéMON Lecture\p"
|
||||
.string "Playing with the Wireless Adapter$"
|
||||
|
||||
CeladonCity_Condominiums_RoofRoom_Text_ReadWhichHeading:: @ 81965F4
|
||||
CeladonCity_Condominiums_RoofRoom_Text_ReadWhichHeading::
|
||||
.string "Which heading do you want to read?$"
|
||||
|
||||
CeladonCity_Condominiums_RoofRoom_Text_ExplainWirelessClub:: @ 8196617
|
||||
CeladonCity_Condominiums_RoofRoom_Text_ExplainWirelessClub::
|
||||
.string "The POKéMON WIRELESS CLUB is\n"
|
||||
.string "upstairs at any POKéMON CENTER.\p"
|
||||
.string "Visit one to link up with friend(s)\n"
|
||||
.string "using your Wireless Adapter.$"
|
||||
|
||||
CeladonCity_Condominiums_RoofRoom_Text_ExplainDirectCorner:: @ 8196695
|
||||
CeladonCity_Condominiums_RoofRoom_Text_ExplainDirectCorner::
|
||||
.string "To link only with a friend, go to\n"
|
||||
.string "the DIRECT CORNER.\p"
|
||||
.string "It is the right counter at the\n"
|
||||
@@ -34,7 +34,7 @@ CeladonCity_Condominiums_RoofRoom_Text_ExplainDirectCorner:: @ 8196695
|
||||
.string "Go into the TRADE CORNER or the\n"
|
||||
.string "COLOSSEUM with your friend.$"
|
||||
|
||||
CeladonCity_Condominiums_RoofRoom_Text_ExplainUnionRoom:: @ 819673C
|
||||
CeladonCity_Condominiums_RoofRoom_Text_ExplainUnionRoom::
|
||||
.string "To link and communicate with\n"
|
||||
.string "anyone, go to the UNION ROOM.\p"
|
||||
.string "It is the left counter at the\n"
|
||||
@@ -42,7 +42,7 @@ CeladonCity_Condominiums_RoofRoom_Text_ExplainUnionRoom:: @ 819673C
|
||||
.string "Go to the UNION ROOM and enjoy\n"
|
||||
.string "meeting other TRAINERS.$"
|
||||
|
||||
CeladonCity_Condominiums_RoofRoom_Text_PamphletOnTMs:: @ 81967E3
|
||||
CeladonCity_Condominiums_RoofRoom_Text_PamphletOnTMs::
|
||||
.string "It's a pamphlet on TMs.\p"
|
||||
.string "… …\p"
|
||||
.string "There are fifty TMs in all.\p"
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
CeladonCity_DepartmentStore_1F_MapScripts:: @ 816BAD8
|
||||
CeladonCity_DepartmentStore_1F_MapScripts::
|
||||
.byte 0
|
||||
|
||||
CeladonCity_DepartmentStore_1F_EventScript_Receptionist:: @ 816BAD9
|
||||
CeladonCity_DepartmentStore_1F_EventScript_Receptionist::
|
||||
msgbox CeladonCity_DepartmentStore_1F_Text_WelcomeToDeptStore, MSGBOX_NPC
|
||||
end
|
||||
|
||||
CeladonCity_DepartmentStore_1F_EventScript_LayoutSign:: @ 816BAE2
|
||||
CeladonCity_DepartmentStore_1F_EventScript_LayoutSign::
|
||||
msgbox CeladonCity_DepartmentStore_1F_Text_FloorDescriptions, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
CeladonCity_DepartmentStore_1F_EventScript_FloorSign:: @ 816BAEB
|
||||
CeladonCity_DepartmentStore_1F_EventScript_FloorSign::
|
||||
msgbox CeladonCity_DepartmentStore_1F_Text_ServiceCounter, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
CeladonCity_DepartmentStore_1F_Text_WelcomeToDeptStore:: @ 81954DD
|
||||
CeladonCity_DepartmentStore_1F_Text_WelcomeToDeptStore::
|
||||
.string "Hello!\n"
|
||||
.string "Welcome to CELADON DEPT. STORE.\p"
|
||||
.string "The board on the right describes\n"
|
||||
.string "the store layout.$"
|
||||
|
||||
CeladonCity_DepartmentStore_1F_Text_FloorDescriptions:: @ 8195537
|
||||
CeladonCity_DepartmentStore_1F_Text_FloorDescriptions::
|
||||
.string "1F: SERVICE COUNTER\p"
|
||||
.string "2F: TRAINER'S MARKET\p"
|
||||
.string "3F: TV GAME SHOP\p"
|
||||
@@ -12,6 +12,6 @@ CeladonCity_DepartmentStore_1F_Text_FloorDescriptions:: @ 8195537
|
||||
.string "5F: DRUGSTORE\p"
|
||||
.string "ROOFTOP SQUARE: VENDING MACHINES$"
|
||||
|
||||
CeladonCity_DepartmentStore_1F_Text_ServiceCounter:: @ 81955B3
|
||||
CeladonCity_DepartmentStore_1F_Text_ServiceCounter::
|
||||
.string "1F: SERVICE COUNTER$"
|
||||
|
||||
|
||||
@@ -1,19 +1,19 @@
|
||||
CeladonCity_DepartmentStore_2F_MapScripts:: @ 816BAF4
|
||||
CeladonCity_DepartmentStore_2F_MapScripts::
|
||||
.byte 0
|
||||
|
||||
CeladonCity_DepartmentStore_2F_EventScript_UnusedNPC:: @ 816BAF5
|
||||
CeladonCity_DepartmentStore_2F_EventScript_UnusedNPC::
|
||||
msgbox CeladonCity_DepartmentStore_2F_Text_SuperRepelMorePowerfulRepel, MSGBOX_NPC
|
||||
end
|
||||
|
||||
CeladonCity_DepartmentStore_2F_EventScript_Lass:: @ 816BAFE
|
||||
CeladonCity_DepartmentStore_2F_EventScript_Lass::
|
||||
msgbox CeladonCity_DepartmentStore_2F_Text_BuyReviveForLongOutings, MSGBOX_NPC
|
||||
end
|
||||
|
||||
CeladonCity_DepartmentStore_2F_EventScript_FloorSign:: @ 816BB07
|
||||
CeladonCity_DepartmentStore_2F_EventScript_FloorSign::
|
||||
msgbox CeladonCity_DepartmentStore_2F_Text_FloorSign, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
CeladonCity_DepartmentStore_2F_EventScript_ClerkItems:: @ 816BB10
|
||||
CeladonCity_DepartmentStore_2F_EventScript_ClerkItems::
|
||||
goto_if_questlog EventScript_ReleaseEnd
|
||||
lock
|
||||
faceplayer
|
||||
@@ -25,7 +25,7 @@ CeladonCity_DepartmentStore_2F_EventScript_ClerkItems:: @ 816BB10
|
||||
end
|
||||
|
||||
.align 2
|
||||
CeladonCity_DepartmentStore_2F_Items:: @ 816BB38
|
||||
CeladonCity_DepartmentStore_2F_Items::
|
||||
.2byte ITEM_GREAT_BALL
|
||||
.2byte ITEM_SUPER_POTION
|
||||
.2byte ITEM_REVIVE
|
||||
@@ -39,7 +39,7 @@ CeladonCity_DepartmentStore_2F_Items:: @ 816BB38
|
||||
release
|
||||
end
|
||||
|
||||
CeladonCity_DepartmentStore_2F_EventScript_ClerkTMs:: @ 816BB4E
|
||||
CeladonCity_DepartmentStore_2F_EventScript_ClerkTMs::
|
||||
goto_if_questlog EventScript_ReleaseEnd
|
||||
lock
|
||||
faceplayer
|
||||
@@ -51,7 +51,7 @@ CeladonCity_DepartmentStore_2F_EventScript_ClerkTMs:: @ 816BB4E
|
||||
end
|
||||
|
||||
.align 2
|
||||
CeladonCity_DepartmentStore_2F_TMs:: @ 816BB74
|
||||
CeladonCity_DepartmentStore_2F_TMs::
|
||||
.2byte ITEM_TM05
|
||||
.2byte ITEM_TM15
|
||||
.2byte ITEM_TM28
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
CeladonCity_DepartmentStore_2F_Text_SuperRepelMorePowerfulRepel:: @ 81955C7
|
||||
CeladonCity_DepartmentStore_2F_Text_SuperRepelMorePowerfulRepel::
|
||||
.string "SUPER REPEL keeps weak POKéMON at\n"
|
||||
.string "bay…\p"
|
||||
.string "Hmm, it's a more powerful REPEL.$"
|
||||
|
||||
CeladonCity_DepartmentStore_2F_Text_BuyReviveForLongOutings:: @ 819560F
|
||||
CeladonCity_DepartmentStore_2F_Text_BuyReviveForLongOutings::
|
||||
.string "For long outings, you should buy\n"
|
||||
.string "REVIVE.$"
|
||||
|
||||
CeladonCity_DepartmentStore_2F_Text_FloorSign:: @ 8195638
|
||||
CeladonCity_DepartmentStore_2F_Text_FloorSign::
|
||||
.string "Top-Grade Items for TRAINERS!\p"
|
||||
.string "2F: TRAINER'S MARKET$"
|
||||
|
||||
CeladonCity_DepartmentStore_2F_Text_LanceComesToBuyCapes:: @ 819566B
|
||||
CeladonCity_DepartmentStore_2F_Text_LanceComesToBuyCapes::
|
||||
.string "We have a customer, LANCE, who\n"
|
||||
.string "occasionally comes.\p"
|
||||
.string "He always buys capes.\p"
|
||||
|
||||
@@ -1,50 +1,50 @@
|
||||
CeladonCity_DepartmentStore_3F_MapScripts:: @ 816BB84
|
||||
CeladonCity_DepartmentStore_3F_MapScripts::
|
||||
.byte 0
|
||||
|
||||
CeladonCity_DepartmentStore_3F_EventScript_CounterTutor:: @ 816BB85
|
||||
CeladonCity_DepartmentStore_3F_EventScript_CounterTutor::
|
||||
goto EventScript_CounterTutor
|
||||
end
|
||||
|
||||
CeladonCity_DepartmentStore_3F_EventScript_GBAKid1:: @ 816BB8B
|
||||
CeladonCity_DepartmentStore_3F_EventScript_GBAKid1::
|
||||
msgbox CeladonCity_DepartmentStore_3F_Text_OTStandsForOriginalTrainer, MSGBOX_NPC
|
||||
end
|
||||
|
||||
CeladonCity_DepartmentStore_3F_EventScript_GBAKid2:: @ 816BB94
|
||||
CeladonCity_DepartmentStore_3F_EventScript_GBAKid2::
|
||||
msgbox CeladonCity_DepartmentStore_3F_Text_BuddyTradingKangaskhanForHaunter, MSGBOX_NPC
|
||||
end
|
||||
|
||||
CeladonCity_DepartmentStore_3F_EventScript_GBAKid3:: @ 816BB9D
|
||||
CeladonCity_DepartmentStore_3F_EventScript_GBAKid3::
|
||||
msgbox CeladonCity_DepartmentStore_3F_Text_HaunterEvolvedOnTrade, MSGBOX_NPC
|
||||
end
|
||||
|
||||
CeladonCity_DepartmentStore_3F_EventScript_LittleGirl:: @ 816BBA6
|
||||
CeladonCity_DepartmentStore_3F_EventScript_LittleGirl::
|
||||
msgbox CeladonCity_DepartmentStore_3F_Text_CanIdentifyTradeMonsByID, MSGBOX_NPC
|
||||
end
|
||||
|
||||
CeladonCity_DepartmentStore_3F_EventScript_SuperNES:: @ 816BBAF
|
||||
CeladonCity_DepartmentStore_3F_EventScript_SuperNES::
|
||||
msgbox CeladonCity_DepartmentStore_3F_Text_ItsSuperNES, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
CeladonCity_DepartmentStore_3F_EventScript_TV1:: @ 816BBB8
|
||||
CeladonCity_DepartmentStore_3F_EventScript_TV1::
|
||||
msgbox CeladonCity_DepartmentStore_3F_Text_AnRPG, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
CeladonCity_DepartmentStore_3F_EventScript_TV2:: @ 816BBC1
|
||||
CeladonCity_DepartmentStore_3F_EventScript_TV2::
|
||||
msgbox CeladonCity_DepartmentStore_3F_Text_SportsGame, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
CeladonCity_DepartmentStore_3F_EventScript_TV3:: @ 816BBCA
|
||||
CeladonCity_DepartmentStore_3F_EventScript_TV3::
|
||||
msgbox CeladonCity_DepartmentStore_3F_Text_PuzzleGame, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
CeladonCity_DepartmentStore_3F_EventScript_TV4:: @ 816BBD3
|
||||
CeladonCity_DepartmentStore_3F_EventScript_TV4::
|
||||
msgbox CeladonCity_DepartmentStore_3F_Text_FightingGame, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
CeladonCity_DepartmentStore_3F_EventScript_FloorSign:: @ 816BBDC
|
||||
CeladonCity_DepartmentStore_3F_EventScript_FloorSign::
|
||||
msgbox CeladonCity_DepartmentStore_3F_Text_TVGameShop, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
CeladonCity_DepartmentStore_3F_EventScript_Poster:: @ 816BBE5
|
||||
CeladonCity_DepartmentStore_3F_EventScript_Poster::
|
||||
msgbox CeladonCity_DepartmentStore_3F_Text_RedGreenBothArePokemon, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
CeladonCity_DepartmentStore_3F_Text_OTStandsForOriginalTrainer:: @ 81956E9
|
||||
CeladonCity_DepartmentStore_3F_Text_OTStandsForOriginalTrainer::
|
||||
.string "Captured POKéMON are registered\n"
|
||||
.string "with an ID No. and the OT.\p"
|
||||
.string "OT stands for “Original TRAINER” -\n"
|
||||
.string "the TRAINER that caught it first.$"
|
||||
|
||||
CeladonCity_DepartmentStore_3F_Text_BuddyTradingKangaskhanForHaunter:: @ 8195769
|
||||
CeladonCity_DepartmentStore_3F_Text_BuddyTradingKangaskhanForHaunter::
|
||||
.string "All right!\p"
|
||||
.string "My buddy's going to trade me his\n"
|
||||
.string "KANGASKHAN for my HAUNTER!$"
|
||||
|
||||
CeladonCity_DepartmentStore_3F_Text_HaunterEvolvedOnTrade:: @ 81957B0
|
||||
CeladonCity_DepartmentStore_3F_Text_HaunterEvolvedOnTrade::
|
||||
.string "Come on, HAUNTER!\p"
|
||||
.string "I love HAUNTER!\n"
|
||||
.string "I collect them!\p"
|
||||
@@ -17,37 +17,37 @@ CeladonCity_DepartmentStore_3F_Text_HaunterEvolvedOnTrade:: @ 81957B0
|
||||
.string "HAUNTER turned into a different\n"
|
||||
.string "POKéMON while being traded!$"
|
||||
|
||||
CeladonCity_DepartmentStore_3F_Text_CanIdentifyTradeMonsByID:: @ 8195823
|
||||
CeladonCity_DepartmentStore_3F_Text_CanIdentifyTradeMonsByID::
|
||||
.string "You can identify POKéMON you get\n"
|
||||
.string "in trades by their ID Numbers.$"
|
||||
|
||||
CeladonCity_DepartmentStore_3F_Text_ItsSuperNES:: @ 8195863
|
||||
CeladonCity_DepartmentStore_3F_Text_ItsSuperNES::
|
||||
.string "It's a Super NES.$"
|
||||
|
||||
CeladonCity_DepartmentStore_3F_Text_AnRPG:: @ 8195875
|
||||
CeladonCity_DepartmentStore_3F_Text_AnRPG::
|
||||
.string "An RPG!\n"
|
||||
.string "There's no time for that!$"
|
||||
|
||||
CeladonCity_DepartmentStore_3F_Text_SportsGame:: @ 8195897
|
||||
CeladonCity_DepartmentStore_3F_Text_SportsGame::
|
||||
.string "A sports game!\n"
|
||||
.string "Dad'll like that!$"
|
||||
|
||||
CeladonCity_DepartmentStore_3F_Text_PuzzleGame:: @ 81958B8
|
||||
CeladonCity_DepartmentStore_3F_Text_PuzzleGame::
|
||||
.string "A puzzle game!\n"
|
||||
.string "Looks addictive!$"
|
||||
|
||||
CeladonCity_DepartmentStore_3F_Text_FightingGame:: @ 81958D8
|
||||
CeladonCity_DepartmentStore_3F_Text_FightingGame::
|
||||
.string "A fighting game!\n"
|
||||
.string "Looks tough!$"
|
||||
|
||||
CeladonCity_DepartmentStore_3F_Text_TVGameShop:: @ 81958F6
|
||||
CeladonCity_DepartmentStore_3F_Text_TVGameShop::
|
||||
.string "3F: TV GAME SHOP$"
|
||||
|
||||
CeladonCity_DepartmentStore_3F_Text_RedGreenBothArePokemon:: @ 8195907
|
||||
CeladonCity_DepartmentStore_3F_Text_RedGreenBothArePokemon::
|
||||
.string "Red and Green!\n"
|
||||
.string "Both are POKéMON!$"
|
||||
|
||||
Text_CounterTeach:: @ 8195928
|
||||
Text_CounterTeach::
|
||||
.string "Oh, hi!\n"
|
||||
.string "I finally finished POKéMON.\p"
|
||||
.string "Not done yet? How about I teach\n"
|
||||
@@ -57,14 +57,14 @@ Text_CounterTeach:: @ 8195928
|
||||
.string "Not like the one I'm leaning on,\n"
|
||||
.string "mind you!$"
|
||||
|
||||
Text_CounterDeclined:: @ 81959CC
|
||||
Text_CounterDeclined::
|
||||
.string "You're not interested? Come see\n"
|
||||
.string "me if you change your mind.$"
|
||||
|
||||
Text_CounterWhichMon:: @ 8195A08
|
||||
Text_CounterWhichMon::
|
||||
.string "Which POKéMON should I teach\n"
|
||||
.string "COUNTER to?$"
|
||||
|
||||
Text_CounterTaught:: @ 8195A31
|
||||
Text_CounterTaught::
|
||||
.string "Are you using that COUNTER move\n"
|
||||
.string "I taught your POKéMON?$"
|
||||
|
||||
@@ -1,19 +1,19 @@
|
||||
CeladonCity_DepartmentStore_4F_MapScripts:: @ 816BBEE
|
||||
CeladonCity_DepartmentStore_4F_MapScripts::
|
||||
.byte 0
|
||||
|
||||
CeladonCity_DepartmentStore_4F_EventScript_Man:: @ 816BBEF
|
||||
CeladonCity_DepartmentStore_4F_EventScript_Man::
|
||||
msgbox CeladonCity_DepartmentStore_4F_Text_GettingPokeDollAsPresent, MSGBOX_NPC
|
||||
end
|
||||
|
||||
CeladonCity_DepartmentStore_4F_EventScript_Youngster:: @ 816BBF8
|
||||
CeladonCity_DepartmentStore_4F_EventScript_Youngster::
|
||||
msgbox CeladonCity_DepartmentStore_4F_Text_CanRunAwayWithPokeDoll, MSGBOX_NPC
|
||||
end
|
||||
|
||||
CeladonCity_DepartmentStore_4F_EventScript_FloorSign:: @ 816BC01
|
||||
CeladonCity_DepartmentStore_4F_EventScript_FloorSign::
|
||||
msgbox CeladonCity_DepartmentStore_4F_Text_FloorSign, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
CeladonCity_DepartmentStore_4F_EventScript_Clerk:: @ 816BC0A
|
||||
CeladonCity_DepartmentStore_4F_EventScript_Clerk::
|
||||
goto_if_questlog EventScript_ReleaseEnd
|
||||
lock
|
||||
faceplayer
|
||||
@@ -25,7 +25,7 @@ CeladonCity_DepartmentStore_4F_EventScript_Clerk:: @ 816BC0A
|
||||
end
|
||||
|
||||
.align 2
|
||||
CeladonCity_DepartmentStore_4F_Items:: @ 816BC30
|
||||
CeladonCity_DepartmentStore_4F_Items::
|
||||
.2byte ITEM_POKE_DOLL
|
||||
.2byte ITEM_RETRO_MAIL
|
||||
.2byte ITEM_FIRE_STONE
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
CeladonCity_DepartmentStore_4F_Text_GettingPokeDollAsPresent:: @ 8195A68
|
||||
CeladonCity_DepartmentStore_4F_Text_GettingPokeDollAsPresent::
|
||||
.string "I'm getting a present for my\n"
|
||||
.string "girlfriend.\p"
|
||||
.string "I guess a POKé DOLL will be it.\n"
|
||||
.string "It's the popular thing.$"
|
||||
|
||||
CeladonCity_DepartmentStore_4F_Text_CanRunAwayWithPokeDoll:: @ 8195AC9
|
||||
CeladonCity_DepartmentStore_4F_Text_CanRunAwayWithPokeDoll::
|
||||
.string "I heard something useful.\p"
|
||||
.string "If a wild POKéMON appears, you can\n"
|
||||
.string "distract it with a POKé DOLL.\p"
|
||||
.string "You can run away while the wild\n"
|
||||
.string "POKéMON is distracted.$"
|
||||
|
||||
CeladonCity_DepartmentStore_4F_Text_FloorSign:: @ 8195B5B
|
||||
CeladonCity_DepartmentStore_4F_Text_FloorSign::
|
||||
.string "Express yourself with gifts!\n"
|
||||
.string "4F: WISE MAN GIFTS\p"
|
||||
.string "Evolution Special!\n"
|
||||
|
||||
@@ -1,19 +1,19 @@
|
||||
CeladonCity_DepartmentStore_5F_MapScripts:: @ 816BC40
|
||||
CeladonCity_DepartmentStore_5F_MapScripts::
|
||||
.byte 0
|
||||
|
||||
CeladonCity_DepartmentStore_5F_EventScript_Gentleman:: @ 816BC41
|
||||
CeladonCity_DepartmentStore_5F_EventScript_Gentleman::
|
||||
msgbox CeladonCity_DepartmentStore_5F_Text_ExplainStatEnhancers, MSGBOX_NPC
|
||||
end
|
||||
|
||||
CeladonCity_DepartmentStore_5F_EventScript_Sailor:: @ 816BC4A
|
||||
CeladonCity_DepartmentStore_5F_EventScript_Sailor::
|
||||
msgbox CeladonCity_DepartmentStore_5F_Text_HereForStatEnhancers, MSGBOX_NPC
|
||||
end
|
||||
|
||||
CeladonCity_DepartmentStore_5F_EventScript_FloorSign:: @ 816BC53
|
||||
CeladonCity_DepartmentStore_5F_EventScript_FloorSign::
|
||||
msgbox CeladonCity_DepartmentStore_5F_Text_Drugstore, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
CeladonCity_DepartmentStore_5F_EventScript_ClerkXItems:: @ 816BC5C
|
||||
CeladonCity_DepartmentStore_5F_EventScript_ClerkXItems::
|
||||
goto_if_questlog EventScript_ReleaseEnd
|
||||
lock
|
||||
faceplayer
|
||||
@@ -25,7 +25,7 @@ CeladonCity_DepartmentStore_5F_EventScript_ClerkXItems:: @ 816BC5C
|
||||
end
|
||||
|
||||
.align 2
|
||||
CeladonCity_DepartmentStore_5F_XItems:: @ 816BC84
|
||||
CeladonCity_DepartmentStore_5F_XItems::
|
||||
.2byte ITEM_X_ATTACK
|
||||
.2byte ITEM_X_DEFEND
|
||||
.2byte ITEM_X_SPEED
|
||||
@@ -37,7 +37,7 @@ CeladonCity_DepartmentStore_5F_XItems:: @ 816BC84
|
||||
release
|
||||
end
|
||||
|
||||
CeladonCity_DepartmentStore_5F_EventScript_ClerkVitamins:: @ 816BC96
|
||||
CeladonCity_DepartmentStore_5F_EventScript_ClerkVitamins::
|
||||
goto_if_questlog EventScript_ReleaseEnd
|
||||
lock
|
||||
faceplayer
|
||||
@@ -49,7 +49,7 @@ CeladonCity_DepartmentStore_5F_EventScript_ClerkVitamins:: @ 816BC96
|
||||
end
|
||||
|
||||
.align 2
|
||||
CeladonCity_DepartmentStore_5F_Vitamins:: @ 816BCBC
|
||||
CeladonCity_DepartmentStore_5F_Vitamins::
|
||||
.2byte ITEM_HP_UP
|
||||
.2byte ITEM_PROTEIN
|
||||
.2byte ITEM_IRON
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
CeladonCity_DepartmentStore_5F_Text_ExplainStatEnhancers:: @ 8195BBA
|
||||
CeladonCity_DepartmentStore_5F_Text_ExplainStatEnhancers::
|
||||
.string "POKéMON stat enhancers can be\n"
|
||||
.string "bought only here.\p"
|
||||
.string "HP UP increases the base HP of a\n"
|
||||
@@ -10,7 +10,7 @@ CeladonCity_DepartmentStore_5F_Text_ExplainStatEnhancers:: @ 8195BBA
|
||||
.string "CARBOS enhances the base SPEED\n"
|
||||
.string "stat.$"
|
||||
|
||||
CeladonCity_DepartmentStore_5F_Text_HereForStatEnhancers:: @ 8195CA0
|
||||
CeladonCity_DepartmentStore_5F_Text_HereForStatEnhancers::
|
||||
.string "I'm here for POKéMON stat\n"
|
||||
.string "enhancers.\p"
|
||||
.string "PROTEIN increases the base ATTACK\n"
|
||||
@@ -18,6 +18,6 @@ CeladonCity_DepartmentStore_5F_Text_HereForStatEnhancers:: @ 8195CA0
|
||||
.string "IRON increases the base DEFENSE\n"
|
||||
.string "stat.$"
|
||||
|
||||
CeladonCity_DepartmentStore_5F_Text_Drugstore:: @ 8195D14
|
||||
CeladonCity_DepartmentStore_5F_Text_Drugstore::
|
||||
.string "5F: DRUGSTORE$"
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
CeladonCity_DepartmentStore_Elevator_MapScripts:: @ 816C152
|
||||
CeladonCity_DepartmentStore_Elevator_MapScripts::
|
||||
.byte 0
|
||||
|
||||
CeladonCity_DepartmentStore_Elevator_EventScript_FloorSelect:: @ 816C153
|
||||
CeladonCity_DepartmentStore_Elevator_EventScript_FloorSelect::
|
||||
lockall
|
||||
setvar VAR_0x8004, 3
|
||||
call_if_unset FLAG_TEMP_2, EventScript_GetElevatorFloor
|
||||
@@ -19,32 +19,32 @@ CeladonCity_DepartmentStore_Elevator_EventScript_FloorSelect:: @ 816C153
|
||||
case 4, CeladonCity_DepartmentStore_Elevator_EventScript_FloorSelectFrom1F
|
||||
end
|
||||
|
||||
CeladonCity_DepartmentStore_Elevator_EventScript_FloorSelectFrom5F:: @ 816C1B7
|
||||
CeladonCity_DepartmentStore_Elevator_EventScript_FloorSelectFrom5F::
|
||||
multichoicedefault 0, 0, MULTICHOICE_DEPT_STORE_ELEVATOR, 0, FALSE
|
||||
goto CeladonCity_DepartmentStore_Elevator_EventScript_ChooseFloor
|
||||
end
|
||||
|
||||
CeladonCity_DepartmentStore_Elevator_EventScript_FloorSelectFrom4F:: @ 816C1C3
|
||||
CeladonCity_DepartmentStore_Elevator_EventScript_FloorSelectFrom4F::
|
||||
multichoicedefault 0, 0, MULTICHOICE_DEPT_STORE_ELEVATOR, 1, FALSE
|
||||
goto CeladonCity_DepartmentStore_Elevator_EventScript_ChooseFloor
|
||||
end
|
||||
|
||||
CeladonCity_DepartmentStore_Elevator_EventScript_FloorSelectFrom3F:: @ 816C1CF
|
||||
CeladonCity_DepartmentStore_Elevator_EventScript_FloorSelectFrom3F::
|
||||
multichoicedefault 0, 0, MULTICHOICE_DEPT_STORE_ELEVATOR, 2, FALSE
|
||||
goto CeladonCity_DepartmentStore_Elevator_EventScript_ChooseFloor
|
||||
end
|
||||
|
||||
CeladonCity_DepartmentStore_Elevator_EventScript_FloorSelectFrom2F:: @ 816C1DB
|
||||
CeladonCity_DepartmentStore_Elevator_EventScript_FloorSelectFrom2F::
|
||||
multichoicedefault 0, 0, MULTICHOICE_DEPT_STORE_ELEVATOR, 3, FALSE
|
||||
goto CeladonCity_DepartmentStore_Elevator_EventScript_ChooseFloor
|
||||
end
|
||||
|
||||
CeladonCity_DepartmentStore_Elevator_EventScript_FloorSelectFrom1F:: @ 816C1E7
|
||||
CeladonCity_DepartmentStore_Elevator_EventScript_FloorSelectFrom1F::
|
||||
multichoicedefault 0, 0, MULTICHOICE_DEPT_STORE_ELEVATOR, 4, FALSE
|
||||
goto CeladonCity_DepartmentStore_Elevator_EventScript_ChooseFloor
|
||||
end
|
||||
|
||||
CeladonCity_DepartmentStore_Elevator_EventScript_ChooseFloor:: @ 816C1F3
|
||||
CeladonCity_DepartmentStore_Elevator_EventScript_ChooseFloor::
|
||||
switch VAR_RESULT
|
||||
case 0, CeladonCity_DepartmentStore_Elevator_EventScript_To5F
|
||||
case 1, CeladonCity_DepartmentStore_Elevator_EventScript_To4F
|
||||
@@ -55,7 +55,7 @@ CeladonCity_DepartmentStore_Elevator_EventScript_ChooseFloor:: @ 816C1F3
|
||||
case 127, CeladonCity_DepartmentStore_Elevator_EventScript_ExitFloorSelect
|
||||
end
|
||||
|
||||
CeladonCity_DepartmentStore_Elevator_EventScript_To1F:: @ 816C246
|
||||
CeladonCity_DepartmentStore_Elevator_EventScript_To1F::
|
||||
setvar VAR_0x8006, 4
|
||||
setdynamicwarp MAP_CELADON_CITY_DEPARTMENT_STORE_1F, 255, 6, 1
|
||||
compare VAR_ELEVATOR_FLOOR, 4
|
||||
@@ -65,7 +65,7 @@ CeladonCity_DepartmentStore_Elevator_EventScript_To1F:: @ 816C246
|
||||
goto CeladonCity_DepartmentStore_Elevator_EventScript_ExitFloorSelect
|
||||
end
|
||||
|
||||
CeladonCity_DepartmentStore_Elevator_EventScript_To2F:: @ 816C26E
|
||||
CeladonCity_DepartmentStore_Elevator_EventScript_To2F::
|
||||
setvar VAR_0x8006, 5
|
||||
setdynamicwarp MAP_CELADON_CITY_DEPARTMENT_STORE_2F, 255, 6, 1
|
||||
compare VAR_ELEVATOR_FLOOR, 5
|
||||
@@ -75,7 +75,7 @@ CeladonCity_DepartmentStore_Elevator_EventScript_To2F:: @ 816C26E
|
||||
goto CeladonCity_DepartmentStore_Elevator_EventScript_ExitFloorSelect
|
||||
end
|
||||
|
||||
CeladonCity_DepartmentStore_Elevator_EventScript_To3F:: @ 816C296
|
||||
CeladonCity_DepartmentStore_Elevator_EventScript_To3F::
|
||||
setvar VAR_0x8006, 6
|
||||
setdynamicwarp MAP_CELADON_CITY_DEPARTMENT_STORE_3F, 255, 6, 1
|
||||
compare VAR_ELEVATOR_FLOOR, 6
|
||||
@@ -85,7 +85,7 @@ CeladonCity_DepartmentStore_Elevator_EventScript_To3F:: @ 816C296
|
||||
goto CeladonCity_DepartmentStore_Elevator_EventScript_ExitFloorSelect
|
||||
end
|
||||
|
||||
CeladonCity_DepartmentStore_Elevator_EventScript_To4F:: @ 816C2BE
|
||||
CeladonCity_DepartmentStore_Elevator_EventScript_To4F::
|
||||
setvar VAR_0x8006, 7
|
||||
setdynamicwarp MAP_CELADON_CITY_DEPARTMENT_STORE_4F, 255, 6, 1
|
||||
compare VAR_ELEVATOR_FLOOR, 7
|
||||
@@ -95,7 +95,7 @@ CeladonCity_DepartmentStore_Elevator_EventScript_To4F:: @ 816C2BE
|
||||
goto CeladonCity_DepartmentStore_Elevator_EventScript_ExitFloorSelect
|
||||
end
|
||||
|
||||
CeladonCity_DepartmentStore_Elevator_EventScript_To5F:: @ 816C2E6
|
||||
CeladonCity_DepartmentStore_Elevator_EventScript_To5F::
|
||||
setvar VAR_0x8006, 8
|
||||
setdynamicwarp MAP_CELADON_CITY_DEPARTMENT_STORE_5F, 255, 6, 1
|
||||
compare VAR_ELEVATOR_FLOOR, 8
|
||||
@@ -105,12 +105,12 @@ CeladonCity_DepartmentStore_Elevator_EventScript_To5F:: @ 816C2E6
|
||||
goto CeladonCity_DepartmentStore_Elevator_EventScript_ExitFloorSelect
|
||||
end
|
||||
|
||||
CeladonCity_DepartmentStore_Elevator_EventScript_ExitFloorSelect:: @ 816C30E
|
||||
CeladonCity_DepartmentStore_Elevator_EventScript_ExitFloorSelect::
|
||||
special CloseElevatorCurrentFloorWindow
|
||||
releaseall
|
||||
end
|
||||
|
||||
CeladonCity_DepartmentStore_Elevator_EventScript_MoveElevator:: @ 816C313
|
||||
CeladonCity_DepartmentStore_Elevator_EventScript_MoveElevator::
|
||||
special CloseElevatorCurrentFloorWindow
|
||||
closemessage
|
||||
waitse
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
CeladonCity_DepartmentStore_Roof_MapScripts:: @ 816BCCC
|
||||
CeladonCity_DepartmentStore_Roof_MapScripts::
|
||||
.byte 0
|
||||
|
||||
CeladonCity_DepartmentStore_Roof_EventScript_ThirstyGirl:: @ 816BCCD
|
||||
CeladonCity_DepartmentStore_Roof_EventScript_ThirstyGirl::
|
||||
goto_if_questlog EventScript_ReleaseEnd
|
||||
special QuestLog_CutRecording
|
||||
lock
|
||||
@@ -12,7 +12,7 @@ CeladonCity_DepartmentStore_Roof_EventScript_ThirstyGirl:: @ 816BCCD
|
||||
goto CeladonCity_DepartmentStore_Roof_EventScript_AskGiveDrink
|
||||
end
|
||||
|
||||
CeladonCity_DepartmentStore_Roof_EventScript_CheckPlayerHasDrinks:: @ 816BCF6
|
||||
CeladonCity_DepartmentStore_Roof_EventScript_CheckPlayerHasDrinks::
|
||||
setvar VAR_TEMP_1, 0
|
||||
checkitem ITEM_FRESH_WATER, 1
|
||||
compare VAR_RESULT, TRUE
|
||||
@@ -25,19 +25,19 @@ CeladonCity_DepartmentStore_Roof_EventScript_CheckPlayerHasDrinks:: @ 816BCF6
|
||||
call_if_eq CeladonCity_DepartmentStore_Roof_EventScript_SetHasLemonade
|
||||
return
|
||||
|
||||
CeladonCity_DepartmentStore_Roof_EventScript_SetHasFreshWater:: @ 816BD2C
|
||||
CeladonCity_DepartmentStore_Roof_EventScript_SetHasFreshWater::
|
||||
addvar VAR_TEMP_1, 1
|
||||
return
|
||||
|
||||
CeladonCity_DepartmentStore_Roof_EventScript_SetHasSodaPop:: @ 816BD32
|
||||
CeladonCity_DepartmentStore_Roof_EventScript_SetHasSodaPop::
|
||||
addvar VAR_TEMP_1, 2
|
||||
return
|
||||
|
||||
CeladonCity_DepartmentStore_Roof_EventScript_SetHasLemonade:: @ 816BD38
|
||||
CeladonCity_DepartmentStore_Roof_EventScript_SetHasLemonade::
|
||||
addvar VAR_TEMP_1, 4
|
||||
return
|
||||
|
||||
CeladonCity_DepartmentStore_Roof_EventScript_AskGiveDrink:: @ 816BD3E
|
||||
CeladonCity_DepartmentStore_Roof_EventScript_AskGiveDrink::
|
||||
msgbox CeladonCity_DepartmentStore_Roof_Text_ImThirstyGiveHerDrink, MSGBOX_YESNO
|
||||
compare VAR_RESULT, NO
|
||||
goto_if_eq CeladonCity_DepartmentStore_Roof_EventScript_DontGiveDrink
|
||||
@@ -55,7 +55,7 @@ CeladonCity_DepartmentStore_Roof_EventScript_AskGiveDrink:: @ 816BD3E
|
||||
case 7, CeladonCity_DepartmentStore_Roof_EventScript_AskGiveAllDrinks
|
||||
end
|
||||
|
||||
CeladonCity_DepartmentStore_Roof_EventScript_AskGiveFreshWater:: @ 816BDAE
|
||||
CeladonCity_DepartmentStore_Roof_EventScript_AskGiveFreshWater::
|
||||
multichoice 0, 0, MULTICHOICE_THIRSTY_GIRL_FRESH_WATER, FALSE
|
||||
switch VAR_RESULT
|
||||
case 0, CeladonCity_DepartmentStore_Roof_EventScript_GiveFreshWater
|
||||
@@ -63,7 +63,7 @@ CeladonCity_DepartmentStore_Roof_EventScript_AskGiveFreshWater:: @ 816BDAE
|
||||
case 127, CeladonCity_DepartmentStore_Roof_EventScript_DontGiveDrink
|
||||
end
|
||||
|
||||
CeladonCity_DepartmentStore_Roof_EventScript_AskGiveSodaPop:: @ 816BDDA
|
||||
CeladonCity_DepartmentStore_Roof_EventScript_AskGiveSodaPop::
|
||||
multichoice 0, 0, MULTICHOICE_THIRSTY_GIRL_SODA_POP, FALSE
|
||||
switch VAR_RESULT
|
||||
case 0, CeladonCity_DepartmentStore_Roof_EventScript_GiveSodaPop
|
||||
@@ -71,7 +71,7 @@ CeladonCity_DepartmentStore_Roof_EventScript_AskGiveSodaPop:: @ 816BDDA
|
||||
case 127, CeladonCity_DepartmentStore_Roof_EventScript_DontGiveDrink
|
||||
end
|
||||
|
||||
CeladonCity_DepartmentStore_Roof_EventScript_AskGiveFreshWaterSodaPop:: @ 816BE06
|
||||
CeladonCity_DepartmentStore_Roof_EventScript_AskGiveFreshWaterSodaPop::
|
||||
multichoice 0, 0, MULTICHOICE_THIRSTY_GIRL_FRESH_WATER_SODA_POP, FALSE
|
||||
switch VAR_RESULT
|
||||
case 0, CeladonCity_DepartmentStore_Roof_EventScript_GiveFreshWater
|
||||
@@ -80,7 +80,7 @@ CeladonCity_DepartmentStore_Roof_EventScript_AskGiveFreshWaterSodaPop:: @ 816BE0
|
||||
case 127, CeladonCity_DepartmentStore_Roof_EventScript_DontGiveDrink
|
||||
end
|
||||
|
||||
CeladonCity_DepartmentStore_Roof_EventScript_AskGiveLemonade:: @ 816BE3D
|
||||
CeladonCity_DepartmentStore_Roof_EventScript_AskGiveLemonade::
|
||||
multichoice 0, 0, MULTICHOICE_THIRSTY_GIRL_LEMONADE, FALSE
|
||||
switch VAR_RESULT
|
||||
case 0, CeladonCity_DepartmentStore_Roof_EventScript_GiveLemonade
|
||||
@@ -88,7 +88,7 @@ CeladonCity_DepartmentStore_Roof_EventScript_AskGiveLemonade:: @ 816BE3D
|
||||
case 127, CeladonCity_DepartmentStore_Roof_EventScript_DontGiveDrink
|
||||
end
|
||||
|
||||
CeladonCity_DepartmentStore_Roof_EventScript_AskGiveFreshWaterLemonade:: @ 816BE69
|
||||
CeladonCity_DepartmentStore_Roof_EventScript_AskGiveFreshWaterLemonade::
|
||||
multichoice 0, 0, MULTICHOICE_THIRSTY_GIRL_FRESH_WATER_LEMONADE, FALSE
|
||||
switch VAR_RESULT
|
||||
case 0, CeladonCity_DepartmentStore_Roof_EventScript_GiveFreshWater
|
||||
@@ -97,7 +97,7 @@ CeladonCity_DepartmentStore_Roof_EventScript_AskGiveFreshWaterLemonade:: @ 816BE
|
||||
case 127, CeladonCity_DepartmentStore_Roof_EventScript_DontGiveDrink
|
||||
end
|
||||
|
||||
CeladonCity_DepartmentStore_Roof_EventScript_AskGiveSodaPopLemonade:: @ 816BEA0
|
||||
CeladonCity_DepartmentStore_Roof_EventScript_AskGiveSodaPopLemonade::
|
||||
multichoice 0, 0, MULTICHOICE_THIRSTY_GIRL_SODA_POP_LEMONADE, FALSE
|
||||
switch VAR_RESULT
|
||||
case 0, CeladonCity_DepartmentStore_Roof_EventScript_GiveSodaPop
|
||||
@@ -106,7 +106,7 @@ CeladonCity_DepartmentStore_Roof_EventScript_AskGiveSodaPopLemonade:: @ 816BEA0
|
||||
case 127, CeladonCity_DepartmentStore_Roof_EventScript_DontGiveDrink
|
||||
end
|
||||
|
||||
CeladonCity_DepartmentStore_Roof_EventScript_AskGiveAllDrinks:: @ 816BED7
|
||||
CeladonCity_DepartmentStore_Roof_EventScript_AskGiveAllDrinks::
|
||||
multichoice 0, 0, MULTICHOICE_THIRSTY_GIRL_FRESH_WATER_SODA_POP_LEMONADE, FALSE
|
||||
switch VAR_RESULT
|
||||
case 0, CeladonCity_DepartmentStore_Roof_EventScript_GiveFreshWater
|
||||
@@ -116,7 +116,7 @@ CeladonCity_DepartmentStore_Roof_EventScript_AskGiveAllDrinks:: @ 816BED7
|
||||
case 127, CeladonCity_DepartmentStore_Roof_EventScript_DontGiveDrink
|
||||
end
|
||||
|
||||
CeladonCity_DepartmentStore_Roof_EventScript_GiveFreshWater:: @ 816BF19
|
||||
CeladonCity_DepartmentStore_Roof_EventScript_GiveFreshWater::
|
||||
setvar VAR_0x8008, ITEM_FRESH_WATER
|
||||
setvar VAR_0x8009, ITEM_TM16
|
||||
goto_if_set FLAG_GOT_TM16_FROM_THIRSTY_GIRL, CeladonCity_DepartmentStore_Roof_EventScript_NotThirstyAfterAll
|
||||
@@ -124,7 +124,7 @@ CeladonCity_DepartmentStore_Roof_EventScript_GiveFreshWater:: @ 816BF19
|
||||
goto CeladonCity_DepartmentStore_Roof_EventScript_GiveDrink
|
||||
end
|
||||
|
||||
CeladonCity_DepartmentStore_Roof_EventScript_GiveSodaPop:: @ 816BF3A
|
||||
CeladonCity_DepartmentStore_Roof_EventScript_GiveSodaPop::
|
||||
setvar VAR_0x8008, ITEM_SODA_POP
|
||||
setvar VAR_0x8009, ITEM_TM20
|
||||
goto_if_set FLAG_GOT_TM20_FROM_THIRSTY_GIRL, CeladonCity_DepartmentStore_Roof_EventScript_NotThirstyAfterAll
|
||||
@@ -132,7 +132,7 @@ CeladonCity_DepartmentStore_Roof_EventScript_GiveSodaPop:: @ 816BF3A
|
||||
goto CeladonCity_DepartmentStore_Roof_EventScript_GiveDrink
|
||||
end
|
||||
|
||||
CeladonCity_DepartmentStore_Roof_EventScript_GiveLemonade:: @ 816BF5B
|
||||
CeladonCity_DepartmentStore_Roof_EventScript_GiveLemonade::
|
||||
setvar VAR_0x8008, ITEM_LEMONADE
|
||||
setvar VAR_0x8009, ITEM_TM33
|
||||
goto_if_set FLAG_GOT_TM33_FROM_THIRSTY_GIRL, CeladonCity_DepartmentStore_Roof_EventScript_NotThirstyAfterAll
|
||||
@@ -140,7 +140,7 @@ CeladonCity_DepartmentStore_Roof_EventScript_GiveLemonade:: @ 816BF5B
|
||||
goto CeladonCity_DepartmentStore_Roof_EventScript_GiveDrink
|
||||
end
|
||||
|
||||
CeladonCity_DepartmentStore_Roof_EventScript_GiveDrink:: @ 816BF7C
|
||||
CeladonCity_DepartmentStore_Roof_EventScript_GiveDrink::
|
||||
getitemname 0, VAR_0x8008
|
||||
getitemname 1, VAR_0x8009
|
||||
removeitem VAR_0x8008, 1
|
||||
@@ -164,49 +164,49 @@ CeladonCity_DepartmentStore_Roof_EventScript_GiveDrink:: @ 816BF7C
|
||||
release
|
||||
end
|
||||
|
||||
CeladonCity_DepartmentStore_Roof_EventScript_ExplainTM16:: @ 816BFDE
|
||||
CeladonCity_DepartmentStore_Roof_EventScript_ExplainTM16::
|
||||
setflag FLAG_GOT_TM16_FROM_THIRSTY_GIRL
|
||||
msgbox CeladonCity_DepartmentStore_Roof_Text_ExplainTM16
|
||||
return
|
||||
|
||||
CeladonCity_DepartmentStore_Roof_EventScript_ExplainTM20:: @ 816BFEA
|
||||
CeladonCity_DepartmentStore_Roof_EventScript_ExplainTM20::
|
||||
setflag FLAG_GOT_TM20_FROM_THIRSTY_GIRL
|
||||
msgbox CeladonCity_DepartmentStore_Roof_Text_ExplainTM20
|
||||
return
|
||||
|
||||
CeladonCity_DepartmentStore_Roof_EventScript_ExplainTM33:: @ 816BFF6
|
||||
CeladonCity_DepartmentStore_Roof_EventScript_ExplainTM33::
|
||||
setflag FLAG_GOT_TM33_FROM_THIRSTY_GIRL
|
||||
msgbox CeladonCity_DepartmentStore_Roof_Text_ExplainTM33
|
||||
return
|
||||
|
||||
CeladonCity_DepartmentStore_Roof_EventScript_NoRoomForReward:: @ 816C002
|
||||
CeladonCity_DepartmentStore_Roof_EventScript_NoRoomForReward::
|
||||
msgbox CeladonCity_DepartmentStore_Roof_Text_DontHaveSpaceForThis
|
||||
release
|
||||
end
|
||||
|
||||
CeladonCity_DepartmentStore_Roof_EventScript_DontGiveDrink:: @ 816C00C
|
||||
CeladonCity_DepartmentStore_Roof_EventScript_DontGiveDrink::
|
||||
release
|
||||
end
|
||||
|
||||
CeladonCity_DepartmentStore_Roof_EventScript_IWantDrink:: @ 816C00E
|
||||
CeladonCity_DepartmentStore_Roof_EventScript_IWantDrink::
|
||||
msgbox CeladonCity_DepartmentStore_Roof_Text_ImThirstyIWantDrink
|
||||
release
|
||||
end
|
||||
|
||||
CeladonCity_DepartmentStore_Roof_EventScript_NotThirstyAfterAll:: @ 816C018
|
||||
CeladonCity_DepartmentStore_Roof_EventScript_NotThirstyAfterAll::
|
||||
msgbox CeladonCity_DepartmentStore_Roof_Text_ImNotThirstyAfterAll
|
||||
release
|
||||
end
|
||||
|
||||
CeladonCity_DepartmentStore_Roof_EventScript_CooltrainerM:: @ 816C022
|
||||
CeladonCity_DepartmentStore_Roof_EventScript_CooltrainerM::
|
||||
msgbox CeladonCity_DepartmentStore_Roof_Text_MySisterIsImmature, MSGBOX_NPC
|
||||
end
|
||||
|
||||
CeladonCity_DepartmentStore_Roof_EventScript_FloorSign:: @ 816C02B
|
||||
CeladonCity_DepartmentStore_Roof_EventScript_FloorSign::
|
||||
msgbox CeladonCity_DepartmentStore_Roof_Text_FloorSign, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
CeladonCity_DepartmentStore_Roof_EventScript_VendingMachine:: @ 816C034
|
||||
CeladonCity_DepartmentStore_Roof_EventScript_VendingMachine::
|
||||
lockall
|
||||
message CeladonCity_DepartmentStore_Roof_Text_VendingMachineWhatDoesItHave
|
||||
waitmessage
|
||||
@@ -214,7 +214,7 @@ CeladonCity_DepartmentStore_Roof_EventScript_VendingMachine:: @ 816C034
|
||||
goto CeladonCity_DepartmentStore_Roof_EventScript_ChooseDrink
|
||||
end
|
||||
|
||||
CeladonCity_DepartmentStore_Roof_EventScript_ChooseDrink:: @ 816C045
|
||||
CeladonCity_DepartmentStore_Roof_EventScript_ChooseDrink::
|
||||
multichoice 12, 0, MULTICHOICE_CELADON_VENDING_MACHINE, FALSE
|
||||
copyvar VAR_TEMP_1, VAR_RESULT
|
||||
switch VAR_TEMP_1
|
||||
@@ -225,37 +225,37 @@ CeladonCity_DepartmentStore_Roof_EventScript_ChooseDrink:: @ 816C045
|
||||
goto CeladonCity_DepartmentStore_Roof_EventScript_ExitVendingMachine
|
||||
end
|
||||
|
||||
CeladonCity_DepartmentStore_Roof_EventScript_BuyFreshWater:: @ 816C083
|
||||
CeladonCity_DepartmentStore_Roof_EventScript_BuyFreshWater::
|
||||
setvar VAR_TEMP_0, ITEM_FRESH_WATER
|
||||
checkmoney 200, 0
|
||||
goto CeladonCity_DepartmentStore_Roof_EventScript_TryBuyDrink
|
||||
end
|
||||
|
||||
CeladonCity_DepartmentStore_Roof_EventScript_BuySodaPop:: @ 816C094
|
||||
CeladonCity_DepartmentStore_Roof_EventScript_BuySodaPop::
|
||||
setvar VAR_TEMP_0, ITEM_SODA_POP
|
||||
checkmoney 300, 0
|
||||
goto CeladonCity_DepartmentStore_Roof_EventScript_TryBuyDrink
|
||||
end
|
||||
|
||||
CeladonCity_DepartmentStore_Roof_EventScript_BuyLemonade:: @ 816C0A5
|
||||
CeladonCity_DepartmentStore_Roof_EventScript_BuyLemonade::
|
||||
setvar VAR_TEMP_0, ITEM_LEMONADE
|
||||
checkmoney 350, 0
|
||||
goto CeladonCity_DepartmentStore_Roof_EventScript_TryBuyDrink
|
||||
end
|
||||
|
||||
CeladonCity_DepartmentStore_Roof_EventScript_RemoveMoneyFreshWater:: @ 816C0B6
|
||||
CeladonCity_DepartmentStore_Roof_EventScript_RemoveMoneyFreshWater::
|
||||
removemoney 200, 0
|
||||
return
|
||||
|
||||
CeladonCity_DepartmentStore_Roof_EventScript_RemoveMoneySodaPop:: @ 816C0BD
|
||||
CeladonCity_DepartmentStore_Roof_EventScript_RemoveMoneySodaPop::
|
||||
removemoney 300, 0
|
||||
return
|
||||
|
||||
CeladonCity_DepartmentStore_Roof_EventScript_RemoveMoneyLemonade:: @ 816C0C4
|
||||
CeladonCity_DepartmentStore_Roof_EventScript_RemoveMoneyLemonade::
|
||||
removemoney 350, 0
|
||||
return
|
||||
|
||||
CeladonCity_DepartmentStore_Roof_EventScript_TryBuyDrink:: @ 816C0CB
|
||||
CeladonCity_DepartmentStore_Roof_EventScript_TryBuyDrink::
|
||||
compare VAR_RESULT, FALSE
|
||||
goto_if_eq CeladonCity_DepartmentStore_Roof_EventScript_NotEnoughMoney
|
||||
checkitemspace VAR_TEMP_0, 1
|
||||
@@ -275,23 +275,23 @@ CeladonCity_DepartmentStore_Roof_EventScript_TryBuyDrink:: @ 816C0CB
|
||||
goto CeladonCity_DepartmentStore_Roof_EventScript_ChooseNewDrink
|
||||
end
|
||||
|
||||
CeladonCity_DepartmentStore_Roof_EventScript_ChooseNewDrink:: @ 816C125
|
||||
CeladonCity_DepartmentStore_Roof_EventScript_ChooseNewDrink::
|
||||
message CeladonCity_DepartmentStore_Roof_Text_VendingMachineWhatDoesItHave
|
||||
waitmessage
|
||||
goto CeladonCity_DepartmentStore_Roof_EventScript_ChooseDrink
|
||||
end
|
||||
|
||||
CeladonCity_DepartmentStore_Roof_EventScript_NotEnoughMoney:: @ 816C131
|
||||
CeladonCity_DepartmentStore_Roof_EventScript_NotEnoughMoney::
|
||||
msgbox CeladonCity_DepartmentStore_Roof_Text_NotEnoughMoney
|
||||
goto CeladonCity_DepartmentStore_Roof_EventScript_ExitVendingMachine
|
||||
end
|
||||
|
||||
CeladonCity_DepartmentStore_Roof_EventScript_NoRoomForDrink:: @ 816C13F
|
||||
CeladonCity_DepartmentStore_Roof_EventScript_NoRoomForDrink::
|
||||
msgbox CeladonCity_DepartmentStore_Roof_Text_NoMoreRoomForStuff
|
||||
goto CeladonCity_DepartmentStore_Roof_EventScript_ExitVendingMachine
|
||||
end
|
||||
|
||||
CeladonCity_DepartmentStore_Roof_EventScript_ExitVendingMachine:: @ 816C14D
|
||||
CeladonCity_DepartmentStore_Roof_EventScript_ExitVendingMachine::
|
||||
hidemoneybox 0, 0
|
||||
releaseall
|
||||
end
|
||||
|
||||
@@ -1,82 +1,82 @@
|
||||
CeladonCity_DepartmentStore_Roof_Text_ImThirstyGiveHerDrink:: @ 8195D22
|
||||
CeladonCity_DepartmentStore_Roof_Text_ImThirstyGiveHerDrink::
|
||||
.string "I'm thirsty!\n"
|
||||
.string "I want something to drink!\p"
|
||||
.string "{SIZE}ÁGive her a drink?$"
|
||||
|
||||
CeladonCity_DepartmentStore_Roof_Text_GiveWhichDrink:: @ 8195D5F
|
||||
CeladonCity_DepartmentStore_Roof_Text_GiveWhichDrink::
|
||||
.string "Give her which drink?$"
|
||||
|
||||
CeladonCity_DepartmentStore_Roof_Text_YayFreshWaterHaveThis:: @ 8195D75
|
||||
CeladonCity_DepartmentStore_Roof_Text_YayFreshWaterHaveThis::
|
||||
.string "Yay!\p"
|
||||
.string "FRESH WATER!\p"
|
||||
.string "Thank you!\n"
|
||||
.string "You can have this from me!$"
|
||||
|
||||
Text_ReceivedItemFromLittleGirl:: @ 8195DAD
|
||||
Text_ReceivedItemFromLittleGirl::
|
||||
.string "{PLAYER} received a {STR_VAR_2}\n"
|
||||
.string "from the little girl.$"
|
||||
|
||||
CeladonCity_DepartmentStore_Roof_Text_ExplainTM16:: @ 8195DD4
|
||||
CeladonCity_DepartmentStore_Roof_Text_ExplainTM16::
|
||||
.string "TM16 contains LIGHT SCREEN.\p"
|
||||
.string "It's a move that weakens the power\n"
|
||||
.string "of special attacks by your foe.$"
|
||||
|
||||
CeladonCity_DepartmentStore_Roof_Text_YaySodaPopHaveThis:: @ 8195E33
|
||||
CeladonCity_DepartmentStore_Roof_Text_YaySodaPopHaveThis::
|
||||
.string "Yay!\p"
|
||||
.string "SODA POP!\p"
|
||||
.string "Thank you!\n"
|
||||
.string "You can have this from me!$"
|
||||
|
||||
CeladonCity_DepartmentStore_Roof_Text_ExplainTM20:: @ 8195E68
|
||||
CeladonCity_DepartmentStore_Roof_Text_ExplainTM20::
|
||||
.string "TM20 contains SAFEGUARD.\p"
|
||||
.string "It's a move that prevents status\n"
|
||||
.string "problems among your POKéMON.$"
|
||||
|
||||
CeladonCity_DepartmentStore_Roof_Text_YayLemonadeHaveThis:: @ 8195EBF
|
||||
CeladonCity_DepartmentStore_Roof_Text_YayLemonadeHaveThis::
|
||||
.string "Yay!\p"
|
||||
.string "LEMONADE!\p"
|
||||
.string "Thank you!\n"
|
||||
.string "You can have this from me!$"
|
||||
|
||||
CeladonCity_DepartmentStore_Roof_Text_ExplainTM33:: @ 8195EF4
|
||||
CeladonCity_DepartmentStore_Roof_Text_ExplainTM33::
|
||||
.string "TM33 contains REFLECT.\p"
|
||||
.string "It's a move that weakens the power\n"
|
||||
.string "of physical attacks by your foe.$"
|
||||
|
||||
CeladonCity_DepartmentStore_Roof_Text_DontHaveSpaceForThis:: @ 8195F4F
|
||||
CeladonCity_DepartmentStore_Roof_Text_DontHaveSpaceForThis::
|
||||
.string "You don't have space for this!$"
|
||||
|
||||
CeladonCity_DepartmentStore_Roof_Text_ImNotThirstyAfterAll:: @ 8195F6E
|
||||
CeladonCity_DepartmentStore_Roof_Text_ImNotThirstyAfterAll::
|
||||
.string "No, thank you!\n"
|
||||
.string "I'm not thirsty after all!$"
|
||||
|
||||
CeladonCity_DepartmentStore_Roof_Text_MySisterIsImmature:: @ 8195F98
|
||||
CeladonCity_DepartmentStore_Roof_Text_MySisterIsImmature::
|
||||
.string "My sister is a TRAINER, believe it\n"
|
||||
.string "or not.\p"
|
||||
.string "But, she's so immature, she drives\n"
|
||||
.string "me nuts!$"
|
||||
|
||||
CeladonCity_DepartmentStore_Roof_Text_ImThirstyIWantDrink:: @ 8195FEF
|
||||
CeladonCity_DepartmentStore_Roof_Text_ImThirstyIWantDrink::
|
||||
.string "I'm thirsty!\n"
|
||||
.string "I want something to drink!$"
|
||||
|
||||
CeladonCity_DepartmentStore_Roof_Text_FloorSign:: @ 8196017
|
||||
CeladonCity_DepartmentStore_Roof_Text_FloorSign::
|
||||
.string "ROOFTOP SQUARE:\n"
|
||||
.string "VENDING MACHINES$"
|
||||
|
||||
CeladonCity_DepartmentStore_Roof_Text_VendingMachineWhatDoesItHave:: @ 8196038
|
||||
CeladonCity_DepartmentStore_Roof_Text_VendingMachineWhatDoesItHave::
|
||||
.string "A vending machine!\n"
|
||||
.string "What does it have?$"
|
||||
|
||||
CeladonCity_DepartmentStore_Roof_Text_NotEnoughMoney:: @ 819605E
|
||||
CeladonCity_DepartmentStore_Roof_Text_NotEnoughMoney::
|
||||
.string "Oops, not enough money!$"
|
||||
|
||||
CeladonCity_DepartmentStore_Roof_Text_DrinkCanPoppedOut:: @ 8196076
|
||||
CeladonCity_DepartmentStore_Roof_Text_DrinkCanPoppedOut::
|
||||
.string "A can of {STR_VAR_1} popped out!$"
|
||||
|
||||
CeladonCity_DepartmentStore_Roof_Text_NoMoreRoomForStuff:: @ 819608E
|
||||
CeladonCity_DepartmentStore_Roof_Text_NoMoreRoomForStuff::
|
||||
.string "There's no more room for stuff!$"
|
||||
|
||||
CeladonCity_DepartmentStore_Roof_Text_NotThirsty:: @ 81960AE
|
||||
CeladonCity_DepartmentStore_Roof_Text_NotThirsty::
|
||||
.string "Not thirsty!$"
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
.set LOCALID_GRUNT, 11
|
||||
|
||||
CeladonCity_GameCorner_MapScripts:: @ 816C646
|
||||
CeladonCity_GameCorner_MapScripts::
|
||||
map_script MAP_SCRIPT_ON_LOAD, CeladonCity_GameCorner_OnLoad
|
||||
.byte 0
|
||||
|
||||
CeladonCity_GameCorner_OnLoad:: @ 816C64C
|
||||
CeladonCity_GameCorner_OnLoad::
|
||||
call_if_unset FLAG_OPENED_ROCKET_HIDEOUT, CeladonCity_GameCorner_EventScript_HideRocketHideout
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_EventScript_HideRocketHideout:: @ 816C656
|
||||
CeladonCity_GameCorner_EventScript_HideRocketHideout::
|
||||
setmetatile 15, 2, METATILE_GameCorner_Floor_ShadeFull, 0
|
||||
setmetatile 16, 2, METATILE_GameCorner_Floor_ShadeFull, 0
|
||||
setmetatile 17, 2, METATILE_GameCorner_Floor_ShadeFull, 0
|
||||
@@ -16,11 +16,11 @@ CeladonCity_GameCorner_EventScript_HideRocketHideout:: @ 816C656
|
||||
setmetatile 17, 3, METATILE_GameCorner_PurpleWall_Floor, 1
|
||||
return
|
||||
|
||||
CeladonCity_GameCorner_EventScript_InfoClerk:: @ 816C684
|
||||
CeladonCity_GameCorner_EventScript_InfoClerk::
|
||||
msgbox CeladonCity_GameCorner_Text_CanExchangeCoinsNextDoor, MSGBOX_NPC
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_EventScript_CoinsClerk:: @ 816C68D
|
||||
CeladonCity_GameCorner_EventScript_CoinsClerk::
|
||||
goto_if_questlog EventScript_ReleaseEnd
|
||||
lock
|
||||
faceplayer
|
||||
@@ -37,7 +37,7 @@ CeladonCity_GameCorner_EventScript_CoinsClerk:: @ 816C68D
|
||||
case 127, CeladonCity_GameCorner_EventScript_ClerkDeclineBuy
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_EventScript_BuyCoins:: @ 816C6E6
|
||||
CeladonCity_GameCorner_EventScript_BuyCoins::
|
||||
goto_if_unset FLAG_GOT_COIN_CASE, CeladonCity_GameCorner_EventScript_ClerkNoCoinCase
|
||||
compare VAR_0x8009, 0
|
||||
goto_if_eq CeladonCity_GameCorner_EventScript_Buy50Coins
|
||||
@@ -45,7 +45,7 @@ CeladonCity_GameCorner_EventScript_BuyCoins:: @ 816C6E6
|
||||
goto_if_eq CeladonCity_GameCorner_EventScript_Buy500Coins
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_EventScript_Buy500Coins:: @ 816C706
|
||||
CeladonCity_GameCorner_EventScript_Buy500Coins::
|
||||
checkcoins VAR_TEMP_1
|
||||
compare VAR_TEMP_1, (MAX_COINS + 1) - 500
|
||||
goto_if_ge CeladonCity_GameCorner_EventScript_ClerkNoRoomForCoins
|
||||
@@ -57,7 +57,7 @@ CeladonCity_GameCorner_EventScript_Buy500Coins:: @ 816C706
|
||||
goto CeladonCity_GameCorner_EventScript_BoughtCoins
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_EventScript_Buy50Coins:: @ 816C734
|
||||
CeladonCity_GameCorner_EventScript_Buy50Coins::
|
||||
checkcoins VAR_TEMP_1
|
||||
compare VAR_TEMP_1, (MAX_COINS + 1) - 50
|
||||
goto_if_ge CeladonCity_GameCorner_EventScript_ClerkNoRoomForCoins
|
||||
@@ -69,7 +69,7 @@ CeladonCity_GameCorner_EventScript_Buy50Coins:: @ 816C734
|
||||
goto CeladonCity_GameCorner_EventScript_BoughtCoins
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_EventScript_BoughtCoins:: @ 816C762
|
||||
CeladonCity_GameCorner_EventScript_BoughtCoins::
|
||||
updatemoneybox 0, 0, 0
|
||||
updatecoinsbox 0, 5
|
||||
playse SE_SHOP
|
||||
@@ -77,54 +77,54 @@ CeladonCity_GameCorner_EventScript_BoughtCoins:: @ 816C762
|
||||
goto CeladonCity_GameCorner_EventScript_ClerkEnd
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_EventScript_ClerkEnd:: @ 816C77A
|
||||
CeladonCity_GameCorner_EventScript_ClerkEnd::
|
||||
hidemoneybox 0, 0
|
||||
hidecoinsbox 0, 5
|
||||
release
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_EventScript_ClerkDeclineBuy:: @ 816C782
|
||||
CeladonCity_GameCorner_EventScript_ClerkDeclineBuy::
|
||||
msgbox CeladonCity_GameCorner_Text_ComePlaySometime
|
||||
goto CeladonCity_GameCorner_EventScript_ClerkEnd
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_EventScript_ClerkNoCoinCase:: @ 816C790
|
||||
CeladonCity_GameCorner_EventScript_ClerkNoCoinCase::
|
||||
msgbox CeladonCity_GameCorner_Text_SorryDontHaveCoinCase
|
||||
goto CeladonCity_GameCorner_EventScript_ClerkEnd
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_EventScript_ClerkNoRoomForCoins:: @ 816C79E
|
||||
CeladonCity_GameCorner_EventScript_ClerkNoRoomForCoins::
|
||||
msgbox CeladonCity_GameCorner_Text_CoinCaseIsFull
|
||||
goto CeladonCity_GameCorner_EventScript_ClerkEnd
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_EventScript_ClerkNotEnoughMoney:: @ 816C7AC
|
||||
CeladonCity_GameCorner_EventScript_ClerkNotEnoughMoney::
|
||||
msgbox CeladonCity_GameCorner_Text_CantAffordCoins
|
||||
goto CeladonCity_GameCorner_EventScript_ClerkEnd
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_EventScript_BaldingMan:: @ 816C7BA
|
||||
CeladonCity_GameCorner_EventScript_BaldingMan::
|
||||
lock
|
||||
faceplayer
|
||||
msgbox CeladonCity_GameCorner_Text_RumoredTeamRocketRunsThisPlace
|
||||
goto CeladonCity_GameCorner_EventScript_FaceSlotMachine
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_EventScript_FaceSlotMachine:: @ 816C7CA
|
||||
CeladonCity_GameCorner_EventScript_FaceSlotMachine::
|
||||
closemessage
|
||||
applymovement VAR_LAST_TALKED, Movement_FaceOriginalDirection
|
||||
waitmovement 0
|
||||
release
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_EventScript_Woman1:: @ 816C7D7
|
||||
CeladonCity_GameCorner_EventScript_Woman1::
|
||||
lock
|
||||
faceplayer
|
||||
msgbox CeladonCity_GameCorner_Text_ThinkMachinesHaveDifferentOdds
|
||||
goto CeladonCity_GameCorner_EventScript_FaceSlotMachine
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_EventScript_Fisher:: @ 816C7E7
|
||||
CeladonCity_GameCorner_EventScript_Fisher::
|
||||
lock
|
||||
faceplayer
|
||||
goto_if_set FLAG_GOT_10_COINS_FROM_GAMBLER, CeladonCity_GameCorner_EventScript_FisherAlreadyGotCoins
|
||||
@@ -142,23 +142,23 @@ CeladonCity_GameCorner_EventScript_Fisher:: @ 816C7E7
|
||||
goto CeladonCity_GameCorner_EventScript_FaceSlotMachine
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_EventScript_FisherNoRoomForCoins:: @ 816C82B
|
||||
CeladonCity_GameCorner_EventScript_FisherNoRoomForCoins::
|
||||
msgbox CeladonCity_GameCorner_Text_DontNeedMyCoins
|
||||
goto CeladonCity_GameCorner_EventScript_FaceSlotMachine
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_EventScript_GamblerNoCoinCase:: @ 816C839
|
||||
CeladonCity_GameCorner_EventScript_GamblerNoCoinCase::
|
||||
textcolor 3
|
||||
msgbox CeladonCity_GameCorner_Text_DontHaveCoinCase
|
||||
goto CeladonCity_GameCorner_EventScript_FaceSlotMachine
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_EventScript_FisherAlreadyGotCoins:: @ 816C849
|
||||
CeladonCity_GameCorner_EventScript_FisherAlreadyGotCoins::
|
||||
msgbox CeladonCity_GameCorner_Text_WinsComeAndGo
|
||||
goto CeladonCity_GameCorner_EventScript_FaceSlotMachine
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_EventScript_GymGuy:: @ 816C857
|
||||
CeladonCity_GameCorner_EventScript_GymGuy::
|
||||
lock
|
||||
faceplayer
|
||||
goto_if_set FLAG_DEFEATED_ERIKA, CeladonCity_GameCorner_EventScript_GymGuyPostVictory
|
||||
@@ -166,26 +166,26 @@ CeladonCity_GameCorner_EventScript_GymGuy:: @ 816C857
|
||||
goto CeladonCity_GameCorner_EventScript_FaceSlotMachine
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_EventScript_GymGuyPostVictory:: @ 816C870
|
||||
CeladonCity_GameCorner_EventScript_GymGuyPostVictory::
|
||||
msgbox CeladonCity_GameCorner_Text_RareMonsForCoins
|
||||
goto CeladonCity_GameCorner_EventScript_FaceSlotMachine
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_EventScript_Woman2:: @ 816C87E
|
||||
CeladonCity_GameCorner_EventScript_Woman2::
|
||||
lock
|
||||
faceplayer
|
||||
msgbox CeladonCity_GameCorner_Text_WinOrLoseItsOnlyLuck
|
||||
goto CeladonCity_GameCorner_EventScript_FaceSlotMachine
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_EventScript_OldMan:: @ 816C88E
|
||||
CeladonCity_GameCorner_EventScript_OldMan::
|
||||
lock
|
||||
faceplayer
|
||||
msgbox CeladonCity_GameCorner_Text_SoEasyToGetHooked
|
||||
goto CeladonCity_GameCorner_EventScript_FaceSlotMachine
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_EventScript_Scientist:: @ 816C89E
|
||||
CeladonCity_GameCorner_EventScript_Scientist::
|
||||
lock
|
||||
faceplayer
|
||||
goto_if_set FLAG_GOT_20_COINS_FROM_GAMBLER, CeladonCity_GameCorner_EventScript_ScientistAlreadyGotCoins
|
||||
@@ -203,17 +203,17 @@ CeladonCity_GameCorner_EventScript_Scientist:: @ 816C89E
|
||||
goto CeladonCity_GameCorner_EventScript_FaceSlotMachine
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_EventScript_ScientistNoRoomForCoins:: @ 816C8E2
|
||||
CeladonCity_GameCorner_EventScript_ScientistNoRoomForCoins::
|
||||
msgbox CeladonCity_GameCorner_Text_YouHaveLotsOfCoins
|
||||
goto CeladonCity_GameCorner_EventScript_FaceSlotMachine
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_EventScript_ScientistAlreadyGotCoins:: @ 816C8F0
|
||||
CeladonCity_GameCorner_EventScript_ScientistAlreadyGotCoins::
|
||||
msgbox CeladonCity_GameCorner_Text_NeedMoreCoinsForMonIWant
|
||||
goto CeladonCity_GameCorner_EventScript_FaceSlotMachine
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_EventScript_Gentleman:: @ 816C8FE
|
||||
CeladonCity_GameCorner_EventScript_Gentleman::
|
||||
lock
|
||||
faceplayer
|
||||
goto_if_set FLAG_GOT_20_COINS_FROM_GAMBLER_2, CeladonCity_GameCorner_EventScript_GentlemanAlreadyGotCoins
|
||||
@@ -231,27 +231,27 @@ CeladonCity_GameCorner_EventScript_Gentleman:: @ 816C8FE
|
||||
goto CeladonCity_GameCorner_EventScript_FaceSlotMachine
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_EventScript_GentlemanNoRoomForCoins:: @ 816C942
|
||||
CeladonCity_GameCorner_EventScript_GentlemanNoRoomForCoins::
|
||||
msgbox CeladonCity_GameCorner_Text_YouveGotPlentyCoins
|
||||
goto CeladonCity_GameCorner_EventScript_FaceSlotMachine
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_EventScript_GentlemanAlreadyGotCoins:: @ 816C950
|
||||
CeladonCity_GameCorner_EventScript_GentlemanAlreadyGotCoins::
|
||||
msgbox CeladonCity_GameCorner_Text_WatchReelsClosely
|
||||
goto CeladonCity_GameCorner_EventScript_FaceSlotMachine
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_EventScript_SlotMachine0:: @ 816C95E
|
||||
CeladonCity_GameCorner_EventScript_SlotMachine0::
|
||||
lockall
|
||||
setvar VAR_0x8004, 0
|
||||
goto CeladonCity_GameCorner_EventScript_SlotMachine
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_EventScript_DontPlaySlotMachine:: @ 816C96A
|
||||
CeladonCity_GameCorner_EventScript_DontPlaySlotMachine::
|
||||
releaseall
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_EventScript_SlotMachine:: @ 816C96C
|
||||
CeladonCity_GameCorner_EventScript_SlotMachine::
|
||||
goto_if_unset FLAG_GOT_COIN_CASE, CeladonCity_GameCorner_EventScript_SlotMachineNoCoinCase
|
||||
msgbox CeladonCity_GameCorner_Text_SlotMachineWantToPlay, MSGBOX_YESNO
|
||||
compare VAR_RESULT, NO
|
||||
@@ -266,145 +266,145 @@ CeladonCity_GameCorner_EventScript_SlotMachine:: @ 816C96C
|
||||
releaseall
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_EventScript_SlotMachine1:: @ 816C9A4
|
||||
CeladonCity_GameCorner_EventScript_SlotMachine1::
|
||||
lockall
|
||||
setvar VAR_0x8004, 1
|
||||
goto CeladonCity_GameCorner_EventScript_SlotMachine
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_EventScript_SlotMachine2:: @ 816C9B0
|
||||
CeladonCity_GameCorner_EventScript_SlotMachine2::
|
||||
lockall
|
||||
setvar VAR_0x8004, 2
|
||||
goto CeladonCity_GameCorner_EventScript_SlotMachine
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_EventScript_SlotMachine3:: @ 816C9BC
|
||||
CeladonCity_GameCorner_EventScript_SlotMachine3::
|
||||
lockall
|
||||
setvar VAR_0x8004, 3
|
||||
goto CeladonCity_GameCorner_EventScript_SlotMachine
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_EventScript_SlotMachine4:: @ 816C9C8
|
||||
CeladonCity_GameCorner_EventScript_SlotMachine4::
|
||||
lockall
|
||||
setvar VAR_0x8004, 4
|
||||
goto CeladonCity_GameCorner_EventScript_SlotMachine
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_EventScript_SlotMachine5:: @ 816C9D4
|
||||
CeladonCity_GameCorner_EventScript_SlotMachine5::
|
||||
lockall
|
||||
setvar VAR_0x8004, 5
|
||||
goto CeladonCity_GameCorner_EventScript_SlotMachine
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_EventScript_SlotMachine6:: @ 816C9E0
|
||||
CeladonCity_GameCorner_EventScript_SlotMachine6::
|
||||
lockall
|
||||
setvar VAR_0x8004, 6
|
||||
goto CeladonCity_GameCorner_EventScript_SlotMachine
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_EventScript_SlotMachine7:: @ 816C9EC
|
||||
CeladonCity_GameCorner_EventScript_SlotMachine7::
|
||||
lockall
|
||||
setvar VAR_0x8004, 7
|
||||
goto CeladonCity_GameCorner_EventScript_SlotMachine
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_EventScript_SlotMachine8:: @ 816C9F8
|
||||
CeladonCity_GameCorner_EventScript_SlotMachine8::
|
||||
lockall
|
||||
setvar VAR_0x8004, 8
|
||||
goto CeladonCity_GameCorner_EventScript_SlotMachine
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_EventScript_SlotMachine9:: @ 816CA04
|
||||
CeladonCity_GameCorner_EventScript_SlotMachine9::
|
||||
lockall
|
||||
setvar VAR_0x8004, 9
|
||||
goto CeladonCity_GameCorner_EventScript_SlotMachine
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_EventScript_SlotMachine10:: @ 816CA10
|
||||
CeladonCity_GameCorner_EventScript_SlotMachine10::
|
||||
lockall
|
||||
setvar VAR_0x8004, 10
|
||||
goto CeladonCity_GameCorner_EventScript_SlotMachine
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_EventScript_SlotMachine11:: @ 816CA1C
|
||||
CeladonCity_GameCorner_EventScript_SlotMachine11::
|
||||
lockall
|
||||
setvar VAR_0x8004, 11
|
||||
goto CeladonCity_GameCorner_EventScript_SlotMachine
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_EventScript_SlotMachine12:: @ 816CA28
|
||||
CeladonCity_GameCorner_EventScript_SlotMachine12::
|
||||
lockall
|
||||
setvar VAR_0x8004, 12
|
||||
goto CeladonCity_GameCorner_EventScript_SlotMachine
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_EventScript_SlotMachine13:: @ 816CA34
|
||||
CeladonCity_GameCorner_EventScript_SlotMachine13::
|
||||
lockall
|
||||
setvar VAR_0x8004, 13
|
||||
goto CeladonCity_GameCorner_EventScript_SlotMachine
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_EventScript_SlotMachine14:: @ 816CA40
|
||||
CeladonCity_GameCorner_EventScript_SlotMachine14::
|
||||
lockall
|
||||
setvar VAR_0x8004, 14
|
||||
goto CeladonCity_GameCorner_EventScript_SlotMachine
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_EventScript_SlotMachine15:: @ 816CA4C
|
||||
CeladonCity_GameCorner_EventScript_SlotMachine15::
|
||||
lockall
|
||||
setvar VAR_0x8004, 15
|
||||
goto CeladonCity_GameCorner_EventScript_SlotMachine
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_EventScript_SlotMachine16:: @ 816CA58
|
||||
CeladonCity_GameCorner_EventScript_SlotMachine16::
|
||||
lockall
|
||||
setvar VAR_0x8004, 16
|
||||
goto CeladonCity_GameCorner_EventScript_SlotMachine
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_EventScript_SlotMachine17:: @ 816CA64
|
||||
CeladonCity_GameCorner_EventScript_SlotMachine17::
|
||||
lockall
|
||||
setvar VAR_0x8004, 17
|
||||
goto CeladonCity_GameCorner_EventScript_SlotMachine
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_EventScript_SlotMachine18:: @ 816CA70
|
||||
CeladonCity_GameCorner_EventScript_SlotMachine18::
|
||||
lockall
|
||||
setvar VAR_0x8004, 18
|
||||
goto CeladonCity_GameCorner_EventScript_SlotMachine
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_EventScript_SlotMachine19:: @ 816CA7C
|
||||
CeladonCity_GameCorner_EventScript_SlotMachine19::
|
||||
lockall
|
||||
setvar VAR_0x8004, 19
|
||||
goto CeladonCity_GameCorner_EventScript_SlotMachine
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_EventScript_SlotMachine20:: @ 816CA88
|
||||
CeladonCity_GameCorner_EventScript_SlotMachine20::
|
||||
lockall
|
||||
setvar VAR_0x8004, 20
|
||||
goto CeladonCity_GameCorner_EventScript_SlotMachine
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_EventScript_SlotMachine21:: @ 816CA94
|
||||
CeladonCity_GameCorner_EventScript_SlotMachine21::
|
||||
lockall
|
||||
setvar VAR_0x8004, 21
|
||||
goto CeladonCity_GameCorner_EventScript_SlotMachine
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_EventScript_SlotMachineNoCoinCase:: @ 816CAA0
|
||||
CeladonCity_GameCorner_EventScript_SlotMachineNoCoinCase::
|
||||
msgbox CeladonCity_GameCorner_Text_CoinCaseIsRequired
|
||||
releaseall
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_EventScript_Poster:: @ 816CAAA
|
||||
CeladonCity_GameCorner_EventScript_Poster::
|
||||
lockall
|
||||
msgbox CeladonCity_GameCorner_Text_SwitchBehindPosterPushIt
|
||||
call_if_unset FLAG_OPENED_ROCKET_HIDEOUT, CeladonCity_GameCorner_EventScript_OpenRocketHideout
|
||||
releaseall
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_EventScript_OpenRocketHideout:: @ 816CABE
|
||||
CeladonCity_GameCorner_EventScript_OpenRocketHideout::
|
||||
playse SE_UNLOCK
|
||||
setmetatile 15, 2, METATILE_GameCorner_Floor_StairsTop, 0
|
||||
setmetatile 16, 2, METATILE_GameCorner_StairsTop, 1
|
||||
@@ -415,12 +415,12 @@ CeladonCity_GameCorner_EventScript_OpenRocketHideout:: @ 816CABE
|
||||
setflag FLAG_OPENED_ROCKET_HIDEOUT
|
||||
return
|
||||
|
||||
CeladonCity_GameCorner_EventScript_RocketGrunt:: @ 816CAF5
|
||||
CeladonCity_GameCorner_EventScript_RocketGrunt::
|
||||
trainerbattle_single TRAINER_TEAM_ROCKET_GRUNT_7, CeladonCity_GameCorner_Text_GruntIntro, CeladonCity_GameCorner_Text_GruntDefeat, CeladonCity_GameCorner_Text_DefeatedGrunt
|
||||
msgbox CeladonCity_GameCorner_Text_GruntPostBattle, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_Text_DefeatedGrunt:: @ 816CB10
|
||||
CeladonCity_GameCorner_Text_DefeatedGrunt::
|
||||
msgbox CeladonCity_GameCorner_Text_GruntPostBattle
|
||||
closemessage
|
||||
compare VAR_FACING, DIR_WEST
|
||||
@@ -431,17 +431,17 @@ CeladonCity_GameCorner_Text_DefeatedGrunt:: @ 816CB10
|
||||
release
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_Text_GruntExitWest:: @ 816CB34
|
||||
CeladonCity_GameCorner_Text_GruntExitWest::
|
||||
applymovement LOCALID_GRUNT, CeladonCity_GameCorner_Movement_GruntExitWest
|
||||
waitmovement 0
|
||||
return
|
||||
|
||||
CeladonCity_GameCorner_Text_GruntExit:: @ 816CB3F
|
||||
CeladonCity_GameCorner_Text_GruntExit::
|
||||
applymovement LOCALID_GRUNT, CeladonCity_GameCorner_Movement_GruntExit
|
||||
waitmovement 0
|
||||
return
|
||||
|
||||
CeladonCity_GameCorner_Movement_GruntExitWest:: @ 816CB4A
|
||||
CeladonCity_GameCorner_Movement_GruntExitWest::
|
||||
walk_down
|
||||
walk_right
|
||||
walk_right
|
||||
@@ -452,7 +452,7 @@ CeladonCity_GameCorner_Movement_GruntExitWest:: @ 816CB4A
|
||||
walk_right
|
||||
step_end
|
||||
|
||||
CeladonCity_GameCorner_Movement_GruntExit:: @ 816CB53
|
||||
CeladonCity_GameCorner_Movement_GruntExit::
|
||||
walk_right
|
||||
walk_right
|
||||
walk_right
|
||||
@@ -461,14 +461,14 @@ CeladonCity_GameCorner_Movement_GruntExit:: @ 816CB53
|
||||
walk_right
|
||||
step_end
|
||||
|
||||
CeladonCity_GameCorner_EventScript_UnusableSlotMachine1:: @ 816CB5A
|
||||
CeladonCity_GameCorner_EventScript_UnusableSlotMachine1::
|
||||
msgbox CeladonCity_GameCorner_Text_OutOfOrder, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_EventScript_UnusableSlotMachine2:: @ 816CB63
|
||||
CeladonCity_GameCorner_EventScript_UnusableSlotMachine2::
|
||||
msgbox CeladonCity_GameCorner_Text_OutToLunch, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_EventScript_UnusableSlotMachine3:: @ 816CB6C
|
||||
CeladonCity_GameCorner_EventScript_UnusableSlotMachine3::
|
||||
msgbox CeladonCity_GameCorner_Text_SomeonesKeys, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
@@ -1,60 +1,60 @@
|
||||
CeladonCity_GameCorner_Text_CanExchangeCoinsNextDoor:: @ 8196940
|
||||
CeladonCity_GameCorner_Text_CanExchangeCoinsNextDoor::
|
||||
.string "Welcome!\p"
|
||||
.string "You can exchange your COINS for\n"
|
||||
.string "fabulous prizes next door.$"
|
||||
|
||||
CeladonCity_GameCorner_Text_WelcomeBuySomeCoins:: @ 8196984
|
||||
CeladonCity_GameCorner_Text_WelcomeBuySomeCoins::
|
||||
.string "Welcome to ROCKET GAME CORNER!\p"
|
||||
.string "Do you need some game COINS?\n"
|
||||
.string "Would you like to buy some?$"
|
||||
|
||||
CeladonCity_GameCorner_Text_ComePlaySometime:: @ 81969DC
|
||||
CeladonCity_GameCorner_Text_ComePlaySometime::
|
||||
.string "No?\n"
|
||||
.string "Please come play sometime!$"
|
||||
|
||||
CeladonCity_GameCorner_Text_SorryDontHaveCoinCase:: @ 81969FB
|
||||
CeladonCity_GameCorner_Text_SorryDontHaveCoinCase::
|
||||
.string "Oh, I'm sorry.\n"
|
||||
.string "You don't have a COIN CASE.$"
|
||||
|
||||
CeladonCity_GameCorner_Text_CoinCaseIsFull:: @ 8196A26
|
||||
CeladonCity_GameCorner_Text_CoinCaseIsFull::
|
||||
.string "Whoops!\n"
|
||||
.string "Your COIN CASE is full.$"
|
||||
|
||||
CeladonCity_GameCorner_Text_CantAffordCoins:: @ 8196A46
|
||||
CeladonCity_GameCorner_Text_CantAffordCoins::
|
||||
.string "You can't afford the COINS.$"
|
||||
|
||||
CeladonCity_GameCorner_Text_HereAreYourCoins:: @ 8196A62
|
||||
CeladonCity_GameCorner_Text_HereAreYourCoins::
|
||||
.string "Thank you.\n"
|
||||
.string "Here are your COINS!$"
|
||||
|
||||
CeladonCity_GameCorner_Text_RumoredTeamRocketRunsThisPlace:: @ 8196A82
|
||||
CeladonCity_GameCorner_Text_RumoredTeamRocketRunsThisPlace::
|
||||
.string "Keep this quiet.\p"
|
||||
.string "It's rumored that this place is run\n"
|
||||
.string "by TEAM ROCKET.$"
|
||||
|
||||
CeladonCity_GameCorner_Text_ThinkMachinesHaveDifferentOdds:: @ 8196AC7
|
||||
CeladonCity_GameCorner_Text_ThinkMachinesHaveDifferentOdds::
|
||||
.string "I think these machines have\n"
|
||||
.string "different odds.$"
|
||||
|
||||
CeladonCity_GameCorner_Text_DoYouWantToPlay:: @ 8196AF3
|
||||
CeladonCity_GameCorner_Text_DoYouWantToPlay::
|
||||
.string "Kid, do you want to play?$"
|
||||
|
||||
CeladonCity_GameCorner_Text_Received10CoinsFromMan:: @ 8196B0D
|
||||
CeladonCity_GameCorner_Text_Received10CoinsFromMan::
|
||||
.string "{PLAYER} received 10 COINS\n"
|
||||
.string "from the man.$"
|
||||
|
||||
CeladonCity_GameCorner_Text_DontNeedMyCoins:: @ 8196B30
|
||||
CeladonCity_GameCorner_Text_DontNeedMyCoins::
|
||||
.string "You don't need my COINS!$"
|
||||
|
||||
CeladonCity_GameCorner_Text_WinsComeAndGo:: @ 8196B49
|
||||
CeladonCity_GameCorner_Text_WinsComeAndGo::
|
||||
.string "Wins seem to come and go.\n"
|
||||
.string "Nothing's a sure thing.$"
|
||||
|
||||
CeladonCity_GameCorner_Text_WinOrLoseItsOnlyLuck:: @ 8196B7B
|
||||
CeladonCity_GameCorner_Text_WinOrLoseItsOnlyLuck::
|
||||
.string "These slot games…\n"
|
||||
.string "Win or lose, it's only by luck.$"
|
||||
|
||||
CeladonCity_GameCorner_Text_GymGuyAdvice:: @ 8196BAD
|
||||
CeladonCity_GameCorner_Text_GymGuyAdvice::
|
||||
.string "Hey!\p"
|
||||
.string "You have better things to do,\n"
|
||||
.string "champ in the making!\p"
|
||||
@@ -66,83 +66,83 @@ CeladonCity_GameCorner_Text_GymGuyAdvice:: @ 8196BAD
|
||||
.string "But she's not one to be taken\n"
|
||||
.string "lightly!$"
|
||||
|
||||
CeladonCity_GameCorner_Text_RareMonsForCoins:: @ 8196CA1
|
||||
CeladonCity_GameCorner_Text_RareMonsForCoins::
|
||||
.string "They offer rare POKéMON that can\n"
|
||||
.string "be exchanged for your COINS.\p"
|
||||
.string "But, I just can't seem to win!$"
|
||||
|
||||
CeladonCity_GameCorner_Text_SoEasyToGetHooked:: @ 8196CFE
|
||||
CeladonCity_GameCorner_Text_SoEasyToGetHooked::
|
||||
.string "Games are scary!\n"
|
||||
.string "It's so easy to get hooked!$"
|
||||
|
||||
CeladonCity_GameCorner_Text_WantSomeCoins:: @ 8196D2B
|
||||
CeladonCity_GameCorner_Text_WantSomeCoins::
|
||||
.string "What's up?\n"
|
||||
.string "Want some COINS?$"
|
||||
|
||||
CeladonCity_GameCorner_Text_Received20CoinsFromNiceGuy:: @ 8196D47
|
||||
CeladonCity_GameCorner_Text_Received20CoinsFromNiceGuy::
|
||||
.string "{PLAYER} received 20 COINS\n"
|
||||
.string "from the nice guy.$"
|
||||
|
||||
CeladonCity_GameCorner_Text_YouHaveLotsOfCoins:: @ 8196D6F
|
||||
CeladonCity_GameCorner_Text_YouHaveLotsOfCoins::
|
||||
.string "You have lots of COINS!$"
|
||||
|
||||
CeladonCity_GameCorner_Text_NeedMoreCoinsForMonIWant:: @ 8196D87
|
||||
CeladonCity_GameCorner_Text_NeedMoreCoinsForMonIWant::
|
||||
.string "Darn! I need more COINS for the\n"
|
||||
.string "POKéMON I want!$"
|
||||
|
||||
CeladonCity_GameCorner_Text_HereAreSomeCoinsShoo:: @ 8196DB7
|
||||
CeladonCity_GameCorner_Text_HereAreSomeCoinsShoo::
|
||||
.string "Hey, what? You're throwing me off!\n"
|
||||
.string "Here are some COINS, so shoo!$"
|
||||
|
||||
CeladonCity_GameCorner_Text_Received20CoinsFromMan:: @ 8196DF8
|
||||
CeladonCity_GameCorner_Text_Received20CoinsFromMan::
|
||||
.string "{PLAYER} received 20 COINS\n"
|
||||
.string "from the man.$"
|
||||
|
||||
CeladonCity_GameCorner_Text_YouveGotPlentyCoins:: @ 8196E1B
|
||||
CeladonCity_GameCorner_Text_YouveGotPlentyCoins::
|
||||
.string "You've got plenty of your own\n"
|
||||
.string "COINS!$"
|
||||
|
||||
CeladonCity_GameCorner_Text_WatchReelsClosely:: @ 8196E40
|
||||
CeladonCity_GameCorner_Text_WatchReelsClosely::
|
||||
.string "The trick is to watch the reels\n"
|
||||
.string "closely.$"
|
||||
|
||||
CeladonCity_GameCorner_Text_GruntIntro:: @ 8196E69
|
||||
CeladonCity_GameCorner_Text_GruntIntro::
|
||||
.string "I'm guarding this poster!\n"
|
||||
.string "Go away, or else!$"
|
||||
|
||||
CeladonCity_GameCorner_Text_GruntDefeat:: @ 8196E95
|
||||
CeladonCity_GameCorner_Text_GruntDefeat::
|
||||
.string "Dang!$"
|
||||
|
||||
CeladonCity_GameCorner_Text_GruntPostBattle:: @ 8196E9B
|
||||
CeladonCity_GameCorner_Text_GruntPostBattle::
|
||||
.string "The TEAM ROCKET HIDEOUT might\n"
|
||||
.string "be discovered!\p"
|
||||
.string "I better tell BOSS!$"
|
||||
|
||||
CeladonCity_GameCorner_Text_SwitchBehindPosterPushIt:: @ 8196EDC
|
||||
CeladonCity_GameCorner_Text_SwitchBehindPosterPushIt::
|
||||
.string "Hey!\p"
|
||||
.string "A switch behind the poster!?\n"
|
||||
.string "Let's push it!$"
|
||||
|
||||
CeladonCity_GameCorner_Text_CoinCaseIsRequired:: @ 8196F0D
|
||||
CeladonCity_GameCorner_Text_CoinCaseIsRequired::
|
||||
.string "A COIN CASE is required…$"
|
||||
|
||||
CeladonCity_GameCorner_Text_DontHaveCoinCase:: @ 8196F26
|
||||
CeladonCity_GameCorner_Text_DontHaveCoinCase::
|
||||
.string "Oops!\n"
|
||||
.string "Don't have the COIN CASE!$"
|
||||
|
||||
CeladonCity_GameCorner_Text_SlotMachineWantToPlay:: @ 8196F46
|
||||
CeladonCity_GameCorner_Text_SlotMachineWantToPlay::
|
||||
.string "A slot machine!\n"
|
||||
.string "Want to play?$"
|
||||
|
||||
CeladonCity_GameCorner_Text_OutOfOrder:: @ 8196F64
|
||||
CeladonCity_GameCorner_Text_OutOfOrder::
|
||||
.string "OUT OF ORDER\n"
|
||||
.string "This is broken.$"
|
||||
|
||||
CeladonCity_GameCorner_Text_OutToLunch:: @ 8196F81
|
||||
CeladonCity_GameCorner_Text_OutToLunch::
|
||||
.string "OUT TO LUNCH\n"
|
||||
.string "This is reserved.$"
|
||||
|
||||
CeladonCity_GameCorner_Text_SomeonesKeys:: @ 8196FA0
|
||||
CeladonCity_GameCorner_Text_SomeonesKeys::
|
||||
.string "Someone's keys!\n"
|
||||
.string "They'll be back.$"
|
||||
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
CeladonCity_GameCorner_PrizeRoom_MapScripts:: @ 816CB75
|
||||
CeladonCity_GameCorner_PrizeRoom_MapScripts::
|
||||
.byte 0
|
||||
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_BaldingMan:: @ 816CB76
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_BaldingMan::
|
||||
msgbox CeladonCity_GameCorner_PrizeRoom_Text_FancyThatPorygon, MSGBOX_NPC
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_OldMan:: @ 816CB7F
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_OldMan::
|
||||
msgbox CeladonCity_GameCorner_PrizeRoom_Text_RakedItInToday, MSGBOX_NPC
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_PrizeClerkMons:: @ 816CB88
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_PrizeClerkMons::
|
||||
lock
|
||||
faceplayer
|
||||
goto_if_unset FLAG_GOT_COIN_CASE, CeladonCity_GameCorner_PrizeRoom_EventScript_NeedCoinCase
|
||||
@@ -19,7 +19,7 @@ CeladonCity_GameCorner_PrizeRoom_EventScript_PrizeClerkMons:: @ 816CB88
|
||||
goto CeladonCity_GameCorner_PrizeRoom_EventScript_ChoosePrizeMon
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_ChoosePrizeMon:: @ 816CBB2
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_ChoosePrizeMon::
|
||||
message CeladonCity_GameCorner_PrizeRoom_Text_WhichPrize
|
||||
waitmessage
|
||||
multichoice 11, 0, MULTICHOICE_GAME_CORNER_POKEMON_PRIZES, FALSE
|
||||
@@ -33,12 +33,12 @@ CeladonCity_GameCorner_PrizeRoom_EventScript_ChoosePrizeMon:: @ 816CBB2
|
||||
case 127, CeladonCity_GameCorner_PrizeRoom_EventScript_EndPrizeExchange
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_EndPrizeExchange:: @ 816CC10
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_EndPrizeExchange::
|
||||
hidecoinsbox 0, 0
|
||||
release
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_Abra:: @ 816CC15
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_Abra::
|
||||
.ifdef FIRERED
|
||||
setvar VAR_TEMP_1, SPECIES_ABRA
|
||||
setvar VAR_TEMP_2, 180
|
||||
@@ -51,7 +51,7 @@ CeladonCity_GameCorner_PrizeRoom_EventScript_Abra:: @ 816CC15
|
||||
goto CeladonCity_GameCorner_PrizeRoom_EventScript_ConfirmPrizeMon
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_Clefairy:: @ 816CC25
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_Clefairy::
|
||||
.ifdef FIRERED
|
||||
setvar VAR_TEMP_1, SPECIES_CLEFAIRY
|
||||
setvar VAR_TEMP_2, 500
|
||||
@@ -64,7 +64,7 @@ CeladonCity_GameCorner_PrizeRoom_EventScript_Clefairy:: @ 816CC25
|
||||
goto CeladonCity_GameCorner_PrizeRoom_EventScript_ConfirmPrizeMon
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_DratiniPinsir:: @ 816CC35
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_DratiniPinsir::
|
||||
.ifdef FIRERED
|
||||
setvar VAR_TEMP_1, SPECIES_DRATINI
|
||||
setvar VAR_TEMP_2, 2800
|
||||
@@ -77,7 +77,7 @@ CeladonCity_GameCorner_PrizeRoom_EventScript_DratiniPinsir:: @ 816CC35
|
||||
goto CeladonCity_GameCorner_PrizeRoom_EventScript_ConfirmPrizeMon
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_ScytherDratini:: @ 816CC45
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_ScytherDratini::
|
||||
.ifdef FIRERED
|
||||
setvar VAR_TEMP_1, SPECIES_SCYTHER
|
||||
setvar VAR_TEMP_2, 5500
|
||||
@@ -90,7 +90,7 @@ CeladonCity_GameCorner_PrizeRoom_EventScript_ScytherDratini:: @ 816CC45
|
||||
goto CeladonCity_GameCorner_PrizeRoom_EventScript_ConfirmPrizeMon
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_Porygon:: @ 816CC55
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_Porygon::
|
||||
.ifdef FIRERED
|
||||
setvar VAR_TEMP_1, SPECIES_PORYGON
|
||||
setvar VAR_TEMP_2, 9999
|
||||
@@ -103,7 +103,7 @@ CeladonCity_GameCorner_PrizeRoom_EventScript_Porygon:: @ 816CC55
|
||||
goto CeladonCity_GameCorner_PrizeRoom_EventScript_ConfirmPrizeMon
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_ConfirmPrizeMon:: @ 816CC65
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_ConfirmPrizeMon::
|
||||
getspeciesname 0, VAR_TEMP_1
|
||||
msgbox CeladonCity_GameCorner_PrizeRoom_Text_YouWantPrize, MSGBOX_YESNO
|
||||
compare VAR_RESULT, NO
|
||||
@@ -121,7 +121,7 @@ CeladonCity_GameCorner_PrizeRoom_EventScript_ConfirmPrizeMon:: @ 816CC65
|
||||
case SPECIES_PINSIR, CeladonCity_GameCorner_PrizeRoom_EventScript_GivePinsir
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_GiveAbra:: @ 816CCD4
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_GiveAbra::
|
||||
.ifdef FIRERED
|
||||
givemon VAR_TEMP_1, 9, ITEM_NONE
|
||||
.else
|
||||
@@ -132,7 +132,7 @@ CeladonCity_GameCorner_PrizeRoom_EventScript_GiveAbra:: @ 816CCD4
|
||||
goto CeladonCity_GameCorner_PrizeRoom_EventScript_CheckReceivedMon
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_GiveClefairy:: @ 816CCE9
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_GiveClefairy::
|
||||
.ifdef FIRERED
|
||||
givemon VAR_TEMP_1, 8, ITEM_NONE
|
||||
.else
|
||||
@@ -143,7 +143,7 @@ CeladonCity_GameCorner_PrizeRoom_EventScript_GiveClefairy:: @ 816CCE9
|
||||
goto CeladonCity_GameCorner_PrizeRoom_EventScript_CheckReceivedMon
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_GiveDratini:: @ 816CCFE
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_GiveDratini::
|
||||
.ifdef FIRERED
|
||||
givemon VAR_TEMP_1, 18, ITEM_NONE
|
||||
.else
|
||||
@@ -154,12 +154,12 @@ CeladonCity_GameCorner_PrizeRoom_EventScript_GiveDratini:: @ 816CCFE
|
||||
goto CeladonCity_GameCorner_PrizeRoom_EventScript_CheckReceivedMon
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_GiveScyther:: @ 816CD13
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_GiveScyther::
|
||||
givemon VAR_TEMP_1, 25, ITEM_NONE
|
||||
goto CeladonCity_GameCorner_PrizeRoom_EventScript_CheckReceivedMon
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_GivePorygon:: @ 816CD28
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_GivePorygon::
|
||||
.ifdef FIRERED
|
||||
givemon VAR_TEMP_1, 26, ITEM_NONE
|
||||
.else
|
||||
@@ -170,12 +170,12 @@ CeladonCity_GameCorner_PrizeRoom_EventScript_GivePorygon:: @ 816CD28
|
||||
goto CeladonCity_GameCorner_PrizeRoom_EventScript_CheckReceivedMon
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_GivePinsir:: @ 816CD3D
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_GivePinsir::
|
||||
givemon VAR_TEMP_1, 18, ITEM_NONE
|
||||
goto CeladonCity_GameCorner_PrizeRoom_EventScript_CheckReceivedMon
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_CheckReceivedMon:: @ 816CD52
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_CheckReceivedMon::
|
||||
compare VAR_RESULT, 0
|
||||
goto_if_eq CeladonCity_GameCorner_PrizeRoom_EventScript_ReceivedMonParty
|
||||
compare VAR_RESULT, 1
|
||||
@@ -184,14 +184,14 @@ CeladonCity_GameCorner_PrizeRoom_EventScript_CheckReceivedMon:: @ 816CD52
|
||||
goto_if_eq CeladonCity_GameCorner_PrizeRoom_EventScript_PartyFull
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_PartyFull:: @ 816CD74
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_PartyFull::
|
||||
textcolor 3
|
||||
msgbox Text_NoMoreRoomForPokemon
|
||||
hidecoinsbox 0, 0
|
||||
release
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_NicknamePartyMon:: @ 816CD83
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_NicknamePartyMon::
|
||||
getpartysize
|
||||
subvar VAR_RESULT, 1
|
||||
copyvar VAR_0x8004, VAR_RESULT
|
||||
@@ -199,18 +199,18 @@ CeladonCity_GameCorner_PrizeRoom_EventScript_NicknamePartyMon:: @ 816CD83
|
||||
goto CeladonCity_GameCorner_PrizeRoom_EventScript_EndPrizeExchange
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_NeedCoinCase:: @ 816CD99
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_NeedCoinCase::
|
||||
textcolor 3
|
||||
msgbox CeladonCity_GameCorner_PrizeRoom_Text_CoinCaseRequired
|
||||
release
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_NotEnoughCoins:: @ 816CDA5
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_NotEnoughCoins::
|
||||
msgbox CeladonCity_GameCorner_PrizeRoom_Text_NeedMoreCoins
|
||||
goto CeladonCity_GameCorner_PrizeRoom_EventScript_EndPrizeExchange
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_ReceivedMonParty:: @ 816CDB3
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_ReceivedMonParty::
|
||||
removecoins VAR_TEMP_2
|
||||
updatecoinsbox 0, 5
|
||||
getspeciesname 0, VAR_TEMP_1
|
||||
@@ -224,7 +224,7 @@ CeladonCity_GameCorner_PrizeRoom_EventScript_ReceivedMonParty:: @ 816CDB3
|
||||
goto CeladonCity_GameCorner_PrizeRoom_EventScript_EndPrizeExchange
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_ReceivedMonPC:: @ 816CDE0
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_ReceivedMonPC::
|
||||
removecoins VAR_TEMP_2
|
||||
updatecoinsbox 0, 5
|
||||
getspeciesname 0, VAR_TEMP_1
|
||||
@@ -239,12 +239,12 @@ CeladonCity_GameCorner_PrizeRoom_EventScript_ReceivedMonPC:: @ 816CDE0
|
||||
goto CeladonCity_GameCorner_PrizeRoom_EventScript_TransferredToPC
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_TransferredToPC:: @ 816CE12
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_TransferredToPC::
|
||||
call EventScript_TransferredToPC
|
||||
goto CeladonCity_GameCorner_PrizeRoom_EventScript_EndPrizeExchange
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_PrizeClerkTMs:: @ 816CE1D
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_PrizeClerkTMs::
|
||||
lock
|
||||
faceplayer
|
||||
goto_if_unset FLAG_GOT_COIN_CASE, CeladonCity_GameCorner_PrizeRoom_EventScript_NeedCoinCase
|
||||
@@ -254,7 +254,7 @@ CeladonCity_GameCorner_PrizeRoom_EventScript_PrizeClerkTMs:: @ 816CE1D
|
||||
goto CeladonCity_GameCorner_PrizeRoom_EventScript_ChoosePrizeTM
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_ChoosePrizeTM:: @ 816CE47
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_ChoosePrizeTM::
|
||||
message CeladonCity_GameCorner_PrizeRoom_Text_WhichPrize
|
||||
waitmessage
|
||||
multichoice 11, 0, MULTICHOICE_GAME_CORNER_TMPRIZES, FALSE
|
||||
@@ -268,49 +268,49 @@ CeladonCity_GameCorner_PrizeRoom_EventScript_ChoosePrizeTM:: @ 816CE47
|
||||
case 127, CeladonCity_GameCorner_PrizeRoom_EventScript_EndPrizeExchange
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_TM13:: @ 816CEA5
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_TM13::
|
||||
setvar VAR_TEMP_1, ITEM_TM13
|
||||
setvar VAR_TEMP_2, 4000
|
||||
getmovename 1, MOVE_ICE_BEAM
|
||||
goto CeladonCity_GameCorner_PrizeRoom_EventScript_ConfirmPrizeTM
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_TM23:: @ 816CEB9
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_TM23::
|
||||
setvar VAR_TEMP_1, ITEM_TM23
|
||||
setvar VAR_TEMP_2, 3500
|
||||
getmovename 1, MOVE_IRON_TAIL
|
||||
goto CeladonCity_GameCorner_PrizeRoom_EventScript_ConfirmPrizeTM
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_TM24:: @ 816CECD
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_TM24::
|
||||
setvar VAR_TEMP_1, ITEM_TM24
|
||||
setvar VAR_TEMP_2, 4000
|
||||
getmovename 1, MOVE_THUNDERBOLT
|
||||
goto CeladonCity_GameCorner_PrizeRoom_EventScript_ConfirmPrizeTM
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_TM30:: @ 816CEE1
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_TM30::
|
||||
setvar VAR_TEMP_1, ITEM_TM30
|
||||
setvar VAR_TEMP_2, 4500
|
||||
getmovename 1, MOVE_SHADOW_BALL
|
||||
goto CeladonCity_GameCorner_PrizeRoom_EventScript_ConfirmPrizeTM
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_TM35:: @ 816CEF5
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_TM35::
|
||||
setvar VAR_TEMP_1, ITEM_TM35
|
||||
setvar VAR_TEMP_2, 4000
|
||||
getmovename 1, MOVE_FLAMETHROWER
|
||||
goto CeladonCity_GameCorner_PrizeRoom_EventScript_ConfirmPrizeTM
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_ConfirmPrizeTM:: @ 816CF09
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_ConfirmPrizeTM::
|
||||
msgbox CeladonCity_GameCorner_PrizeRoom_Text_YouWantTM, MSGBOX_YESNO
|
||||
compare VAR_RESULT, NO
|
||||
goto_if_eq CeladonCity_GameCorner_PrizeRoom_EventScript_EndPrizeExchange
|
||||
goto CeladonCity_GameCorner_PrizeRoom_EventScript_TryGivePrize
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_ConfirmPrizeItem:: @ 816CF22
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_ConfirmPrizeItem::
|
||||
getitemname 0, VAR_TEMP_1
|
||||
msgbox CeladonCity_GameCorner_PrizeRoom_Text_YouWantPrize, MSGBOX_YESNO
|
||||
compare VAR_RESULT, NO
|
||||
@@ -318,7 +318,7 @@ CeladonCity_GameCorner_PrizeRoom_EventScript_ConfirmPrizeItem:: @ 816CF22
|
||||
goto CeladonCity_GameCorner_PrizeRoom_EventScript_TryGivePrize
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_TryGivePrize:: @ 816CF3F
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_TryGivePrize::
|
||||
getitemname 0, VAR_TEMP_1
|
||||
checkcoins VAR_RESULT
|
||||
compare VAR_RESULT, VAR_TEMP_2
|
||||
@@ -332,14 +332,14 @@ CeladonCity_GameCorner_PrizeRoom_EventScript_TryGivePrize:: @ 816CF3F
|
||||
goto CeladonCity_GameCorner_PrizeRoom_EventScript_EndPrizeExchange
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_BagFull:: @ 816CF79
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_BagFull::
|
||||
textcolor 3
|
||||
msgbox Text_TooBadBagFull
|
||||
hidecoinsbox 0, 0
|
||||
release
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_PrizeClerkItems:: @ 816CF88
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_PrizeClerkItems::
|
||||
lock
|
||||
faceplayer
|
||||
goto_if_unset FLAG_GOT_COIN_CASE, CeladonCity_GameCorner_PrizeRoom_EventScript_NeedCoinCase
|
||||
@@ -349,7 +349,7 @@ CeladonCity_GameCorner_PrizeRoom_EventScript_PrizeClerkItems:: @ 816CF88
|
||||
goto CeladonCity_GameCorner_PrizeRoom_EventScript_ChoosePrizeItem
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_ChoosePrizeItem:: @ 816CFB2
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_ChoosePrizeItem::
|
||||
message CeladonCity_GameCorner_PrizeRoom_Text_WhichPrize
|
||||
waitmessage
|
||||
multichoice 10, 0, MULTICHOICE_GAME_CORNER_BATTLE_ITEM_PRIZES, FALSE
|
||||
@@ -363,31 +363,31 @@ CeladonCity_GameCorner_PrizeRoom_EventScript_ChoosePrizeItem:: @ 816CFB2
|
||||
case 127, CeladonCity_GameCorner_PrizeRoom_EventScript_EndPrizeExchange
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_SmokeBall:: @ 816D010
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_SmokeBall::
|
||||
setvar VAR_TEMP_1, ITEM_SMOKE_BALL
|
||||
setvar VAR_TEMP_2, 800
|
||||
goto CeladonCity_GameCorner_PrizeRoom_EventScript_ConfirmPrizeItem
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_MiracleSeed:: @ 816D020
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_MiracleSeed::
|
||||
setvar VAR_TEMP_1, ITEM_MIRACLE_SEED
|
||||
setvar VAR_TEMP_2, 1000
|
||||
goto CeladonCity_GameCorner_PrizeRoom_EventScript_ConfirmPrizeItem
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_Charcoal:: @ 816D030
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_Charcoal::
|
||||
setvar VAR_TEMP_1, ITEM_CHARCOAL
|
||||
setvar VAR_TEMP_2, 1000
|
||||
goto CeladonCity_GameCorner_PrizeRoom_EventScript_ConfirmPrizeItem
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_MysticWater:: @ 816D040
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_MysticWater::
|
||||
setvar VAR_TEMP_1, ITEM_MYSTIC_WATER
|
||||
setvar VAR_TEMP_2, 1000
|
||||
goto CeladonCity_GameCorner_PrizeRoom_EventScript_ConfirmPrizeItem
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_YellowFlute:: @ 816D050
|
||||
CeladonCity_GameCorner_PrizeRoom_EventScript_YellowFlute::
|
||||
setvar VAR_TEMP_1, ITEM_YELLOW_FLUTE
|
||||
setvar VAR_TEMP_2, 1600
|
||||
goto CeladonCity_GameCorner_PrizeRoom_EventScript_ConfirmPrizeItem
|
||||
|
||||
@@ -1,37 +1,37 @@
|
||||
CeladonCity_GameCorner_PrizeRoom_Text_FancyThatPorygon:: @ 8196FC1
|
||||
CeladonCity_GameCorner_PrizeRoom_Text_FancyThatPorygon::
|
||||
.string "I sure do fancy that PORYGON!\n"
|
||||
.string "But, it's hard to win at slots!$"
|
||||
|
||||
CeladonCity_GameCorner_PrizeRoom_Text_RakedItInToday:: @ 8196FFF
|
||||
CeladonCity_GameCorner_PrizeRoom_Text_RakedItInToday::
|
||||
.string "Gahaha! I raked it in today!\n"
|
||||
.string "If only every day were like this…$"
|
||||
|
||||
CeladonCity_GameCorner_PrizeRoom_Text_CoinCaseRequired:: @ 819703E
|
||||
CeladonCity_GameCorner_PrizeRoom_Text_CoinCaseRequired::
|
||||
.string "A COIN CASE is required…$"
|
||||
|
||||
CeladonCity_GameCorner_PrizeRoom_Text_WeExchangeCoinsForPrizes:: @ 8197057
|
||||
CeladonCity_GameCorner_PrizeRoom_Text_WeExchangeCoinsForPrizes::
|
||||
.string "We exchange your COINS for prizes.$"
|
||||
|
||||
CeladonCity_GameCorner_PrizeRoom_Text_WhichPrize:: @ 819707A
|
||||
CeladonCity_GameCorner_PrizeRoom_Text_WhichPrize::
|
||||
.string "Which prize would you like?$"
|
||||
|
||||
CeladonCity_GameCorner_PrizeRoom_Text_HereYouGo:: @ 8197096
|
||||
CeladonCity_GameCorner_PrizeRoom_Text_HereYouGo::
|
||||
.string "はい どうぞ$"
|
||||
|
||||
CeladonCity_GameCorner_PrizeRoom_Text_YouWantPrize:: @ 819709D
|
||||
CeladonCity_GameCorner_PrizeRoom_Text_YouWantPrize::
|
||||
.string "So, you want the {STR_VAR_1}?$"
|
||||
|
||||
CeladonCity_GameCorner_PrizeRoom_Text_YouWantTM:: @ 81970B2
|
||||
CeladonCity_GameCorner_PrizeRoom_Text_YouWantTM::
|
||||
.string "Okay, a TM of {STR_VAR_2}\n"
|
||||
.string "is what you want?$"
|
||||
|
||||
CeladonCity_GameCorner_PrizeRoom_Text_NeedMoreCoins:: @ 81970D5
|
||||
CeladonCity_GameCorner_PrizeRoom_Text_NeedMoreCoins::
|
||||
.string "Sorry, you'll need more COINS\n"
|
||||
.string "than that.$"
|
||||
|
||||
CeladonCity_GameCorner_PrizeRoom_Text_OopsNotEnoughRoom:: @ 81970FE
|
||||
CeladonCity_GameCorner_PrizeRoom_Text_OopsNotEnoughRoom::
|
||||
.string "おきゃくさん もう もてないよ$"
|
||||
|
||||
CeladonCity_GameCorner_PrizeRoom_Text_OhFineThen:: @ 819710E
|
||||
CeladonCity_GameCorner_PrizeRoom_Text_OhFineThen::
|
||||
.string "あっ そう$"
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
CeladonCity_Gym_MapScripts:: @ 816D060
|
||||
CeladonCity_Gym_MapScripts::
|
||||
.byte 0
|
||||
|
||||
CeladonCity_Gym_EventScript_Erika:: @ 816D061
|
||||
CeladonCity_Gym_EventScript_Erika::
|
||||
famechecker FAMECHECKER_ERIKA, FCPICKSTATE_COLORED, UpdatePickStateFromSpecialVar8005
|
||||
trainerbattle_single TRAINER_LEADER_ERIKA, CeladonCity_Gym_Text_ErikaIntro, CeladonCity_Gym_Text_ErikaDefeat, CeladonCity_Gym_EventScript_DefeatedErika, NO_MUSIC
|
||||
goto_if_unset FLAG_GOT_TM19_FROM_ERIKA, CeladonCity_Gym_EventScript_GiveTM19
|
||||
@@ -10,7 +10,7 @@ CeladonCity_Gym_EventScript_Erika:: @ 816D061
|
||||
release
|
||||
end
|
||||
|
||||
CeladonCity_Gym_EventScript_DefeatedErika:: @ 816D0A0
|
||||
CeladonCity_Gym_EventScript_DefeatedErika::
|
||||
famechecker FAMECHECKER_ERIKA, 1
|
||||
clearflag FLAG_HIDE_FAME_CHECKER_ERIKA_JOURNALS
|
||||
setflag FLAG_DEFEATED_ERIKA
|
||||
@@ -19,7 +19,7 @@ CeladonCity_Gym_EventScript_DefeatedErika:: @ 816D0A0
|
||||
goto CeladonCity_Gym_EventScript_GiveTM19
|
||||
end
|
||||
|
||||
CeladonCity_Gym_EventScript_GiveTM19:: @ 816D0C6
|
||||
CeladonCity_Gym_EventScript_GiveTM19::
|
||||
msgbox CeladonCity_Gym_Text_ExplainRainbowBadgeTakeThis
|
||||
checkitemspace ITEM_TM19, 1
|
||||
compare VAR_RESULT, FALSE
|
||||
@@ -30,56 +30,56 @@ CeladonCity_Gym_EventScript_GiveTM19:: @ 816D0C6
|
||||
release
|
||||
end
|
||||
|
||||
CeladonCity_Gym_EventScript_NoRoomForTM19:: @ 816D107
|
||||
CeladonCity_Gym_EventScript_NoRoomForTM19::
|
||||
msgbox CeladonCity_Gym_Text_ShouldMakeRoomForThis
|
||||
release
|
||||
end
|
||||
|
||||
CeladonCity_Gym_EventScript_Kay:: @ 816D111
|
||||
CeladonCity_Gym_EventScript_Kay::
|
||||
trainerbattle_single TRAINER_LASS_KAY, CeladonCity_Gym_Text_KayIntro, CeladonCity_Gym_Text_KayDefeat
|
||||
msgbox CeladonCity_Gym_Text_KayPostBattle, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
CeladonCity_Gym_EventScript_Lisa:: @ 816D128
|
||||
CeladonCity_Gym_EventScript_Lisa::
|
||||
trainerbattle_single TRAINER_LASS_LISA, CeladonCity_Gym_Text_LisaIntro, CeladonCity_Gym_Text_LisaDefeat
|
||||
famechecker FAMECHECKER_ERIKA, 2
|
||||
msgbox CeladonCity_Gym_Text_LisaPostBattle, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
CeladonCity_Gym_EventScript_Tina:: @ 816D14C
|
||||
CeladonCity_Gym_EventScript_Tina::
|
||||
trainerbattle_single TRAINER_PICNICKER_TINA, CeladonCity_Gym_Text_TinaIntro, CeladonCity_Gym_Text_TinaDefeat
|
||||
msgbox CeladonCity_Gym_Text_TinaPostBattle, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
CeladonCity_Gym_EventScript_Bridget:: @ 816D163
|
||||
CeladonCity_Gym_EventScript_Bridget::
|
||||
trainerbattle_single TRAINER_BEAUTY_BRIDGET, CeladonCity_Gym_Text_BridgetIntro, CeladonCity_Gym_Text_BridgetDefeat
|
||||
msgbox CeladonCity_Gym_Text_BridgetPostBattle, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
CeladonCity_Gym_EventScript_Tamia:: @ 816D17A
|
||||
CeladonCity_Gym_EventScript_Tamia::
|
||||
trainerbattle_single TRAINER_BEAUTY_TAMIA, CeladonCity_Gym_Text_TamiaIntro, CeladonCity_Gym_Text_TamiaDefeat
|
||||
famechecker FAMECHECKER_ERIKA, 3
|
||||
msgbox CeladonCity_Gym_Text_TamiaPostBattle, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
CeladonCity_Gym_EventScript_Lori:: @ 816D19E
|
||||
CeladonCity_Gym_EventScript_Lori::
|
||||
trainerbattle_single TRAINER_BEAUTY_LORI, CeladonCity_Gym_Text_LoriIntro, CeladonCity_Gym_Text_LoriDefeat
|
||||
msgbox CeladonCity_Gym_Text_LoriPostBattle, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
CeladonCity_Gym_EventScript_Mary:: @ 816D1B5
|
||||
CeladonCity_Gym_EventScript_Mary::
|
||||
trainerbattle_single TRAINER_COOLTRAINER_MARY, CeladonCity_Gym_Text_MaryIntro, CeladonCity_Gym_Text_MaryDefeat
|
||||
msgbox CeladonCity_Gym_Text_MaryPostBattle, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
CeladonCity_Gym_EventScript_GymStatue:: @ 816D1CC
|
||||
CeladonCity_Gym_EventScript_GymStatue::
|
||||
lockall
|
||||
goto_if_set FLAG_BADGE04_GET, CeladonCity_Gym_EventScript_GymStatuePostVictory
|
||||
msgbox CeladonCity_Gym_Text_GymStatue
|
||||
releaseall
|
||||
end
|
||||
|
||||
CeladonCity_Gym_EventScript_GymStatuePostVictory:: @ 816D1E0
|
||||
CeladonCity_Gym_EventScript_GymStatuePostVictory::
|
||||
msgbox CeladonCity_Gym_Text_GymStatuePlayerWon
|
||||
releaseall
|
||||
end
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
CeladonCity_Gym_Text_ErikaIntro:: @ 8197114
|
||||
CeladonCity_Gym_Text_ErikaIntro::
|
||||
.string "Hello…\n"
|
||||
.string "Lovely weather, isn't it?\l"
|
||||
.string "It's so pleasant…\p"
|
||||
@@ -14,137 +14,137 @@ CeladonCity_Gym_Text_ErikaIntro:: @ 8197114
|
||||
.string "you wished to challenge me.\p"
|
||||
.string "Very well, but I shall not lose.{PLAY_BGM MUS_ENCOUNTER_GYM_LEADER}$"
|
||||
|
||||
CeladonCity_Gym_Text_ErikaDefeat:: @ 8197260
|
||||
CeladonCity_Gym_Text_ErikaDefeat::
|
||||
.string "Oh!\n"
|
||||
.string "I concede defeat.\l"
|
||||
.string "You are remarkably strong.\p"
|
||||
.string "I must confer on you the\n"
|
||||
.string "RAINBOWBADGE.$"
|
||||
|
||||
CeladonCity_Gym_Text_ErikaPostBattle:: @ 81972B8
|
||||
CeladonCity_Gym_Text_ErikaPostBattle::
|
||||
.string "You are cataloging POKéMON?\n"
|
||||
.string "I must say I'm impressed.\p"
|
||||
.string "I would never collect POKéMON if\n"
|
||||
.string "they were unattractive.$"
|
||||
|
||||
CeladonCity_Gym_Text_ExplainRainbowBadgeTakeThis:: @ 8197327
|
||||
CeladonCity_Gym_Text_ExplainRainbowBadgeTakeThis::
|
||||
.string "The RAINBOWBADGE will make\n"
|
||||
.string "POKéMON up to Lv. 50 obey.\p"
|
||||
.string "It also allows POKéMON to use\n"
|
||||
.string "STRENGTH in and out of battle.\p"
|
||||
.string "Please also take this with you.$"
|
||||
|
||||
CeladonCity_Gym_Text_ReceivedTM19FromErika:: @ 81973BA
|
||||
CeladonCity_Gym_Text_ReceivedTM19FromErika::
|
||||
.string "{PLAYER} received TM19\n"
|
||||
.string "from ERIKA.$"
|
||||
|
||||
CeladonCity_Gym_Text_ExplainTM19:: @ 81973D7
|
||||
CeladonCity_Gym_Text_ExplainTM19::
|
||||
.string "TM19 contains GIGA DRAIN.\p"
|
||||
.string "Half the damage it inflicts is\n"
|
||||
.string "drained to heal your POKéMON.\p"
|
||||
.string "Wouldn't you agree that it's a\n"
|
||||
.string "wonderful move?$"
|
||||
|
||||
CeladonCity_Gym_Text_ShouldMakeRoomForThis:: @ 819745D
|
||||
CeladonCity_Gym_Text_ShouldMakeRoomForThis::
|
||||
.string "You should make room for this.$"
|
||||
|
||||
CeladonCity_Gym_Text_KayIntro:: @ 819747C
|
||||
CeladonCity_Gym_Text_KayIntro::
|
||||
.string "I should tell you about this GYM.\p"
|
||||
.string "Only real ladies are allowed in\n"
|
||||
.string "here!$"
|
||||
|
||||
CeladonCity_Gym_Text_KayDefeat:: @ 81974C4
|
||||
CeladonCity_Gym_Text_KayDefeat::
|
||||
.string "You're too rough!$"
|
||||
|
||||
CeladonCity_Gym_Text_KayPostBattle:: @ 81974D6
|
||||
CeladonCity_Gym_Text_KayPostBattle::
|
||||
.string "Bleaah!\n"
|
||||
.string "I hope ERIKA wipes you out!$"
|
||||
|
||||
CeladonCity_Gym_Text_BridgetIntro:: @ 81974FA
|
||||
CeladonCity_Gym_Text_BridgetIntro::
|
||||
.string "Oh, welcome.\n"
|
||||
.string "I was getting bored.$"
|
||||
|
||||
CeladonCity_Gym_Text_BridgetDefeat:: @ 819751C
|
||||
CeladonCity_Gym_Text_BridgetDefeat::
|
||||
.string "My makeup!$"
|
||||
|
||||
CeladonCity_Gym_Text_BridgetPostBattle:: @ 8197527
|
||||
CeladonCity_Gym_Text_BridgetPostBattle::
|
||||
.string "GRASS-type POKéMON are tough\n"
|
||||
.string "against the WATER type.\p"
|
||||
.string "They also have an edge on ROCK-\n"
|
||||
.string "and GROUND-type POKéMON.$"
|
||||
|
||||
CeladonCity_Gym_Text_TinaIntro:: @ 8197595
|
||||
CeladonCity_Gym_Text_TinaIntro::
|
||||
.string "…Weren't you peeking in here\n"
|
||||
.string "earlier?$"
|
||||
|
||||
CeladonCity_Gym_Text_TinaDefeat:: @ 81975BB
|
||||
CeladonCity_Gym_Text_TinaDefeat::
|
||||
.string "You're an eye-opener!$"
|
||||
|
||||
CeladonCity_Gym_Text_TinaPostBattle:: @ 81975D1
|
||||
CeladonCity_Gym_Text_TinaPostBattle::
|
||||
.string "Oh, you were looking at ERIKA…\n"
|
||||
.string "You weren't looking at me…$"
|
||||
|
||||
CeladonCity_Gym_Text_TamiaIntro:: @ 819760B
|
||||
CeladonCity_Gym_Text_TamiaIntro::
|
||||
.string "Look, look!\n"
|
||||
.string "See my POKéMON!\p"
|
||||
.string "I like the GRASS type.\n"
|
||||
.string "I like how they're easy to raise.$"
|
||||
|
||||
CeladonCity_Gym_Text_TamiaDefeat:: @ 8197660
|
||||
CeladonCity_Gym_Text_TamiaDefeat::
|
||||
.string "No!$"
|
||||
|
||||
CeladonCity_Gym_Text_TamiaPostBattle:: @ 8197664
|
||||
CeladonCity_Gym_Text_TamiaPostBattle::
|
||||
.string "We only use GRASS-type POKéMON at\n"
|
||||
.string "our GYM.\p"
|
||||
.string "Why? We also use them for making\n"
|
||||
.string "flower arrangements!$"
|
||||
|
||||
CeladonCity_Gym_Text_LisaIntro:: @ 81976C5
|
||||
CeladonCity_Gym_Text_LisaIntro::
|
||||
.string "Oh, hey!\p"
|
||||
.string "We don't like BUG- or FIRE-type\n"
|
||||
.string "POKéMON in here!$"
|
||||
|
||||
CeladonCity_Gym_Text_LisaDefeat:: @ 81976FF
|
||||
CeladonCity_Gym_Text_LisaDefeat::
|
||||
.string "Oh!\n"
|
||||
.string "You!$"
|
||||
|
||||
CeladonCity_Gym_Text_LisaPostBattle:: @ 8197708
|
||||
CeladonCity_Gym_Text_LisaPostBattle::
|
||||
.string "Our LEADER ERIKA might be quiet,\n"
|
||||
.string "but she's famous around here.$"
|
||||
|
||||
CeladonCity_Gym_Text_LoriIntro:: @ 8197747
|
||||
CeladonCity_Gym_Text_LoriIntro::
|
||||
.string "Pleased to meet you.\n"
|
||||
.string "My hobby is POKéMON training.$"
|
||||
|
||||
CeladonCity_Gym_Text_LoriDefeat:: @ 819777A
|
||||
CeladonCity_Gym_Text_LoriDefeat::
|
||||
.string "Oh!\n"
|
||||
.string "Splendid!$"
|
||||
|
||||
CeladonCity_Gym_Text_LoriPostBattle:: @ 8197788
|
||||
CeladonCity_Gym_Text_LoriPostBattle::
|
||||
.string "I have a blind date coming up.\n"
|
||||
.string "I have to learn to be polite,\l"
|
||||
.string "especially if I have to battle.$"
|
||||
|
||||
CeladonCity_Gym_Text_MaryIntro:: @ 81977E5
|
||||
CeladonCity_Gym_Text_MaryIntro::
|
||||
.string "Welcome to CELADON GYM!\p"
|
||||
.string "You'd better not underestimate\n"
|
||||
.string "the nice ladies here.$"
|
||||
|
||||
CeladonCity_Gym_Text_MaryDefeat:: @ 8197832
|
||||
CeladonCity_Gym_Text_MaryDefeat::
|
||||
.string "Oh!\n"
|
||||
.string "Beaten!$"
|
||||
|
||||
CeladonCity_Gym_Text_MaryPostBattle:: @ 819783E
|
||||
CeladonCity_Gym_Text_MaryPostBattle::
|
||||
.string "I didn't bring my best POKéMON.\n"
|
||||
.string "Wait until next time!$"
|
||||
|
||||
CeladonCity_Gym_Text_GymStatue:: @ 8197874
|
||||
CeladonCity_Gym_Text_GymStatue::
|
||||
.string "CELADON POKéMON GYM\n"
|
||||
.string "LEADER: ERIKA\p"
|
||||
.string "WINNING TRAINERS:\n"
|
||||
.string "{RIVAL}$"
|
||||
|
||||
CeladonCity_Gym_Text_GymStatuePlayerWon:: @ 81978AB
|
||||
CeladonCity_Gym_Text_GymStatuePlayerWon::
|
||||
.string "CELADON POKéMON GYM\n"
|
||||
.string "LEADER: ERIKA\p"
|
||||
.string "WINNING TRAINERS:\n"
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
CeladonCity_Hotel_MapScripts:: @ 816D283
|
||||
CeladonCity_Hotel_MapScripts::
|
||||
.byte 0
|
||||
|
||||
CeladonCity_Hotel_EventScript_Receptionist:: @ 816D284
|
||||
CeladonCity_Hotel_EventScript_Receptionist::
|
||||
msgbox CeladonCity_Hotel_Text_ThisHotelIsForPeople, MSGBOX_NPC
|
||||
end
|
||||
|
||||
CeladonCity_Hotel_EventScript_Beauty:: @ 816D28D
|
||||
CeladonCity_Hotel_EventScript_Beauty::
|
||||
msgbox CeladonCity_Hotel_Text_OnVacationWithBrotherAndBoyfriend, MSGBOX_NPC
|
||||
end
|
||||
|
||||
CeladonCity_Hotel_EventScript_BeautyBoyfriend:: @ 816D296
|
||||
CeladonCity_Hotel_EventScript_BeautyBoyfriend::
|
||||
msgbox CeladonCity_Hotel_Text_WhyDidSheBringBrother, MSGBOX_NPC
|
||||
end
|
||||
|
||||
CeladonCity_Hotel_EventScript_BeautyBrother:: @ 816D29F
|
||||
CeladonCity_Hotel_EventScript_BeautyBrother::
|
||||
msgbox CeladonCity_Hotel_Text_SisBroughtMeOnVacation, MSGBOX_NPC
|
||||
end
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
CeladonCity_Hotel_Text_ThisHotelIsForPeople:: @ 8197B77
|
||||
CeladonCity_Hotel_Text_ThisHotelIsForPeople::
|
||||
.string "POKéMON?\n"
|
||||
.string "No, this is a hotel for people.\p"
|
||||
.string "We're full up, unfortunately.$"
|
||||
|
||||
CeladonCity_Hotel_Text_OnVacationWithBrotherAndBoyfriend:: @ 8197BBE
|
||||
CeladonCity_Hotel_Text_OnVacationWithBrotherAndBoyfriend::
|
||||
.string "I'm on vacation with my brother and\n"
|
||||
.string "boyfriend.\p"
|
||||
.string "CELADON is such a pretty city!$"
|
||||
|
||||
CeladonCity_Hotel_Text_WhyDidSheBringBrother:: @ 8197C0C
|
||||
CeladonCity_Hotel_Text_WhyDidSheBringBrother::
|
||||
.string "Why?\n"
|
||||
.string "Why did she bring her brother?$"
|
||||
|
||||
CeladonCity_Hotel_Text_SisBroughtMeOnVacation:: @ 8197C30
|
||||
CeladonCity_Hotel_Text_SisBroughtMeOnVacation::
|
||||
.string "Yippee! I'm on vacation!\n"
|
||||
.string "My sis brought me along! Awesome!$"
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
CeladonCity_House1_MapScripts:: @ 816D267
|
||||
CeladonCity_House1_MapScripts::
|
||||
.byte 0
|
||||
|
||||
CeladonCity_House1_EventScript_RocketChief:: @ 816D268
|
||||
CeladonCity_House1_EventScript_RocketChief::
|
||||
msgbox CeladonCity_House1_Text_SlotsReelInTheDough, MSGBOX_NPC
|
||||
end
|
||||
|
||||
CeladonCity_House1_EventScript_Rocket1:: @ 816D271
|
||||
CeladonCity_House1_EventScript_Rocket1::
|
||||
msgbox CeladonCity_House1_Text_ShippedMonsAsSlotPrizes, MSGBOX_NPC
|
||||
end
|
||||
|
||||
CeladonCity_House1_EventScript_Rocket2:: @ 816D27A
|
||||
CeladonCity_House1_EventScript_Rocket2::
|
||||
msgbox CeladonCity_House1_Text_DontTouchGameCornerPoster, MSGBOX_NPC
|
||||
end
|
||||
|
||||
@@ -1,20 +1,20 @@
|
||||
CeladonCity_House1_Text_SlotsReelInTheDough:: @ 8197A9F
|
||||
CeladonCity_House1_Text_SlotsReelInTheDough::
|
||||
.string "Hehehe!\p"
|
||||
.string "The slots just reel in the dough,\n"
|
||||
.string "big-time!$"
|
||||
|
||||
CeladonCity_House1_Text_ShippedMonsAsSlotPrizes:: @ 8197AD3
|
||||
CeladonCity_House1_Text_ShippedMonsAsSlotPrizes::
|
||||
.string "CHIEF!\p"
|
||||
.string "We just shipped two thousand\n"
|
||||
.string "more POKéMON as slot prizes\l"
|
||||
.string "again today!$"
|
||||
|
||||
CeladonCity_House1_Text_DontTouchGameCornerPoster:: @ 8197B20
|
||||
CeladonCity_House1_Text_DontTouchGameCornerPoster::
|
||||
.string "Don't touch the poster at the GAME\n"
|
||||
.string "CORNER!\p"
|
||||
.string "There's no secret switch behind it!$"
|
||||
|
||||
@ Text for the replaced altars in the rocket chiefs house / celadon mansion
|
||||
@ In English RB, this is westernized as "It's a sculpture of DIGLETT.", and is removed altogether in FRLG
|
||||
Text_ItsABuddhistAltar:: @ 8197B6F
|
||||
Text_ItsABuddhistAltar::
|
||||
.string "ぶつだん だ‥$"
|
||||
|
||||
@@ -1,27 +1,27 @@
|
||||
CeladonCity_PokemonCenter_1F_MapScripts:: @ 816C5EC
|
||||
CeladonCity_PokemonCenter_1F_MapScripts::
|
||||
map_script MAP_SCRIPT_ON_TRANSITION, CeladonCity_PokemonCenter_1F_OnTransition
|
||||
map_script MAP_SCRIPT_ON_RESUME, CableClub_OnResume
|
||||
.byte 0
|
||||
|
||||
CeladonCity_PokemonCenter_1F_OnTransition:: @ 816C5F7
|
||||
CeladonCity_PokemonCenter_1F_OnTransition::
|
||||
setrespawn SPAWN_CELADON_CITY
|
||||
end
|
||||
|
||||
CeladonCity_PokemonCenter_1F_EventScript_Nurse:: @ 816C5FB
|
||||
CeladonCity_PokemonCenter_1F_EventScript_Nurse::
|
||||
lock
|
||||
faceplayer
|
||||
call EventScript_PkmnCenterNurse
|
||||
release
|
||||
end
|
||||
|
||||
CeladonCity_PokemonCenter_1F_EventScript_Gentleman:: @ 816C604
|
||||
CeladonCity_PokemonCenter_1F_EventScript_Gentleman::
|
||||
msgbox CeladonCity_PokemonCenter_1F_Text_PokeFluteAwakensSleepingMons, MSGBOX_NPC
|
||||
end
|
||||
|
||||
CeladonCity_PokemonCenter_1F_EventScript_CooltrainerF:: @ 816C60D
|
||||
CeladonCity_PokemonCenter_1F_EventScript_CooltrainerF::
|
||||
msgbox CeladonCity_PokemonCenter_1F_Text_RodeHereFromFuchsia, MSGBOX_NPC
|
||||
end
|
||||
|
||||
CeladonCity_PokemonCenter_1F_EventScript_Youngster:: @ 816C616
|
||||
CeladonCity_PokemonCenter_1F_EventScript_Youngster::
|
||||
msgbox CeladonCity_PokemonCenter_1F_Text_GoToCyclingRoadIfIHadBike, MSGBOX_NPC
|
||||
end
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
CeladonCity_PokemonCenter_1F_Text_PokeFluteAwakensSleepingMons:: @ 819685B
|
||||
CeladonCity_PokemonCenter_1F_Text_PokeFluteAwakensSleepingMons::
|
||||
.string "A POKé FLUTE awakens sleeping\n"
|
||||
.string "POKéMON. You know that.\p"
|
||||
.string "It does so with a sound that only\n"
|
||||
.string "they can hear.$"
|
||||
|
||||
CeladonCity_PokemonCenter_1F_Text_RodeHereFromFuchsia:: @ 81968C2
|
||||
CeladonCity_PokemonCenter_1F_Text_RodeHereFromFuchsia::
|
||||
.string "I rode here from FUCHSIA.\p"
|
||||
.string "It's an uphill ride on CYCLING\n"
|
||||
.string "ROAD, so I'm exhausted.$"
|
||||
|
||||
CeladonCity_PokemonCenter_1F_Text_GoToCyclingRoadIfIHadBike:: @ 8196913
|
||||
CeladonCity_PokemonCenter_1F_Text_GoToCyclingRoadIfIHadBike::
|
||||
.string "If I had a BIKE, I would go to\n"
|
||||
.string "CYCLING ROAD!$"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
CeladonCity_PokemonCenter_2F_MapScripts:: @ 816C61F
|
||||
CeladonCity_PokemonCenter_2F_MapScripts::
|
||||
map_script MAP_SCRIPT_ON_FRAME_TABLE, CableClub_OnFrame
|
||||
map_script MAP_SCRIPT_ON_WARP_INTO_MAP_TABLE, CableClub_OnWarp
|
||||
map_script MAP_SCRIPT_ON_LOAD, CableClub_OnLoad
|
||||
@@ -6,14 +6,14 @@ CeladonCity_PokemonCenter_2F_MapScripts:: @ 816C61F
|
||||
.byte 0
|
||||
|
||||
@ The below 3 are unused and leftover from RS
|
||||
CeladonCity_PokemonCenter_2F_EventScript_Colosseum:: @ 816C634
|
||||
CeladonCity_PokemonCenter_2F_EventScript_Colosseum::
|
||||
call CableClub_EventScript_Colosseum
|
||||
end
|
||||
|
||||
CeladonCity_PokemonCenter_2F_EventScript_TradeCenter:: @ 816C63A
|
||||
CeladonCity_PokemonCenter_2F_EventScript_TradeCenter::
|
||||
call CableClub_EventScript_TradeCenter
|
||||
end
|
||||
|
||||
CeladonCity_PokemonCenter_2F_EventScript_RecordCorner:: @ 816C640
|
||||
CeladonCity_PokemonCenter_2F_EventScript_RecordCorner::
|
||||
call CableClub_EventScript_RecordCorner
|
||||
end
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
CeladonCity_Restaurant_MapScripts:: @ 816D1EA
|
||||
CeladonCity_Restaurant_MapScripts::
|
||||
.byte 0
|
||||
|
||||
CeladonCity_Restaurant_EventScript_Chef:: @ 816D1EB
|
||||
CeladonCity_Restaurant_EventScript_Chef::
|
||||
msgbox CeladonCity_Restaurant_Text_TakingBreakRightNow, MSGBOX_NPC
|
||||
end
|
||||
|
||||
CeladonCity_Restaurant_EventScript_Woman:: @ 816D1F4
|
||||
CeladonCity_Restaurant_EventScript_Woman::
|
||||
msgbox CeladonCity_Restaurant_Text_OftenGoToDrugstore, MSGBOX_NPC
|
||||
end
|
||||
|
||||
CeladonCity_Restaurant_EventScript_CoinCaseMan:: @ 816D1FD
|
||||
CeladonCity_Restaurant_EventScript_CoinCaseMan::
|
||||
lock
|
||||
faceplayer
|
||||
goto_if_set FLAG_GOT_COIN_CASE, CeladonCity_Restaurant_EventScript_AlreadyGotCoinCase
|
||||
@@ -22,20 +22,20 @@ CeladonCity_Restaurant_EventScript_CoinCaseMan:: @ 816D1FD
|
||||
release
|
||||
end
|
||||
|
||||
CeladonCity_Restaurant_EventScript_NoRoomForCoinCase:: @ 816D241
|
||||
CeladonCity_Restaurant_EventScript_NoRoomForCoinCase::
|
||||
msgbox CeladonCity_Restaurant_Text_MakeRoomForThis
|
||||
release
|
||||
end
|
||||
|
||||
CeladonCity_Restaurant_EventScript_AlreadyGotCoinCase:: @ 816D24B
|
||||
CeladonCity_Restaurant_EventScript_AlreadyGotCoinCase::
|
||||
msgbox CeladonCity_Restaurant_Text_ThoughtIdWinItBack
|
||||
release
|
||||
end
|
||||
|
||||
CeladonCity_Restaurant_EventScript_WorkerM:: @ 816D255
|
||||
CeladonCity_Restaurant_EventScript_WorkerM::
|
||||
msgbox CeladonCity_Restaurant_Text_PsstBasementUnderGameCorner, MSGBOX_NPC
|
||||
end
|
||||
|
||||
CeladonCity_Restaurant_EventScript_FatMan:: @ 816D25E
|
||||
CeladonCity_Restaurant_EventScript_FatMan::
|
||||
msgbox CeladonCity_Restaurant_Text_ManLostItAllAtSlots, MSGBOX_NPC
|
||||
end
|
||||
|
||||
@@ -1,22 +1,22 @@
|
||||
CeladonCity_Restaurant_Text_TakingBreakRightNow:: @ 81978E6
|
||||
CeladonCity_Restaurant_Text_TakingBreakRightNow::
|
||||
.string "Hi!\p"
|
||||
.string "Sorry, but we're taking a break\n"
|
||||
.string "right now.$"
|
||||
|
||||
CeladonCity_Restaurant_Text_OftenGoToDrugstore:: @ 8197915
|
||||
CeladonCity_Restaurant_Text_OftenGoToDrugstore::
|
||||
.string "My POKéMON are weak, so I often\n"
|
||||
.string "have to go to the DRUGSTORE.$"
|
||||
|
||||
CeladonCity_Restaurant_Text_PsstBasementUnderGameCorner:: @ 8197952
|
||||
CeladonCity_Restaurant_Text_PsstBasementUnderGameCorner::
|
||||
.string "Psst! There's a basement under the\n"
|
||||
.string "GAME CORNER, I hear.$"
|
||||
|
||||
CeladonCity_Restaurant_Text_ManLostItAllAtSlots:: @ 819798A
|
||||
CeladonCity_Restaurant_Text_ManLostItAllAtSlots::
|
||||
.string "Munch…\p"
|
||||
.string "The man at that table lost it all\n"
|
||||
.string "at the slots.$"
|
||||
|
||||
CeladonCity_Restaurant_Text_TakeThisImBusted:: @ 81979C1
|
||||
CeladonCity_Restaurant_Text_TakeThisImBusted::
|
||||
.string "Go ahead! Laugh!\n"
|
||||
.string "I'm flat-out busted!\p"
|
||||
.string "No more slots for me!\n"
|
||||
@@ -24,14 +24,14 @@ CeladonCity_Restaurant_Text_TakeThisImBusted:: @ 81979C1
|
||||
.string "Here!\n"
|
||||
.string "I won't be needing this anymore!$"
|
||||
|
||||
CeladonCity_Restaurant_Text_ReceivedCoinCaseFromMan:: @ 8197A38
|
||||
CeladonCity_Restaurant_Text_ReceivedCoinCaseFromMan::
|
||||
.string "{PLAYER} received a COIN CASE\n"
|
||||
.string "from the man.$"
|
||||
|
||||
CeladonCity_Restaurant_Text_MakeRoomForThis:: @ 8197A5E
|
||||
CeladonCity_Restaurant_Text_MakeRoomForThis::
|
||||
.string "Make room for this!$"
|
||||
|
||||
CeladonCity_Restaurant_Text_ThoughtIdWinItBack:: @ 8197A72
|
||||
CeladonCity_Restaurant_Text_ThoughtIdWinItBack::
|
||||
.string "I always thought I was going to\n"
|
||||
.string "win it back…$"
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
CeruleanCave_1F_MapScripts:: @ 81624B3
|
||||
CeruleanCave_1F_MapScripts::
|
||||
map_script MAP_SCRIPT_ON_TRANSITION, CeruleanCave_1F_OnTransition
|
||||
.byte 0
|
||||
|
||||
CeruleanCave_1F_OnTransition:: @ 81624B9
|
||||
CeruleanCave_1F_OnTransition::
|
||||
setworldmapflag FLAG_WORLD_MAP_CERULEAN_CAVE_1F
|
||||
end
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
CeruleanCave_2F_MapScripts:: @ 81624BD
|
||||
CeruleanCave_2F_MapScripts::
|
||||
.byte 0
|
||||
|
||||
@@ -1,28 +1,28 @@
|
||||
CeruleanCave_B1F_MapScripts:: @ 81624BE
|
||||
CeruleanCave_B1F_MapScripts::
|
||||
map_script MAP_SCRIPT_ON_RESUME, CeruleanCave_B1F_OnResume
|
||||
map_script MAP_SCRIPT_ON_TRANSITION, CeruleanCave_B1F_OnTransition
|
||||
.byte 0
|
||||
|
||||
CeruleanCave_B1F_OnResume:: @ 81624C9
|
||||
CeruleanCave_B1F_OnResume::
|
||||
call_if_set FLAG_SYS_SPECIAL_WILD_BATTLE, CeruleanCave_B1F_EventScript_TryRemoveMewtwo
|
||||
end
|
||||
|
||||
CeruleanCave_B1F_EventScript_TryRemoveMewtwo:: @ 81624D3
|
||||
CeruleanCave_B1F_EventScript_TryRemoveMewtwo::
|
||||
specialvar VAR_RESULT, GetBattleOutcome
|
||||
compare VAR_RESULT, B_OUTCOME_CAUGHT
|
||||
goto_if_ne EventScript_Return
|
||||
removeobject VAR_LAST_TALKED
|
||||
return
|
||||
|
||||
CeruleanCave_B1F_OnTransition:: @ 81624E7
|
||||
CeruleanCave_B1F_OnTransition::
|
||||
call_if_unset FLAG_FOUGHT_MEWTWO, CeruleanCave_B1F_EventScript_ShowMewtwo
|
||||
end
|
||||
|
||||
CeruleanCave_B1F_EventScript_ShowMewtwo:: @ 81624F1
|
||||
CeruleanCave_B1F_EventScript_ShowMewtwo::
|
||||
clearflag FLAG_HIDE_MEWTWO
|
||||
return
|
||||
|
||||
CeruleanCave_B1F_EventScript_Mewtwo:: @ 81624F5
|
||||
CeruleanCave_B1F_EventScript_Mewtwo::
|
||||
goto_if_questlog EventScript_ReleaseEnd
|
||||
special QuestLog_CutRecording
|
||||
lock
|
||||
@@ -51,12 +51,12 @@ CeruleanCave_B1F_EventScript_Mewtwo:: @ 81624F5
|
||||
release
|
||||
end
|
||||
|
||||
CeruleanCave_B1F_EventScript_DefeatedMewtwo:: @ 8162558
|
||||
CeruleanCave_B1F_EventScript_DefeatedMewtwo::
|
||||
setflag FLAG_FOUGHT_MEWTWO
|
||||
goto EventScript_RemoveStaticMon
|
||||
end
|
||||
|
||||
CeruleanCave_B1F_EventScript_RanFromMewtwo:: @ 8162561
|
||||
CeruleanCave_B1F_EventScript_RanFromMewtwo::
|
||||
setvar VAR_0x8004, SPECIES_MEWTWO
|
||||
goto EventScript_MonFlewAway
|
||||
end
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
CeruleanCave_B1F_Text_Mew:: @ 8177F9F
|
||||
CeruleanCave_B1F_Text_Mew::
|
||||
.string "Mew!$"
|
||||
|
||||
|
||||
@@ -5,42 +5,42 @@
|
||||
.set LOCALID_RIVAL, 8
|
||||
.set LOCALID_WOMAN, 11
|
||||
|
||||
CeruleanCity_MapScripts:: @ 8166471
|
||||
CeruleanCity_MapScripts::
|
||||
map_script MAP_SCRIPT_ON_TRANSITION, CeruleanCity_OnTransition
|
||||
.byte 0
|
||||
|
||||
CeruleanCity_OnTransition:: @ 8166477
|
||||
CeruleanCity_OnTransition::
|
||||
setworldmapflag FLAG_WORLD_MAP_CERULEAN_CITY
|
||||
call_if_unset FLAG_GOT_SS_TICKET, CeruleanCity_EventScript_BlockExits
|
||||
end
|
||||
|
||||
CeruleanCity_EventScript_BlockExits:: @ 8166484
|
||||
CeruleanCity_EventScript_BlockExits::
|
||||
setobjectxyperm LOCALID_POLICEMAN, 30, 12
|
||||
setobjectxyperm LOCALID_SLOWBRO, 26, 31
|
||||
setobjectxyperm LOCALID_LASS, 27, 31
|
||||
return
|
||||
|
||||
CeruleanCity_EventScript_RivalTriggerLeft:: @ 816649A
|
||||
CeruleanCity_EventScript_RivalTriggerLeft::
|
||||
lockall
|
||||
setvar VAR_TEMP_1, 0
|
||||
goto CeruleanCity_EventScript_Rival
|
||||
end
|
||||
|
||||
CeruleanCity_EventScript_RivalTriggerMid:: @ 81664A6
|
||||
CeruleanCity_EventScript_RivalTriggerMid::
|
||||
lockall
|
||||
setvar VAR_TEMP_1, 1
|
||||
setobjectxyperm LOCALID_RIVAL, 23, 0
|
||||
goto CeruleanCity_EventScript_Rival
|
||||
end
|
||||
|
||||
CeruleanCity_EventScript_RivalTriggerRight:: @ 81664B9
|
||||
CeruleanCity_EventScript_RivalTriggerRight::
|
||||
lockall
|
||||
setvar VAR_TEMP_1, 2
|
||||
setobjectxyperm LOCALID_RIVAL, 24, 0
|
||||
goto CeruleanCity_EventScript_Rival
|
||||
end
|
||||
|
||||
CeruleanCity_EventScript_Rival:: @ 81664CC
|
||||
CeruleanCity_EventScript_Rival::
|
||||
textcolor 0
|
||||
setvar VAR_MAP_SCENE_ROUTE22, 2
|
||||
playbgm MUS_ENCOUNTER_RIVAL, 0
|
||||
@@ -78,31 +78,31 @@ CeruleanCity_EventScript_Rival:: @ 81664CC
|
||||
releaseall
|
||||
end
|
||||
|
||||
CeruleanCity_EventScript_RivalSquirtle:: @ 8166582
|
||||
CeruleanCity_EventScript_RivalSquirtle::
|
||||
trainerbattle_no_intro TRAINER_RIVAL_CERULEAN_SQUIRTLE, CeruleanCity_Text_RivalDefeat
|
||||
return
|
||||
|
||||
CeruleanCity_EventScript_RivalBulbasaur:: @ 816658D
|
||||
CeruleanCity_EventScript_RivalBulbasaur::
|
||||
trainerbattle_no_intro TRAINER_RIVAL_CERULEAN_BULBASAUR, CeruleanCity_Text_RivalDefeat
|
||||
return
|
||||
|
||||
CeruleanCity_EventScript_RivalCharmander:: @ 8166598
|
||||
CeruleanCity_EventScript_RivalCharmander::
|
||||
trainerbattle_no_intro TRAINER_RIVAL_CERULEAN_CHARMANDER, CeruleanCity_Text_RivalDefeat
|
||||
return
|
||||
|
||||
CeruleanCity_EventScript_RivalStartExit:: @ 81665A3
|
||||
CeruleanCity_EventScript_RivalStartExit::
|
||||
applymovement OBJ_EVENT_ID_PLAYER, CeruleanCity_Movement_PlayerWatchRivalExit
|
||||
applymovement LOCALID_RIVAL, CeruleanCity_Movement_RivalStartExit
|
||||
waitmovement 0
|
||||
return
|
||||
|
||||
CeruleanCity_EventScript_RivalStartExitRight:: @ 81665B5
|
||||
CeruleanCity_EventScript_RivalStartExitRight::
|
||||
applymovement OBJ_EVENT_ID_PLAYER, CeruleanCity_Movement_PlayerWatchRivalExitRight
|
||||
applymovement LOCALID_RIVAL, CeruleanCity_Movement_RivalStartExitRight
|
||||
waitmovement 0
|
||||
return
|
||||
|
||||
CeruleanCity_Movement_PlayerWatchRivalExit:: @ 81665C7
|
||||
CeruleanCity_Movement_PlayerWatchRivalExit::
|
||||
delay_16
|
||||
delay_8
|
||||
walk_in_place_fastest_right
|
||||
@@ -110,7 +110,7 @@ CeruleanCity_Movement_PlayerWatchRivalExit:: @ 81665C7
|
||||
walk_in_place_fastest_down
|
||||
step_end
|
||||
|
||||
CeruleanCity_Movement_PlayerWatchRivalExitRight:: @ 81665CD
|
||||
CeruleanCity_Movement_PlayerWatchRivalExitRight::
|
||||
delay_16
|
||||
delay_8
|
||||
walk_in_place_fastest_left
|
||||
@@ -118,7 +118,7 @@ CeruleanCity_Movement_PlayerWatchRivalExitRight:: @ 81665CD
|
||||
walk_in_place_fastest_down
|
||||
step_end
|
||||
|
||||
CeruleanCity_Movement_RivalEnter:: @ 81665D3
|
||||
CeruleanCity_Movement_RivalEnter::
|
||||
walk_down
|
||||
walk_down
|
||||
walk_down
|
||||
@@ -126,7 +126,7 @@ CeruleanCity_Movement_RivalEnter:: @ 81665D3
|
||||
walk_down
|
||||
step_end
|
||||
|
||||
CeruleanCity_Movement_RivalStartExit:: @ 81665D9
|
||||
CeruleanCity_Movement_RivalStartExit::
|
||||
walk_right
|
||||
walk_down
|
||||
walk_down
|
||||
@@ -145,7 +145,7 @@ CeruleanCity_Movement_RivalStartExit:: @ 81665D9
|
||||
walk_up
|
||||
step_end
|
||||
|
||||
CeruleanCity_Movement_RivalStartExitRight:: @ 81665EA
|
||||
CeruleanCity_Movement_RivalStartExitRight::
|
||||
walk_left
|
||||
walk_down
|
||||
walk_down
|
||||
@@ -164,7 +164,7 @@ CeruleanCity_Movement_RivalStartExitRight:: @ 81665EA
|
||||
walk_up
|
||||
step_end
|
||||
|
||||
CeruleanCity_Movement_RivalExit:: @ 81665FB
|
||||
CeruleanCity_Movement_RivalExit::
|
||||
walk_down
|
||||
walk_down
|
||||
walk_down
|
||||
@@ -174,7 +174,7 @@ CeruleanCity_Movement_RivalExit:: @ 81665FB
|
||||
walk_down
|
||||
step_end
|
||||
|
||||
CeruleanCity_EventScript_Grunt:: @ 8166603
|
||||
CeruleanCity_EventScript_Grunt::
|
||||
lock
|
||||
faceplayer
|
||||
goto_if_defeated TRAINER_TEAM_ROCKET_GRUNT_5, CeruleanCity_EventScript_GruntDefeated
|
||||
@@ -187,7 +187,7 @@ CeruleanCity_EventScript_Grunt:: @ 8166603
|
||||
goto CeruleanCity_EventScript_GruntDefeated
|
||||
end
|
||||
|
||||
CeruleanCity_EventScript_GruntDefeated:: @ 816662E
|
||||
CeruleanCity_EventScript_GruntDefeated::
|
||||
msgbox CeruleanCity_Text_OkayIllReturnStolenTM
|
||||
checkitemspace ITEM_TM28, 1
|
||||
compare VAR_RESULT, FALSE
|
||||
@@ -202,13 +202,13 @@ CeruleanCity_EventScript_GruntDefeated:: @ 816662E
|
||||
release
|
||||
end
|
||||
|
||||
CeruleanCity_EventScript_NoRoomForTM28:: @ 8166677
|
||||
CeruleanCity_EventScript_NoRoomForTM28::
|
||||
textcolor 0
|
||||
msgbox CeruleanCity_Text_MakeRoomForThisCantRun
|
||||
release
|
||||
end
|
||||
|
||||
CeruleanCity_EventScript_GruntTriggerTop:: @ 8166683
|
||||
CeruleanCity_EventScript_GruntTriggerTop::
|
||||
lockall
|
||||
setvar VAR_TEMP_1, 0
|
||||
applymovement LOCALID_GRUNT, Movement_WalkInPlaceFastestUp
|
||||
@@ -218,7 +218,7 @@ CeruleanCity_EventScript_GruntTriggerTop:: @ 8166683
|
||||
goto CeruleanCity_EventScript_GruntTrigger
|
||||
end
|
||||
|
||||
CeruleanCity_EventScript_GruntTriggerBottom:: @ 81666A3
|
||||
CeruleanCity_EventScript_GruntTriggerBottom::
|
||||
lockall
|
||||
setvar VAR_TEMP_1, 1
|
||||
applymovement LOCALID_GRUNT, Movement_WalkInPlaceFastestDown
|
||||
@@ -228,7 +228,7 @@ CeruleanCity_EventScript_GruntTriggerBottom:: @ 81666A3
|
||||
goto CeruleanCity_EventScript_GruntTrigger
|
||||
end
|
||||
|
||||
CeruleanCity_EventScript_GruntTrigger:: @ 81666C3
|
||||
CeruleanCity_EventScript_GruntTrigger::
|
||||
textcolor 0
|
||||
msgbox CeruleanCity_Text_GruntIntro
|
||||
setvar VAR_LAST_TALKED, LOCALID_GRUNT
|
||||
@@ -237,7 +237,7 @@ CeruleanCity_EventScript_GruntTrigger:: @ 81666C3
|
||||
goto CeruleanCity_EventScript_GruntDefeated
|
||||
end
|
||||
|
||||
CeruleanCity_EventScript_Policeman:: @ 81666E7
|
||||
CeruleanCity_EventScript_Policeman::
|
||||
lock
|
||||
faceplayer
|
||||
msgbox CeruleanCity_Text_PeopleHereWereRobbed
|
||||
@@ -247,7 +247,7 @@ CeruleanCity_EventScript_Policeman:: @ 81666E7
|
||||
release
|
||||
end
|
||||
|
||||
CeruleanCity_EventScript_LittleBoy:: @ 81666FE
|
||||
CeruleanCity_EventScript_LittleBoy::
|
||||
lock
|
||||
faceplayer
|
||||
goto_if_set FLAG_GOT_SS_TICKET, CeruleanCity_EventScript_LittleBoySlowbroMoved
|
||||
@@ -255,24 +255,24 @@ CeruleanCity_EventScript_LittleBoy:: @ 81666FE
|
||||
release
|
||||
end
|
||||
|
||||
CeruleanCity_EventScript_LittleBoySlowbroMoved:: @ 8166713
|
||||
CeruleanCity_EventScript_LittleBoySlowbroMoved::
|
||||
msgbox CeruleanCity_Text_YouCanCutDownSmallTrees
|
||||
release
|
||||
end
|
||||
|
||||
CeruleanCity_EventScript_BaldingMan:: @ 816671D
|
||||
CeruleanCity_EventScript_BaldingMan::
|
||||
msgbox CeruleanCity_Text_PokemonEncyclopediaAmusing, MSGBOX_NPC
|
||||
end
|
||||
|
||||
CeruleanCity_EventScript_Youngster:: @ 8166726
|
||||
CeruleanCity_EventScript_Youngster::
|
||||
msgbox CeruleanCity_Text_TrainerLifeIsToughIsntIt, MSGBOX_NPC
|
||||
end
|
||||
|
||||
CeruleanCity_EventScript_CeruleanCaveGuard:: @ 816672F
|
||||
CeruleanCity_EventScript_CeruleanCaveGuard::
|
||||
msgbox CeruleanCity_Text_ThisIsCeruleanCave, MSGBOX_NPC
|
||||
end
|
||||
|
||||
CeruleanCity_EventScript_Woman:: @ 8166738
|
||||
CeruleanCity_EventScript_Woman::
|
||||
lock
|
||||
faceplayer
|
||||
msgbox CeruleanCity_Text_WantBrightRedBicycle
|
||||
@@ -282,7 +282,7 @@ CeruleanCity_EventScript_Woman:: @ 8166738
|
||||
release
|
||||
end
|
||||
|
||||
CeruleanCity_EventScript_Lass:: @ 816674F
|
||||
CeruleanCity_EventScript_Lass::
|
||||
lock
|
||||
random 3
|
||||
copyvar VAR_0x8008, VAR_RESULT
|
||||
@@ -307,31 +307,31 @@ CeruleanCity_EventScript_Lass:: @ 816674F
|
||||
release
|
||||
end
|
||||
|
||||
CeruleanCity_EventScript_SlowbroCommand1:: @ 81667B0
|
||||
CeruleanCity_EventScript_SlowbroCommand1::
|
||||
message CeruleanCity_Text_SlowbroUseSonicboom
|
||||
return
|
||||
|
||||
CeruleanCity_EventScript_SlowbroCommand2:: @ 81667B6
|
||||
CeruleanCity_EventScript_SlowbroCommand2::
|
||||
message CeruleanCity_Text_SlowbroPunch
|
||||
return
|
||||
|
||||
CeruleanCity_EventScript_SlowbroCommand3:: @ 81667BC
|
||||
CeruleanCity_EventScript_SlowbroCommand3::
|
||||
message CeruleanCity_Text_SlowbroWithdraw
|
||||
return
|
||||
|
||||
CeruleanCity_EventScript_SlowbroFailed1:: @ 81667C2
|
||||
CeruleanCity_EventScript_SlowbroFailed1::
|
||||
msgbox CeruleanCity_Text_SlowbroPayAttention
|
||||
return
|
||||
|
||||
CeruleanCity_EventScript_SlowbroFailed2:: @ 81667CB
|
||||
CeruleanCity_EventScript_SlowbroFailed2::
|
||||
msgbox CeruleanCity_Text_NoYouBlewItAgain
|
||||
return
|
||||
|
||||
CeruleanCity_EventScript_SlowbroFailed3:: @ 81667D4
|
||||
CeruleanCity_EventScript_SlowbroFailed3::
|
||||
msgbox CeruleanCity_Text_HardToControlMonsObedience
|
||||
return
|
||||
|
||||
CeruleanCity_EventScript_Slowbro:: @ 81667DD
|
||||
CeruleanCity_EventScript_Slowbro::
|
||||
lock
|
||||
random 4
|
||||
copyvar VAR_0x8008, VAR_RESULT
|
||||
@@ -346,35 +346,35 @@ CeruleanCity_EventScript_Slowbro:: @ 81667DD
|
||||
release
|
||||
end
|
||||
|
||||
CeruleanCity_EventScript_SlowbroText1:: @ 8166814
|
||||
CeruleanCity_EventScript_SlowbroText1::
|
||||
msgbox CeruleanCity_Text_SlowbroTookSnooze
|
||||
return
|
||||
|
||||
CeruleanCity_EventScript_SlowbroText2:: @ 816681D
|
||||
CeruleanCity_EventScript_SlowbroText2::
|
||||
msgbox CeruleanCity_Text_SlowbroLoafingAround
|
||||
return
|
||||
|
||||
CeruleanCity_EventScript_SlowbroText3:: @ 8166826
|
||||
CeruleanCity_EventScript_SlowbroText3::
|
||||
msgbox CeruleanCity_Text_SlowbroTurnedAway
|
||||
return
|
||||
|
||||
CeruleanCity_EventScript_SlowbroText4:: @ 816682F
|
||||
CeruleanCity_EventScript_SlowbroText4::
|
||||
msgbox CeruleanCity_Text_SlowbroIgnoredOrders
|
||||
return
|
||||
|
||||
CeruleanCity_EventScript_CitySign:: @ 8166838
|
||||
CeruleanCity_EventScript_CitySign::
|
||||
msgbox CeruleanCity_Text_CitySign, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
CeruleanCity_EventScript_TrainerTips:: @ 8166841
|
||||
CeruleanCity_EventScript_TrainerTips::
|
||||
msgbox CeruleanCity_Text_TrainerTipsHeldItems, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
CeruleanCity_EventScript_BikeShopSign:: @ 816684A
|
||||
CeruleanCity_EventScript_BikeShopSign::
|
||||
msgbox CeruleanCity_Text_BikeShopSign, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
CeruleanCity_EventScript_GymSign:: @ 8166853
|
||||
CeruleanCity_EventScript_GymSign::
|
||||
lockall
|
||||
famechecker FAMECHECKER_MISTY, 0
|
||||
msgbox CeruleanCity_Text_GymSign
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
CeruleanCity_Text_RivalIntro:: @ 817EAD7
|
||||
CeruleanCity_Text_RivalIntro::
|
||||
.string "{RIVAL}: Yo! {PLAYER}!\p"
|
||||
.string "You're still struggling along back\n"
|
||||
.string "here?\p"
|
||||
@@ -7,12 +7,12 @@ CeruleanCity_Text_RivalIntro:: @ 817EAD7
|
||||
.string "Here, let me see what you caught,\n"
|
||||
.string "{PLAYER}!$"
|
||||
|
||||
CeruleanCity_Text_RivalDefeat:: @ 817EB71
|
||||
CeruleanCity_Text_RivalDefeat::
|
||||
.string "Hey!\n"
|
||||
.string "Take it easy!\l"
|
||||
.string "You won already!$"
|
||||
|
||||
CeruleanCity_Text_RivalPostBattle:: @ 817EB95
|
||||
CeruleanCity_Text_RivalPostBattle::
|
||||
.string "{RIVAL}: Hey, guess what?\p"
|
||||
.string "I went to BILL's and got him to\n"
|
||||
.string "show me his rare POKéMON.\p"
|
||||
@@ -27,14 +27,14 @@ CeruleanCity_Text_RivalPostBattle:: @ 817EB95
|
||||
.string "Well, I better get rolling!\n"
|
||||
.string "Smell ya later!$"
|
||||
|
||||
CeruleanCity_Text_OhRightLittlePresentAsFavor:: @ 817ECD4
|
||||
CeruleanCity_Text_OhRightLittlePresentAsFavor::
|
||||
.string "Oh, yeah, right.\p"
|
||||
.string "I feel sorry for you. No, really.\n"
|
||||
.string "You're always plodding behind me.\p"
|
||||
.string "So here, I'll give you a little\n"
|
||||
.string "present as a favor.$"
|
||||
|
||||
CeruleanCity_Text_ExplainFameCheckerSmellYa:: @ 817ED5D
|
||||
CeruleanCity_Text_ExplainFameCheckerSmellYa::
|
||||
.string "A chatty gossip like you…\n"
|
||||
.string "That thing's perfect.\p"
|
||||
.string "I don't need it because I don't\n"
|
||||
@@ -43,11 +43,11 @@ CeruleanCity_Text_ExplainFameCheckerSmellYa:: @ 817ED5D
|
||||
.string "gone. Smell ya!$"
|
||||
|
||||
@ RB translation: "Heh! You're no match for my genius!"
|
||||
CeruleanCity_Text_RivalVictory:: @ 817EDF8
|
||||
CeruleanCity_Text_RivalVictory::
|
||||
.string "なんたって!\n"
|
||||
.string "おれは てんさい だからよ!$"
|
||||
|
||||
CeruleanCity_Text_GruntIntro:: @ 817EE0E
|
||||
CeruleanCity_Text_GruntIntro::
|
||||
.string "Hey! Stay out!\n"
|
||||
.string "It's not your yard!\p"
|
||||
.string "…Huh?\n"
|
||||
@@ -55,32 +55,32 @@ CeruleanCity_Text_GruntIntro:: @ 817EE0E
|
||||
.string "I'm an innocent bystander!\n"
|
||||
.string "Don't you believe me?{PLAY_BGM}{MUS_ENCOUNTER_ROCKET}$"
|
||||
|
||||
CeruleanCity_Text_GruntDefeat:: @ 817EE70
|
||||
CeruleanCity_Text_GruntDefeat::
|
||||
.string "GRUNT: Stop! I give up!\n"
|
||||
.string "I'll leave quietly!$"
|
||||
|
||||
CeruleanCity_Text_OkayIllReturnStolenTM:: @ 817EE9C
|
||||
CeruleanCity_Text_OkayIllReturnStolenTM::
|
||||
.string "…Okay.\n"
|
||||
.string "I'll return the TM I stole.$"
|
||||
|
||||
CeruleanCity_Text_RecoveredTM28FromGrunt:: @ 817EEBF
|
||||
CeruleanCity_Text_RecoveredTM28FromGrunt::
|
||||
.string "{PLAYER} recovered TM28 from\n"
|
||||
.string "the TEAM ROCKET GRUNT.$"
|
||||
|
||||
CeruleanCity_Text_BetterGetMovingBye:: @ 817EEED
|
||||
CeruleanCity_Text_BetterGetMovingBye::
|
||||
.string "I better get moving!\n"
|
||||
.string "Bye!$"
|
||||
|
||||
CeruleanCity_Text_MakeRoomForThisCantRun:: @ 817EF07
|
||||
CeruleanCity_Text_MakeRoomForThisCantRun::
|
||||
.string "Make room for this!\n"
|
||||
.string "I can't run until I give it to you!$"
|
||||
|
||||
CeruleanCity_Text_TrainerLifeIsToughIsntIt:: @ 817EF3F
|
||||
CeruleanCity_Text_TrainerLifeIsToughIsntIt::
|
||||
.string "You're a TRAINER, too?\p"
|
||||
.string "Collecting, battling…\n"
|
||||
.string "It's a tough life, isn't it?$"
|
||||
|
||||
CeruleanCity_Text_YouCanCutDownSmallTrees:: @ 817EF89
|
||||
CeruleanCity_Text_YouCanCutDownSmallTrees::
|
||||
.string "Did you know that you can CUT down\n"
|
||||
.string "small trees?\p"
|
||||
.string "Even that small tree in front of\n"
|
||||
@@ -88,7 +88,7 @@ CeruleanCity_Text_YouCanCutDownSmallTrees:: @ 817EF89
|
||||
.string "I think there's a way around it,\n"
|
||||
.string "though.$"
|
||||
|
||||
CeruleanCity_Text_IfSlowbroWasntThereCouldCutTree:: @ 817F01D
|
||||
CeruleanCity_Text_IfSlowbroWasntThereCouldCutTree::
|
||||
.string "If that SLOWBRO wasn't there, you\n"
|
||||
.string "could CUT down the small tree.\p"
|
||||
.string "That way, you could get to the\n"
|
||||
@@ -96,58 +96,58 @@ CeruleanCity_Text_IfSlowbroWasntThereCouldCutTree:: @ 817F01D
|
||||
.string "I think there's a way around it,\n"
|
||||
.string "though.$"
|
||||
|
||||
CeruleanCity_Text_PokemonEncyclopediaAmusing:: @ 817F0B2
|
||||
CeruleanCity_Text_PokemonEncyclopediaAmusing::
|
||||
.string "You're making an encyclopedia on\n"
|
||||
.string "POKéMON? That sounds amusing.$"
|
||||
|
||||
CeruleanCity_Text_PeopleHereWereRobbed:: @ 817F0F1
|
||||
CeruleanCity_Text_PeopleHereWereRobbed::
|
||||
.string "The people here were robbed.\p"
|
||||
.string "It's obvious that TEAM ROCKET is\n"
|
||||
.string "behind this most heinous crime!\p"
|
||||
.string "Even our POLICE FORCE has\n"
|
||||
.string "trouble with the ROCKETS!$"
|
||||
|
||||
CeruleanCity_Text_SlowbroUseSonicboom:: @ 817F183
|
||||
CeruleanCity_Text_SlowbroUseSonicboom::
|
||||
.string "Okay! SLOWBRO!\n"
|
||||
.string "Use SONICBOOM!$"
|
||||
|
||||
CeruleanCity_Text_SlowbroPayAttention:: @ 817F1A1
|
||||
CeruleanCity_Text_SlowbroPayAttention::
|
||||
.string "Come on, SLOWBRO, pay attention!$"
|
||||
|
||||
CeruleanCity_Text_SlowbroPunch:: @ 817F1C2
|
||||
CeruleanCity_Text_SlowbroPunch::
|
||||
.string "SLOWBRO, punch!$"
|
||||
|
||||
CeruleanCity_Text_NoYouBlewItAgain:: @ 817F1D2
|
||||
CeruleanCity_Text_NoYouBlewItAgain::
|
||||
.string "No!\n"
|
||||
.string "You blew it again!$"
|
||||
|
||||
CeruleanCity_Text_SlowbroWithdraw:: @ 817F1E9
|
||||
CeruleanCity_Text_SlowbroWithdraw::
|
||||
.string "SLOWBRO, WITHDRAW!$"
|
||||
|
||||
CeruleanCity_Text_HardToControlMonsObedience:: @ 817F1FC
|
||||
CeruleanCity_Text_HardToControlMonsObedience::
|
||||
.string "No! That's wrong!\n"
|
||||
.string "It's so hard to control POKéMON!\p"
|
||||
.string "Your POKéMON's obedience depends\n"
|
||||
.string "on your abilities as a TRAINER.$"
|
||||
|
||||
CeruleanCity_Text_SlowbroTookSnooze:: @ 817F270
|
||||
CeruleanCity_Text_SlowbroTookSnooze::
|
||||
.string "SLOWBRO took a snooze…$"
|
||||
|
||||
CeruleanCity_Text_SlowbroLoafingAround:: @ 817F287
|
||||
CeruleanCity_Text_SlowbroLoafingAround::
|
||||
.string "SLOWBRO is loafing around…$"
|
||||
|
||||
CeruleanCity_Text_SlowbroTurnedAway:: @ 817F2A2
|
||||
CeruleanCity_Text_SlowbroTurnedAway::
|
||||
.string "SLOWBRO turned away…$"
|
||||
|
||||
CeruleanCity_Text_SlowbroIgnoredOrders:: @ 817F2B7
|
||||
CeruleanCity_Text_SlowbroIgnoredOrders::
|
||||
.string "SLOWBRO ignored orders…$"
|
||||
|
||||
CeruleanCity_Text_WantBrightRedBicycle:: @ 817F2CF
|
||||
CeruleanCity_Text_WantBrightRedBicycle::
|
||||
.string "I want a bright red bicycle.\p"
|
||||
.string "I'll keep it at home, so it won't\n"
|
||||
.string "get dirty.$"
|
||||
|
||||
CeruleanCity_Text_ThisIsCeruleanCave:: @ 817F319
|
||||
CeruleanCity_Text_ThisIsCeruleanCave::
|
||||
.string "This is CERULEAN CAVE.\p"
|
||||
.string "Horribly strong POKéMON live inside\n"
|
||||
.string "there.\p"
|
||||
@@ -159,23 +159,23 @@ CeruleanCity_Text_ThisIsCeruleanCave:: @ 817F319
|
||||
.string "And, you would have to have\n"
|
||||
.string "made a great achievement.$"
|
||||
|
||||
CeruleanCity_Text_CitySign:: @ 817F420
|
||||
CeruleanCity_Text_CitySign::
|
||||
.string "CERULEAN CITY\n"
|
||||
.string "A Mysterious, Blue Aura Surrounds\l"
|
||||
.string "It$"
|
||||
|
||||
CeruleanCity_Text_TrainerTipsHeldItems:: @ 817F453
|
||||
CeruleanCity_Text_TrainerTipsHeldItems::
|
||||
.string "TRAINER TIPS\p"
|
||||
.string "A POKéMON can be made to hold\n"
|
||||
.string "an item.\p"
|
||||
.string "Some items can even be used by\n"
|
||||
.string "the holding POKéMON in battle.$"
|
||||
|
||||
CeruleanCity_Text_BikeShopSign:: @ 817F4C5
|
||||
CeruleanCity_Text_BikeShopSign::
|
||||
.string "Grass and caves handled easily!\n"
|
||||
.string "BIKE SHOP$"
|
||||
|
||||
CeruleanCity_Text_GymSign:: @ 817F4EF
|
||||
CeruleanCity_Text_GymSign::
|
||||
.string "CERULEAN CITY POKéMON GYM\n"
|
||||
.string "LEADER: MISTY\l"
|
||||
.string "The Tomboyish Mermaid!$"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
CeruleanCity_BikeShop_MapScripts:: @ 816ABBC
|
||||
CeruleanCity_BikeShop_MapScripts::
|
||||
.byte 0
|
||||
|
||||
CeruleanCity_BikeShop_EventScript_Clerk:: @ 816ABBD
|
||||
CeruleanCity_BikeShop_EventScript_Clerk::
|
||||
lock
|
||||
faceplayer
|
||||
goto_if_set FLAG_GOT_BICYCLE, CeruleanCity_BikeShop_EventScript_AlreadyGotBicycle
|
||||
@@ -17,18 +17,18 @@ CeruleanCity_BikeShop_EventScript_Clerk:: @ 816ABBD
|
||||
end
|
||||
|
||||
@ The Bicycle price / players money is never actually checked
|
||||
CeruleanCity_BikeShop_EventScript_TryPurchaseBicycle:: @ 816AC07
|
||||
CeruleanCity_BikeShop_EventScript_TryPurchaseBicycle::
|
||||
msgbox CeruleanCity_BikeShop_Text_SorryYouCantAffordIt
|
||||
goto CeruleanCity_BikeShop_EventScript_ClerkGoodbye
|
||||
end
|
||||
|
||||
CeruleanCity_BikeShop_EventScript_ClerkGoodbye:: @ 816AC15
|
||||
CeruleanCity_BikeShop_EventScript_ClerkGoodbye::
|
||||
msgbox CeruleanCity_BikeShop_Text_ThankYouComeAgain
|
||||
hidemoneybox 0, 0
|
||||
release
|
||||
end
|
||||
|
||||
CeruleanCity_BikeShop_EventScript_ExchangeBikeVoucher:: @ 816AC22
|
||||
CeruleanCity_BikeShop_EventScript_ExchangeBikeVoucher::
|
||||
msgbox CeruleanCity_BikeShop_Text_OhBikeVoucherHereYouGo
|
||||
msgreceiveditem CeruleanCity_BikeShop_Text_ExchangedVoucherForBicycle, ITEM_BICYCLE, 1, MUS_OBTAIN_KEY_ITEM
|
||||
setflag FLAG_GOT_BICYCLE
|
||||
@@ -38,22 +38,22 @@ CeruleanCity_BikeShop_EventScript_ExchangeBikeVoucher:: @ 816AC22
|
||||
release
|
||||
end
|
||||
|
||||
CeruleanCity_BikeShop_EventScript_AlreadyGotBicycle:: @ 816AC58
|
||||
CeruleanCity_BikeShop_EventScript_AlreadyGotBicycle::
|
||||
msgbox CeruleanCity_BikeShop_Text_HowDoYouLikeNewBicycle
|
||||
release
|
||||
end
|
||||
|
||||
@ Unused
|
||||
CeruleanCity_BikeShop_EventScript_NoRoomForBicycle:: @ 816AC62
|
||||
CeruleanCity_BikeShop_EventScript_NoRoomForBicycle::
|
||||
msgbox CeruleanCity_BikeShop_Text_MakeRoomForBicycle
|
||||
release
|
||||
end
|
||||
|
||||
CeruleanCity_BikeShop_EventScript_Woman:: @ 816AC6C
|
||||
CeruleanCity_BikeShop_EventScript_Woman::
|
||||
msgbox CeruleanCity_BikeShop_Text_CityBikeGoodEnoughForMe, MSGBOX_NPC
|
||||
end
|
||||
|
||||
CeruleanCity_BikeShop_EventScript_Youngster:: @ 816AC75
|
||||
CeruleanCity_BikeShop_EventScript_Youngster::
|
||||
lock
|
||||
faceplayer
|
||||
goto_if_set FLAG_GOT_BICYCLE, CeruleanCity_BikeShop_EventScript_YoungsterHaveBike
|
||||
@@ -61,11 +61,11 @@ CeruleanCity_BikeShop_EventScript_Youngster:: @ 816AC75
|
||||
release
|
||||
end
|
||||
|
||||
CeruleanCity_BikeShop_EventScript_YoungsterHaveBike:: @ 816AC8A
|
||||
CeruleanCity_BikeShop_EventScript_YoungsterHaveBike::
|
||||
msgbox CeruleanCity_BikeShop_Text_WowYourBikeIsCool
|
||||
release
|
||||
end
|
||||
|
||||
CeruleanCity_BikeShop_EventScript_Bicycle:: @ 816AC94
|
||||
CeruleanCity_BikeShop_EventScript_Bicycle::
|
||||
msgbox CeruleanCity_BikeShop_Text_ShinyNewBicycle, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
@@ -1,57 +1,57 @@
|
||||
CeruleanCity_BikeShop_Text_WelcomeToBikeShop:: @ 8192755
|
||||
CeruleanCity_BikeShop_Text_WelcomeToBikeShop::
|
||||
.string "Hi!\n"
|
||||
.string "Welcome to our BIKE SHOP.\p"
|
||||
.string "Have we got just the BIKE for\n"
|
||||
.string "you!$"
|
||||
|
||||
CeruleanCity_BikeShop_Text_SorryYouCantAffordIt:: @ 8192796
|
||||
CeruleanCity_BikeShop_Text_SorryYouCantAffordIt::
|
||||
.string "Sorry!\n"
|
||||
.string "You can't afford it!$"
|
||||
|
||||
CeruleanCity_BikeShop_Text_OhBikeVoucherHereYouGo:: @ 81927B2
|
||||
CeruleanCity_BikeShop_Text_OhBikeVoucherHereYouGo::
|
||||
.string "Oh, that's…\p"
|
||||
.string "A BIKE VOUCHER!\p"
|
||||
.string "Okay!\n"
|
||||
.string "Here you go!$"
|
||||
|
||||
CeruleanCity_BikeShop_Text_ExchangedVoucherForBicycle:: @ 81927E1
|
||||
CeruleanCity_BikeShop_Text_ExchangedVoucherForBicycle::
|
||||
.string "{PLAYER} exchanged the\n"
|
||||
.string "BIKE VOUCHER for a BICYCLE.$"
|
||||
|
||||
CeruleanCity_BikeShop_Text_ThankYouComeAgain:: @ 819280E
|
||||
CeruleanCity_BikeShop_Text_ThankYouComeAgain::
|
||||
.string "Thank you!\n"
|
||||
.string "Come back again sometime!$"
|
||||
|
||||
CeruleanCity_BikeShop_Text_HowDoYouLikeNewBicycle:: @ 8192833
|
||||
CeruleanCity_BikeShop_Text_HowDoYouLikeNewBicycle::
|
||||
.string "How do you like your new BICYCLE?\n"
|
||||
.string "Do you like how it rides?\p"
|
||||
.string "You can take it out on CYCLING\n"
|
||||
.string "ROAD and even into caves!$"
|
||||
|
||||
CeruleanCity_BikeShop_Text_MakeRoomForBicycle:: @ 81928A8
|
||||
CeruleanCity_BikeShop_Text_MakeRoomForBicycle::
|
||||
.string "You better make room for your\n"
|
||||
.string "BICYCLE!$"
|
||||
|
||||
CeruleanCity_BikeShop_Text_CityBikeGoodEnoughForMe:: @ 81928CF
|
||||
CeruleanCity_BikeShop_Text_CityBikeGoodEnoughForMe::
|
||||
.string "A plain city bike is good enough\n"
|
||||
.string "for me.\p"
|
||||
.string "After all, you can't put a shopping\n"
|
||||
.string "basket on a mountain bike.$"
|
||||
|
||||
CeruleanCity_BikeShop_Text_BikesCoolButExpensive:: @ 8192937
|
||||
CeruleanCity_BikeShop_Text_BikesCoolButExpensive::
|
||||
.string "These bikes are cool, but they're\n"
|
||||
.string "way expensive!$"
|
||||
|
||||
CeruleanCity_BikeShop_Text_WowYourBikeIsCool:: @ 8192968
|
||||
CeruleanCity_BikeShop_Text_WowYourBikeIsCool::
|
||||
.string "Wow.\n"
|
||||
.string "Your BIKE is really cool!$"
|
||||
|
||||
@ Unused
|
||||
CeruleanCity_BikeShop_Text_GermanFoldableBicyleFinallyOnMarket:: @ 8192987
|
||||
CeruleanCity_BikeShop_Text_GermanFoldableBicyleFinallyOnMarket::
|
||||
.string "ついに はつばい!\p"
|
||||
.string "ドイツ せい さいこうきゅう\n"
|
||||
.string "おりたたみ じてんしゃ!$"
|
||||
|
||||
CeruleanCity_BikeShop_Text_ShinyNewBicycle:: @ 81929AD
|
||||
CeruleanCity_BikeShop_Text_ShinyNewBicycle::
|
||||
.string "A shiny new BICYCLE!$"
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
CeruleanCity_Gym_MapScripts:: @ 816AAA0
|
||||
CeruleanCity_Gym_MapScripts::
|
||||
.byte 0
|
||||
|
||||
CeruleanCity_Gym_EventScript_Misty:: @ 816AAA1
|
||||
CeruleanCity_Gym_EventScript_Misty::
|
||||
famechecker FAMECHECKER_MISTY, FCPICKSTATE_COLORED, UpdatePickStateFromSpecialVar8005
|
||||
trainerbattle_single TRAINER_LEADER_MISTY, CeruleanCity_Gym_Text_MistyIntro, CeruleanCity_Gym_Text_MistyDefeat, CeruleanCity_Gym_EventScript_MistyDefeated, NO_MUSIC
|
||||
goto_if_unset FLAG_GOT_TM03_FROM_MISTY, CeruleanCity_Gym_EventScript_GiveTM03
|
||||
@@ -9,7 +9,7 @@ CeruleanCity_Gym_EventScript_Misty:: @ 816AAA1
|
||||
release
|
||||
end
|
||||
|
||||
CeruleanCity_Gym_EventScript_MistyDefeated:: @ 816AAD3
|
||||
CeruleanCity_Gym_EventScript_MistyDefeated::
|
||||
famechecker FAMECHECKER_MISTY, 1
|
||||
setflag FLAG_DEFEATED_MISTY
|
||||
setflag FLAG_BADGE02_GET
|
||||
@@ -18,7 +18,7 @@ CeruleanCity_Gym_EventScript_MistyDefeated:: @ 816AAD3
|
||||
goto CeruleanCity_Gym_EventScript_GiveTM03
|
||||
end
|
||||
|
||||
CeruleanCity_Gym_EventScript_GiveTM03:: @ 816AAF9
|
||||
CeruleanCity_Gym_EventScript_GiveTM03::
|
||||
msgbox CeruleanCity_Gym_Text_ExplainCascadeBadge
|
||||
checkitemspace ITEM_TM03, 1
|
||||
compare VAR_RESULT, FALSE
|
||||
@@ -29,23 +29,23 @@ CeruleanCity_Gym_EventScript_GiveTM03:: @ 816AAF9
|
||||
release
|
||||
end
|
||||
|
||||
CeruleanCity_Gym_EventScript_NoRoomForTM03:: @ 816AB3A
|
||||
CeruleanCity_Gym_EventScript_NoRoomForTM03::
|
||||
msgbox CeruleanCity_Gym_Text_BetterMakeRoomForThis
|
||||
release
|
||||
end
|
||||
|
||||
CeruleanCity_Gym_EventScript_Diana:: @ 816AB44
|
||||
CeruleanCity_Gym_EventScript_Diana::
|
||||
trainerbattle_single TRAINER_PICNICKER_DIANA, CeruleanCity_Gym_Text_DianaIntro, CeruleanCity_Gym_Text_DianaDefeat
|
||||
msgbox CeruleanCity_Gym_Text_DianaPostBattle, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
CeruleanCity_Gym_EventScript_Luis:: @ 816AB5B
|
||||
CeruleanCity_Gym_EventScript_Luis::
|
||||
trainerbattle_single TRAINER_SWIMMER_MALE_LUIS, CeruleanCity_Gym_Text_LuisIntro, CeruleanCity_Gym_Text_LuisDefeat
|
||||
famechecker FAMECHECKER_MISTY, 2
|
||||
msgbox CeruleanCity_Gym_Text_LuisPostBattle, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
CeruleanCity_Gym_EventScript_GymGuy:: @ 816AB7F
|
||||
CeruleanCity_Gym_EventScript_GymGuy::
|
||||
lock
|
||||
faceplayer
|
||||
goto_if_set FLAG_DEFEATED_MISTY, CeruleanCity_Gym_EventScript_GymGuyPostVictory
|
||||
@@ -53,19 +53,19 @@ CeruleanCity_Gym_EventScript_GymGuy:: @ 816AB7F
|
||||
release
|
||||
end
|
||||
|
||||
CeruleanCity_Gym_EventScript_GymGuyPostVictory:: @ 816AB94
|
||||
CeruleanCity_Gym_EventScript_GymGuyPostVictory::
|
||||
msgbox CeruleanCity_Gym_Text_WeMakePrettyGoodTeam
|
||||
release
|
||||
end
|
||||
|
||||
CeruleanCity_Gym_EventScript_GymStatue:: @ 816AB9E
|
||||
CeruleanCity_Gym_EventScript_GymStatue::
|
||||
lockall
|
||||
goto_if_set FLAG_BADGE02_GET, CeruleanCity_Gym_EventScript_GymStatuePostVictory
|
||||
msgbox CeruleanCity_Gym_Text_GymStatue
|
||||
releaseall
|
||||
end
|
||||
|
||||
CeruleanCity_Gym_EventScript_GymStatuePostVictory:: @ 816ABB2
|
||||
CeruleanCity_Gym_EventScript_GymStatuePostVictory::
|
||||
msgbox CeruleanCity_Gym_Text_GymStatuePlayerWon
|
||||
releaseall
|
||||
end
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
CeruleanCity_Gym_Text_MistyIntro:: @ 81921EF
|
||||
CeruleanCity_Gym_Text_MistyIntro::
|
||||
.string "Hi, you're a new face!\p"
|
||||
.string "Only those TRAINERS who have a\n"
|
||||
.string "policy about POKéMON can turn pro.\p"
|
||||
@@ -7,11 +7,11 @@ CeruleanCity_Gym_Text_MistyIntro:: @ 81921EF
|
||||
.string "My policy is an all-out offensive\n"
|
||||
.string "with WATER-type POKéMON!{PLAY_BGM}{MUS_ENCOUNTER_GYM_LEADER}$"
|
||||
|
||||
CeruleanCity_Gym_Text_ExplainTM03:: @ 81922BF
|
||||
CeruleanCity_Gym_Text_ExplainTM03::
|
||||
.string "TM03 teaches WATER PULSE.\p"
|
||||
.string "Use it on an aquatic POKéMON!$"
|
||||
|
||||
CeruleanCity_Gym_Text_ExplainCascadeBadge:: @ 81922F7
|
||||
CeruleanCity_Gym_Text_ExplainCascadeBadge::
|
||||
.string "The CASCADEBADGE makes all\n"
|
||||
.string "POKéMON up to Lv. 30 obey.\p"
|
||||
.string "That includes even outsiders you\n"
|
||||
@@ -22,46 +22,46 @@ CeruleanCity_Gym_Text_ExplainCascadeBadge:: @ 81922F7
|
||||
.string "open new pathways.\p"
|
||||
.string "You can also have my favorite TM.$"
|
||||
|
||||
CeruleanCity_Gym_Text_ReceivedTM03FromMisty:: @ 81923F1
|
||||
CeruleanCity_Gym_Text_ReceivedTM03FromMisty::
|
||||
.string "{PLAYER} received TM03\n"
|
||||
.string "from MISTY.$"
|
||||
|
||||
CeruleanCity_Gym_Text_BetterMakeRoomForThis:: @ 819240E
|
||||
CeruleanCity_Gym_Text_BetterMakeRoomForThis::
|
||||
.string "You better make room for this!$"
|
||||
|
||||
CeruleanCity_Gym_Text_MistyDefeat:: @ 819242D
|
||||
CeruleanCity_Gym_Text_MistyDefeat::
|
||||
.string "Wow!\n"
|
||||
.string "You're too much!\p"
|
||||
.string "All right!\p"
|
||||
.string "You can have the CASCADEBADGE to\n"
|
||||
.string "show you beat me.$"
|
||||
|
||||
CeruleanCity_Gym_Text_DianaIntro:: @ 8192481
|
||||
CeruleanCity_Gym_Text_DianaIntro::
|
||||
.string "What? You?\n"
|
||||
.string "I'm more than good enough for you!\p"
|
||||
.string "MISTY won't have to be bothered.$"
|
||||
|
||||
CeruleanCity_Gym_Text_DianaDefeat:: @ 81924D0
|
||||
CeruleanCity_Gym_Text_DianaDefeat::
|
||||
.string "You overwhelmed me!$"
|
||||
|
||||
CeruleanCity_Gym_Text_DianaPostBattle:: @ 81924E4
|
||||
CeruleanCity_Gym_Text_DianaPostBattle::
|
||||
.string "You have to face other TRAINERS\n"
|
||||
.string "to see how good you really are.$"
|
||||
|
||||
CeruleanCity_Gym_Text_LuisIntro:: @ 8192524
|
||||
CeruleanCity_Gym_Text_LuisIntro::
|
||||
.string "Splash!\p"
|
||||
.string "I'm first up!\n"
|
||||
.string "Let's do it!$"
|
||||
|
||||
CeruleanCity_Gym_Text_LuisDefeat:: @ 8192547
|
||||
CeruleanCity_Gym_Text_LuisDefeat::
|
||||
.string "That can't be!$"
|
||||
|
||||
CeruleanCity_Gym_Text_LuisPostBattle:: @ 8192556
|
||||
CeruleanCity_Gym_Text_LuisPostBattle::
|
||||
.string "MISTY is a TRAINER who's going to\n"
|
||||
.string "keep improving.\p"
|
||||
.string "She won't lose to someone like you!$"
|
||||
|
||||
CeruleanCity_Gym_Text_GymGuyAdvice:: @ 81925AC
|
||||
CeruleanCity_Gym_Text_GymGuyAdvice::
|
||||
.string "Yo!\n"
|
||||
.string "Champ in the making!\p"
|
||||
.string "Let me give you some advice!\p"
|
||||
@@ -72,19 +72,19 @@ CeruleanCity_Gym_Text_GymGuyAdvice:: @ 81925AC
|
||||
.string "Or, you might use ELECTRIC-type\n"
|
||||
.string "POKéMON and zap them!$"
|
||||
|
||||
CeruleanCity_Gym_Text_WeMakePrettyGoodTeam:: @ 8192688
|
||||
CeruleanCity_Gym_Text_WeMakePrettyGoodTeam::
|
||||
.string "You beat MISTY!\n"
|
||||
.string "See, what'd I tell ya?\p"
|
||||
.string "You and me, kid, we make a pretty\n"
|
||||
.string "darn-good team!$"
|
||||
|
||||
CeruleanCity_Gym_Text_GymStatue:: @ 81926E1
|
||||
CeruleanCity_Gym_Text_GymStatue::
|
||||
.string "CERULEAN POKéMON GYM\n"
|
||||
.string "LEADER: MISTY\p"
|
||||
.string "WINNING TRAINERS:\n"
|
||||
.string "{RIVAL}$"
|
||||
|
||||
CeruleanCity_Gym_Text_GymStatuePlayerWon:: @ 8192719
|
||||
CeruleanCity_Gym_Text_GymStatuePlayerWon::
|
||||
.string "CERULEAN POKéMON GYM\n"
|
||||
.string "LEADER: MISTY\p"
|
||||
.string "WINNING TRAINERS:\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
CeruleanCity_House1_MapScripts:: @ 816A7EF
|
||||
CeruleanCity_House1_MapScripts::
|
||||
.byte 0
|
||||
|
||||
CeruleanCity_House1_EventScript_BadgeGuy:: @ 816A7F0
|
||||
CeruleanCity_House1_EventScript_BadgeGuy::
|
||||
lock
|
||||
faceplayer
|
||||
msgbox CeruleanCity_House1_Text_BadgesHaveAmazingSecrets
|
||||
@@ -23,7 +23,7 @@ CeruleanCity_House1_EventScript_BadgeGuy:: @ 816A7F0
|
||||
case 127, CeruleanCity_House1_EventScript_StopDescribingBadges
|
||||
end
|
||||
|
||||
CeruleanCity_House1_EventScript_DescribeAnotherBadge:: @ 816A87D
|
||||
CeruleanCity_House1_EventScript_DescribeAnotherBadge::
|
||||
message CeruleanCity_House1_Text_DescribeWhichBadge
|
||||
waitmessage
|
||||
special ReturnToListMenu
|
||||
@@ -41,47 +41,47 @@ CeruleanCity_House1_EventScript_DescribeAnotherBadge:: @ 816A87D
|
||||
case 127, CeruleanCity_House1_EventScript_StopDescribingBadges
|
||||
end
|
||||
|
||||
CeruleanCity_House1_EventScript_DescribeBoulderBadge:: @ 816A8FB
|
||||
CeruleanCity_House1_EventScript_DescribeBoulderBadge::
|
||||
msgbox CeruleanCity_House1_Text_AttackStatFlash
|
||||
goto CeruleanCity_House1_EventScript_DescribeAnotherBadge
|
||||
end
|
||||
|
||||
CeruleanCity_House1_EventScript_DescribeCascadeBadge:: @ 816A909
|
||||
CeruleanCity_House1_EventScript_DescribeCascadeBadge::
|
||||
msgbox CeruleanCity_House1_Text_ObeyLv30Cut
|
||||
goto CeruleanCity_House1_EventScript_DescribeAnotherBadge
|
||||
end
|
||||
|
||||
CeruleanCity_House1_EventScript_DescribeThunderBadge:: @ 816A917
|
||||
CeruleanCity_House1_EventScript_DescribeThunderBadge::
|
||||
msgbox CeruleanCity_House1_Text_SpeedStatFly
|
||||
goto CeruleanCity_House1_EventScript_DescribeAnotherBadge
|
||||
end
|
||||
|
||||
CeruleanCity_House1_EventScript_DescribeRainbowBadge:: @ 816A925
|
||||
CeruleanCity_House1_EventScript_DescribeRainbowBadge::
|
||||
msgbox CeruleanCity_House1_Text_ObeyLv50Strength
|
||||
goto CeruleanCity_House1_EventScript_DescribeAnotherBadge
|
||||
end
|
||||
|
||||
CeruleanCity_House1_EventScript_DescribeSoulBadge:: @ 816A933
|
||||
CeruleanCity_House1_EventScript_DescribeSoulBadge::
|
||||
msgbox CeruleanCity_House1_Text_DefenseStatSurf
|
||||
goto CeruleanCity_House1_EventScript_DescribeAnotherBadge
|
||||
end
|
||||
|
||||
CeruleanCity_House1_EventScript_DescribeMarshBadge:: @ 816A941
|
||||
CeruleanCity_House1_EventScript_DescribeMarshBadge::
|
||||
msgbox CeruleanCity_House1_Text_ObeyLv70RockSmash
|
||||
goto CeruleanCity_House1_EventScript_DescribeAnotherBadge
|
||||
end
|
||||
|
||||
CeruleanCity_House1_EventScript_DescribeVolcanoBadge:: @ 816A94F
|
||||
CeruleanCity_House1_EventScript_DescribeVolcanoBadge::
|
||||
msgbox CeruleanCity_House1_Text_SpStatsWaterfall
|
||||
goto CeruleanCity_House1_EventScript_DescribeAnotherBadge
|
||||
end
|
||||
|
||||
CeruleanCity_House1_EventScript_DescribeEarthBadge:: @ 816A95D
|
||||
CeruleanCity_House1_EventScript_DescribeEarthBadge::
|
||||
msgbox CeruleanCity_House1_Text_AllMonsWillObeyYou
|
||||
goto CeruleanCity_House1_EventScript_DescribeAnotherBadge
|
||||
end
|
||||
|
||||
CeruleanCity_House1_EventScript_StopDescribingBadges:: @ 816A96B
|
||||
CeruleanCity_House1_EventScript_StopDescribingBadges::
|
||||
msgbox CeruleanCity_House1_Text_ComeVisitAnytime
|
||||
release
|
||||
end
|
||||
|
||||
@@ -1,25 +1,25 @@
|
||||
CeruleanCity_House1_Text_BadgesHaveAmazingSecrets:: @ 81918E7
|
||||
CeruleanCity_House1_Text_BadgesHaveAmazingSecrets::
|
||||
.string "Only skilled TRAINERS can collect\n"
|
||||
.string "POKéMON BADGES.\p"
|
||||
.string "I see you have at least one.\p"
|
||||
.string "Those BADGES have amazing secrets,\n"
|
||||
.string "did you know?$"
|
||||
|
||||
CeruleanCity_House1_Text_DescribeWhichBadge:: @ 8191967
|
||||
CeruleanCity_House1_Text_DescribeWhichBadge::
|
||||
.string "Now then…\p"
|
||||
.string "Which of the eight BADGES should\n"
|
||||
.string "I describe?$"
|
||||
|
||||
CeruleanCity_House1_Text_ComeVisitAnytime:: @ 819199E
|
||||
CeruleanCity_House1_Text_ComeVisitAnytime::
|
||||
.string "Come visit me anytime you wish.$"
|
||||
|
||||
CeruleanCity_House1_Text_AttackStatFlash:: @ 81919BE
|
||||
CeruleanCity_House1_Text_AttackStatFlash::
|
||||
.string "The ATTACK stat of all your\n"
|
||||
.string "POKéMON increases a little bit.\p"
|
||||
.string "It also lets you use the move\n"
|
||||
.string "FLASH outside of battle.$"
|
||||
|
||||
CeruleanCity_House1_Text_ObeyLv30Cut:: @ 8191A31
|
||||
CeruleanCity_House1_Text_ObeyLv30Cut::
|
||||
.string "POKéMON up to Lv. 30 will obey\n"
|
||||
.string "you.\p"
|
||||
.string "That includes even outsiders you\n"
|
||||
@@ -29,13 +29,13 @@ CeruleanCity_House1_Text_ObeyLv30Cut:: @ 8191A31
|
||||
.string "It also lets you use the move\n"
|
||||
.string "CUT outside of battle.$"
|
||||
|
||||
CeruleanCity_House1_Text_SpeedStatFly:: @ 8191AF9
|
||||
CeruleanCity_House1_Text_SpeedStatFly::
|
||||
.string "The SPEED stat of all your\n"
|
||||
.string "POKéMON increases a little bit.\p"
|
||||
.string "It also lets you use the move\n"
|
||||
.string "FLY outside of battle.$"
|
||||
|
||||
CeruleanCity_House1_Text_ObeyLv50Strength:: @ 8191B69
|
||||
CeruleanCity_House1_Text_ObeyLv50Strength::
|
||||
.string "POKéMON up to Lv. 50 will obey\n"
|
||||
.string "you.\p"
|
||||
.string "That includes even outsiders you\n"
|
||||
@@ -45,13 +45,13 @@ CeruleanCity_House1_Text_ObeyLv50Strength:: @ 8191B69
|
||||
.string "It also lets you use the move\n"
|
||||
.string "STRENGTH outside of battle.$"
|
||||
|
||||
CeruleanCity_House1_Text_DefenseStatSurf:: @ 8191C36
|
||||
CeruleanCity_House1_Text_DefenseStatSurf::
|
||||
.string "The DEFENSE stat of all your\n"
|
||||
.string "POKéMON increases a little bit.\p"
|
||||
.string "It also lets you use the move\n"
|
||||
.string "SURF outside of battle.$"
|
||||
|
||||
CeruleanCity_House1_Text_ObeyLv70RockSmash:: @ 8191CA9
|
||||
CeruleanCity_House1_Text_ObeyLv70RockSmash::
|
||||
.string "POKéMON up to Lv. 70 will obey\n"
|
||||
.string "you.\p"
|
||||
.string "That includes even outsiders you\n"
|
||||
@@ -61,12 +61,12 @@ CeruleanCity_House1_Text_ObeyLv70RockSmash:: @ 8191CA9
|
||||
.string "It also lets you use the move\n"
|
||||
.string "ROCK SMASH outside of battle.$"
|
||||
|
||||
CeruleanCity_House1_Text_SpStatsWaterfall:: @ 8191D78
|
||||
CeruleanCity_House1_Text_SpStatsWaterfall::
|
||||
.string "The SP. ATK and SP. DEF stats of\n"
|
||||
.string "all your POKéMON rise a little bit.\p"
|
||||
.string "It also lets you use the move\n"
|
||||
.string "WATERFALL outside of battle.$"
|
||||
|
||||
CeruleanCity_House1_Text_AllMonsWillObeyYou:: @ 8191DF8
|
||||
CeruleanCity_House1_Text_AllMonsWillObeyYou::
|
||||
.string "All POKéMON will obey you!$"
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
CeruleanCity_House2_MapScripts:: @ 816A975
|
||||
CeruleanCity_House2_MapScripts::
|
||||
.byte 0
|
||||
|
||||
CeruleanCity_House2_EventScript_Hiker:: @ 816A976
|
||||
CeruleanCity_House2_EventScript_Hiker::
|
||||
lock
|
||||
faceplayer
|
||||
goto_if_set FLAG_GOT_TM28_FROM_ROCKET, CeruleanCity_House2_EventScript_HikerGotTM28
|
||||
@@ -9,15 +9,15 @@ CeruleanCity_House2_EventScript_Hiker:: @ 816A976
|
||||
release
|
||||
end
|
||||
|
||||
CeruleanCity_House2_EventScript_HikerGotTM28:: @ 816A98B
|
||||
CeruleanCity_House2_EventScript_HikerGotTM28::
|
||||
msgbox CeruleanCity_House2_Text_TeachDiglettDigWithoutTM
|
||||
release
|
||||
end
|
||||
|
||||
CeruleanCity_House2_EventScript_Lass:: @ 816A995
|
||||
CeruleanCity_House2_EventScript_Lass::
|
||||
msgbox CeruleanCity_House2_Text_TeamRocketTryingToDigIntoNoGood, MSGBOX_NPC
|
||||
end
|
||||
|
||||
CeruleanCity_House2_EventScript_WallHole:: @ 816A99E
|
||||
CeruleanCity_House2_EventScript_WallHole::
|
||||
msgbox CeruleanCity_House2_Text_TeamRocketLeftWayOut, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
CeruleanCity_House2_Text_RocketsStoleTMForDig:: @ 8191E13
|
||||
CeruleanCity_House2_Text_RocketsStoleTMForDig::
|
||||
.string "Those miserable ROCKETS!\p"
|
||||
.string "Look what they've done to my\n"
|
||||
.string "house!\p"
|
||||
@@ -8,15 +8,15 @@ CeruleanCity_House2_Text_RocketsStoleTMForDig:: @ 8191E13
|
||||
.string "MANKEY or a SANDSHREW…\p"
|
||||
.string "That cost me a bundle, it did!$"
|
||||
|
||||
CeruleanCity_House2_Text_TeachDiglettDigWithoutTM:: @ 8191ED8
|
||||
CeruleanCity_House2_Text_TeachDiglettDigWithoutTM::
|
||||
.string "I figure what's lost is lost.\p"
|
||||
.string "I decided to teach DIGLETT how to\n"
|
||||
.string "DIG without a TM.$"
|
||||
|
||||
CeruleanCity_House2_Text_TeamRocketTryingToDigIntoNoGood:: @ 8191F2A
|
||||
CeruleanCity_House2_Text_TeamRocketTryingToDigIntoNoGood::
|
||||
.string "TEAM ROCKET must be trying to DIG\n"
|
||||
.string "their way into no good!$"
|
||||
|
||||
CeruleanCity_House2_Text_TeamRocketLeftWayOut:: @ 8191F64
|
||||
CeruleanCity_House2_Text_TeamRocketLeftWayOut::
|
||||
.string "TEAM ROCKET left a way out!$"
|
||||
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
CeruleanCity_House3_MapScripts:: @ 816A9A7
|
||||
CeruleanCity_House3_MapScripts::
|
||||
.byte 0
|
||||
|
||||
CeruleanCity_House3_EventScript_OldWoman:: @ 816A9A8
|
||||
CeruleanCity_House3_EventScript_OldWoman::
|
||||
msgbox CeruleanCity_House3_Text_PleaseTradeWithMyHusband, MSGBOX_NPC
|
||||
end
|
||||
|
||||
CeruleanCity_House3_EventScript_Dontae:: @ 816A9B1
|
||||
CeruleanCity_House3_EventScript_Dontae::
|
||||
lock
|
||||
faceplayer
|
||||
setvar VAR_0x8008, INGAME_TRADE_JYNX
|
||||
@@ -26,18 +26,18 @@ CeruleanCity_House3_EventScript_Dontae:: @ 816A9B1
|
||||
release
|
||||
end
|
||||
|
||||
CeruleanCity_House3_EventScript_DeclineTrade:: @ 816AA0B
|
||||
CeruleanCity_House3_EventScript_DeclineTrade::
|
||||
msgbox Trade_Text_WellIfYouDontWantTo
|
||||
release
|
||||
end
|
||||
|
||||
CeruleanCity_House3_EventScript_NotRequestedMon:: @ 816AA15
|
||||
CeruleanCity_House3_EventScript_NotRequestedMon::
|
||||
getspeciesname 0, VAR_0x8009
|
||||
msgbox Trade_Text_ThisIsntMon
|
||||
release
|
||||
end
|
||||
|
||||
CeruleanCity_House3_EventScript_AlreadyTraded:: @ 816AA23
|
||||
CeruleanCity_House3_EventScript_AlreadyTraded::
|
||||
msgbox Trade_Text_HasTradedMonGrownStronger
|
||||
release
|
||||
end
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
CeruleanCity_House3_Text_PleaseTradeWithMyHusband:: @ 8191F80
|
||||
CeruleanCity_House3_Text_PleaseTradeWithMyHusband::
|
||||
.string "My husband likes trading POKéMON.\p"
|
||||
.string "You're collecting POKéMON for your\n"
|
||||
.string "POKéDEX, aren't you?\p"
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
.set LOCALID_WONDER_NEWS_BERRY_MAN, 1
|
||||
|
||||
CeruleanCity_House4_MapScripts:: @ 816ACEE
|
||||
CeruleanCity_House4_MapScripts::
|
||||
.byte 0
|
||||
|
||||
CeruleanCity_House4_EventScript_WonderNewsBerryMan:: @ 816ACEF
|
||||
CeruleanCity_House4_EventScript_WonderNewsBerryMan::
|
||||
goto_if_questlog EventScript_ReleaseEnd
|
||||
special QuestLog_CutRecording
|
||||
lock
|
||||
@@ -25,12 +25,12 @@ CeruleanCity_House4_EventScript_WonderNewsBerryMan:: @ 816ACEF
|
||||
goto_if_eq CeruleanCity_House4_EventScript_NewsDone
|
||||
end
|
||||
|
||||
CeruleanCity_House4_EventScript_NoNews:: @ 816AD59
|
||||
CeruleanCity_House4_EventScript_NoNews::
|
||||
msgbox CeruleanCity_House4_Text_NothingEntertaining
|
||||
release
|
||||
end
|
||||
|
||||
CeruleanCity_House4_EventScript_News1:: @ 816AD63
|
||||
CeruleanCity_House4_EventScript_News1::
|
||||
call CeruleanCity_House4_EventScript_MovementReactionToNews
|
||||
msgbox CeruleanCity_House4_Text_NewNewsInformativeHaveThis
|
||||
giveitem VAR_0x8008
|
||||
@@ -39,7 +39,7 @@ CeruleanCity_House4_EventScript_News1:: @ 816AD63
|
||||
release
|
||||
end
|
||||
|
||||
CeruleanCity_House4_EventScript_News2:: @ 816AD89
|
||||
CeruleanCity_House4_EventScript_News2::
|
||||
call CeruleanCity_House4_EventScript_MovementReactionToNews
|
||||
msgbox CeruleanCity_House4_Text_IncredibleNewsHaveBerries
|
||||
giveitem VAR_0x8008, 4
|
||||
@@ -48,14 +48,14 @@ CeruleanCity_House4_EventScript_News2:: @ 816AD89
|
||||
release
|
||||
end
|
||||
|
||||
CeruleanCity_House4_EventScript_NewsNotSpread:: @ 816ADAF
|
||||
CeruleanCity_House4_EventScript_NewsNotSpread::
|
||||
applymovement LOCALID_WONDER_NEWS_BERRY_MAN, Movement_FacePlayer
|
||||
waitmovement 0
|
||||
msgbox CeruleanCity_House4_Text_WishCouldShareNewsWithOthers
|
||||
release
|
||||
end
|
||||
|
||||
CeruleanCity_House4_EventScript_NewsSpread1:: @ 816ADC3
|
||||
CeruleanCity_House4_EventScript_NewsSpread1::
|
||||
call CeruleanCity_House4_EventScript_MovementReactionToNews
|
||||
msgbox CeruleanCity_House4_Text_ThanksForSpreadingNewsTakeThis
|
||||
giveitem VAR_0x8008
|
||||
@@ -64,7 +64,7 @@ CeruleanCity_House4_EventScript_NewsSpread1:: @ 816ADC3
|
||||
release
|
||||
end
|
||||
|
||||
CeruleanCity_House4_EventScript_NewsSpread2:: @ 816ADE9
|
||||
CeruleanCity_House4_EventScript_NewsSpread2::
|
||||
call CeruleanCity_House4_EventScript_MovementReactionToNews
|
||||
msgbox CeruleanCity_House4_Text_MagnificentNewsSpreadHaveBerries
|
||||
giveitem VAR_0x8008, 4
|
||||
@@ -73,14 +73,14 @@ CeruleanCity_House4_EventScript_NewsSpread2:: @ 816ADE9
|
||||
release
|
||||
end
|
||||
|
||||
CeruleanCity_House4_EventScript_NewsDone:: @ 816AE0F
|
||||
CeruleanCity_House4_EventScript_NewsDone::
|
||||
applymovement LOCALID_WONDER_NEWS_BERRY_MAN, Movement_FacePlayer
|
||||
waitmovement 0
|
||||
msgbox CeruleanCity_House4_Text_EnjoyingMyselfWithAllSortsOfNews
|
||||
release
|
||||
end
|
||||
|
||||
CeruleanCity_House4_EventScript_MovementReactionToNews:: @ 816AE23
|
||||
CeruleanCity_House4_EventScript_MovementReactionToNews::
|
||||
playse SE_PIN
|
||||
applymovement LOCALID_WONDER_NEWS_BERRY_MAN, Movement_ExclamationMark
|
||||
waitmovement 0
|
||||
@@ -90,7 +90,7 @@ CeruleanCity_House4_EventScript_MovementReactionToNews:: @ 816AE23
|
||||
waitmovement 0
|
||||
return
|
||||
|
||||
CeruleanCity_House4_EventScript_NoRoomForBerries:: @ 816AE45
|
||||
CeruleanCity_House4_EventScript_NoRoomForBerries::
|
||||
msgbox CeruleanCity_House4_Text_YourBerryPouchIsFull
|
||||
release
|
||||
end
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
CeruleanCity_House4_Text_NothingEntertaining:: @ 8192AF0
|
||||
CeruleanCity_House4_Text_NothingEntertaining::
|
||||
.string "Sigh…\n"
|
||||
.string "Too much time, too little to do…\p"
|
||||
.string "Is nothing entertaining happening\n"
|
||||
.string "anywhere?$"
|
||||
|
||||
CeruleanCity_House4_Text_NewNewsInformativeHaveThis:: @ 8192B43
|
||||
CeruleanCity_House4_Text_NewNewsInformativeHaveThis::
|
||||
.string "Ah!\n"
|
||||
.string "A new news report!\p"
|
||||
.string "Hmm…\p"
|
||||
@@ -15,7 +15,7 @@ CeruleanCity_House4_Text_NewNewsInformativeHaveThis:: @ 8192B43
|
||||
.string "As my thanks for sharing the news\n"
|
||||
.string "with me, I want you to have this.$"
|
||||
|
||||
CeruleanCity_House4_Text_IncredibleNewsHaveBerries:: @ 8192C07
|
||||
CeruleanCity_House4_Text_IncredibleNewsHaveBerries::
|
||||
.string "Oh, oh!\n"
|
||||
.string "Th-this news report!\p"
|
||||
.string "Hmm…\p"
|
||||
@@ -26,20 +26,20 @@ CeruleanCity_House4_Text_IncredibleNewsHaveBerries:: @ 8192C07
|
||||
.string "Thanks for sharing this fantastic\n"
|
||||
.string "news. Have a bunch of BERRIES!$"
|
||||
|
||||
CeruleanCity_House4_Text_WishCouldShareNewsWithOthers:: @ 8192CD5
|
||||
CeruleanCity_House4_Text_WishCouldShareNewsWithOthers::
|
||||
.string "It seems such a shame to not share\n"
|
||||
.string "this news with other folks…\p"
|
||||
.string "I wish I could tell someone…\n"
|
||||
.string "Let others know the news…$"
|
||||
|
||||
CeruleanCity_House4_Text_ThanksForSpreadingNewsTakeThis:: @ 8192D4B
|
||||
CeruleanCity_House4_Text_ThanksForSpreadingNewsTakeThis::
|
||||
.string "Ah, you've spread the news for me?\p"
|
||||
.string "Good news becomes worthwhile when\n"
|
||||
.string "all sorts of people share it.\p"
|
||||
.string "As my thanks for your spreading\n"
|
||||
.string "the news, take this!$"
|
||||
|
||||
CeruleanCity_House4_Text_MagnificentNewsSpreadHaveBerries:: @ 8192DE3
|
||||
CeruleanCity_House4_Text_MagnificentNewsSpreadHaveBerries::
|
||||
.string "You've spread the news some more?\n"
|
||||
.string "Magnificent!\p"
|
||||
.string "That piece of news must be\n"
|
||||
@@ -50,13 +50,13 @@ CeruleanCity_House4_Text_MagnificentNewsSpreadHaveBerries:: @ 8192DE3
|
||||
.string "I'll give you more BERRIES than\n"
|
||||
.string "I usually do.$"
|
||||
|
||||
CeruleanCity_House4_Text_EnjoyingMyselfWithAllSortsOfNews:: @ 8192EC5
|
||||
CeruleanCity_House4_Text_EnjoyingMyselfWithAllSortsOfNews::
|
||||
.string "I'm quite enjoying myself with all\n"
|
||||
.string "sorts of news.\p"
|
||||
.string "Yes, I am satisfied!\n"
|
||||
.string "I won't be bored for a while.$"
|
||||
|
||||
CeruleanCity_House4_Text_YourBerryPouchIsFull:: @ 8192F2A
|
||||
CeruleanCity_House4_Text_YourBerryPouchIsFull::
|
||||
.string "Hm? Your BERRY POUCH is full.\n"
|
||||
.string "My gift remains ungiven, then.$"
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
CeruleanCity_House5_MapScripts:: @ 816AE4F
|
||||
CeruleanCity_House5_MapScripts::
|
||||
.byte 0
|
||||
|
||||
CeruleanCity_House5_EventScript_BerryPowderMan:: @ 816AE50
|
||||
CeruleanCity_House5_EventScript_BerryPowderMan::
|
||||
lock
|
||||
faceplayer
|
||||
goto_if_set FLAG_GOT_POWDER_JAR, CeruleanCity_House5_EventScript_AskToExchangePowder
|
||||
@@ -18,23 +18,23 @@ CeruleanCity_House5_EventScript_BerryPowderMan:: @ 816AE50
|
||||
release
|
||||
end
|
||||
|
||||
CeruleanCity_House5_EventScript_NoBerries:: @ 816AEA3
|
||||
CeruleanCity_House5_EventScript_NoBerries::
|
||||
msgbox CeruleanCity_House1_Text_WhyMustYouLieNoBerries
|
||||
release
|
||||
end
|
||||
|
||||
CeruleanCity_House5_EventScript_NoInterestInBerries:: @ 816AEAD
|
||||
CeruleanCity_House5_EventScript_NoInterestInBerries::
|
||||
msgbox CeruleanCity_House1_Text_TakeInterestInAllSortsOfThings
|
||||
release
|
||||
end
|
||||
|
||||
CeruleanCity_House5_EventScript_AskToExchangePowder:: @ 816AEB7
|
||||
CeruleanCity_House5_EventScript_AskToExchangePowder::
|
||||
special DisplayBerryPowderVendorMenu
|
||||
msgbox CeruleanCity_House1_Text_HaveYouBroughtBerryPowder
|
||||
goto CeruleanCity_House5_EventScript_ChooseExchangeItem
|
||||
end
|
||||
|
||||
CeruleanCity_House5_EventScript_ChooseExchangeItem:: @ 816AEC8
|
||||
CeruleanCity_House5_EventScript_ChooseExchangeItem::
|
||||
message CeruleanCity_House5_Text_ExchangeWithWhat
|
||||
waitmessage
|
||||
setvar VAR_0x8004, LISTMENU_BERRY_POWDER
|
||||
@@ -56,90 +56,90 @@ CeruleanCity_House5_EventScript_ChooseExchangeItem:: @ 816AEC8
|
||||
case 127, CeruleanCity_House5_EventScript_ExitMenu
|
||||
end
|
||||
|
||||
CeruleanCity_House5_EventScript_EnergyPowder:: @ 816AF6C
|
||||
CeruleanCity_House5_EventScript_EnergyPowder::
|
||||
getitemname 0, ITEM_ENERGY_POWDER
|
||||
setvar VAR_0x8008, ITEM_ENERGY_POWDER
|
||||
setvar VAR_0x8009, 50
|
||||
goto CeruleanCity_House5_EventScript_ExchangePowderForItem
|
||||
end
|
||||
|
||||
CeruleanCity_House5_EventScript_EnergyRoot:: @ 816AF80
|
||||
CeruleanCity_House5_EventScript_EnergyRoot::
|
||||
getitemname 0, ITEM_ENERGY_ROOT
|
||||
setvar VAR_0x8008, ITEM_ENERGY_ROOT
|
||||
setvar VAR_0x8009, 80
|
||||
goto CeruleanCity_House5_EventScript_ExchangePowderForItem
|
||||
end
|
||||
|
||||
CeruleanCity_House5_EventScript_HealPowder:: @ 816AF94
|
||||
CeruleanCity_House5_EventScript_HealPowder::
|
||||
getitemname 0, ITEM_HEAL_POWDER
|
||||
setvar VAR_0x8008, ITEM_HEAL_POWDER
|
||||
setvar VAR_0x8009, 50
|
||||
goto CeruleanCity_House5_EventScript_ExchangePowderForItem
|
||||
end
|
||||
|
||||
CeruleanCity_House5_EventScript_RevivalHerb:: @ 816AFA8
|
||||
CeruleanCity_House5_EventScript_RevivalHerb::
|
||||
getitemname 0, ITEM_REVIVAL_HERB
|
||||
setvar VAR_0x8008, ITEM_REVIVAL_HERB
|
||||
setvar VAR_0x8009, 300
|
||||
goto CeruleanCity_House5_EventScript_ExchangePowderForItem
|
||||
end
|
||||
|
||||
CeruleanCity_House5_EventScript_Protein:: @ 816AFBC
|
||||
CeruleanCity_House5_EventScript_Protein::
|
||||
getitemname 0, ITEM_PROTEIN
|
||||
setvar VAR_0x8008, ITEM_PROTEIN
|
||||
setvar VAR_0x8009, 1000
|
||||
goto CeruleanCity_House5_EventScript_ExchangePowderForItem
|
||||
end
|
||||
|
||||
CeruleanCity_House5_EventScript_Iron:: @ 816AFD0
|
||||
CeruleanCity_House5_EventScript_Iron::
|
||||
getitemname 0, ITEM_IRON
|
||||
setvar VAR_0x8008, ITEM_IRON
|
||||
setvar VAR_0x8009, 1000
|
||||
goto CeruleanCity_House5_EventScript_ExchangePowderForItem
|
||||
end
|
||||
|
||||
CeruleanCity_House5_EventScript_Carbos:: @ 816AFE4
|
||||
CeruleanCity_House5_EventScript_Carbos::
|
||||
getitemname 0, ITEM_CARBOS
|
||||
setvar VAR_0x8008, ITEM_CARBOS
|
||||
setvar VAR_0x8009, 1000
|
||||
goto CeruleanCity_House5_EventScript_ExchangePowderForItem
|
||||
end
|
||||
|
||||
CeruleanCity_House5_EventScript_Calcium:: @ 816AFF8
|
||||
CeruleanCity_House5_EventScript_Calcium::
|
||||
getitemname 0, ITEM_CALCIUM
|
||||
setvar VAR_0x8008, ITEM_CALCIUM
|
||||
setvar VAR_0x8009, 1000
|
||||
goto CeruleanCity_House5_EventScript_ExchangePowderForItem
|
||||
end
|
||||
|
||||
CeruleanCity_House5_EventScript_Zinc:: @ 816B00C
|
||||
CeruleanCity_House5_EventScript_Zinc::
|
||||
getitemname 0, ITEM_ZINC
|
||||
setvar VAR_0x8008, ITEM_ZINC
|
||||
setvar VAR_0x8009, 1000
|
||||
goto CeruleanCity_House5_EventScript_ExchangePowderForItem
|
||||
end
|
||||
|
||||
CeruleanCity_House5_EventScript_HPUp:: @ 816B020
|
||||
CeruleanCity_House5_EventScript_HPUp::
|
||||
getitemname 0, ITEM_HP_UP
|
||||
setvar VAR_0x8008, ITEM_HP_UP
|
||||
setvar VAR_0x8009, 1000
|
||||
goto CeruleanCity_House5_EventScript_ExchangePowderForItem
|
||||
end
|
||||
|
||||
CeruleanCity_House5_EventScript_PPUp:: @ 816B034
|
||||
CeruleanCity_House5_EventScript_PPUp::
|
||||
getitemname 0, ITEM_PP_UP
|
||||
setvar VAR_0x8008, ITEM_PP_UP
|
||||
setvar VAR_0x8009, 3000
|
||||
goto CeruleanCity_House5_EventScript_ExchangePowderForItem
|
||||
end
|
||||
|
||||
CeruleanCity_House5_EventScript_ExitMenu:: @ 816B048
|
||||
CeruleanCity_House5_EventScript_ExitMenu::
|
||||
msgbox CeruleanCity_House1_Text_SeeMeIfYoudLikeToTradePowder
|
||||
special RemoveBerryPowderVendorMenu
|
||||
release
|
||||
end
|
||||
|
||||
CeruleanCity_House5_EventScript_ExchangePowderForItem:: @ 816B055
|
||||
CeruleanCity_House5_EventScript_ExchangePowderForItem::
|
||||
msgbox CeruleanCity_House1_Text_YoullExchangeBerryPowderForItem, MSGBOX_YESNO
|
||||
compare VAR_RESULT, NO
|
||||
goto_if_eq CeruleanCity_House5_EventScript_ChooseExchangeItem
|
||||
@@ -161,18 +161,18 @@ CeruleanCity_House5_EventScript_ExchangePowderForItem:: @ 816B055
|
||||
release
|
||||
end
|
||||
|
||||
CeruleanCity_House5_EventScript_BagIsFull:: @ 816B0BF
|
||||
CeruleanCity_House5_EventScript_BagIsFull::
|
||||
msgbox Text_BagIsFull
|
||||
special RemoveBerryPowderVendorMenu
|
||||
release
|
||||
end
|
||||
|
||||
CeruleanCity_House5_EventScript_NotEnoughBerryPowder:: @ 816B0CC
|
||||
CeruleanCity_House5_EventScript_NotEnoughBerryPowder::
|
||||
msgbox CeruleanCity_House1_Text_DontHaveEnoughBerryPowder
|
||||
goto CeruleanCity_House5_EventScript_ChooseExchangeItem
|
||||
end
|
||||
|
||||
CeruleanCity_House5_EventScript_BerryCrushRankings:: @ 816B0DA
|
||||
CeruleanCity_House5_EventScript_BerryCrushRankings::
|
||||
lockall
|
||||
goto_if_questlog EventScript_ReleaseEnd
|
||||
special ShowBerryCrushRankings
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
CeruleanCity_House1_Text_AnyInterestInBerries:: @ 8192F67
|
||||
CeruleanCity_House1_Text_AnyInterestInBerries::
|
||||
.string "I concoct a variety of medicine\n"
|
||||
.string "from BERRY POWDER.\p"
|
||||
.string "Using good BERRY POWDER, I can\n"
|
||||
@@ -6,11 +6,11 @@ CeruleanCity_House1_Text_AnyInterestInBerries:: @ 8192F67
|
||||
.string "Now tell me, have you any interest\n"
|
||||
.string "in BERRIES?$"
|
||||
|
||||
CeruleanCity_House1_Text_HaveJustTheThing:: @ 8193003
|
||||
CeruleanCity_House1_Text_HaveJustTheThing::
|
||||
.string "Ah, good! For you, then, I have\n"
|
||||
.string "just the thing.$"
|
||||
|
||||
CeruleanCity_House1_Text_GoCrushBerriesAtDirectCorner:: @ 8193033
|
||||
CeruleanCity_House1_Text_GoCrushBerriesAtDirectCorner::
|
||||
.string "There's something new on the second\n"
|
||||
.string "floor of POKéMON CENTERS, at the\l"
|
||||
.string "DIRECT CORNER.\p"
|
||||
@@ -28,43 +28,43 @@ CeruleanCity_House1_Text_GoCrushBerriesAtDirectCorner:: @ 8193033
|
||||
.string "Don't forget, crush BERRIES into\n"
|
||||
.string "BERRY POWDER and bring it to me.$"
|
||||
|
||||
CeruleanCity_House1_Text_WhyMustYouLieNoBerries:: @ 819321D
|
||||
CeruleanCity_House1_Text_WhyMustYouLieNoBerries::
|
||||
.string "Why must you lie to me?\p"
|
||||
.string "How many BERRIES do you have?\n"
|
||||
.string "Not a one!$"
|
||||
|
||||
CeruleanCity_House1_Text_TakeInterestInAllSortsOfThings:: @ 819325E
|
||||
CeruleanCity_House1_Text_TakeInterestInAllSortsOfThings::
|
||||
.string "You have no interest in BERRIES?\p"
|
||||
.string "Young one, it's important to take an\n"
|
||||
.string "interest in all sorts of things.$"
|
||||
|
||||
CeruleanCity_House1_Text_HaveYouBroughtBerryPowder:: @ 81932C5
|
||||
CeruleanCity_House1_Text_HaveYouBroughtBerryPowder::
|
||||
.string "Er-hem! Have you brought me some\n"
|
||||
.string "BERRY POWDER?$"
|
||||
|
||||
CeruleanCity_House5_Text_ExchangeWithWhat:: @ 81932F4
|
||||
CeruleanCity_House5_Text_ExchangeWithWhat::
|
||||
.string "With what would you like to \n"
|
||||
.string "exchange it?$"
|
||||
|
||||
CeruleanCity_House1_Text_YoullExchangeBerryPowderForItem:: @ 819331E
|
||||
CeruleanCity_House1_Text_YoullExchangeBerryPowderForItem::
|
||||
.string "Fine, you'll exchange your BERRY\n"
|
||||
.string "POWDER for one {STR_VAR_1}?$"
|
||||
|
||||
CeruleanCity_House1_Text_DontHaveEnoughBerryPowder:: @ 8193352
|
||||
CeruleanCity_House1_Text_DontHaveEnoughBerryPowder::
|
||||
.string "Hm? You don't have enough\n"
|
||||
.string "BERRY POWDER.$"
|
||||
|
||||
CeruleanCity_House1_Text_TradeMoreBerryPowder:: @ 819337A
|
||||
CeruleanCity_House1_Text_TradeMoreBerryPowder::
|
||||
.string "This is fine BERRY POWDER indeed.\n"
|
||||
.string "It will make excellent medicine.\p"
|
||||
.string "Would you like to trade more BERRY\n"
|
||||
.string "POWDER for something else?$"
|
||||
|
||||
CeruleanCity_House1_Text_HopeToSeeYouAgain:: @ 81933FB
|
||||
CeruleanCity_House1_Text_HopeToSeeYouAgain::
|
||||
.string "That's fine, then.\n"
|
||||
.string "I'll hope to see you back again.$"
|
||||
|
||||
CeruleanCity_House1_Text_SeeMeIfYoudLikeToTradePowder:: @ 819342F
|
||||
CeruleanCity_House1_Text_SeeMeIfYoudLikeToTradePowder::
|
||||
.string "Come see me if you'd like to trade\n"
|
||||
.string "your BERRY POWDER.$"
|
||||
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
CeruleanCity_Mart_MapScripts:: @ 816AC9D
|
||||
CeruleanCity_Mart_MapScripts::
|
||||
.byte 0
|
||||
|
||||
CeruleanCity_Mart_EventScript_Youngster:: @ 816AC9E
|
||||
CeruleanCity_Mart_EventScript_Youngster::
|
||||
msgbox CeruleanCity_Mart_Text_RepelWorksOnWeakMons, MSGBOX_NPC
|
||||
end
|
||||
|
||||
CeruleanCity_Mart_EventScript_Woman:: @ 816ACA7
|
||||
CeruleanCity_Mart_EventScript_Woman::
|
||||
msgbox CeruleanCity_Mart_Text_DoYouKnowAboutRareCandy, MSGBOX_NPC
|
||||
end
|
||||
|
||||
CeruleanCity_Mart_EventScript_Clerk:: @ 816ACB0
|
||||
CeruleanCity_Mart_EventScript_Clerk::
|
||||
goto_if_questlog EventScript_ReleaseEnd
|
||||
lock
|
||||
faceplayer
|
||||
@@ -21,7 +21,7 @@ CeruleanCity_Mart_EventScript_Clerk:: @ 816ACB0
|
||||
end
|
||||
|
||||
.align 2
|
||||
CeruleanCity_Mart_Items:: @ 816ACD8
|
||||
CeruleanCity_Mart_Items::
|
||||
.2byte ITEM_POKE_BALL
|
||||
.2byte ITEM_SUPER_POTION
|
||||
.2byte ITEM_POTION
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
CeruleanCity_Mart_Text_RepelWorksOnWeakMons:: @ 81929C2
|
||||
CeruleanCity_Mart_Text_RepelWorksOnWeakMons::
|
||||
.string "REPEL not only keeps bugs away,\n"
|
||||
.string "it also works on weak POKéMON.\p"
|
||||
.string "Put your strongest POKéMON at the\n"
|
||||
@@ -6,7 +6,7 @@ CeruleanCity_Mart_Text_RepelWorksOnWeakMons:: @ 81929C2
|
||||
.string "If your first POKéMON is strong,\n"
|
||||
.string "REPEL's effect is boosted.$"
|
||||
|
||||
CeruleanCity_Mart_Text_DoYouKnowAboutRareCandy:: @ 8192A79
|
||||
CeruleanCity_Mart_Text_DoYouKnowAboutRareCandy::
|
||||
.string "Do you know about RARE CANDY?\n"
|
||||
.string "They don't sell it in shops.\p"
|
||||
.string "I think it makes POKéMON grow\n"
|
||||
|
||||
@@ -1,28 +1,28 @@
|
||||
CeruleanCity_PokemonCenter_1F_MapScripts:: @ 816AA2D
|
||||
CeruleanCity_PokemonCenter_1F_MapScripts::
|
||||
map_script MAP_SCRIPT_ON_TRANSITION, CeruleanCity_PokemonCenter_1F_OnTransition
|
||||
map_script MAP_SCRIPT_ON_RESUME, CableClub_OnResume
|
||||
.byte 0
|
||||
|
||||
CeruleanCity_PokemonCenter_1F_OnTransition:: @ 816AA38
|
||||
CeruleanCity_PokemonCenter_1F_OnTransition::
|
||||
setrespawn SPAWN_CERULEAN_CITY
|
||||
end
|
||||
|
||||
CeruleanCity_PokemonCenter_1F_EventScript_Nurse:: @ 816AA3C
|
||||
CeruleanCity_PokemonCenter_1F_EventScript_Nurse::
|
||||
lock
|
||||
faceplayer
|
||||
call EventScript_PkmnCenterNurse
|
||||
release
|
||||
end
|
||||
|
||||
CeruleanCity_PokemonCenter_1F_EventScript_Gentleman:: @ 816AA45
|
||||
CeruleanCity_PokemonCenter_1F_EventScript_Gentleman::
|
||||
msgbox CeruleanCity_PokemonCenter_1F_Text_EveryoneCallsBillPokemaniac, MSGBOX_NPC
|
||||
end
|
||||
|
||||
CeruleanCity_PokemonCenter_1F_EventScript_Rocker:: @ 816AA4E
|
||||
CeruleanCity_PokemonCenter_1F_EventScript_Rocker::
|
||||
msgbox CeruleanCity_PokemonCenter_1F_Text_BillDoesWhateverForRareMons, MSGBOX_NPC
|
||||
end
|
||||
|
||||
CeruleanCity_PokemonCenter_1F_EventScript_Youngster:: @ 816AA57
|
||||
CeruleanCity_PokemonCenter_1F_EventScript_Youngster::
|
||||
lock
|
||||
faceplayer
|
||||
famechecker FAMECHECKER_BILL, 1
|
||||
@@ -30,6 +30,6 @@ CeruleanCity_PokemonCenter_1F_EventScript_Youngster:: @ 816AA57
|
||||
release
|
||||
end
|
||||
|
||||
CeruleanCity_PokemonCenter_1F_EventScript_Lass:: @ 816AA70
|
||||
CeruleanCity_PokemonCenter_1F_EventScript_Lass::
|
||||
msgbox CeruleanCity_PokemonCenter_1F_Text_TryTradingUpstairs, MSGBOX_NPC
|
||||
end
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
CeruleanCity_PokemonCenter_1F_Text_BillDoesWhateverForRareMons:: @ 8191FFB
|
||||
CeruleanCity_PokemonCenter_1F_Text_BillDoesWhateverForRareMons::
|
||||
.string "That BILL!\p"
|
||||
.string "I heard that he'll do whatever it\n"
|
||||
.string "takes to get rare POKéMON.\p"
|
||||
.string "He's not above doing all sorts\n"
|
||||
.string "of things, I've heard.$"
|
||||
|
||||
CeruleanCity_PokemonCenter_1F_Text_EveryoneCallsBillPokemaniac:: @ 8192079
|
||||
CeruleanCity_PokemonCenter_1F_Text_EveryoneCallsBillPokemaniac::
|
||||
.string "Have you heard about BILL?\p"
|
||||
.string "Everyone calls him a POKéMANIAC!\p"
|
||||
.string "I think people are just jealous of\n"
|
||||
@@ -13,11 +13,11 @@ CeruleanCity_PokemonCenter_1F_Text_EveryoneCallsBillPokemaniac:: @ 8192079
|
||||
.string "Who wouldn't want to boast about\n"
|
||||
.string "their POKéMON?$"
|
||||
|
||||
CeruleanCity_PokemonCenter_1F_Text_BillCollectsRareMons:: @ 8192116
|
||||
CeruleanCity_PokemonCenter_1F_Text_BillCollectsRareMons::
|
||||
.string "BILL has lots of POKéMON!\n"
|
||||
.string "He collects rare ones, too!$"
|
||||
|
||||
CeruleanCity_PokemonCenter_1F_Text_TryTradingUpstairs:: @ 819214C
|
||||
CeruleanCity_PokemonCenter_1F_Text_TryTradingUpstairs::
|
||||
.string "Why don't you go upstairs and try\n"
|
||||
.string "trading POKéMON with your friends?\p"
|
||||
.string "You could get a lot more variety\n"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
CeruleanCity_PokemonCenter_2F_MapScripts:: @ 816AA79
|
||||
CeruleanCity_PokemonCenter_2F_MapScripts::
|
||||
map_script MAP_SCRIPT_ON_FRAME_TABLE, CableClub_OnFrame
|
||||
map_script MAP_SCRIPT_ON_WARP_INTO_MAP_TABLE, CableClub_OnWarp
|
||||
map_script MAP_SCRIPT_ON_LOAD, CableClub_OnLoad
|
||||
@@ -6,14 +6,14 @@ CeruleanCity_PokemonCenter_2F_MapScripts:: @ 816AA79
|
||||
.byte 0
|
||||
|
||||
@ The below 3 are unused and leftover from RS
|
||||
CeruleanCity_PokemonCenter_2F_EventScript_Colosseum:: @ 816AA8E
|
||||
CeruleanCity_PokemonCenter_2F_EventScript_Colosseum::
|
||||
call CableClub_EventScript_Colosseum
|
||||
end
|
||||
|
||||
CeruleanCity_PokemonCenter_2F_EventScript_TradeCenter:: @ 816AA94
|
||||
CeruleanCity_PokemonCenter_2F_EventScript_TradeCenter::
|
||||
call CableClub_EventScript_TradeCenter
|
||||
end
|
||||
|
||||
CeruleanCity_PokemonCenter_2F_EventScript_RecordCorner:: @ 816AA9A
|
||||
CeruleanCity_PokemonCenter_2F_EventScript_RecordCorner::
|
||||
call CableClub_EventScript_RecordCorner
|
||||
end
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
.equ LOCALID_BILL, 3
|
||||
.equ LOCALID_SEAGALLOP, 4
|
||||
|
||||
CinnabarIsland_MapScripts:: @ 8166ED6
|
||||
CinnabarIsland_MapScripts::
|
||||
map_script MAP_SCRIPT_ON_TRANSITION, CinnabarIsland_OnTransition
|
||||
map_script MAP_SCRIPT_ON_FRAME_TABLE, CinnabarIsland_OnFrame
|
||||
.byte 0
|
||||
|
||||
CinnabarIsland_OnTransition:: @ 8166EE1
|
||||
CinnabarIsland_OnTransition::
|
||||
setworldmapflag FLAG_WORLD_MAP_CINNABAR_ISLAND
|
||||
call CinnabarIsland_EventScript_CheckUnlockGym
|
||||
compare VAR_MAP_SCENE_CINNABAR_ISLAND, 1
|
||||
@@ -17,7 +17,7 @@ CinnabarIsland_OnTransition:: @ 8166EE1
|
||||
call_if_eq CinnabarIsland_EventScript_ReadyObjectsSailToOneIslandFromPokeCenter
|
||||
end
|
||||
|
||||
CinnabarIsland_EventScript_ReadyObjectsSailToOneIslandFromPokeCenter:: @ 8166F0B
|
||||
CinnabarIsland_EventScript_ReadyObjectsSailToOneIslandFromPokeCenter::
|
||||
savebgm MUS_FOLLOW_ME
|
||||
setflag FLAG_TEMP_2
|
||||
setobjectxyperm LOCALID_BILL, 15, 12
|
||||
@@ -25,7 +25,7 @@ CinnabarIsland_EventScript_ReadyObjectsSailToOneIslandFromPokeCenter:: @ 8166F0B
|
||||
setobjectxyperm LOCALID_SEAGALLOP, 30, 12
|
||||
return
|
||||
|
||||
CinnabarIsland_EventScript_ReadyObjectsSailToOneIsland:: @ 8166F24
|
||||
CinnabarIsland_EventScript_ReadyObjectsSailToOneIsland::
|
||||
getplayerxy VAR_0x8004, VAR_0x8005
|
||||
compare VAR_0x8004, 18
|
||||
goto_if_ge CinnabarIsland_EventScript_MoveSeagallopDown
|
||||
@@ -35,30 +35,30 @@ CinnabarIsland_EventScript_ReadyObjectsSailToOneIsland:: @ 8166F24
|
||||
setobjectxyperm LOCALID_SEAGALLOP, 30, 12
|
||||
return
|
||||
|
||||
CinnabarIsland_EventScript_MoveSeagallopDown:: @ 8166F4A
|
||||
CinnabarIsland_EventScript_MoveSeagallopDown::
|
||||
setobjectxyperm LOCALID_SEAGALLOP, 30, 8
|
||||
return
|
||||
|
||||
CinnabarIsland_EventScript_ReadyObjectsReturnFromSeviiIslands:: @ 8166F52
|
||||
CinnabarIsland_EventScript_ReadyObjectsReturnFromSeviiIslands::
|
||||
setobjectxyperm LOCALID_BILL, 21, 8
|
||||
setobjectmovementtype LOCALID_BILL, MOVEMENT_TYPE_FACE_UP
|
||||
return
|
||||
|
||||
CinnabarIsland_EventScript_CheckUnlockGym:: @ 8166F5E
|
||||
CinnabarIsland_EventScript_CheckUnlockGym::
|
||||
goto_if_set FLAG_HIDE_POKEMON_MANSION_B1F_SECRET_KEY, CinnabarIsland_EventScript_UnlockGym
|
||||
return
|
||||
|
||||
CinnabarIsland_EventScript_UnlockGym:: @ 8166F68
|
||||
CinnabarIsland_EventScript_UnlockGym::
|
||||
setvar VAR_TEMP_1, 1
|
||||
return
|
||||
|
||||
CinnabarIsland_OnFrame:: @ 8166F6E
|
||||
CinnabarIsland_OnFrame::
|
||||
map_script_2 VAR_MAP_SCENE_CINNABAR_ISLAND_2, 1, CinnabarIsland_EventScript_ExitPokeCenterForOneIsland
|
||||
map_script_2 VAR_MAP_SCENE_CINNABAR_ISLAND, 1, CinnabarIsland_EventScript_BillScene
|
||||
map_script_2 VAR_MAP_SCENE_CINNABAR_ISLAND, 3, CinnabarIsland_EventScript_ReturnFromSeviiIslands
|
||||
.2byte 0
|
||||
|
||||
CinnabarIsland_EventScript_ExitPokeCenterForOneIsland:: @ 8166F88
|
||||
CinnabarIsland_EventScript_ExitPokeCenterForOneIsland::
|
||||
lockall
|
||||
clearflag FLAG_DONT_TRANSITION_MUSIC
|
||||
savebgm MUS_DUMMY
|
||||
@@ -69,7 +69,7 @@ CinnabarIsland_EventScript_ExitPokeCenterForOneIsland:: @ 8166F88
|
||||
releaseall
|
||||
end
|
||||
|
||||
CinnabarIsland_EventScript_ReturnFromSeviiIslands:: @ 8166FA0
|
||||
CinnabarIsland_EventScript_ReturnFromSeviiIslands::
|
||||
lockall
|
||||
textcolor 0
|
||||
msgbox CinnabarIsland_Text_IfYouHaveTriPassYouCanGoAgain
|
||||
@@ -83,7 +83,7 @@ CinnabarIsland_EventScript_ReturnFromSeviiIslands:: @ 8166FA0
|
||||
releaseall
|
||||
end
|
||||
|
||||
CinnabarIsland_Movement_BillExit:: @ 8166FC6
|
||||
CinnabarIsland_Movement_BillExit::
|
||||
walk_down
|
||||
walk_down
|
||||
walk_down
|
||||
@@ -92,7 +92,7 @@ CinnabarIsland_Movement_BillExit:: @ 8166FC6
|
||||
walk_down
|
||||
step_end
|
||||
|
||||
CinnabarIsland_EventScript_BillScene:: @ 8166FCD
|
||||
CinnabarIsland_EventScript_BillScene::
|
||||
lockall
|
||||
textcolor 0
|
||||
call_if_unset FLAG_TEMP_2, CinnabarIsland_EventScript_BillFacePlayer1
|
||||
@@ -112,36 +112,36 @@ CinnabarIsland_EventScript_BillScene:: @ 8166FCD
|
||||
goto_if_eq CinnabarIsland_EventScript_DeclineSailToOneIsland
|
||||
end
|
||||
|
||||
CinnabarIsland_EventScript_BillFacePlayer1:: @ 8167032
|
||||
CinnabarIsland_EventScript_BillFacePlayer1::
|
||||
applymovement LOCALID_BILL, Movement_WalkInPlaceFastestUp
|
||||
waitmovement 0
|
||||
return
|
||||
|
||||
CinnabarIsland_EventScript_BillFacePlayer2:: @ 816703D
|
||||
CinnabarIsland_EventScript_BillFacePlayer2::
|
||||
applymovement LOCALID_BILL, Movement_WalkInPlaceFastestLeft
|
||||
waitmovement 0
|
||||
return
|
||||
|
||||
CinnabarIsland_EventScript_BillApproachPlayer1:: @ 8167048
|
||||
CinnabarIsland_EventScript_BillApproachPlayer1::
|
||||
applymovement LOCALID_BILL, CinnabarIsland_Movement_BillApproachPlayer1
|
||||
waitmovement 0
|
||||
return
|
||||
|
||||
CinnabarIsland_EventScript_BillApproachPlayer2:: @ 8167053
|
||||
CinnabarIsland_EventScript_BillApproachPlayer2::
|
||||
applymovement LOCALID_BILL, CinnabarIsland_Movement_BillApproachPlayer2
|
||||
waitmovement 0
|
||||
applymovement OBJ_EVENT_ID_PLAYER, Movement_WalkInPlaceFastestRight
|
||||
waitmovement 0
|
||||
return
|
||||
|
||||
CinnabarIsland_EventScript_AgreeSailToOneIsland:: @ 8167068
|
||||
CinnabarIsland_EventScript_AgreeSailToOneIsland::
|
||||
msgbox CinnabarIsland_Text_AllRightLetsGo
|
||||
closemessage
|
||||
call CinnabarIsland_EventScript_SailToOneIsland
|
||||
releaseall
|
||||
end
|
||||
|
||||
CinnabarIsland_EventScript_DeclineSailToOneIsland:: @ 8167078
|
||||
CinnabarIsland_EventScript_DeclineSailToOneIsland::
|
||||
msgbox CinnabarIsland_Text_IllBeWaitingInPokeCenter
|
||||
closemessage
|
||||
call_if_unset FLAG_TEMP_2, CinnabarIsland_EventScript_BillExitToPokeCenter
|
||||
@@ -152,12 +152,12 @@ CinnabarIsland_EventScript_DeclineSailToOneIsland:: @ 8167078
|
||||
releaseall
|
||||
end
|
||||
|
||||
CinnabarIsland_EventScript_BillExitToPokeCenter:: @ 81670A0
|
||||
CinnabarIsland_EventScript_BillExitToPokeCenter::
|
||||
applymovement LOCALID_BILL, CinnabarIsland_Movement_BillExitToPokeCenter
|
||||
waitmovement 0
|
||||
return
|
||||
|
||||
CinnabarIsland_Movement_BillExitToPokeCenter:: @ 81670AB
|
||||
CinnabarIsland_Movement_BillExitToPokeCenter::
|
||||
walk_right
|
||||
walk_down
|
||||
walk_down
|
||||
@@ -167,7 +167,7 @@ CinnabarIsland_Movement_BillExitToPokeCenter:: @ 81670AB
|
||||
walk_down
|
||||
step_end
|
||||
|
||||
CinnabarIsland_EventScript_BillReturnToPokeCenter:: @ 81670B3
|
||||
CinnabarIsland_EventScript_BillReturnToPokeCenter::
|
||||
applymovement OBJ_EVENT_ID_PLAYER, CinnabarIsland_Movement_PlayerWatchBillExit
|
||||
applymovement LOCALID_BILL, CinnabarIsland_Movement_BillApproachDoor
|
||||
waitmovement 0
|
||||
@@ -179,25 +179,25 @@ CinnabarIsland_EventScript_BillReturnToPokeCenter:: @ 81670B3
|
||||
waitdooranim
|
||||
return
|
||||
|
||||
CinnabarIsland_Movement_PlayerWatchBillExit:: @ 81670DB
|
||||
CinnabarIsland_Movement_PlayerWatchBillExit::
|
||||
walk_left
|
||||
walk_in_place_fastest_right
|
||||
step_end
|
||||
|
||||
CinnabarIsland_Movement_BillApproachDoor:: @ 81670DE
|
||||
CinnabarIsland_Movement_BillApproachDoor::
|
||||
delay_16
|
||||
walk_left
|
||||
walk_in_place_fastest_up
|
||||
step_end
|
||||
|
||||
CinnabarIsland_Movement_BillReEnterPokeCenter:: @ 81670E2
|
||||
CinnabarIsland_Movement_BillReEnterPokeCenter::
|
||||
walk_up
|
||||
delay_4
|
||||
set_invisible
|
||||
step_end
|
||||
|
||||
@ Can be triggered outside, or after talking to Bill in the poke center
|
||||
CinnabarIsland_EventScript_SailToOneIsland:: @ 81670E6
|
||||
CinnabarIsland_EventScript_SailToOneIsland::
|
||||
call_if_set FLAG_TEMP_2, CinnabarIsland_EventScript_ApproachShore
|
||||
addobject LOCALID_SEAGALLOP
|
||||
call_if_unset FLAG_TEMP_2, CinnabarIsland_EventScript_BoatArrive
|
||||
@@ -216,36 +216,36 @@ CinnabarIsland_EventScript_SailToOneIsland:: @ 81670E6
|
||||
goto EventScript_SetSail
|
||||
end
|
||||
|
||||
CinnabarIsland_EventScript_ApproachShore:: @ 8167142
|
||||
CinnabarIsland_EventScript_ApproachShore::
|
||||
applymovement LOCALID_BILL, CinnabarIsland_Movement_ApproachShore
|
||||
applymovement OBJ_EVENT_ID_PLAYER, CinnabarIsland_Movement_ApproachShore
|
||||
waitmovement 0
|
||||
return
|
||||
|
||||
CinnabarIsland_EventScript_BoatArrive:: @ 8167154
|
||||
CinnabarIsland_EventScript_BoatArrive::
|
||||
applymovement LOCALID_BILL, CinnabarIsland_Movement_BillFaceBoat
|
||||
applymovement LOCALID_SEAGALLOP, CinnabarIsland_Movement_BoatArrive
|
||||
waitmovement 0
|
||||
return
|
||||
|
||||
CinnabarIsland_EventScript_BoatArriveExitedPokeCenter:: @ 8167166
|
||||
CinnabarIsland_EventScript_BoatArriveExitedPokeCenter::
|
||||
applymovement LOCALID_SEAGALLOP, CinnabarIsland_Movement_BoatArrive
|
||||
waitmovement 0
|
||||
return
|
||||
|
||||
CinnabarIsland_EventScript_BoardBoat:: @ 8167171
|
||||
CinnabarIsland_EventScript_BoardBoat::
|
||||
applymovement LOCALID_BILL, CinnabarIsland_Movement_BillBoardBoat
|
||||
applymovement OBJ_EVENT_ID_PLAYER, CinnabarIsland_Movement_PlayerBoardBoat
|
||||
waitmovement 0
|
||||
return
|
||||
|
||||
CinnabarIsland_EventScript_BoardBoatExitedPokeCenter:: @ 8167183
|
||||
CinnabarIsland_EventScript_BoardBoatExitedPokeCenter::
|
||||
applymovement LOCALID_BILL, CinnabarIsland_Movement_BillBoardBoatFromShore
|
||||
applymovement OBJ_EVENT_ID_PLAYER, CinnabarIsland_Movement_PlayerBoardBoatFromShore
|
||||
waitmovement 0
|
||||
return
|
||||
|
||||
CinnabarIsland_Movement_BoatArrive:: @ 8167195
|
||||
CinnabarIsland_Movement_BoatArrive::
|
||||
delay_16
|
||||
delay_16
|
||||
walk_fast_left
|
||||
@@ -255,7 +255,7 @@ CinnabarIsland_Movement_BoatArrive:: @ 8167195
|
||||
walk_slower_left
|
||||
step_end
|
||||
|
||||
CinnabarIsland_Movement_BillBoardBoat:: @ 816719D
|
||||
CinnabarIsland_Movement_BillBoardBoat::
|
||||
walk_right
|
||||
walk_down
|
||||
walk_down
|
||||
@@ -264,24 +264,24 @@ CinnabarIsland_Movement_BillBoardBoat:: @ 816719D
|
||||
set_invisible
|
||||
step_end
|
||||
|
||||
CinnabarIsland_Movement_BillApproachPlayer1:: @ 81671A4
|
||||
CinnabarIsland_Movement_BillApproachPlayer1::
|
||||
walk_up
|
||||
step_end
|
||||
|
||||
CinnabarIsland_Movement_BillApproachPlayer2:: @ 81671A6
|
||||
CinnabarIsland_Movement_BillApproachPlayer2::
|
||||
walk_left
|
||||
walk_left
|
||||
walk_left
|
||||
step_end
|
||||
|
||||
CinnabarIsland_Movement_BillFaceBoat:: @ 81671AA
|
||||
CinnabarIsland_Movement_BillFaceBoat::
|
||||
delay_16
|
||||
delay_16
|
||||
delay_8
|
||||
walk_in_place_fastest_right
|
||||
step_end
|
||||
|
||||
CinnabarIsland_Movement_ApproachShore:: @ 81671AF
|
||||
CinnabarIsland_Movement_ApproachShore::
|
||||
walk_right
|
||||
walk_right
|
||||
walk_right
|
||||
@@ -290,13 +290,13 @@ CinnabarIsland_Movement_ApproachShore:: @ 81671AF
|
||||
walk_right
|
||||
step_end
|
||||
|
||||
CinnabarIsland_Movement_BillBoardBoatFromShore:: @ 81671B6
|
||||
CinnabarIsland_Movement_BillBoardBoatFromShore::
|
||||
walk_right
|
||||
delay_4
|
||||
set_invisible
|
||||
step_end
|
||||
|
||||
CinnabarIsland_Movement_PlayerBoardBoat:: @ 81671BA
|
||||
CinnabarIsland_Movement_PlayerBoardBoat::
|
||||
walk_down
|
||||
walk_right
|
||||
walk_down
|
||||
@@ -308,7 +308,7 @@ CinnabarIsland_Movement_PlayerBoardBoat:: @ 81671BA
|
||||
set_invisible
|
||||
step_end
|
||||
|
||||
CinnabarIsland_Movement_PlayerBoardBoatFromShore:: @ 81671C4
|
||||
CinnabarIsland_Movement_PlayerBoardBoatFromShore::
|
||||
walk_right
|
||||
delay_4
|
||||
walk_right
|
||||
@@ -317,7 +317,7 @@ CinnabarIsland_Movement_PlayerBoardBoatFromShore:: @ 81671C4
|
||||
step_end
|
||||
|
||||
@ Triggered when VAR_TEMP_1 is 0
|
||||
CinnabarIsland_EventScript_GymDoorLocked:: @ 81671CA
|
||||
CinnabarIsland_EventScript_GymDoorLocked::
|
||||
lockall
|
||||
applymovement OBJ_EVENT_ID_PLAYER, Movement_WalkInPlaceFastestUp
|
||||
waitmovement 0
|
||||
@@ -329,11 +329,11 @@ CinnabarIsland_EventScript_GymDoorLocked:: @ 81671CA
|
||||
releaseall
|
||||
end
|
||||
|
||||
CinnabarIsland_Movement_ForcePlayerFromDoor:: @ 81671ED
|
||||
CinnabarIsland_Movement_ForcePlayerFromDoor::
|
||||
walk_down
|
||||
step_end
|
||||
|
||||
CinnabarIsland_EventScript_Woman:: @ 81671EF
|
||||
CinnabarIsland_EventScript_Woman::
|
||||
lock
|
||||
faceplayer
|
||||
famechecker FAMECHECKER_BLAINE, 3
|
||||
@@ -341,19 +341,19 @@ CinnabarIsland_EventScript_Woman:: @ 81671EF
|
||||
release
|
||||
end
|
||||
|
||||
CinnabarIsland_EventScript_OldMan:: @ 8167208
|
||||
CinnabarIsland_EventScript_OldMan::
|
||||
msgbox CinnabarIsland_Text_ScientistsExperimentInMansion, MSGBOX_NPC
|
||||
end
|
||||
|
||||
CinnabarIsland_EventScript_IslandSign:: @ 8167211
|
||||
CinnabarIsland_EventScript_IslandSign::
|
||||
msgbox CinnabarIsland_Text_IslandSign, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
CinnabarIsland_EventScript_PokemonLabSign:: @ 816721A
|
||||
CinnabarIsland_EventScript_PokemonLabSign::
|
||||
msgbox CinnabarIsland_Text_PokemonLab, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
CinnabarIsland_EventScript_GymSign:: @ 8167223
|
||||
CinnabarIsland_EventScript_GymSign::
|
||||
lockall
|
||||
famechecker FAMECHECKER_BLAINE, 0
|
||||
msgbox CinnabarIsland_Text_GymSign
|
||||
|
||||
@@ -1,35 +1,35 @@
|
||||
CinnabarIsland_Text_DoorIsLocked:: @ 8180B20
|
||||
CinnabarIsland_Text_DoorIsLocked::
|
||||
.string "The door is locked…$"
|
||||
|
||||
CinnabarIsland_Text_BlaineLivedHereSinceBeforeLab:: @ 8180B34
|
||||
CinnabarIsland_Text_BlaineLivedHereSinceBeforeLab::
|
||||
.string "CINNABAR GYM's BLAINE is quite the\n"
|
||||
.string "odd fellow.\p"
|
||||
.string "He's lived on the island since way\n"
|
||||
.string "before the LAB was built.$"
|
||||
|
||||
CinnabarIsland_Text_ScientistsExperimentInMansion:: @ 8180BA0
|
||||
CinnabarIsland_Text_ScientistsExperimentInMansion::
|
||||
.string "Scientists conduct experiments \n"
|
||||
.string "in the burned-out building.\p"
|
||||
.string "You know, the one they call the\n"
|
||||
.string "POKéMON MANSION.$"
|
||||
|
||||
CinnabarIsland_Text_IslandSign:: @ 8180C0D
|
||||
CinnabarIsland_Text_IslandSign::
|
||||
.string "CINNABAR ISLAND\n"
|
||||
.string "The Fiery Town of Burning Desire$"
|
||||
|
||||
CinnabarIsland_Text_PokemonLab:: @ 8180C3E
|
||||
CinnabarIsland_Text_PokemonLab::
|
||||
.string "POKéMON LAB$"
|
||||
|
||||
CinnabarIsland_Text_GymSign:: @ 8180C4A
|
||||
CinnabarIsland_Text_GymSign::
|
||||
.string "CINNABAR ISLAND POKéMON GYM\n"
|
||||
.string "LEADER: BLAINE\l"
|
||||
.string "The Hotheaded Quiz Master!$"
|
||||
|
||||
CinnabarIsland_Text_HeyIfItIsntPlayer:: @ 8180C90
|
||||
CinnabarIsland_Text_HeyIfItIsntPlayer::
|
||||
.string "Huh?\n"
|
||||
.string "Hey, if it isn't {PLAYER}!$"
|
||||
|
||||
CinnabarIsland_Text_ComeWithMeToOneIsland:: @ 8180CAA
|
||||
CinnabarIsland_Text_ComeWithMeToOneIsland::
|
||||
.string "Look, it's me, BILL.\n"
|
||||
.string "Long time no see!\p"
|
||||
.string "I hope you're still using my\n"
|
||||
@@ -43,11 +43,11 @@ CinnabarIsland_Text_ComeWithMeToOneIsland:: @ 8180CAA
|
||||
.string "How about it?\n"
|
||||
.string "Do you feel like coming with me?$"
|
||||
|
||||
CinnabarIsland_Text_AllRightLetsGo:: @ 8180DDD
|
||||
CinnabarIsland_Text_AllRightLetsGo::
|
||||
.string "All right, then.\n"
|
||||
.string "Let's go!$"
|
||||
|
||||
CinnabarIsland_Text_IllBeWaitingInPokeCenter:: @ 8180DF8
|
||||
CinnabarIsland_Text_IllBeWaitingInPokeCenter::
|
||||
.string "What, are you too busy?\p"
|
||||
.string "Well, all right.\n"
|
||||
.string "The boat hasn't arrived yet anyway.\p"
|
||||
@@ -56,13 +56,13 @@ CinnabarIsland_Text_IllBeWaitingInPokeCenter:: @ 8180DF8
|
||||
.string "Come see me when you're done with\n"
|
||||
.string "your business here.$"
|
||||
|
||||
CinnabarIsland_Text_MyPalsBoatArrived:: @ 8180EAD
|
||||
CinnabarIsland_Text_MyPalsBoatArrived::
|
||||
.string "Looks like my pal's boat arrived,\n"
|
||||
.string "too.\p"
|
||||
.string "He sent it specially here to\n"
|
||||
.string "CINNABAR to pick me up.$"
|
||||
|
||||
CinnabarIsland_Text_IfYouHaveTriPassYouCanGoAgain:: @ 8180F09
|
||||
CinnabarIsland_Text_IfYouHaveTriPassYouCanGoAgain::
|
||||
.string "Hey, wasn't that a long cruise?\p"
|
||||
.string "My buddy CELIO seemed to enjoy\n"
|
||||
.string "your company.\p"
|
||||
|
||||
@@ -5,11 +5,11 @@
|
||||
.set LOCALID_DUSTY, 6
|
||||
.set LOCALID_ZAC, 7
|
||||
|
||||
CinnabarIsland_Gym_MapScripts:: @ 816D94B
|
||||
CinnabarIsland_Gym_MapScripts::
|
||||
map_script MAP_SCRIPT_ON_LOAD, CinnabarIsland_Gym_OnLoad
|
||||
.byte 0
|
||||
|
||||
CinnabarIsland_Gym_OnLoad:: @ 816D951
|
||||
CinnabarIsland_Gym_OnLoad::
|
||||
goto_if_set FLAG_DEFEATED_BLAINE, CinnabarIsland_Gym_OnLoadOpenAllDoors
|
||||
call_if_set FLAG_CINNABAR_GYM_QUIZ_1, CinnabarIsland_Gym_OnLoadOpenDoor1
|
||||
call_if_set FLAG_CINNABAR_GYM_QUIZ_2, CinnabarIsland_Gym_OnLoadOpenDoor2
|
||||
@@ -19,7 +19,7 @@ CinnabarIsland_Gym_OnLoad:: @ 816D951
|
||||
call_if_set FLAG_CINNABAR_GYM_QUIZ_6, CinnabarIsland_Gym_OnLoadOpenDoor6
|
||||
end
|
||||
|
||||
CinnabarIsland_Gym_OnLoadOpenAllDoors:: @ 816D991
|
||||
CinnabarIsland_Gym_OnLoadOpenAllDoors::
|
||||
call CinnabarIsland_Gym_EventScript_OpenDoor1
|
||||
call CinnabarIsland_Gym_EventScript_OpenDoor2
|
||||
call CinnabarIsland_Gym_EventScript_OpenDoor3
|
||||
@@ -28,31 +28,31 @@ CinnabarIsland_Gym_OnLoadOpenAllDoors:: @ 816D991
|
||||
call CinnabarIsland_Gym_EventScript_OpenDoor6
|
||||
end
|
||||
|
||||
CinnabarIsland_Gym_OnLoadOpenDoor1:: @ 816D9B0
|
||||
CinnabarIsland_Gym_OnLoadOpenDoor1::
|
||||
call CinnabarIsland_Gym_EventScript_OpenDoor1
|
||||
return
|
||||
|
||||
CinnabarIsland_Gym_OnLoadOpenDoor2:: @ 816D9B6
|
||||
CinnabarIsland_Gym_OnLoadOpenDoor2::
|
||||
call CinnabarIsland_Gym_EventScript_OpenDoor2
|
||||
return
|
||||
|
||||
CinnabarIsland_Gym_OnLoadOpenDoor3:: @ 816D9BC
|
||||
CinnabarIsland_Gym_OnLoadOpenDoor3::
|
||||
call CinnabarIsland_Gym_EventScript_OpenDoor3
|
||||
return
|
||||
|
||||
CinnabarIsland_Gym_OnLoadOpenDoor4:: @ 816D9C2
|
||||
CinnabarIsland_Gym_OnLoadOpenDoor4::
|
||||
call CinnabarIsland_Gym_EventScript_OpenDoor4
|
||||
return
|
||||
|
||||
CinnabarIsland_Gym_OnLoadOpenDoor5:: @ 816D9C8
|
||||
CinnabarIsland_Gym_OnLoadOpenDoor5::
|
||||
call CinnabarIsland_Gym_EventScript_OpenDoor5
|
||||
return
|
||||
|
||||
CinnabarIsland_Gym_OnLoadOpenDoor6:: @ 816D9CE
|
||||
CinnabarIsland_Gym_OnLoadOpenDoor6::
|
||||
call CinnabarIsland_Gym_EventScript_OpenDoor6
|
||||
return
|
||||
|
||||
CinnabarIsland_Gym_EventScript_Blaine:: @ 816D9D4
|
||||
CinnabarIsland_Gym_EventScript_Blaine::
|
||||
famechecker FAMECHECKER_BLAINE, FCPICKSTATE_COLORED, UpdatePickStateFromSpecialVar8005
|
||||
trainerbattle_single TRAINER_LEADER_BLAINE, CinnabarIsland_Gym_Text_BlaineIntro, CinnabarIsland_Gym_Text_BlaineDefeat, CinnabarIsland_Gym_EventScript_DefeatedBlaine, NO_MUSIC
|
||||
goto_if_unset FLAG_GOT_TM38_FROM_BLAINE, CinnabarIsland_Gym_EventScript_GiveTM38
|
||||
@@ -60,7 +60,7 @@ CinnabarIsland_Gym_EventScript_Blaine:: @ 816D9D4
|
||||
release
|
||||
end
|
||||
|
||||
CinnabarIsland_Gym_EventScript_DefeatedBlaine:: @ 816DA06
|
||||
CinnabarIsland_Gym_EventScript_DefeatedBlaine::
|
||||
famechecker FAMECHECKER_BLAINE, 1
|
||||
setflag FLAG_DEFEATED_BLAINE
|
||||
setflag FLAG_BADGE07_GET
|
||||
@@ -71,7 +71,7 @@ CinnabarIsland_Gym_EventScript_DefeatedBlaine:: @ 816DA06
|
||||
goto CinnabarIsland_Gym_EventScript_GiveTM38
|
||||
end
|
||||
|
||||
CinnabarIsland_Gym_EventScript_GiveTM38:: @ 816DA34
|
||||
CinnabarIsland_Gym_EventScript_GiveTM38::
|
||||
msgbox CinnabarIsland_Gym_Text_ExplainVolcanoBadge
|
||||
checkitemspace ITEM_TM38, 1
|
||||
compare VAR_RESULT, FALSE
|
||||
@@ -82,102 +82,102 @@ CinnabarIsland_Gym_EventScript_GiveTM38:: @ 816DA34
|
||||
release
|
||||
end
|
||||
|
||||
CinnabarIsland_Gym_EventScript_NoRoomForTM38:: @ 816DA75
|
||||
CinnabarIsland_Gym_EventScript_NoRoomForTM38::
|
||||
msgbox CinnabarIsland_Gym_Text_MakeSpaceForThis
|
||||
release
|
||||
end
|
||||
|
||||
CinnabarIsland_Gym_EventScript_Erik:: @ 816DA7F
|
||||
CinnabarIsland_Gym_EventScript_Erik::
|
||||
trainerbattle_single TRAINER_SUPER_NERD_ERIK, CinnabarIsland_Gym_Text_ErikIntro, CinnabarIsland_Gym_Text_ErikDefeat
|
||||
msgbox CinnabarIsland_Gym_Text_ErikPostBattle, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
CinnabarIsland_Gym_EventScript_Avery:: @ 816DA96
|
||||
CinnabarIsland_Gym_EventScript_Avery::
|
||||
trainerbattle_single TRAINER_SUPER_NERD_AVERY, CinnabarIsland_Gym_Text_AveryIntro, CinnabarIsland_Gym_Text_AveryDefeat, CinnabarIsland_Gym_EventScript_DefeatedAvery
|
||||
msgbox CinnabarIsland_Gym_Text_AveryPostBattle, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
CinnabarIsland_Gym_EventScript_DefeatedAvery:: @ 816DAB1
|
||||
CinnabarIsland_Gym_EventScript_DefeatedAvery::
|
||||
call_if_unset FLAG_CINNABAR_GYM_QUIZ_2, CinnabarIsland_Gym_EventScript_Quiz2CompleteTrainer
|
||||
release
|
||||
end
|
||||
|
||||
CinnabarIsland_Gym_EventScript_Quiz2CompleteTrainer:: @ 816DABC
|
||||
CinnabarIsland_Gym_EventScript_Quiz2CompleteTrainer::
|
||||
call CinnabarIsland_Gym_EventScript_Quiz2Complete
|
||||
return
|
||||
|
||||
CinnabarIsland_Gym_EventScript_Derek:: @ 816DAC2
|
||||
CinnabarIsland_Gym_EventScript_Derek::
|
||||
trainerbattle_single TRAINER_SUPER_NERD_DEREK, CinnabarIsland_Gym_Text_DerekIntro, CinnabarIsland_Gym_Text_DerekDefeat, CinnabarIsland_Gym_EventScript_DefeatedDerek
|
||||
famechecker FAMECHECKER_BLAINE, 2
|
||||
msgbox CinnabarIsland_Gym_Text_DerekPostBattle, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
CinnabarIsland_Gym_EventScript_DefeatedDerek:: @ 816DAEA
|
||||
CinnabarIsland_Gym_EventScript_DefeatedDerek::
|
||||
call_if_unset FLAG_CINNABAR_GYM_QUIZ_4, CinnabarIsland_Gym_EventScript_Quiz4CompleteTrainer
|
||||
release
|
||||
end
|
||||
|
||||
CinnabarIsland_Gym_EventScript_Quiz4CompleteTrainer:: @ 816DAF5
|
||||
CinnabarIsland_Gym_EventScript_Quiz4CompleteTrainer::
|
||||
call CinnabarIsland_Gym_EventScript_Quiz4Complete
|
||||
return
|
||||
|
||||
CinnabarIsland_Gym_EventScript_Zac:: @ 816DAFB
|
||||
CinnabarIsland_Gym_EventScript_Zac::
|
||||
trainerbattle_single TRAINER_SUPER_NERD_ZAC, CinnabarIsland_Gym_Text_ZacIntro, CinnabarIsland_Gym_Text_ZacDefeat, CinnabarIsland_Gym_EventScript_DefeatedZac
|
||||
msgbox CinnabarIsland_Gym_Text_ZacPostBattle, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
CinnabarIsland_Gym_EventScript_DefeatedZac:: @ 816DB16
|
||||
CinnabarIsland_Gym_EventScript_DefeatedZac::
|
||||
call_if_unset FLAG_CINNABAR_GYM_QUIZ_6, CinnabarIsland_Gym_EventScript_Quiz6CompleteTrainer
|
||||
release
|
||||
end
|
||||
|
||||
CinnabarIsland_Gym_EventScript_Quiz6CompleteTrainer:: @ 816DB21
|
||||
CinnabarIsland_Gym_EventScript_Quiz6CompleteTrainer::
|
||||
call CinnabarIsland_Gym_EventScript_Quiz6Complete
|
||||
return
|
||||
|
||||
CinnabarIsland_Gym_EventScript_Quinn:: @ 816DB27
|
||||
CinnabarIsland_Gym_EventScript_Quinn::
|
||||
trainerbattle_single TRAINER_BURGLAR_QUINN, CinnabarIsland_Gym_Text_QuinnIntro, CinnabarIsland_Gym_Text_QuinnDefeat, CinnabarIsland_Gym_EventScript_DefeatedQuinn
|
||||
msgbox CinnabarIsland_Gym_Text_QuinnPostBattle, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
CinnabarIsland_Gym_EventScript_DefeatedQuinn:: @ 816DB42
|
||||
CinnabarIsland_Gym_EventScript_DefeatedQuinn::
|
||||
call_if_unset FLAG_CINNABAR_GYM_QUIZ_1, CinnabarIsland_Gym_EventScript_Quiz1CompleteTrainer
|
||||
release
|
||||
end
|
||||
|
||||
CinnabarIsland_Gym_EventScript_Quiz1CompleteTrainer:: @ 816DB4D
|
||||
CinnabarIsland_Gym_EventScript_Quiz1CompleteTrainer::
|
||||
call CinnabarIsland_Gym_EventScript_Quiz1Complete
|
||||
return
|
||||
|
||||
CinnabarIsland_Gym_EventScript_Ramon:: @ 816DB53
|
||||
CinnabarIsland_Gym_EventScript_Ramon::
|
||||
trainerbattle_single TRAINER_BURGLAR_RAMON, CinnabarIsland_Gym_Text_RamonIntro, CinnabarIsland_Gym_Text_RamonDefeat, CinnabarIsland_Gym_EventScript_DefeatedRamon
|
||||
msgbox CinnabarIsland_Gym_Text_RamonPostBattle, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
CinnabarIsland_Gym_EventScript_DefeatedRamon:: @ 816DB6E
|
||||
CinnabarIsland_Gym_EventScript_DefeatedRamon::
|
||||
call_if_unset FLAG_CINNABAR_GYM_QUIZ_3, CinnabarIsland_Gym_EventScript_Quiz3CompleteTrainer
|
||||
release
|
||||
end
|
||||
|
||||
CinnabarIsland_Gym_EventScript_Quiz3CompleteTrainer:: @ 816DB79
|
||||
CinnabarIsland_Gym_EventScript_Quiz3CompleteTrainer::
|
||||
call CinnabarIsland_Gym_EventScript_Quiz3Complete
|
||||
return
|
||||
|
||||
CinnabarIsland_Gym_EventScript_Dusty:: @ 816DB7F
|
||||
CinnabarIsland_Gym_EventScript_Dusty::
|
||||
trainerbattle_single TRAINER_BURGLAR_DUSTY, CinnabarIsland_Gym_Text_DustyIntro, CinnabarIsland_Gym_Text_DustyDefeat, CinnabarIsland_Gym_EventScript_DefeatedDusty
|
||||
msgbox CinnabarIsland_Gym_Text_DustyPostBattle, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
CinnabarIsland_Gym_EventScript_DefeatedDusty:: @ 816DB9A
|
||||
CinnabarIsland_Gym_EventScript_DefeatedDusty::
|
||||
call_if_unset FLAG_CINNABAR_GYM_QUIZ_5, CinnabarIsland_Gym_EventScript_Quiz5CompleteTrainer
|
||||
release
|
||||
end
|
||||
|
||||
CinnabarIsland_Gym_EventScript_Quiz5CompleteTrainer:: @ 816DBA5
|
||||
CinnabarIsland_Gym_EventScript_Quiz5CompleteTrainer::
|
||||
call CinnabarIsland_Gym_EventScript_Quiz5Complete
|
||||
return
|
||||
|
||||
CinnabarIsland_Gym_EventScript_GymGuy:: @ 816DBAB
|
||||
CinnabarIsland_Gym_EventScript_GymGuy::
|
||||
lock
|
||||
faceplayer
|
||||
goto_if_set FLAG_DEFEATED_BLAINE, CinnabarIsland_Gym_EventScript_GymGuyPostVictory
|
||||
@@ -185,36 +185,36 @@ CinnabarIsland_Gym_EventScript_GymGuy:: @ 816DBAB
|
||||
release
|
||||
end
|
||||
|
||||
CinnabarIsland_Gym_EventScript_GymGuyPostVictory:: @ 816DBC0
|
||||
CinnabarIsland_Gym_EventScript_GymGuyPostVictory::
|
||||
msgbox CinnabarIsland_Gym_Text_GymGuyPostVictory
|
||||
release
|
||||
end
|
||||
|
||||
CinnabarIsland_Gym_EventScript_GymStatue:: @ 816DBCA
|
||||
CinnabarIsland_Gym_EventScript_GymStatue::
|
||||
lockall
|
||||
goto_if_set FLAG_BADGE07_GET, CinnabarIsland_Gym_EventScript_GymStatuePostVictory
|
||||
msgbox CinnabarIsland_Gym_Text_GymStatue
|
||||
releaseall
|
||||
end
|
||||
|
||||
CinnabarIsland_Gym_EventScript_GymStatuePostVictory:: @ 816DBDE
|
||||
CinnabarIsland_Gym_EventScript_GymStatuePostVictory::
|
||||
msgbox CinnabarIsland_Gym_Text_GymStatuePlayerWon
|
||||
releaseall
|
||||
end
|
||||
|
||||
CinnabarIsland_Gym_EventScript_Quz1Left:: @ 816DBE8
|
||||
CinnabarIsland_Gym_EventScript_Quz1Left::
|
||||
lockall
|
||||
setvar VAR_TEMP_1, 0
|
||||
goto CinnabarIsland_Gym_EventScript_Quiz1
|
||||
end
|
||||
|
||||
CinnabarIsland_Gym_EventScript_Quz1Right:: @ 816DBF4
|
||||
CinnabarIsland_Gym_EventScript_Quz1Right::
|
||||
lockall
|
||||
setvar VAR_TEMP_1, 1
|
||||
goto CinnabarIsland_Gym_EventScript_Quiz1
|
||||
end
|
||||
|
||||
CinnabarIsland_Gym_EventScript_Quiz1:: @ 816DC00
|
||||
CinnabarIsland_Gym_EventScript_Quiz1::
|
||||
msgbox CinnabarIsland_Gym_Text_PokemonQuizRules
|
||||
msgbox CinnabarIsland_Gym_Text_QuizQuestion1, MSGBOX_YESNO
|
||||
compare VAR_RESULT, YES
|
||||
@@ -223,13 +223,13 @@ CinnabarIsland_Gym_EventScript_Quiz1:: @ 816DC00
|
||||
goto_if_eq CinnabarIsland_Gym_EventScript_Quiz1Incorrect
|
||||
end
|
||||
|
||||
CinnabarIsland_Gym_EventScript_CorrectAnswer:: @ 816DC27
|
||||
CinnabarIsland_Gym_EventScript_CorrectAnswer::
|
||||
playfanfare MUS_LEVEL_UP
|
||||
waitfanfare
|
||||
msgbox CinnabarIsland_Gym_Text_CorrectGoOnThrough
|
||||
return
|
||||
|
||||
CinnabarIsland_Gym_EventScript_IncorrectAnswer:: @ 816DC34
|
||||
CinnabarIsland_Gym_EventScript_IncorrectAnswer::
|
||||
waitse
|
||||
playse SE_BOO
|
||||
waitse
|
||||
@@ -237,14 +237,14 @@ CinnabarIsland_Gym_EventScript_IncorrectAnswer:: @ 816DC34
|
||||
closemessage
|
||||
return
|
||||
|
||||
CinnabarIsland_Gym_EventScript_Quiz1Correct:: @ 816DC43
|
||||
CinnabarIsland_Gym_EventScript_Quiz1Correct::
|
||||
call CinnabarIsland_Gym_EventScript_CorrectAnswer
|
||||
goto_if_set FLAG_CINNABAR_GYM_QUIZ_1, CinnabarIsland_Gym_EventScript_DoorAlreadyOpen
|
||||
call CinnabarIsland_Gym_EventScript_Quiz1Complete
|
||||
releaseall
|
||||
end
|
||||
|
||||
CinnabarIsland_Gym_EventScript_Quiz1Complete:: @ 816DC58
|
||||
CinnabarIsland_Gym_EventScript_Quiz1Complete::
|
||||
playse SE_UNLOCK
|
||||
waitse
|
||||
call CinnabarIsland_Gym_EventScript_OpenDoor1
|
||||
@@ -252,17 +252,17 @@ CinnabarIsland_Gym_EventScript_Quiz1Complete:: @ 816DC58
|
||||
setflag FLAG_CINNABAR_GYM_QUIZ_1
|
||||
return
|
||||
|
||||
CinnabarIsland_Gym_EventScript_DoorAlreadyOpen:: @ 816DC68
|
||||
CinnabarIsland_Gym_EventScript_DoorAlreadyOpen::
|
||||
releaseall
|
||||
end
|
||||
|
||||
CinnabarIsland_Gym_EventScript_Quiz1Incorrect:: @ 816DC6A
|
||||
CinnabarIsland_Gym_EventScript_Quiz1Incorrect::
|
||||
call CinnabarIsland_Gym_EventScript_IncorrectAnswer
|
||||
goto_if_not_defeated TRAINER_BURGLAR_QUINN, CinnabarIsland_Gym_EventScript_BattleQuinn
|
||||
releaseall
|
||||
end
|
||||
|
||||
CinnabarIsland_Gym_EventScript_BattleQuinn:: @ 816DC7A
|
||||
CinnabarIsland_Gym_EventScript_BattleQuinn::
|
||||
compare VAR_TEMP_1, 0
|
||||
call_if_eq CinnabarIsland_Gym_EventScript_QuinnApproachLeft
|
||||
compare VAR_TEMP_1, 1
|
||||
@@ -275,40 +275,40 @@ CinnabarIsland_Gym_EventScript_BattleQuinn:: @ 816DC7A
|
||||
releaseall
|
||||
end
|
||||
|
||||
CinnabarIsland_Gym_EventScript_QuinnApproachLeft:: @ 816DCB4
|
||||
CinnabarIsland_Gym_EventScript_QuinnApproachLeft::
|
||||
applymovement OBJ_EVENT_ID_PLAYER, Movement_WalkInPlaceFastestRight
|
||||
applymovement LOCALID_QUINN, CinnabarIsland_Gym_Movement_QuinnApproachLeft
|
||||
waitmovement 0
|
||||
return
|
||||
|
||||
CinnabarIsland_Gym_EventScript_QuinnApproachRight:: @ 816DCC6
|
||||
CinnabarIsland_Gym_EventScript_QuinnApproachRight::
|
||||
applymovement OBJ_EVENT_ID_PLAYER, Movement_WalkInPlaceFastestRight
|
||||
applymovement LOCALID_QUINN, CinnabarIsland_Gym_Movement_QuinnApproachRight
|
||||
waitmovement 0
|
||||
return
|
||||
|
||||
CinnabarIsland_Gym_Movement_QuinnApproachLeft:: @ 816DCD8
|
||||
CinnabarIsland_Gym_Movement_QuinnApproachLeft::
|
||||
walk_left
|
||||
walk_left
|
||||
step_end
|
||||
|
||||
CinnabarIsland_Gym_Movement_QuinnApproachRight:: @ 816DCDB
|
||||
CinnabarIsland_Gym_Movement_QuinnApproachRight::
|
||||
walk_left
|
||||
step_end
|
||||
|
||||
CinnabarIsland_Gym_EventScript_Quiz2Left:: @ 816DCDD
|
||||
CinnabarIsland_Gym_EventScript_Quiz2Left::
|
||||
lockall
|
||||
setvar VAR_TEMP_1, 0
|
||||
goto CinnabarIsland_Gym_EventScript_Quiz2
|
||||
end
|
||||
|
||||
CinnabarIsland_Gym_EventScript_Quiz2Right:: @ 816DCE9
|
||||
CinnabarIsland_Gym_EventScript_Quiz2Right::
|
||||
lockall
|
||||
setvar VAR_TEMP_1, 1
|
||||
goto CinnabarIsland_Gym_EventScript_Quiz2
|
||||
end
|
||||
|
||||
CinnabarIsland_Gym_EventScript_Quiz2:: @ 816DCF5
|
||||
CinnabarIsland_Gym_EventScript_Quiz2::
|
||||
msgbox CinnabarIsland_Gym_Text_PokemonQuizRules
|
||||
msgbox CinnabarIsland_Gym_Text_QuizQuestion2, MSGBOX_YESNO
|
||||
compare VAR_RESULT, YES
|
||||
@@ -317,14 +317,14 @@ CinnabarIsland_Gym_EventScript_Quiz2:: @ 816DCF5
|
||||
goto_if_eq CinnabarIsland_Gym_EventScript_Quiz2Correct
|
||||
end
|
||||
|
||||
CinnabarIsland_Gym_EventScript_Quiz2Correct:: @ 816DD1C
|
||||
CinnabarIsland_Gym_EventScript_Quiz2Correct::
|
||||
call CinnabarIsland_Gym_EventScript_CorrectAnswer
|
||||
goto_if_set FLAG_CINNABAR_GYM_QUIZ_2, CinnabarIsland_Gym_EventScript_DoorAlreadyOpen
|
||||
call CinnabarIsland_Gym_EventScript_Quiz2Complete
|
||||
releaseall
|
||||
end
|
||||
|
||||
CinnabarIsland_Gym_EventScript_Quiz2Complete:: @ 816DD31
|
||||
CinnabarIsland_Gym_EventScript_Quiz2Complete::
|
||||
playse SE_UNLOCK
|
||||
waitse
|
||||
call CinnabarIsland_Gym_EventScript_OpenDoor2
|
||||
@@ -332,13 +332,13 @@ CinnabarIsland_Gym_EventScript_Quiz2Complete:: @ 816DD31
|
||||
setflag FLAG_CINNABAR_GYM_QUIZ_2
|
||||
return
|
||||
|
||||
CinnabarIsland_Gym_EventScript_Quiz2Incorrect:: @ 816DD41
|
||||
CinnabarIsland_Gym_EventScript_Quiz2Incorrect::
|
||||
call CinnabarIsland_Gym_EventScript_IncorrectAnswer
|
||||
goto_if_not_defeated TRAINER_SUPER_NERD_AVERY, CinnabarIsland_Gym_EventScript_BattleAvery
|
||||
releaseall
|
||||
end
|
||||
|
||||
CinnabarIsland_Gym_EventScript_BattleAvery:: @ 816DD51
|
||||
CinnabarIsland_Gym_EventScript_BattleAvery::
|
||||
compare VAR_TEMP_1, 0
|
||||
call_if_eq CinnabarIsland_Gym_EventScript_AveryApproachLeft
|
||||
compare VAR_TEMP_1, 1
|
||||
@@ -351,49 +351,49 @@ CinnabarIsland_Gym_EventScript_BattleAvery:: @ 816DD51
|
||||
releaseall
|
||||
end
|
||||
|
||||
CinnabarIsland_Gym_EventScript_AveryApproachLeft:: @ 816DD8B
|
||||
CinnabarIsland_Gym_EventScript_AveryApproachLeft::
|
||||
applymovement OBJ_EVENT_ID_PLAYER, CinnabarIsland_Gym_Movement_PlayerFaceAvery
|
||||
applymovement LOCALID_AVERY, CinnabarIsland_Gym_Movement_AveryApproachLeft
|
||||
waitmovement 0
|
||||
return
|
||||
|
||||
CinnabarIsland_Gym_EventScript_AveryApproachRight:: @ 816DD9D
|
||||
CinnabarIsland_Gym_EventScript_AveryApproachRight::
|
||||
applymovement OBJ_EVENT_ID_PLAYER, CinnabarIsland_Gym_Movement_PlayerFaceAvery
|
||||
applymovement LOCALID_AVERY, CinnabarIsland_Gym_Movement_AveryApproachRight
|
||||
waitmovement 0
|
||||
return
|
||||
|
||||
CinnabarIsland_Gym_Movement_AveryApproachLeft:: @ 816DDAF
|
||||
CinnabarIsland_Gym_Movement_AveryApproachLeft::
|
||||
walk_up
|
||||
walk_up
|
||||
walk_left
|
||||
step_end
|
||||
|
||||
CinnabarIsland_Gym_Movement_AveryApproachRight:: @ 816DDB3
|
||||
CinnabarIsland_Gym_Movement_AveryApproachRight::
|
||||
walk_up
|
||||
walk_up
|
||||
walk_in_place_fastest_left
|
||||
step_end
|
||||
|
||||
CinnabarIsland_Gym_Movement_PlayerFaceAvery:: @ 816DDB7
|
||||
CinnabarIsland_Gym_Movement_PlayerFaceAvery::
|
||||
delay_16
|
||||
delay_16
|
||||
walk_in_place_fastest_right
|
||||
step_end
|
||||
|
||||
CinnabarIsland_Gym_EventScript_Quiz3Left:: @ 816DDBB
|
||||
CinnabarIsland_Gym_EventScript_Quiz3Left::
|
||||
lockall
|
||||
setvar VAR_TEMP_1, 0
|
||||
goto CinnabarIsland_Gym_EventScript_Quiz3
|
||||
end
|
||||
|
||||
CinnabarIsland_Gym_EventScript_Quiz3Right:: @ 816DDC7
|
||||
CinnabarIsland_Gym_EventScript_Quiz3Right::
|
||||
lockall
|
||||
setvar VAR_TEMP_1, 1
|
||||
goto CinnabarIsland_Gym_EventScript_Quiz3
|
||||
end
|
||||
|
||||
CinnabarIsland_Gym_EventScript_Quiz3:: @ 816DDD3
|
||||
CinnabarIsland_Gym_EventScript_Quiz3::
|
||||
msgbox CinnabarIsland_Gym_Text_PokemonQuizRules
|
||||
msgbox CinnabarIsland_Gym_Text_QuizQuestion3, MSGBOX_YESNO
|
||||
compare VAR_RESULT, YES
|
||||
@@ -402,14 +402,14 @@ CinnabarIsland_Gym_EventScript_Quiz3:: @ 816DDD3
|
||||
goto_if_eq CinnabarIsland_Gym_EventScript_Quiz3Correct
|
||||
end
|
||||
|
||||
CinnabarIsland_Gym_EventScript_Quiz3Correct:: @ 816DDFA
|
||||
CinnabarIsland_Gym_EventScript_Quiz3Correct::
|
||||
call CinnabarIsland_Gym_EventScript_CorrectAnswer
|
||||
goto_if_set FLAG_CINNABAR_GYM_QUIZ_3, CinnabarIsland_Gym_EventScript_DoorAlreadyOpen
|
||||
call CinnabarIsland_Gym_EventScript_Quiz3Complete
|
||||
releaseall
|
||||
end
|
||||
|
||||
CinnabarIsland_Gym_EventScript_Quiz3Complete:: @ 816DE0F
|
||||
CinnabarIsland_Gym_EventScript_Quiz3Complete::
|
||||
playse SE_UNLOCK
|
||||
waitse
|
||||
call CinnabarIsland_Gym_EventScript_OpenDoor3
|
||||
@@ -417,13 +417,13 @@ CinnabarIsland_Gym_EventScript_Quiz3Complete:: @ 816DE0F
|
||||
setflag FLAG_CINNABAR_GYM_QUIZ_3
|
||||
return
|
||||
|
||||
CinnabarIsland_Gym_EventScript_Quiz3Incorrect:: @ 816DE1F
|
||||
CinnabarIsland_Gym_EventScript_Quiz3Incorrect::
|
||||
call CinnabarIsland_Gym_EventScript_IncorrectAnswer
|
||||
goto_if_not_defeated TRAINER_BURGLAR_RAMON, CinnabarIsland_Gym_EventScript_BattleRamon
|
||||
releaseall
|
||||
end
|
||||
|
||||
CinnabarIsland_Gym_EventScript_BattleRamon:: @ 816DE2F
|
||||
CinnabarIsland_Gym_EventScript_BattleRamon::
|
||||
compare VAR_TEMP_1, 0
|
||||
call_if_eq CinnabarIsland_Gym_EventScript_RamonApproachLeft
|
||||
compare VAR_TEMP_1, 1
|
||||
@@ -436,40 +436,40 @@ CinnabarIsland_Gym_EventScript_BattleRamon:: @ 816DE2F
|
||||
releaseall
|
||||
end
|
||||
|
||||
CinnabarIsland_Gym_EventScript_RamonApproachLeft:: @ 816DE69
|
||||
CinnabarIsland_Gym_EventScript_RamonApproachLeft::
|
||||
applymovement OBJ_EVENT_ID_PLAYER, Movement_WalkInPlaceFastestRight
|
||||
applymovement LOCALID_RAMON, CinnabarIsland_Gym_Movement_RamonApproachLeft
|
||||
waitmovement 0
|
||||
return
|
||||
|
||||
CinnabarIsland_Gym_EventScript_RamonApproachRight:: @ 816DE7B
|
||||
CinnabarIsland_Gym_EventScript_RamonApproachRight::
|
||||
applymovement OBJ_EVENT_ID_PLAYER, Movement_WalkInPlaceFastestRight
|
||||
applymovement LOCALID_RAMON, CinnabarIsland_Gym_Movement_RamonApproachRight
|
||||
waitmovement 0
|
||||
return
|
||||
|
||||
CinnabarIsland_Gym_Movement_RamonApproachLeft:: @ 816DE8D
|
||||
CinnabarIsland_Gym_Movement_RamonApproachLeft::
|
||||
walk_left
|
||||
walk_left
|
||||
step_end
|
||||
|
||||
CinnabarIsland_Gym_Movement_RamonApproachRight:: @ 816DE90
|
||||
CinnabarIsland_Gym_Movement_RamonApproachRight::
|
||||
walk_left
|
||||
step_end
|
||||
|
||||
CinnabarIsland_Gym_EventScript_Quiz4Left:: @ 816DE92
|
||||
CinnabarIsland_Gym_EventScript_Quiz4Left::
|
||||
lockall
|
||||
setvar VAR_TEMP_1, 0
|
||||
goto CinnabarIsland_Gym_EventScript_Quiz4
|
||||
end
|
||||
|
||||
CinnabarIsland_Gym_EventScript_Quiz4Right:: @ 816DE9E
|
||||
CinnabarIsland_Gym_EventScript_Quiz4Right::
|
||||
lockall
|
||||
setvar VAR_TEMP_1, 1
|
||||
goto CinnabarIsland_Gym_EventScript_Quiz4
|
||||
end
|
||||
|
||||
CinnabarIsland_Gym_EventScript_Quiz4:: @ 816DEAA
|
||||
CinnabarIsland_Gym_EventScript_Quiz4::
|
||||
msgbox CinnabarIsland_Gym_Text_PokemonQuizRules
|
||||
msgbox CinnabarIsland_Gym_Text_QuizQuestion4, MSGBOX_YESNO
|
||||
compare VAR_RESULT, YES
|
||||
@@ -478,14 +478,14 @@ CinnabarIsland_Gym_EventScript_Quiz4:: @ 816DEAA
|
||||
goto_if_eq CinnabarIsland_Gym_EventScript_Quiz4Correct
|
||||
end
|
||||
|
||||
CinnabarIsland_Gym_EventScript_Quiz4Correct:: @ 816DED1
|
||||
CinnabarIsland_Gym_EventScript_Quiz4Correct::
|
||||
call CinnabarIsland_Gym_EventScript_CorrectAnswer
|
||||
goto_if_set FLAG_CINNABAR_GYM_QUIZ_4, CinnabarIsland_Gym_EventScript_DoorAlreadyOpen
|
||||
call CinnabarIsland_Gym_EventScript_Quiz4Complete
|
||||
releaseall
|
||||
end
|
||||
|
||||
CinnabarIsland_Gym_EventScript_Quiz4Complete:: @ 816DEE6
|
||||
CinnabarIsland_Gym_EventScript_Quiz4Complete::
|
||||
playse SE_UNLOCK
|
||||
waitse
|
||||
call CinnabarIsland_Gym_EventScript_OpenDoor4
|
||||
@@ -493,13 +493,13 @@ CinnabarIsland_Gym_EventScript_Quiz4Complete:: @ 816DEE6
|
||||
setflag FLAG_CINNABAR_GYM_QUIZ_4
|
||||
return
|
||||
|
||||
CinnabarIsland_Gym_EventScript_Quiz4Incorrect:: @ 816DEF6
|
||||
CinnabarIsland_Gym_EventScript_Quiz4Incorrect::
|
||||
call CinnabarIsland_Gym_EventScript_IncorrectAnswer
|
||||
goto_if_not_defeated TRAINER_SUPER_NERD_DEREK, CinnabarIsland_Gym_EventScript_BattleDerek
|
||||
releaseall
|
||||
end
|
||||
|
||||
CinnabarIsland_Gym_EventScript_BattleDerek:: @ 816DF06
|
||||
CinnabarIsland_Gym_EventScript_BattleDerek::
|
||||
compare VAR_TEMP_1, 0
|
||||
call_if_eq CinnabarIsland_Gym_EventScript_DerekApproachLeft
|
||||
compare VAR_TEMP_1, 1
|
||||
@@ -512,40 +512,40 @@ CinnabarIsland_Gym_EventScript_BattleDerek:: @ 816DF06
|
||||
releaseall
|
||||
end
|
||||
|
||||
CinnabarIsland_Gym_EventScript_DerekApproachLeft:: @ 816DF40
|
||||
CinnabarIsland_Gym_EventScript_DerekApproachLeft::
|
||||
applymovement OBJ_EVENT_ID_PLAYER, Movement_WalkInPlaceFastestRight
|
||||
applymovement LOCALID_DEREK, CinnabarIsland_Gym_Movement_DerekApproachLeft
|
||||
waitmovement 0
|
||||
return
|
||||
|
||||
CinnabarIsland_Gym_EventScript_DerekApproachRight:: @ 816DF52
|
||||
CinnabarIsland_Gym_EventScript_DerekApproachRight::
|
||||
applymovement OBJ_EVENT_ID_PLAYER, Movement_WalkInPlaceFastestRight
|
||||
applymovement LOCALID_DEREK, CinnabarIsland_Gym_Movement_DerekApproachRight
|
||||
waitmovement 0
|
||||
return
|
||||
|
||||
CinnabarIsland_Gym_Movement_DerekApproachLeft:: @ 816DF64
|
||||
CinnabarIsland_Gym_Movement_DerekApproachLeft::
|
||||
walk_left
|
||||
walk_left
|
||||
step_end
|
||||
|
||||
CinnabarIsland_Gym_Movement_DerekApproachRight:: @ 816DF67
|
||||
CinnabarIsland_Gym_Movement_DerekApproachRight::
|
||||
walk_left
|
||||
step_end
|
||||
|
||||
CinnabarIsland_Gym_EventScript_Quiz5Left:: @ 816DF69
|
||||
CinnabarIsland_Gym_EventScript_Quiz5Left::
|
||||
lockall
|
||||
setvar VAR_TEMP_1, 0
|
||||
goto CinnabarIsland_Gym_EventScript_Quiz5
|
||||
end
|
||||
|
||||
CinnabarIsland_Gym_EventScript_Quiz5Right:: @ 816DF75
|
||||
CinnabarIsland_Gym_EventScript_Quiz5Right::
|
||||
lockall
|
||||
setvar VAR_TEMP_1, 1
|
||||
goto CinnabarIsland_Gym_EventScript_Quiz5
|
||||
end
|
||||
|
||||
CinnabarIsland_Gym_EventScript_Quiz5:: @ 816DF81
|
||||
CinnabarIsland_Gym_EventScript_Quiz5::
|
||||
msgbox CinnabarIsland_Gym_Text_PokemonQuizRules
|
||||
msgbox CinnabarIsland_Gym_Text_QuizQuestion5, MSGBOX_YESNO
|
||||
compare VAR_RESULT, YES
|
||||
@@ -554,14 +554,14 @@ CinnabarIsland_Gym_EventScript_Quiz5:: @ 816DF81
|
||||
goto_if_eq CinnabarIsland_Gym_EventScript_Quiz5Incorrect
|
||||
end
|
||||
|
||||
CinnabarIsland_Gym_EventScript_Quiz5Correct:: @ 816DFA8
|
||||
CinnabarIsland_Gym_EventScript_Quiz5Correct::
|
||||
call CinnabarIsland_Gym_EventScript_CorrectAnswer
|
||||
goto_if_set FLAG_CINNABAR_GYM_QUIZ_5, CinnabarIsland_Gym_EventScript_DoorAlreadyOpen
|
||||
call CinnabarIsland_Gym_EventScript_Quiz5Complete
|
||||
releaseall
|
||||
end
|
||||
|
||||
CinnabarIsland_Gym_EventScript_Quiz5Complete:: @ 816DFBD
|
||||
CinnabarIsland_Gym_EventScript_Quiz5Complete::
|
||||
playse SE_UNLOCK
|
||||
waitse
|
||||
call CinnabarIsland_Gym_EventScript_OpenDoor5
|
||||
@@ -569,13 +569,13 @@ CinnabarIsland_Gym_EventScript_Quiz5Complete:: @ 816DFBD
|
||||
setflag FLAG_CINNABAR_GYM_QUIZ_5
|
||||
return
|
||||
|
||||
CinnabarIsland_Gym_EventScript_Quiz5Incorrect:: @ 816DFCD
|
||||
CinnabarIsland_Gym_EventScript_Quiz5Incorrect::
|
||||
call CinnabarIsland_Gym_EventScript_IncorrectAnswer
|
||||
goto_if_not_defeated TRAINER_BURGLAR_DUSTY, CinnabarIsland_Gym_EventScript_BattleDusty
|
||||
releaseall
|
||||
end
|
||||
|
||||
CinnabarIsland_Gym_EventScript_BattleDusty:: @ 816DFDD
|
||||
CinnabarIsland_Gym_EventScript_BattleDusty::
|
||||
compare VAR_TEMP_1, 0
|
||||
call_if_eq CinnabarIsland_Gym_EventScript_DustyApproachLeft
|
||||
compare VAR_TEMP_1, 1
|
||||
@@ -588,40 +588,40 @@ CinnabarIsland_Gym_EventScript_BattleDusty:: @ 816DFDD
|
||||
releaseall
|
||||
end
|
||||
|
||||
CinnabarIsland_Gym_EventScript_DustyApproachLeft:: @ 816E017
|
||||
CinnabarIsland_Gym_EventScript_DustyApproachLeft::
|
||||
applymovement OBJ_EVENT_ID_PLAYER, Movement_WalkInPlaceFastestRight
|
||||
applymovement LOCALID_DUSTY, CinnabarIsland_Gym_Movement_DustyApproachLeft
|
||||
waitmovement 0
|
||||
return
|
||||
|
||||
CinnabarIsland_Gym_EventScript_DustyApproachRight:: @ 816E029
|
||||
CinnabarIsland_Gym_EventScript_DustyApproachRight::
|
||||
applymovement OBJ_EVENT_ID_PLAYER, Movement_WalkInPlaceFastestRight
|
||||
applymovement LOCALID_DUSTY, CinnabarIsland_Gym_Movement_DustyApproachRight
|
||||
waitmovement 0
|
||||
return
|
||||
|
||||
CinnabarIsland_Gym_Movement_DustyApproachLeft:: @ 816E03B
|
||||
CinnabarIsland_Gym_Movement_DustyApproachLeft::
|
||||
walk_left
|
||||
walk_left
|
||||
step_end
|
||||
|
||||
CinnabarIsland_Gym_Movement_DustyApproachRight:: @ 816E03E
|
||||
CinnabarIsland_Gym_Movement_DustyApproachRight::
|
||||
walk_left
|
||||
step_end
|
||||
|
||||
CinnabarIsland_Gym_EventScript_Quiz6Left:: @ 816E040
|
||||
CinnabarIsland_Gym_EventScript_Quiz6Left::
|
||||
lockall
|
||||
setvar VAR_TEMP_1, 0
|
||||
goto CinnabarIsland_Gym_EventScript_Quiz6
|
||||
end
|
||||
|
||||
CinnabarIsland_Gym_EventScript_Quiz6Right:: @ 816E04C
|
||||
CinnabarIsland_Gym_EventScript_Quiz6Right::
|
||||
lockall
|
||||
setvar VAR_TEMP_1, 1
|
||||
goto CinnabarIsland_Gym_EventScript_Quiz6
|
||||
end
|
||||
|
||||
CinnabarIsland_Gym_EventScript_Quiz6:: @ 816E058
|
||||
CinnabarIsland_Gym_EventScript_Quiz6::
|
||||
msgbox CinnabarIsland_Gym_Text_PokemonQuizRules
|
||||
msgbox CinnabarIsland_Gym_Text_QuizQuestion6, MSGBOX_YESNO
|
||||
compare VAR_RESULT, YES
|
||||
@@ -630,14 +630,14 @@ CinnabarIsland_Gym_EventScript_Quiz6:: @ 816E058
|
||||
goto_if_eq CinnabarIsland_Gym_EventScript_Quiz6Correct
|
||||
end
|
||||
|
||||
CinnabarIsland_Gym_EventScript_Quiz6Correct:: @ 816E07F
|
||||
CinnabarIsland_Gym_EventScript_Quiz6Correct::
|
||||
call CinnabarIsland_Gym_EventScript_CorrectAnswer
|
||||
goto_if_set FLAG_CINNABAR_GYM_QUIZ_6, CinnabarIsland_Gym_EventScript_DoorAlreadyOpen
|
||||
call CinnabarIsland_Gym_EventScript_Quiz6Complete
|
||||
releaseall
|
||||
end
|
||||
|
||||
CinnabarIsland_Gym_EventScript_Quiz6Complete:: @ 816E094
|
||||
CinnabarIsland_Gym_EventScript_Quiz6Complete::
|
||||
playse SE_UNLOCK
|
||||
waitse
|
||||
call CinnabarIsland_Gym_EventScript_OpenDoor6
|
||||
@@ -645,13 +645,13 @@ CinnabarIsland_Gym_EventScript_Quiz6Complete:: @ 816E094
|
||||
setflag FLAG_CINNABAR_GYM_QUIZ_6
|
||||
return
|
||||
|
||||
CinnabarIsland_Gym_EventScript_Quiz6Incorrect:: @ 816E0A4
|
||||
CinnabarIsland_Gym_EventScript_Quiz6Incorrect::
|
||||
call CinnabarIsland_Gym_EventScript_IncorrectAnswer
|
||||
goto_if_not_defeated TRAINER_SUPER_NERD_ZAC, CinnabarIsland_Gym_EventScript_BattleZac
|
||||
releaseall
|
||||
end
|
||||
|
||||
CinnabarIsland_Gym_EventScript_BattleZac:: @ 816E0B4
|
||||
CinnabarIsland_Gym_EventScript_BattleZac::
|
||||
compare VAR_TEMP_1, 0
|
||||
call_if_eq CinnabarIsland_Gym_EventScript_ZacApproachLeft
|
||||
compare VAR_TEMP_1, 1
|
||||
@@ -664,28 +664,28 @@ CinnabarIsland_Gym_EventScript_BattleZac:: @ 816E0B4
|
||||
releaseall
|
||||
end
|
||||
|
||||
CinnabarIsland_Gym_EventScript_ZacApproachLeft:: @ 816E0EE
|
||||
CinnabarIsland_Gym_EventScript_ZacApproachLeft::
|
||||
applymovement OBJ_EVENT_ID_PLAYER, Movement_WalkInPlaceFastestRight
|
||||
applymovement LOCALID_ZAC, CinnabarIsland_Gym_Movement_ZacApproachLeft
|
||||
waitmovement 0
|
||||
return
|
||||
|
||||
CinnabarIsland_Gym_EventScript_ZacApproachRight:: @ 816E100
|
||||
CinnabarIsland_Gym_EventScript_ZacApproachRight::
|
||||
applymovement OBJ_EVENT_ID_PLAYER, Movement_WalkInPlaceFastestRight
|
||||
applymovement LOCALID_ZAC, CinnabarIsland_Gym_Movement_ZacApproachRight
|
||||
waitmovement 0
|
||||
return
|
||||
|
||||
CinnabarIsland_Gym_Movement_ZacApproachLeft:: @ 816E112
|
||||
CinnabarIsland_Gym_Movement_ZacApproachLeft::
|
||||
walk_left
|
||||
walk_left
|
||||
step_end
|
||||
|
||||
CinnabarIsland_Gym_Movement_ZacApproachRight:: @ 816E115
|
||||
CinnabarIsland_Gym_Movement_ZacApproachRight::
|
||||
walk_left
|
||||
step_end
|
||||
|
||||
CinnabarIsland_Gym_EventScript_OpenDoor1:: @ 816E117
|
||||
CinnabarIsland_Gym_EventScript_OpenDoor1::
|
||||
setmetatile 26, 8, METATILE_CinnabarGym_Floor_WallLeftCorner, 0
|
||||
setmetatile 27, 8, METATILE_CinnabarGym_Floor_WallRightCorner, 0
|
||||
setmetatile 26, 9, METATILE_CinnabarGym_Floor_WallLeftEdge, 0
|
||||
@@ -695,7 +695,7 @@ CinnabarIsland_Gym_EventScript_OpenDoor1:: @ 816E117
|
||||
setmetatile 28, 10, METATILE_CinnabarGym_Floor_ShadeDiagonal, 0
|
||||
return
|
||||
|
||||
CinnabarIsland_Gym_EventScript_OpenDoor2:: @ 816E157
|
||||
CinnabarIsland_Gym_EventScript_OpenDoor2::
|
||||
setmetatile 17, 8, METATILE_CinnabarGym_Floor_WallLeftCorner, 0
|
||||
setmetatile 18, 8, METATILE_CinnabarGym_Floor_WallRightCorner, 0
|
||||
setmetatile 17, 9, METATILE_CinnabarGym_Floor_WallLeftEdge, 0
|
||||
@@ -705,7 +705,7 @@ CinnabarIsland_Gym_EventScript_OpenDoor2:: @ 816E157
|
||||
setmetatile 19, 10, METATILE_CinnabarGym_Floor_ShadeDiagonal, 0
|
||||
return
|
||||
|
||||
CinnabarIsland_Gym_EventScript_OpenDoor3:: @ 816E197
|
||||
CinnabarIsland_Gym_EventScript_OpenDoor3::
|
||||
setmetatile 17, 15, METATILE_CinnabarGym_Floor_WallLeftCorner, 0
|
||||
setmetatile 18, 15, METATILE_CinnabarGym_Floor_WallRightCorner, 0
|
||||
setmetatile 17, 16, METATILE_CinnabarGym_Floor_WallLeftEdge, 0
|
||||
@@ -715,13 +715,13 @@ CinnabarIsland_Gym_EventScript_OpenDoor3:: @ 816E197
|
||||
setmetatile 19, 17, METATILE_CinnabarGym_Floor_ShadeDiagonal, 0
|
||||
return
|
||||
|
||||
CinnabarIsland_Gym_EventScript_OpenDoor4:: @ 816E1D7
|
||||
CinnabarIsland_Gym_EventScript_OpenDoor4::
|
||||
setmetatile 11, 21, METATILE_CinnabarGym_Wall_RetractedBarrier, 1
|
||||
setmetatile 11, 22, METATILE_CinnabarGym_Floor_ShadeFull, 0
|
||||
setmetatile 11, 23, METATILE_CinnabarGym_Floor, 0
|
||||
return
|
||||
|
||||
CinnabarIsland_Gym_EventScript_OpenDoor5:: @ 816E1F3
|
||||
CinnabarIsland_Gym_EventScript_OpenDoor5::
|
||||
setmetatile 5, 16, METATILE_CinnabarGym_Floor_WallLeftCorner, 0
|
||||
setmetatile 6, 16, METATILE_CinnabarGym_Floor_WallRightCorner, 0
|
||||
setmetatile 5, 17, METATILE_CinnabarGym_Floor_WallLeftEdge, 0
|
||||
@@ -731,7 +731,7 @@ CinnabarIsland_Gym_EventScript_OpenDoor5:: @ 816E1F3
|
||||
setmetatile 7, 18, METATILE_CinnabarGym_Floor_ShadeDiagonal, 0
|
||||
return
|
||||
|
||||
CinnabarIsland_Gym_EventScript_OpenDoor6:: @ 816E233
|
||||
CinnabarIsland_Gym_EventScript_OpenDoor6::
|
||||
setmetatile 5, 8, METATILE_CinnabarGym_Floor_WallLeftCorner, 0
|
||||
setmetatile 6, 8, METATILE_CinnabarGym_Floor_WallRightCorner, 0
|
||||
setmetatile 5, 9, METATILE_CinnabarGym_Floor_WallLeftEdge, 0
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
CinnabarIsland_Gym_Text_BlaineIntro:: @ 8199543
|
||||
CinnabarIsland_Gym_Text_BlaineIntro::
|
||||
.string "Hah!\p"
|
||||
.string "I am BLAINE, the red-hot LEADER\n"
|
||||
.string "of CINNABAR GYM!\p"
|
||||
@@ -8,91 +8,91 @@ CinnabarIsland_Gym_Text_BlaineIntro:: @ 8199543
|
||||
.string "Hah!\n"
|
||||
.string "You better have BURN HEAL!{PLAY_BGM}{MUS_ENCOUNTER_GYM_LEADER}$"
|
||||
|
||||
CinnabarIsland_Gym_Text_BlaineDefeat:: @ 81995FA
|
||||
CinnabarIsland_Gym_Text_BlaineDefeat::
|
||||
.string "I have burned down to nothing!\n"
|
||||
.string "Not even ashes remain!\p"
|
||||
.string "You have earned the VOLCANOBADGE.$"
|
||||
|
||||
CinnabarIsland_Gym_Text_FireBlastIsUltimateFireMove:: @ 8199652
|
||||
CinnabarIsland_Gym_Text_FireBlastIsUltimateFireMove::
|
||||
.string "FIRE BLAST is the ultimate fire\n"
|
||||
.string "technique.\p"
|
||||
.string "Don't waste it on WATER POKéMON.$"
|
||||
|
||||
CinnabarIsland_Gym_Text_ExplainVolcanoBadge:: @ 819969E
|
||||
CinnabarIsland_Gym_Text_ExplainVolcanoBadge::
|
||||
.string "Hah!\p"
|
||||
.string "The VOLCANOBADGE heightens the\n"
|
||||
.string "SPECIAL stats of your POKéMON.\p"
|
||||
.string "Here, you can have this, too!$"
|
||||
|
||||
CinnabarIsland_Gym_Text_ReceivedTM38FromBlaine:: @ 81996FF
|
||||
CinnabarIsland_Gym_Text_ReceivedTM38FromBlaine::
|
||||
.string "{PLAYER} received TM38\n"
|
||||
.string "from BLAINE.$"
|
||||
|
||||
CinnabarIsland_Gym_Text_BlainePostBattle:: @ 819971D
|
||||
CinnabarIsland_Gym_Text_BlainePostBattle::
|
||||
.string "TM38 contains FIRE BLAST.\n"
|
||||
.string "Teach it to FIRE-type POKéMON.\p"
|
||||
.string "VULPIX or CHARMELEON would be\n"
|
||||
.string "ideal for that move.$"
|
||||
|
||||
CinnabarIsland_Gym_Text_MakeSpaceForThis:: @ 8199789
|
||||
CinnabarIsland_Gym_Text_MakeSpaceForThis::
|
||||
.string "Make space for this, child!$"
|
||||
|
||||
CinnabarIsland_Gym_Text_ErikIntro:: @ 81997A5
|
||||
CinnabarIsland_Gym_Text_ErikIntro::
|
||||
.string "Do you know how hot POKéMON fire\n"
|
||||
.string "breath can get?$"
|
||||
|
||||
CinnabarIsland_Gym_Text_ErikDefeat:: @ 81997D6
|
||||
CinnabarIsland_Gym_Text_ErikDefeat::
|
||||
.string "Yow!\n"
|
||||
.string "Hot, hot, hot!$"
|
||||
|
||||
CinnabarIsland_Gym_Text_ErikPostBattle:: @ 81997EA
|
||||
CinnabarIsland_Gym_Text_ErikPostBattle::
|
||||
.string "Fire, or to be more precise,\n"
|
||||
.string "combustion…\p"
|
||||
.string "…Oxygen in the air…\n"
|
||||
.string "Blah, blah, blah, blah…$"
|
||||
|
||||
CinnabarIsland_Gym_Text_QuinnIntro:: @ 819983F
|
||||
CinnabarIsland_Gym_Text_QuinnIntro::
|
||||
.string "I was a thief, but I went straight\n"
|
||||
.string "as a TRAINER.$"
|
||||
|
||||
CinnabarIsland_Gym_Text_QuinnDefeat:: @ 8199870
|
||||
CinnabarIsland_Gym_Text_QuinnDefeat::
|
||||
.string "I surrender!$"
|
||||
|
||||
CinnabarIsland_Gym_Text_QuinnPostBattle:: @ 819987D
|
||||
CinnabarIsland_Gym_Text_QuinnPostBattle::
|
||||
.string "I get this uncontrollable urge to\n"
|
||||
.string "steal other people's POKéMON.$"
|
||||
|
||||
CinnabarIsland_Gym_Text_AveryIntro:: @ 81998BD
|
||||
CinnabarIsland_Gym_Text_AveryIntro::
|
||||
.string "I've studied POKéMON thoroughly.\n"
|
||||
.string "You can't win!$"
|
||||
|
||||
CinnabarIsland_Gym_Text_AveryDefeat:: @ 81998ED
|
||||
CinnabarIsland_Gym_Text_AveryDefeat::
|
||||
.string "Waah!\n"
|
||||
.string "My studies were insufficient!$"
|
||||
|
||||
CinnabarIsland_Gym_Text_AveryPostBattle:: @ 8199911
|
||||
CinnabarIsland_Gym_Text_AveryPostBattle::
|
||||
.string "My theories are too complicated\n"
|
||||
.string "for you to understand.$"
|
||||
|
||||
CinnabarIsland_Gym_Text_RamonIntro:: @ 8199948
|
||||
CinnabarIsland_Gym_Text_RamonIntro::
|
||||
.string "I like using FIRE-type POKéMON.\n"
|
||||
.string "I just do.$"
|
||||
|
||||
CinnabarIsland_Gym_Text_RamonDefeat:: @ 8199973
|
||||
CinnabarIsland_Gym_Text_RamonDefeat::
|
||||
.string "Too hot to handle!$"
|
||||
|
||||
CinnabarIsland_Gym_Text_RamonPostBattle:: @ 8199986
|
||||
CinnabarIsland_Gym_Text_RamonPostBattle::
|
||||
.string "I wish there were a thief POKéMON.\n"
|
||||
.string "I'd use that!$"
|
||||
|
||||
CinnabarIsland_Gym_Text_DerekIntro:: @ 81999B7
|
||||
CinnabarIsland_Gym_Text_DerekIntro::
|
||||
.string "I know why BLAINE became a\n"
|
||||
.string "TRAINER.$"
|
||||
|
||||
CinnabarIsland_Gym_Text_DerekDefeat:: @ 81999DB
|
||||
CinnabarIsland_Gym_Text_DerekDefeat::
|
||||
.string "Ow!$"
|
||||
|
||||
CinnabarIsland_Gym_Text_DerekPostBattle:: @ 81999DF
|
||||
CinnabarIsland_Gym_Text_DerekPostBattle::
|
||||
.string "Our LEADER, BLAINE, became lost\n"
|
||||
.string "in the mountains but good.\p"
|
||||
.string "Night fell when a fiery bird\n"
|
||||
@@ -100,31 +100,31 @@ CinnabarIsland_Gym_Text_DerekPostBattle:: @ 81999DF
|
||||
.string "Its light allowed BLAINE to find\n"
|
||||
.string "his way down safely.$"
|
||||
|
||||
CinnabarIsland_Gym_Text_DustyIntro:: @ 8199A7F
|
||||
CinnabarIsland_Gym_Text_DustyIntro::
|
||||
.string "I've been to many GYMS, but this\n"
|
||||
.string "one best suits my style.$"
|
||||
|
||||
CinnabarIsland_Gym_Text_DustyDefeat:: @ 8199AB9
|
||||
CinnabarIsland_Gym_Text_DustyDefeat::
|
||||
.string "Yowza!\n"
|
||||
.string "Too hot!$"
|
||||
|
||||
CinnabarIsland_Gym_Text_DustyPostBattle:: @ 8199AC9
|
||||
CinnabarIsland_Gym_Text_DustyPostBattle::
|
||||
.string "PONYTA, NINETALES…\n"
|
||||
.string "Those are popular FIRE POKéMON.$"
|
||||
|
||||
CinnabarIsland_Gym_Text_ZacIntro:: @ 8199AFC
|
||||
CinnabarIsland_Gym_Text_ZacIntro::
|
||||
.string "Fire is weak against H2O.$"
|
||||
|
||||
CinnabarIsland_Gym_Text_ZacDefeat:: @ 8199B16
|
||||
CinnabarIsland_Gym_Text_ZacDefeat::
|
||||
.string "Oh!\n"
|
||||
.string "Snuffed out!$"
|
||||
|
||||
CinnabarIsland_Gym_Text_ZacPostBattle:: @ 8199B27
|
||||
CinnabarIsland_Gym_Text_ZacPostBattle::
|
||||
.string "Water beats fire, of course.\p"
|
||||
.string "But fire melts ice, so the FIRE\n"
|
||||
.string "type beats ICE-type POKéMON.$"
|
||||
|
||||
CinnabarIsland_Gym_Text_GymGuyAdvice:: @ 8199B81
|
||||
CinnabarIsland_Gym_Text_GymGuyAdvice::
|
||||
.string "Yo!\n"
|
||||
.string "Champ in the making!\p"
|
||||
.string "The hotheaded BLAINE is a FIRE\n"
|
||||
@@ -133,23 +133,23 @@ CinnabarIsland_Gym_Text_GymGuyAdvice:: @ 8199B81
|
||||
.string "You'd better take some\n"
|
||||
.string "BURN HEALS, too.$"
|
||||
|
||||
CinnabarIsland_Gym_Text_GymGuyPostVictory:: @ 8199C0C
|
||||
CinnabarIsland_Gym_Text_GymGuyPostVictory::
|
||||
.string "{PLAYER}!\n"
|
||||
.string "You beat that firebrand!$"
|
||||
|
||||
CinnabarIsland_Gym_Text_GymStatue:: @ 8199C29
|
||||
CinnabarIsland_Gym_Text_GymStatue::
|
||||
.string "CINNABAR POKéMON GYM\n"
|
||||
.string "LEADER: BLAINE\p"
|
||||
.string "WINNING TRAINERS:\n"
|
||||
.string "{RIVAL}$"
|
||||
|
||||
CinnabarIsland_Gym_Text_GymStatuePlayerWon:: @ 8199C62
|
||||
CinnabarIsland_Gym_Text_GymStatuePlayerWon::
|
||||
.string "CINNABAR POKéMON GYM\n"
|
||||
.string "LEADER: BLAINE\p"
|
||||
.string "WINNING TRAINERS:\n"
|
||||
.string "{RIVAL}, {PLAYER}$"
|
||||
|
||||
CinnabarIsland_Gym_Text_PokemonQuizRules:: @ 8199C9F
|
||||
CinnabarIsland_Gym_Text_PokemonQuizRules::
|
||||
.string "POKéMON Quiz!\p"
|
||||
.string "Get it right, and the door opens to\n"
|
||||
.string "the next room.\p"
|
||||
@@ -159,32 +159,32 @@ CinnabarIsland_Gym_Text_PokemonQuizRules:: @ 8199C9F
|
||||
.string "Then get it right!\n"
|
||||
.string "Here we go!$"
|
||||
|
||||
CinnabarIsland_Gym_Text_QuizQuestion1:: @ 8199D5A
|
||||
CinnabarIsland_Gym_Text_QuizQuestion1::
|
||||
.string "CATERPIE evolves into METAPOD?$"
|
||||
|
||||
CinnabarIsland_Gym_Text_QuizQuestion2:: @ 8199D79
|
||||
CinnabarIsland_Gym_Text_QuizQuestion2::
|
||||
.string "There are nine certified POKéMON\n"
|
||||
.string "LEAGUE BADGES?$"
|
||||
|
||||
CinnabarIsland_Gym_Text_QuizQuestion3:: @ 8199DA9
|
||||
CinnabarIsland_Gym_Text_QuizQuestion3::
|
||||
.string "POLIWAG evolves three times?$"
|
||||
|
||||
CinnabarIsland_Gym_Text_QuizQuestion4:: @ 8199DC6
|
||||
CinnabarIsland_Gym_Text_QuizQuestion4::
|
||||
.string "Are electric moves effective\n"
|
||||
.string "against GROUND-type POKéMON?$"
|
||||
|
||||
CinnabarIsland_Gym_Text_QuizQuestion5:: @ 8199E00
|
||||
CinnabarIsland_Gym_Text_QuizQuestion5::
|
||||
.string "POKéMON of the same kind and level\n"
|
||||
.string "are not identical?$"
|
||||
|
||||
CinnabarIsland_Gym_Text_QuizQuestion6:: @ 8199E36
|
||||
CinnabarIsland_Gym_Text_QuizQuestion6::
|
||||
.string "TM28 contains TOMBSTONY?$"
|
||||
|
||||
CinnabarIsland_Gym_Text_CorrectGoOnThrough:: @ 8199E4F
|
||||
CinnabarIsland_Gym_Text_CorrectGoOnThrough::
|
||||
.string "You're absolutely correct!\p"
|
||||
.string "Go on through!$"
|
||||
|
||||
CinnabarIsland_Gym_Text_SorryBadCall:: @ 8199E79
|
||||
CinnabarIsland_Gym_Text_SorryBadCall::
|
||||
.string "Sorry!\n"
|
||||
.string "Bad call!$"
|
||||
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
CinnabarIsland_Mart_MapScripts:: @ 816EA0F
|
||||
CinnabarIsland_Mart_MapScripts::
|
||||
.byte 0
|
||||
|
||||
CinnabarIsland_Mart_EventScript_Woman:: @ 816EA10
|
||||
CinnabarIsland_Mart_EventScript_Woman::
|
||||
msgbox CinnabarIsland_Mart_Text_DontTheyHaveXAttack, MSGBOX_NPC
|
||||
end
|
||||
|
||||
CinnabarIsland_Mart_EventScript_Scientist:: @ 816EA19
|
||||
CinnabarIsland_Mart_EventScript_Scientist::
|
||||
msgbox CinnabarIsland_Mart_Text_ExtraItemsNeverHurt, MSGBOX_NPC
|
||||
end
|
||||
|
||||
CinnabarIsland_Mart_EventScript_Clerk:: @ 816EA22
|
||||
CinnabarIsland_Mart_EventScript_Clerk::
|
||||
goto_if_questlog EventScript_ReleaseEnd
|
||||
lock
|
||||
faceplayer
|
||||
@@ -21,7 +21,7 @@ CinnabarIsland_Mart_EventScript_Clerk:: @ 816EA22
|
||||
end
|
||||
|
||||
.align 2
|
||||
CinnabarIsland_Mart_Items:: @ 816EA48
|
||||
CinnabarIsland_Mart_Items::
|
||||
.2byte ITEM_ULTRA_BALL
|
||||
.2byte ITEM_GREAT_BALL
|
||||
.2byte ITEM_HYPER_POTION
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
CinnabarIsland_Mart_Text_DontTheyHaveXAttack:: @ 819A7A0
|
||||
CinnabarIsland_Mart_Text_DontTheyHaveXAttack::
|
||||
.string "Don't they have X ATTACK?\p"
|
||||
.string "I like it because it raises the\n"
|
||||
.string "ATTACK stat in battle.$"
|
||||
|
||||
CinnabarIsland_Mart_Text_ExtraItemsNeverHurt:: @ 819A7F1
|
||||
CinnabarIsland_Mart_Text_ExtraItemsNeverHurt::
|
||||
.string "It never hurts to have extra items.\n"
|
||||
.string "You never know what might happen.$"
|
||||
|
||||
|
||||
@@ -1,34 +1,34 @@
|
||||
.set LOCALID_BILL, 7
|
||||
|
||||
CinnabarIsland_PokemonCenter_1F_MapScripts:: @ 816E8D7
|
||||
CinnabarIsland_PokemonCenter_1F_MapScripts::
|
||||
map_script MAP_SCRIPT_ON_TRANSITION, CinnabarIsland_PokemonCenter_1F_OnTransition
|
||||
map_script MAP_SCRIPT_ON_RESUME, CableClub_OnResume
|
||||
.byte 0
|
||||
|
||||
CinnabarIsland_PokemonCenter_1F_OnTransition:: @ 816E8E2
|
||||
CinnabarIsland_PokemonCenter_1F_OnTransition::
|
||||
setrespawn SPAWN_CINNABAR_ISLAND
|
||||
end
|
||||
|
||||
CinnabarIsland_PokemonCenter_1F_EventScript_Nurse:: @ 816E8E6
|
||||
CinnabarIsland_PokemonCenter_1F_EventScript_Nurse::
|
||||
lock
|
||||
faceplayer
|
||||
call EventScript_PkmnCenterNurse
|
||||
release
|
||||
end
|
||||
|
||||
CinnabarIsland_PokemonCenter_1F_EventScript_Gentleman:: @ 816E8EF
|
||||
CinnabarIsland_PokemonCenter_1F_EventScript_Gentleman::
|
||||
msgbox CinnabarIsland_PokemonCenter_1F_Text_VisitUnionRoom, MSGBOX_NPC
|
||||
end
|
||||
|
||||
CinnabarIsland_PokemonCenter_1F_EventScript_CooltrainerF:: @ 816E8F8
|
||||
CinnabarIsland_PokemonCenter_1F_EventScript_CooltrainerF::
|
||||
msgbox CinnabarIsland_PokemonCenter_1F_Text_CinnabarGymLocked, MSGBOX_NPC
|
||||
end
|
||||
|
||||
CinnabarIsland_PokemonCenter_1F_EventScript_Youngster:: @ 816E901
|
||||
CinnabarIsland_PokemonCenter_1F_EventScript_Youngster::
|
||||
msgbox CinnabarIsland_PokemonCenter_1F_Text_EvolutionCanWaitForNewMoves, MSGBOX_NPC
|
||||
end
|
||||
|
||||
CinnabarIsland_PokemonCenter_1F_EventScript_Bill:: @ 816E90A
|
||||
CinnabarIsland_PokemonCenter_1F_EventScript_Bill::
|
||||
lock
|
||||
faceplayer
|
||||
msgbox CinnabarIsland_PokemonCenter_1F_Text_ReadyToSailToOneIsland, MSGBOX_YESNO
|
||||
@@ -55,30 +55,30 @@ CinnabarIsland_PokemonCenter_1F_EventScript_Bill:: @ 816E90A
|
||||
release
|
||||
end
|
||||
|
||||
CinnabarIsland_PokemonCenter_1F_EventScript_ExitWithBillSouth:: @ 816E96F
|
||||
CinnabarIsland_PokemonCenter_1F_EventScript_ExitWithBillSouth::
|
||||
applymovement LOCALID_BILL, CinnabarIsland_PokemonCenter_1F_Movement_BillExit
|
||||
applymovement OBJ_EVENT_ID_PLAYER, CinnabarIsland_PokemonCenter_1F_Movement_PlayerExitSouth
|
||||
waitmovement 0
|
||||
return
|
||||
|
||||
CinnabarIsland_PokemonCenter_1F_EventScript_ExitWithBillEast:: @ 816E981
|
||||
CinnabarIsland_PokemonCenter_1F_EventScript_ExitWithBillEast::
|
||||
applymovement LOCALID_BILL, CinnabarIsland_PokemonCenter_1F_Movement_BillExitEast
|
||||
applymovement OBJ_EVENT_ID_PLAYER, CinnabarIsland_PokemonCenter_1F_Movement_PlayerExitEast
|
||||
waitmovement 0
|
||||
return
|
||||
|
||||
CinnabarIsland_PokemonCenter_1F_EventScript_ExitWithBillWest:: @ 816E993
|
||||
CinnabarIsland_PokemonCenter_1F_EventScript_ExitWithBillWest::
|
||||
applymovement LOCALID_BILL, CinnabarIsland_PokemonCenter_1F_Movement_BillExit
|
||||
applymovement OBJ_EVENT_ID_PLAYER, CinnabarIsland_PokemonCenter_1F_Movement_PlayerExitWest
|
||||
waitmovement 0
|
||||
return
|
||||
|
||||
CinnabarIsland_PokemonCenter_1F_EventScript_NotReadyToSail:: @ 816E9A5
|
||||
CinnabarIsland_PokemonCenter_1F_EventScript_NotReadyToSail::
|
||||
msgbox CinnabarIsland_PokemonCenter_1F_Text_OhNotDoneYet
|
||||
release
|
||||
end
|
||||
|
||||
CinnabarIsland_PokemonCenter_1F_Movement_BillExit:: @ 816E9AF
|
||||
CinnabarIsland_PokemonCenter_1F_Movement_BillExit::
|
||||
walk_left
|
||||
walk_left
|
||||
walk_left
|
||||
@@ -90,7 +90,7 @@ CinnabarIsland_PokemonCenter_1F_Movement_BillExit:: @ 816E9AF
|
||||
set_invisible
|
||||
step_end
|
||||
|
||||
CinnabarIsland_PokemonCenter_1F_Movement_PlayerExitSouth:: @ 816E9B9
|
||||
CinnabarIsland_PokemonCenter_1F_Movement_PlayerExitSouth::
|
||||
walk_down
|
||||
walk_left
|
||||
walk_left
|
||||
@@ -102,7 +102,7 @@ CinnabarIsland_PokemonCenter_1F_Movement_PlayerExitSouth:: @ 816E9B9
|
||||
walk_down
|
||||
step_end
|
||||
|
||||
CinnabarIsland_PokemonCenter_1F_Movement_BillExitEast:: @ 816E9C3
|
||||
CinnabarIsland_PokemonCenter_1F_Movement_BillExitEast::
|
||||
walk_up
|
||||
walk_left
|
||||
walk_left
|
||||
@@ -116,7 +116,7 @@ CinnabarIsland_PokemonCenter_1F_Movement_BillExitEast:: @ 816E9C3
|
||||
set_invisible
|
||||
step_end
|
||||
|
||||
CinnabarIsland_PokemonCenter_1F_Movement_PlayerExitEast:: @ 816E9CF
|
||||
CinnabarIsland_PokemonCenter_1F_Movement_PlayerExitEast::
|
||||
delay_16
|
||||
delay_16
|
||||
delay_16
|
||||
@@ -133,7 +133,7 @@ CinnabarIsland_PokemonCenter_1F_Movement_PlayerExitEast:: @ 816E9CF
|
||||
set_invisible
|
||||
step_end
|
||||
|
||||
CinnabarIsland_PokemonCenter_1F_Movement_PlayerExitWest:: @ 816E9DE
|
||||
CinnabarIsland_PokemonCenter_1F_Movement_PlayerExitWest::
|
||||
walk_left
|
||||
walk_left
|
||||
walk_left
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
CinnabarIsland_PokemonCenter_1F_Text_CinnabarGymLocked:: @ 819A4F8
|
||||
CinnabarIsland_PokemonCenter_1F_Text_CinnabarGymLocked::
|
||||
.string "I came to visit the CINNABAR GYM,\n"
|
||||
.string "but the door is locked tight.\p"
|
||||
.string "There should be a key for it\n"
|
||||
@@ -8,7 +8,7 @@ CinnabarIsland_PokemonCenter_1F_Text_CinnabarGymLocked:: @ 819A4F8
|
||||
.string "The GYM LEADER's friend used to\n"
|
||||
.string "live there, they say.$"
|
||||
|
||||
CinnabarIsland_PokemonCenter_1F_Text_VisitUnionRoom:: @ 819A5BE
|
||||
CinnabarIsland_PokemonCenter_1F_Text_VisitUnionRoom::
|
||||
.string "Do you have lots of friends?\p"
|
||||
.string "Linking up with the usual friends\n"
|
||||
.string "is fun, of course.\p"
|
||||
@@ -19,20 +19,20 @@ CinnabarIsland_PokemonCenter_1F_Text_VisitUnionRoom:: @ 819A5BE
|
||||
.string "I think it would be worth your time\n"
|
||||
.string "to check the UNION ROOM.$"
|
||||
|
||||
CinnabarIsland_PokemonCenter_1F_Text_EvolutionCanWaitForNewMoves:: @ 819A6B1
|
||||
CinnabarIsland_PokemonCenter_1F_Text_EvolutionCanWaitForNewMoves::
|
||||
.string "POKéMON can still learn techniques\n"
|
||||
.string "after canceling evolution.\p"
|
||||
.string "Evolution can wait until new moves\n"
|
||||
.string "have been learned.$"
|
||||
|
||||
CinnabarIsland_PokemonCenter_1F_Text_ReadyToSailToOneIsland:: @ 819A725
|
||||
CinnabarIsland_PokemonCenter_1F_Text_ReadyToSailToOneIsland::
|
||||
.string "BILL: Hey, you kept me waiting!\n"
|
||||
.string "Ready to set sail to ONE ISLAND?$"
|
||||
|
||||
CinnabarIsland_PokemonCenter_1F_Text_OhNotDoneYet:: @ 819A766
|
||||
CinnabarIsland_PokemonCenter_1F_Text_OhNotDoneYet::
|
||||
.string "Oh, you're still not done yet?$"
|
||||
|
||||
CinnabarIsland_PokemonCenter_1F_Text_LetsGo:: @ 819A785
|
||||
CinnabarIsland_PokemonCenter_1F_Text_LetsGo::
|
||||
.string "Well, that's it.\n"
|
||||
.string "Let's go!$"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
CinnabarIsland_PokemonCenter_2F_MapScripts:: @ 816E9E8
|
||||
CinnabarIsland_PokemonCenter_2F_MapScripts::
|
||||
map_script MAP_SCRIPT_ON_FRAME_TABLE, CableClub_OnFrame
|
||||
map_script MAP_SCRIPT_ON_WARP_INTO_MAP_TABLE, CableClub_OnWarp
|
||||
map_script MAP_SCRIPT_ON_LOAD, CableClub_OnLoad
|
||||
@@ -6,14 +6,14 @@ CinnabarIsland_PokemonCenter_2F_MapScripts:: @ 816E9E8
|
||||
.byte 0
|
||||
|
||||
@ The below 3 are unused and leftover from RS
|
||||
CinnabarIsland_PokemonCenter_2F_EventScript_Colosseum:: @ 816E9FD
|
||||
CinnabarIsland_PokemonCenter_2F_EventScript_Colosseum::
|
||||
call CableClub_EventScript_Colosseum
|
||||
end
|
||||
|
||||
CinnabarIsland_PokemonCenter_2F_EventScript_TradeCenter:: @ 816EA03
|
||||
CinnabarIsland_PokemonCenter_2F_EventScript_TradeCenter::
|
||||
call CableClub_EventScript_TradeCenter
|
||||
end
|
||||
|
||||
CinnabarIsland_PokemonCenter_2F_EventScript_RecordCorner:: @ 816EA09
|
||||
CinnabarIsland_PokemonCenter_2F_EventScript_RecordCorner::
|
||||
call CableClub_EventScript_RecordCorner
|
||||
end
|
||||
|
||||
@@ -1,32 +1,32 @@
|
||||
CinnabarIsland_PokemonLab_Entrance_MapScripts:: @ 816E273
|
||||
CinnabarIsland_PokemonLab_Entrance_MapScripts::
|
||||
map_script MAP_SCRIPT_ON_TRANSITION, CinnabarIsland_PokemonLab_Entrance_OnTransition
|
||||
.byte 0
|
||||
|
||||
CinnabarIsland_PokemonLab_Entrance_OnTransition:: @ 816E279
|
||||
CinnabarIsland_PokemonLab_Entrance_OnTransition::
|
||||
compare VAR_MAP_SCENE_CINNABAR_ISLAND_POKEMON_LAB_EXPERIMENT_ROOM_REVIVE_STATE, 1
|
||||
call_if_eq CinnabarIsland_PokemonLab_Entrance_EventScript_ReadyFossil
|
||||
end
|
||||
|
||||
CinnabarIsland_PokemonLab_Entrance_EventScript_ReadyFossil:: @ 816E285
|
||||
CinnabarIsland_PokemonLab_Entrance_EventScript_ReadyFossil::
|
||||
setvar VAR_MAP_SCENE_CINNABAR_ISLAND_POKEMON_LAB_EXPERIMENT_ROOM_REVIVE_STATE, 2
|
||||
return
|
||||
|
||||
CinnabarIsland_PokemonLab_Entrance_EventScript_Scientist:: @ 816E28B
|
||||
CinnabarIsland_PokemonLab_Entrance_EventScript_Scientist::
|
||||
msgbox CinnabarIsland_PokemonLab_Entrance_Text_StudyMonsExtensively, MSGBOX_NPC
|
||||
end
|
||||
|
||||
CinnabarIsland_PokemonLab_Entrance_EventScript_DrFujiPhoto:: @ 816E294
|
||||
CinnabarIsland_PokemonLab_Entrance_EventScript_DrFujiPhoto::
|
||||
msgbox CinnabarIsland_PokemonLab_Entrance_Text_PhotoOfLabFounderDrFuji, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
CinnabarIsland_PokemonLab_Entrance_EventScript_MeetingRoomSign:: @ 816E29D
|
||||
CinnabarIsland_PokemonLab_Entrance_EventScript_MeetingRoomSign::
|
||||
msgbox CinnabarIsland_PokemonLab_Entrance_Text_MeetingRoomSign, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
CinnabarIsland_PokemonLab_Entrance_EventScript_RAndDRoomSign:: @ 816E2A6
|
||||
CinnabarIsland_PokemonLab_Entrance_EventScript_RAndDRoomSign::
|
||||
msgbox CinnabarIsland_PokemonLab_Entrance_Text_RAndDRoomSign, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
CinnabarIsland_PokemonLab_Entrance_EventScript_TestingRoomSign:: @ 816E2AF
|
||||
CinnabarIsland_PokemonLab_Entrance_EventScript_TestingRoomSign::
|
||||
msgbox CinnabarIsland_PokemonLab_Entrance_Text_TestingRoomSign, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
@@ -1,28 +1,28 @@
|
||||
CinnabarIsland_Gym_Text_PhotoOfBlaineAndFuji:: @ 8199E8A
|
||||
CinnabarIsland_Gym_Text_PhotoOfBlaineAndFuji::
|
||||
.string "It's a photo of BLAINE and\n"
|
||||
.string "MR. FUJI.\p"
|
||||
.string "They're standing shoulder to\n"
|
||||
.string "shoulder with big grins.$"
|
||||
|
||||
CinnabarIsland_PokemonLab_Entrance_Text_StudyMonsExtensively:: @ 8199EE5
|
||||
CinnabarIsland_PokemonLab_Entrance_Text_StudyMonsExtensively::
|
||||
.string "We study POKéMON extensively\n"
|
||||
.string "every day.\p"
|
||||
.string "People often bring us rare POKéMON\n"
|
||||
.string "for examination.$"
|
||||
|
||||
CinnabarIsland_PokemonLab_Entrance_Text_PhotoOfLabFounderDrFuji:: @ 8199F41
|
||||
CinnabarIsland_PokemonLab_Entrance_Text_PhotoOfLabFounderDrFuji::
|
||||
.string "A photo of the LAB's founder…\n"
|
||||
.string "DR. FUJI?!$"
|
||||
|
||||
CinnabarIsland_PokemonLab_Entrance_Text_MeetingRoomSign:: @ 8199F6A
|
||||
CinnabarIsland_PokemonLab_Entrance_Text_MeetingRoomSign::
|
||||
.string "POKéMON LAB\n"
|
||||
.string "Meeting Room$"
|
||||
|
||||
CinnabarIsland_PokemonLab_Entrance_Text_RAndDRoomSign:: @ 8199F83
|
||||
CinnabarIsland_PokemonLab_Entrance_Text_RAndDRoomSign::
|
||||
.string "POKéMON LAB\n"
|
||||
.string "R & D Room$"
|
||||
|
||||
CinnabarIsland_PokemonLab_Entrance_Text_TestingRoomSign:: @ 8199F9A
|
||||
CinnabarIsland_PokemonLab_Entrance_Text_TestingRoomSign::
|
||||
.string "POKéMON LAB\n"
|
||||
.string "Testing Room$"
|
||||
|
||||
|
||||
@@ -2,10 +2,10 @@
|
||||
.equ DOME_FOSSIL, 2
|
||||
.equ OLD_AMBER, 3
|
||||
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_MapScripts:: @ 816E400
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_MapScripts::
|
||||
.byte 0
|
||||
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_Garett:: @ 816E401
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_Garett::
|
||||
lock
|
||||
faceplayer
|
||||
setvar VAR_0x8008, INGAME_TRADE_SEEL
|
||||
@@ -26,23 +26,23 @@ CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_Garett:: @ 816E401
|
||||
release
|
||||
end
|
||||
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_DeclineTrade:: @ 816E45B
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_DeclineTrade::
|
||||
msgbox Trade_Text_AwwOhWell
|
||||
release
|
||||
end
|
||||
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_NotRequestedMon:: @ 816E465
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_NotRequestedMon::
|
||||
getspeciesname 0, VAR_0x8009
|
||||
msgbox Trade_Text_WhatThatsNoMon
|
||||
release
|
||||
end
|
||||
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_AlreadyTraded:: @ 816E473
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_AlreadyTraded::
|
||||
msgbox Trade_Text_IsntMyOldMonGreat
|
||||
release
|
||||
end
|
||||
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_FossilScientist:: @ 816E47D
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_FossilScientist::
|
||||
lock
|
||||
faceplayer
|
||||
setvar VAR_RESULT, FALSE
|
||||
@@ -66,34 +66,34 @@ CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_FossilScientist:: @ 816E47D
|
||||
goto CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_DontShowFossil
|
||||
end
|
||||
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_CheckAddHelixFossilToList:: @ 816E4EC
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_CheckAddHelixFossilToList::
|
||||
goto_if_unset FLAG_GOT_HELIX_FOSSIL, CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_SetResultFalse
|
||||
goto_if_set FLAG_REVIVED_HELIX, CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_SetResultFalse
|
||||
setvar VAR_RESULT, TRUE
|
||||
return
|
||||
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_CheckAddDomeFossilToList:: @ 816E504
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_CheckAddDomeFossilToList::
|
||||
goto_if_unset FLAG_GOT_DOME_FOSSIL, CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_SetResultFalse
|
||||
goto_if_set FLAG_REVIVED_DOME, CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_SetResultFalse
|
||||
setvar VAR_RESULT, TRUE
|
||||
return
|
||||
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_CheckAddOldAmberToList:: @ 816E51C
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_CheckAddOldAmberToList::
|
||||
goto_if_unset FLAG_GOT_OLD_AMBER, CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_SetResultFalse
|
||||
goto_if_set FLAG_REVIVED_AMBER, CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_SetResultFalse
|
||||
setvar VAR_RESULT, TRUE
|
||||
return
|
||||
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_SetResultFalse:: @ 816E534
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_SetResultFalse::
|
||||
setvar VAR_RESULT, FALSE
|
||||
return
|
||||
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_DontShowFossil:: @ 816E53A
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_DontShowFossil::
|
||||
msgbox CinnabarIsland_PokemonLab_ExperimentRoom_Text_NoIsTooBad
|
||||
release
|
||||
end
|
||||
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_ChooseFossilHelix:: @ 816E544
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_ChooseFossilHelix::
|
||||
message CinnabarIsland_PokemonLab_ExperimentRoom_Text_HaveYouAFossilForMe
|
||||
waitmessage
|
||||
call CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_CheckAddOldAmberToList
|
||||
@@ -106,7 +106,7 @@ CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_ChooseFossilHelix:: @ 816E5
|
||||
case 127, CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_DontShowFossil
|
||||
end
|
||||
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_ChooseFossilDome:: @ 816E586
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_ChooseFossilDome::
|
||||
message CinnabarIsland_PokemonLab_ExperimentRoom_Text_HaveYouAFossilForMe
|
||||
waitmessage
|
||||
call CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_CheckAddOldAmberToList
|
||||
@@ -119,7 +119,7 @@ CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_ChooseFossilDome:: @ 816E58
|
||||
case 127, CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_DontShowFossil
|
||||
end
|
||||
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_ChooseFossilAmber:: @ 816E5C8
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_ChooseFossilAmber::
|
||||
message CinnabarIsland_PokemonLab_ExperimentRoom_Text_HaveYouAFossilForMe
|
||||
waitmessage
|
||||
multichoice 0, 0, MULTICHOICE_AMBER, FALSE
|
||||
@@ -129,7 +129,7 @@ CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_ChooseFossilAmber:: @ 816E5
|
||||
case 127, CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_DontShowFossil
|
||||
end
|
||||
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_ChooseFossilHelixAmber:: @ 816E5FA
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_ChooseFossilHelixAmber::
|
||||
multichoice 0, 0, MULTICHOICE_HELIX_AMBER, FALSE
|
||||
switch VAR_RESULT
|
||||
case 0, CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_ShowHelixFossil
|
||||
@@ -138,7 +138,7 @@ CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_ChooseFossilHelixAmber:: @
|
||||
case 127, CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_DontShowFossil
|
||||
end
|
||||
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_ChooseFossilDomeAmber:: @ 816E631
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_ChooseFossilDomeAmber::
|
||||
multichoice 0, 0, MULTICHOICE_DOME_AMBER, FALSE
|
||||
switch VAR_RESULT
|
||||
case 0, CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_ShowDomeFossil
|
||||
@@ -147,7 +147,7 @@ CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_ChooseFossilDomeAmber:: @ 8
|
||||
case 127, CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_DontShowFossil
|
||||
end
|
||||
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_ShowHelixFossil:: @ 816E668
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_ShowHelixFossil::
|
||||
getspeciesname 0, SPECIES_OMANYTE
|
||||
getitemname 1, ITEM_HELIX_FOSSIL
|
||||
msgbox CinnabarIsland_PokemonLab_ExperimentRoom_Text_ThatFossilIsOfMonMakeItLiveAgain, MSGBOX_YESNO
|
||||
@@ -162,7 +162,7 @@ CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_ShowHelixFossil:: @ 816E668
|
||||
release
|
||||
end
|
||||
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_ShowDomeFossil:: @ 816E6A6
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_ShowDomeFossil::
|
||||
getspeciesname 0, SPECIES_KABUTO
|
||||
getitemname 1, ITEM_DOME_FOSSIL
|
||||
msgbox CinnabarIsland_PokemonLab_ExperimentRoom_Text_ThatFossilIsOfMonMakeItLiveAgain, MSGBOX_YESNO
|
||||
@@ -177,7 +177,7 @@ CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_ShowDomeFossil:: @ 816E6A6
|
||||
release
|
||||
end
|
||||
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_ShowOldAmber:: @ 816E6E4
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_ShowOldAmber::
|
||||
getspeciesname 0, SPECIES_AERODACTYL
|
||||
getitemname 1, ITEM_OLD_AMBER
|
||||
msgbox CinnabarIsland_PokemonLab_ExperimentRoom_Text_ThatFossilIsOfMonMakeItLiveAgain, MSGBOX_YESNO
|
||||
@@ -192,17 +192,17 @@ CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_ShowOldAmber:: @ 816E6E4
|
||||
release
|
||||
end
|
||||
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_DeclineReviveFossil:: @ 816E722
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_DeclineReviveFossil::
|
||||
msgbox CinnabarIsland_PokemonLab_ExperimentRoom_Text_YouComeAgain
|
||||
release
|
||||
end
|
||||
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_FossilStillReviving:: @ 816E72C
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_FossilStillReviving::
|
||||
msgbox CinnabarIsland_PokemonLab_ExperimentRoom_Text_TakesTimeGoForWalk
|
||||
release
|
||||
end
|
||||
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_GiveRevivedMon:: @ 816E736
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_GiveRevivedMon::
|
||||
compare VAR_MAP_SCENE_CINNABAR_ISLAND_POKEMON_LAB_EXPERIMENT_ROOM_WHICH_FOSSIL, HELIX_FOSSIL
|
||||
goto_if_eq CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_GiveOmanyte
|
||||
compare VAR_MAP_SCENE_CINNABAR_ISLAND_POKEMON_LAB_EXPERIMENT_ROOM_WHICH_FOSSIL, DOME_FOSSIL
|
||||
@@ -211,7 +211,7 @@ CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_GiveRevivedMon:: @ 816E736
|
||||
goto_if_eq CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_GiveAerodactyl
|
||||
end
|
||||
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_GiveOmanyte:: @ 816E758
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_GiveOmanyte::
|
||||
setvar VAR_TEMP_1, SPECIES_OMANYTE
|
||||
getspeciesname 0, SPECIES_OMANYTE
|
||||
msgbox CinnabarIsland_PokemonLab_ExperimentRoom_Text_FossilMonBackToLife
|
||||
@@ -225,7 +225,7 @@ CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_GiveOmanyte:: @ 816E758
|
||||
goto_if_eq CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_NicknameMonPC
|
||||
end
|
||||
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_GiveKabuto:: @ 816E79D
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_GiveKabuto::
|
||||
setvar VAR_TEMP_1, SPECIES_KABUTO
|
||||
getspeciesname 0, SPECIES_KABUTO
|
||||
msgbox CinnabarIsland_PokemonLab_ExperimentRoom_Text_FossilMonBackToLife
|
||||
@@ -239,7 +239,7 @@ CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_GiveKabuto:: @ 816E79D
|
||||
goto_if_eq CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_NicknameMonPC
|
||||
end
|
||||
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_GiveAerodactyl:: @ 816E7E2
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_GiveAerodactyl::
|
||||
setvar VAR_TEMP_1, SPECIES_AERODACTYL
|
||||
getspeciesname 0, SPECIES_AERODACTYL
|
||||
msgbox CinnabarIsland_PokemonLab_ExperimentRoom_Text_FossilMonBackToLife
|
||||
@@ -253,7 +253,7 @@ CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_GiveAerodactyl:: @ 816E7E2
|
||||
goto_if_eq CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_NicknameMonPC
|
||||
end
|
||||
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_NicknameMonParty:: @ 816E827
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_NicknameMonParty::
|
||||
textcolor 3
|
||||
playfanfare MUS_LEVEL_UP
|
||||
message CinnabarIsland_PokemonLab_ExperimentRoom_Text_ReceivedMonFromDoctor
|
||||
@@ -268,7 +268,7 @@ CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_NicknameMonParty:: @ 816E82
|
||||
goto CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_EndGiveMon
|
||||
end
|
||||
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_NicknameMonPC:: @ 816E85B
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_NicknameMonPC::
|
||||
textcolor 3
|
||||
playfanfare MUS_LEVEL_UP
|
||||
message CinnabarIsland_PokemonLab_ExperimentRoom_Text_ReceivedMonFromDoctor
|
||||
@@ -282,32 +282,32 @@ CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_NicknameMonPC:: @ 816E85B
|
||||
goto CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_MonSentToPC
|
||||
end
|
||||
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_MonSentToPC:: @ 816E88A
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_MonSentToPC::
|
||||
call EventScript_TransferredToPC
|
||||
goto CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_EndGiveMon
|
||||
end
|
||||
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_EndGiveMon:: @ 816E895
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_EndGiveMon::
|
||||
release
|
||||
end
|
||||
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_RevivedAllFossils:: @ 816E897
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_RevivedAllFossils::
|
||||
msgbox CinnabarIsland_PokemonLab_ExperimentRoom_Text_YouComeAgain
|
||||
release
|
||||
end
|
||||
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_CheckRevivedMtMoonFossil:: @ 816E8A1
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_CheckRevivedMtMoonFossil::
|
||||
goto_if_set FLAG_GOT_HELIX_FOSSIL, CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_CheckRevivedHelix
|
||||
goto_if_set FLAG_GOT_DOME_FOSSIL, CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_CheckRevivedDome
|
||||
goto CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_SetResultFalse
|
||||
end
|
||||
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_CheckRevivedHelix:: @ 816E8B9
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_CheckRevivedHelix::
|
||||
goto_if_unset FLAG_REVIVED_HELIX, CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_SetResultFalse
|
||||
setvar VAR_RESULT, TRUE
|
||||
return
|
||||
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_CheckRevivedDome:: @ 816E8C8
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_CheckRevivedDome::
|
||||
goto_if_unset FLAG_REVIVED_DOME, CinnabarIsland_PokemonLab_ExperimentRoom_EventScript_SetResultFalse
|
||||
setvar VAR_RESULT, TRUE
|
||||
return
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Text_MetronomeTeach:: @ 819A137
|
||||
Text_MetronomeTeach::
|
||||
.string "Tch-tch-tch!\n"
|
||||
.string "I'll teach you a nifty move.\p"
|
||||
.string "Teach it to a POKéMON, and watch\n"
|
||||
@@ -6,20 +6,20 @@ Text_MetronomeTeach:: @ 819A137
|
||||
.string "It's a move called METRONOME.\n"
|
||||
.string "Does it strike your fancy?$"
|
||||
|
||||
Text_MetronomeDeclined:: @ 819A1CB
|
||||
Text_MetronomeDeclined::
|
||||
.string "I tell you, it's a lot of fun!$"
|
||||
|
||||
Text_MetronomeWhichMon:: @ 819A1EA
|
||||
Text_MetronomeWhichMon::
|
||||
.string "Okay!\n"
|
||||
.string "Which POKéMON should I teach?$"
|
||||
|
||||
Text_MetronomeTaught:: @ 819A20E
|
||||
Text_MetronomeTaught::
|
||||
.string "Tch-tch-tch!\n"
|
||||
.string "That's the sound of a METRONOME.\p"
|
||||
.string "It tweaks your POKéMON's brain into\n"
|
||||
.string "using moves it doesn't even know.$"
|
||||
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_Text_HaveYouAFossilForMe:: @ 819A282
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_Text_HaveYouAFossilForMe::
|
||||
.string "Hiya!\p"
|
||||
.string "I am important doctor.\n"
|
||||
.string "Yes, very much so, indeed.\p"
|
||||
@@ -28,31 +28,31 @@ CinnabarIsland_PokemonLab_ExperimentRoom_Text_HaveYouAFossilForMe:: @ 819A282
|
||||
.string "You!\n"
|
||||
.string "Have you a fossil for me?$"
|
||||
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_Text_NoIsTooBad:: @ 819A314
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_Text_NoIsTooBad::
|
||||
.string "No!\n"
|
||||
.string "Is too bad!$"
|
||||
|
||||
@ Unused
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_Text_TakesTimeGoForWalkJP:: @ 819A324
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_Text_TakesTimeGoForWalkJP::
|
||||
.string "ちょっと じかん かかるよ!\p"
|
||||
.string "そこらへんを すこし\n"
|
||||
.string "ブラブラ してくると よろしー!$"
|
||||
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_Text_FossilMonBackToLife:: @ 819A34F
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_Text_FossilMonBackToLife::
|
||||
.string "You late.\n"
|
||||
.string "Where were you?\p"
|
||||
.string "Your fossil is back to life!\n"
|
||||
.string "It was {STR_VAR_1} like I think!$"
|
||||
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_Text_ReceivedMonFromDoctor:: @ 819A39E
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_Text_ReceivedMonFromDoctor::
|
||||
.string "{PLAYER} received the {STR_VAR_1}\n"
|
||||
.string "from the doctor.$"
|
||||
|
||||
@ Unused
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_Text_NoRoomForPokemon:: @ 819A3C2
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_Text_NoRoomForPokemon::
|
||||
.string "ポケモン いっぱいで もてないね!$"
|
||||
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_Text_ThatFossilIsOfMonMakeItLiveAgain:: @ 819A3D4
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_Text_ThatFossilIsOfMonMakeItLiveAgain::
|
||||
.string "Oh!\n"
|
||||
.string "That is {STR_VAR_2}, it is!\p"
|
||||
.string "It is fossil of {STR_VAR_1},\n"
|
||||
@@ -61,17 +61,17 @@ CinnabarIsland_PokemonLab_ExperimentRoom_Text_ThatFossilIsOfMonMakeItLiveAgain::
|
||||
.string "that POKéMON live again!$"
|
||||
|
||||
@ TODO: Resolve text dump error below?
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_Text_HandedFossilToWeirdDoctor:: @ 819A45D
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_Text_HandedFossilToWeirdDoctor::
|
||||
.string "So!\n"
|
||||
.string "You hurry and give me that!\p"
|
||||
.string "{SIZE}Á{PLAYER} handed over the\n"
|
||||
.string "{STR_VAR_2} to the weird doctor.$"
|
||||
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_Text_TakesTimeGoForWalk:: @ 819A4AB
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_Text_TakesTimeGoForWalk::
|
||||
.string "I take a little time!\n"
|
||||
.string "You go for walk a little while!$"
|
||||
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_Text_YouComeAgain:: @ 819A4E1
|
||||
CinnabarIsland_PokemonLab_ExperimentRoom_Text_YouComeAgain::
|
||||
.string "Aiyah!\n"
|
||||
.string "You come again!$"
|
||||
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
CinnabarIsland_PokemonLab_Lounge_MapScripts:: @ 816E2B8
|
||||
CinnabarIsland_PokemonLab_Lounge_MapScripts::
|
||||
.byte 0
|
||||
|
||||
CinnabarIsland_PokemonLab_Lounge_EventScript_Scientist:: @ 816E2B9
|
||||
CinnabarIsland_PokemonLab_Lounge_EventScript_Scientist::
|
||||
msgbox CinnabarIsland_PokemonLab_Lounge_Text_FoundFossilInMtMoon, MSGBOX_NPC
|
||||
end
|
||||
|
||||
CinnabarIsland_PokemonLab_Lounge_EventScript_Clifton:: @ 816E2C2
|
||||
CinnabarIsland_PokemonLab_Lounge_EventScript_Clifton::
|
||||
lock
|
||||
faceplayer
|
||||
setvar VAR_0x8008, INGAME_TRADE_ELECTRODE
|
||||
@@ -26,23 +26,23 @@ CinnabarIsland_PokemonLab_Lounge_EventScript_Clifton:: @ 816E2C2
|
||||
release
|
||||
end
|
||||
|
||||
CinnabarIsland_PokemonLab_Lounge_EventScript_CliftonDeclineTrade:: @ 816E31C
|
||||
CinnabarIsland_PokemonLab_Lounge_EventScript_CliftonDeclineTrade::
|
||||
msgbox Trade_Text_WellIfYouDontWantTo
|
||||
release
|
||||
end
|
||||
|
||||
CinnabarIsland_PokemonLab_Lounge_EventScript_CliftonNotRequestedMon:: @ 816E326
|
||||
CinnabarIsland_PokemonLab_Lounge_EventScript_CliftonNotRequestedMon::
|
||||
getspeciesname 0, VAR_0x8009
|
||||
msgbox Trade_Text_ThisIsntMon
|
||||
release
|
||||
end
|
||||
|
||||
CinnabarIsland_PokemonLab_Lounge_EventScript_CliftonAlreadyTraded:: @ 816E334
|
||||
CinnabarIsland_PokemonLab_Lounge_EventScript_CliftonAlreadyTraded::
|
||||
msgbox Trade_Text_HasTradedMonGrownStronger
|
||||
release
|
||||
end
|
||||
|
||||
CinnabarIsland_PokemonLab_Lounge_EventScript_Norma:: @ 816E33E
|
||||
CinnabarIsland_PokemonLab_Lounge_EventScript_Norma::
|
||||
lock
|
||||
faceplayer
|
||||
setvar VAR_0x8008, INGAME_TRADE_TANGELA
|
||||
@@ -73,18 +73,18 @@ CinnabarIsland_PokemonLab_Lounge_EventScript_Norma:: @ 816E33E
|
||||
release
|
||||
end
|
||||
|
||||
CinnabarIsland_PokemonLab_Lounge_EventScript_NormaDeclineTrade:: @ 816E3BC
|
||||
CinnabarIsland_PokemonLab_Lounge_EventScript_NormaDeclineTrade::
|
||||
msgbox Trade_Text_ThatsTooBad
|
||||
release
|
||||
end
|
||||
|
||||
CinnabarIsland_PokemonLab_Lounge_EventScript_NormaNotRequestedMon:: @ 816E3C6
|
||||
CinnabarIsland_PokemonLab_Lounge_EventScript_NormaNotRequestedMon::
|
||||
getspeciesname 0, VAR_0x8009
|
||||
msgbox Trade_Text_ThisIsNoMon
|
||||
release
|
||||
end
|
||||
|
||||
CinnabarIsland_PokemonLab_Lounge_EventScript_NormaAlreadyTraded:: @ 816E3D4
|
||||
CinnabarIsland_PokemonLab_Lounge_EventScript_NormaAlreadyTraded::
|
||||
msgbox Trade_Text_HowIsMyOldMon
|
||||
release
|
||||
end
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
CinnabarIsland_PokemonLab_Lounge_Text_FoundFossilInMtMoon:: @ 8199FB3
|
||||
CinnabarIsland_PokemonLab_Lounge_Text_FoundFossilInMtMoon::
|
||||
.string "I found this most remarkable fossil\n"
|
||||
.string "inside MT. MOON.\p"
|
||||
.string "I think it's of a rare, prehistoric\n"
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
CinnabarIsland_PokemonLab_ResearchRoom_MapScripts:: @ 816E3DE
|
||||
CinnabarIsland_PokemonLab_ResearchRoom_MapScripts::
|
||||
.byte 0
|
||||
|
||||
CinnabarIsland_PokemonLab_ResearchRoom_EventScript_MetronomeTutor:: @ 816E3DF
|
||||
CinnabarIsland_PokemonLab_ResearchRoom_EventScript_MetronomeTutor::
|
||||
goto EventScript_MetronomeTutor
|
||||
end
|
||||
|
||||
CinnabarIsland_PokemonLab_ResearchRoom_EventScript_Scientist:: @ 816E3E5
|
||||
CinnabarIsland_PokemonLab_ResearchRoom_EventScript_Scientist::
|
||||
msgbox CinnabarIsland_PokemonLab_ResearchRoom_Text_EeveeCanEvolveIntroThreeMons, MSGBOX_NPC
|
||||
end
|
||||
|
||||
CinnabarIsland_PokemonLab_ResearchRoom_EventScript_Computer:: @ 816E3EE
|
||||
CinnabarIsland_PokemonLab_ResearchRoom_EventScript_Computer::
|
||||
msgbox CinnabarIsland_PokemonLab_ResearchRoom_Text_LegendaryBirdEmail, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
CinnabarIsland_PokemonLab_ResearchRoom_EventScript_AmberPipe:: @ 816E3F7
|
||||
CinnabarIsland_PokemonLab_ResearchRoom_EventScript_AmberPipe::
|
||||
msgbox CinnabarIsland_PokemonLab_ResearchRoom_Text_AnAmberPipe, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
CinnabarIsland_PokemonLab_ResearchRoom_Text_EeveeCanEvolveIntroThreeMons:: @ 819A015
|
||||
CinnabarIsland_PokemonLab_ResearchRoom_Text_EeveeCanEvolveIntroThreeMons::
|
||||
.string "EEVEE can evolve into one of three\n"
|
||||
.string "kinds of POKéMON.$"
|
||||
|
||||
CinnabarIsland_PokemonLab_ResearchRoom_Text_LegendaryBirdEmail:: @ 819A04A
|
||||
CinnabarIsland_PokemonLab_ResearchRoom_Text_LegendaryBirdEmail::
|
||||
.string "There's an e-mail message.\p"
|
||||
.string "… … …\p"
|
||||
.string "There are three legendary bird\n"
|
||||
@@ -14,6 +14,6 @@ CinnabarIsland_PokemonLab_ResearchRoom_Text_LegendaryBirdEmail:: @ 819A04A
|
||||
.string "close to CERULEAN.\p"
|
||||
.string "From: POKéMON RESEARCH TEAM…$"
|
||||
|
||||
CinnabarIsland_PokemonLab_ResearchRoom_Text_AnAmberPipe:: @ 819A128
|
||||
CinnabarIsland_PokemonLab_ResearchRoom_Text_AnAmberPipe::
|
||||
.string "An amber pipe!$"
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
DiglettsCave_B1F_MapScripts:: @ 8160EF1
|
||||
DiglettsCave_B1F_MapScripts::
|
||||
map_script MAP_SCRIPT_ON_TRANSITION, DiglettsCave_B1F_OnTransition
|
||||
.byte 0
|
||||
|
||||
DiglettsCave_B1F_OnTransition:: @ 8160EF7
|
||||
DiglettsCave_B1F_OnTransition::
|
||||
setworldmapflag FLAG_WORLD_MAP_DIGLETTS_CAVE_B1F
|
||||
end
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
DiglettsCave_NorthEntrance_MapScripts:: @ 8160EE7
|
||||
DiglettsCave_NorthEntrance_MapScripts::
|
||||
.byte 0
|
||||
|
||||
DiglettsCave_NorthEntrance_EventScript_Hiker:: @ 8160EE8
|
||||
DiglettsCave_NorthEntrance_EventScript_Hiker::
|
||||
msgbox DiglettsCave_NorthEntrance_RockTunnelPitchBlack, MSGBOX_NPC
|
||||
end
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DiglettsCave_NorthEntrance_RockTunnelPitchBlack:: @ 817462C
|
||||
DiglettsCave_NorthEntrance_RockTunnelPitchBlack::
|
||||
.string "I went inside ROCK TUNNEL, but it's\n"
|
||||
.string "pitch-black and scary in there.\p"
|
||||
.string "If I could get a POKéMON to use\n"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
DiglettsCave_SouthEntrance_MapScripts:: @ 8160EFB
|
||||
DiglettsCave_SouthEntrance_MapScripts::
|
||||
.byte 0
|
||||
|
||||
DiglettsCave_SouthEntrance_EventScript_OldMan:: @ 8160EFC
|
||||
DiglettsCave_SouthEntrance_EventScript_OldMan::
|
||||
msgbox DiglettsCave_SouthEntrance_Text_DiglettDugThisTunnel, MSGBOX_NPC
|
||||
end
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DiglettsCave_SouthEntrance_Text_DiglettDugThisTunnel:: @ 81746A7
|
||||
DiglettsCave_SouthEntrance_Text_DiglettDugThisTunnel::
|
||||
.string "Well, isn't this a surprise!\n"
|
||||
.string "DIGLETT dug this long tunnel!\p"
|
||||
.string "It goes right to VIRIDIAN CITY,\n"
|
||||
|
||||
@@ -1,19 +1,19 @@
|
||||
FiveIsland_MapScripts:: @ 8167E8E
|
||||
FiveIsland_MapScripts::
|
||||
map_script MAP_SCRIPT_ON_TRANSITION, FiveIsland_OnTransition
|
||||
.byte 0
|
||||
|
||||
FiveIsland_OnTransition:: @ 8167E94
|
||||
FiveIsland_OnTransition::
|
||||
setworldmapflag FLAG_WORLD_MAP_FIVE_ISLAND
|
||||
end
|
||||
|
||||
FiveIsland_EventScript_IslandSign:: @ 8167E98
|
||||
FiveIsland_EventScript_IslandSign::
|
||||
msgbox FiveIsland_Text_IslandSign, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
FiveIsland_EventScript_BugCatcher:: @ 8167EA1
|
||||
FiveIsland_EventScript_BugCatcher::
|
||||
msgbox FiveIsland_Text_WeirdBuildingInMeadow, MSGBOX_NPC
|
||||
end
|
||||
|
||||
FiveIsland_EventScript_Fisher:: @ 8167EAA
|
||||
FiveIsland_EventScript_Fisher::
|
||||
msgbox FiveIsland_Text_BeenGettingBusierAroundHere, MSGBOX_NPC
|
||||
end
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
FiveIsland_Text_IslandSign:: @ 8182DFB
|
||||
FiveIsland_Text_IslandSign::
|
||||
.string "FIVE ISLAND\n"
|
||||
.string "Chrono Island: Where Time Goes$"
|
||||
|
||||
FiveIsland_Text_WeirdBuildingInMeadow:: @ 8182E26
|
||||
FiveIsland_Text_WeirdBuildingInMeadow::
|
||||
.string "Oh, this stinks. I wanted to play in\n"
|
||||
.string "the MEADOW.\p"
|
||||
.string "But they put up a weird building\n"
|
||||
.string "on it, so I can't play there.$"
|
||||
|
||||
FiveIsland_Text_BeenGettingBusierAroundHere:: @ 8182E96
|
||||
FiveIsland_Text_BeenGettingBusierAroundHere::
|
||||
.string "It's been getting busier around\n"
|
||||
.string "these parts lately.\p"
|
||||
.string "I haven't been catching many good\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
FiveIsland_Harbor_MapScripts:: @ 8171D42
|
||||
FiveIsland_Harbor_MapScripts::
|
||||
.byte 0
|
||||
|
||||
FiveIsland_Harbor_EventScript_Sailor:: @ 8171D43
|
||||
FiveIsland_Harbor_EventScript_Sailor::
|
||||
lock
|
||||
faceplayer
|
||||
message Text_WhereDoYouWantToSail
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
FiveIsland_House1_MapScripts:: @ 8171D56
|
||||
FiveIsland_House1_MapScripts::
|
||||
.byte 0
|
||||
|
||||
FiveIsland_House1_EventScript_Woman:: @ 8171D57
|
||||
FiveIsland_House1_EventScript_Woman::
|
||||
msgbox FiveIsland_House1_Text_HusbandWentOffFishing, MSGBOX_NPC
|
||||
end
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
FiveIsland_House1_JPText_HusbandWentOffFishing:: @ 81A3C71
|
||||
FiveIsland_House1_JPText_HusbandWentOffFishing::
|
||||
.string "こんばんの おかずは\n"
|
||||
.string "ようい しなくて いいぞ!\p"
|
||||
.string "って だんなが\n"
|
||||
.string "つりに いったん だけど‥\l"
|
||||
.string "しんじて いいのかねえ$"
|
||||
|
||||
FiveIsland_House1_Text_HusbandWentOffFishing:: @ 81A3CAC
|
||||
FiveIsland_House1_Text_HusbandWentOffFishing::
|
||||
.string "Don't worry about buying anything\n"
|
||||
.string "for dinner tonight!\p"
|
||||
.string "…That's what my husband said when\n"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
FiveIsland_House2_MapScripts:: @ 8171D60
|
||||
FiveIsland_House2_MapScripts::
|
||||
.byte 0
|
||||
|
||||
FiveIsland_House2_EventScript_OldMan:: @ 8171D61
|
||||
FiveIsland_House2_EventScript_OldMan::
|
||||
msgbox FiveIsland_House2_Text_MeadowBelongedToFamily, MSGBOX_NPC
|
||||
end
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FiveIsland_House2_Text_MeadowBelongedToFamily:: @ 81A3D5E
|
||||
FiveIsland_House2_Text_MeadowBelongedToFamily::
|
||||
.string "That MEADOW has belonged to our\n"
|
||||
.string "family for generations.\p"
|
||||
.string "I should have had a giant mansion\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
FiveIsland_LostCave_Entrance_MapScripts:: @ 8164BEC
|
||||
FiveIsland_LostCave_Entrance_MapScripts::
|
||||
map_script MAP_SCRIPT_ON_TRANSITION, FiveIsland_LostCave_Entrance_OnTransition
|
||||
.byte 0
|
||||
|
||||
FiveIsland_LostCave_Entrance_OnTransition:: @ 8164BF2
|
||||
FiveIsland_LostCave_Entrance_OnTransition::
|
||||
setworldmapflag FLAG_WORLD_MAP_FIVE_ISLAND_LOST_CAVE_ENTRANCE
|
||||
end
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
FiveIsland_LostCave_Room1_MapScripts:: @ 8164BF6
|
||||
FiveIsland_LostCave_Room1_MapScripts::
|
||||
.byte 0
|
||||
|
||||
FiveIsland_LostCave_Room1_EventScript_Lawson:: @ 8164BF7
|
||||
FiveIsland_LostCave_Room1_EventScript_Lawson::
|
||||
trainerbattle_single TRAINER_RUIN_MANIAC_LAWSON, FiveIsland_LostCave_Room1_Text_LawsonIntro, FiveIsland_LostCave_Room1_Text_LawsonDefeat
|
||||
msgbox FiveIsland_LostCave_Room1_Text_LawsonPostBattle, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user