You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Merge pull request #486 from surskitty/master
Another batch of label names
This commit is contained in:
@@ -258,89 +258,89 @@ BrentBillTriviaScript:
|
|||||||
|
|
||||||
IrwinRumorScript:
|
IrwinRumorScript:
|
||||||
checkevent EVENT_OPENED_MT_SILVER
|
checkevent EVENT_OPENED_MT_SILVER
|
||||||
iftrue IrwinMtSilver
|
iftrue .MtSilver
|
||||||
checkevent EVENT_FOUGHT_SNORLAX
|
checkevent EVENT_FOUGHT_SNORLAX
|
||||||
iftrue IrwinSnorlax
|
iftrue .Snorlax
|
||||||
checkevent EVENT_GOT_PASS_FROM_COPYCAT
|
checkevent EVENT_GOT_PASS_FROM_COPYCAT
|
||||||
iftrue IrwinTrainPass
|
iftrue .TrainPass
|
||||||
checkflag ENGINE_MARSHBADGE
|
checkflag ENGINE_MARSHBADGE
|
||||||
iftrue IrwinMarshBadge
|
iftrue .MarshBadge
|
||||||
checkflag ENGINE_FLYPOINT_VERMILION
|
checkflag ENGINE_FLYPOINT_VERMILION
|
||||||
iftrue IrwinVermilionCity
|
iftrue .VermilionCity
|
||||||
checkevent EVENT_BEAT_ELITE_FOUR
|
checkevent EVENT_BEAT_ELITE_FOUR
|
||||||
iftrue IrwinEliteFour
|
iftrue .EliteFour
|
||||||
checkflag ENGINE_RISINGBADGE
|
checkflag ENGINE_RISINGBADGE
|
||||||
iftrue IrwinRisingBadge
|
iftrue .RisingBadge
|
||||||
checkevent EVENT_CLEARED_RADIO_TOWER
|
checkevent EVENT_CLEARED_RADIO_TOWER
|
||||||
iftrue IrwinRadioTower
|
iftrue .RadioTower
|
||||||
checkevent EVENT_CLEARED_ROCKET_HIDEOUT
|
checkevent EVENT_CLEARED_ROCKET_HIDEOUT
|
||||||
iftrue IrwinRocketHideout
|
iftrue .RocketHideout
|
||||||
checkevent EVENT_JASMINE_RETURNED_TO_GYM
|
checkevent EVENT_JASMINE_RETURNED_TO_GYM
|
||||||
iftrue IrwinJasmineReturned
|
iftrue .JasmineReturned
|
||||||
checkflag ENGINE_FOGBADGE
|
checkflag ENGINE_FOGBADGE
|
||||||
iftrue IrwinFogBadge
|
iftrue .FogBadge
|
||||||
checkflag ENGINE_PLAINBADGE
|
checkflag ENGINE_PLAINBADGE
|
||||||
iftrue IrwinPlainBadge
|
iftrue .PlainBadge
|
||||||
farwritetext IrwinCalledRightAwayText
|
farwritetext IrwinCalledRightAwayText
|
||||||
buttonsound
|
buttonsound
|
||||||
jump PhoneScript_HangupText_Male
|
jump PhoneScript_HangupText_Male
|
||||||
|
|
||||||
IrwinPlainBadge:
|
.PlainBadge:
|
||||||
farwritetext UnknownText_0x64099
|
farwritetext UnknownText_0x64099
|
||||||
buttonsound
|
buttonsound
|
||||||
jump PhoneScript_HangupText_Male
|
jump PhoneScript_HangupText_Male
|
||||||
|
|
||||||
IrwinJasmineReturned:
|
.JasmineReturned:
|
||||||
farwritetext UnknownText_0x640e6
|
farwritetext UnknownText_0x640e6
|
||||||
buttonsound
|
buttonsound
|
||||||
jump PhoneScript_HangupText_Male
|
jump PhoneScript_HangupText_Male
|
||||||
|
|
||||||
IrwinRocketHideout:
|
.RocketHideout:
|
||||||
farwritetext UnknownText_0x6416d
|
farwritetext UnknownText_0x6416d
|
||||||
buttonsound
|
buttonsound
|
||||||
jump PhoneScript_HangupText_Male
|
jump PhoneScript_HangupText_Male
|
||||||
|
|
||||||
IrwinRadioTower:
|
.RadioTower:
|
||||||
farwritetext UnknownText_0x641e8
|
farwritetext UnknownText_0x641e8
|
||||||
buttonsound
|
buttonsound
|
||||||
jump PhoneScript_HangupText_Male
|
jump PhoneScript_HangupText_Male
|
||||||
|
|
||||||
IrwinRisingBadge:
|
.RisingBadge:
|
||||||
farwritetext UnknownText_0x64247
|
farwritetext UnknownText_0x64247
|
||||||
buttonsound
|
buttonsound
|
||||||
jump PhoneScript_HangupText_Male
|
jump PhoneScript_HangupText_Male
|
||||||
|
|
||||||
IrwinEliteFour:
|
.EliteFour:
|
||||||
farwritetext UnknownText_0x642bb
|
farwritetext UnknownText_0x642bb
|
||||||
buttonsound
|
buttonsound
|
||||||
jump PhoneScript_HangupText_Male
|
jump PhoneScript_HangupText_Male
|
||||||
|
|
||||||
IrwinVermilionCity:
|
.VermilionCity:
|
||||||
farwritetext UnknownText_0x643d4
|
farwritetext UnknownText_0x643d4
|
||||||
buttonsound
|
buttonsound
|
||||||
jump PhoneScript_HangupText_Male
|
jump PhoneScript_HangupText_Male
|
||||||
|
|
||||||
IrwinTrainPass:
|
.TrainPass:
|
||||||
farwritetext UnknownText_0x64448
|
farwritetext UnknownText_0x64448
|
||||||
buttonsound
|
buttonsound
|
||||||
jump PhoneScript_HangupText_Male
|
jump PhoneScript_HangupText_Male
|
||||||
|
|
||||||
IrwinSnorlax:
|
.Snorlax:
|
||||||
farwritetext UnknownText_0x6455b
|
farwritetext UnknownText_0x6455b
|
||||||
buttonsound
|
buttonsound
|
||||||
jump PhoneScript_HangupText_Male
|
jump PhoneScript_HangupText_Male
|
||||||
|
|
||||||
IrwinMtSilver:
|
.MtSilver:
|
||||||
farwritetext UnknownText_0x645ff
|
farwritetext UnknownText_0x645ff
|
||||||
buttonsound
|
buttonsound
|
||||||
jump PhoneScript_HangupText_Male
|
jump PhoneScript_HangupText_Male
|
||||||
|
|
||||||
IrwinFogBadge:
|
.FogBadge:
|
||||||
farwritetext UnknownText_0x646df
|
farwritetext UnknownText_0x646df
|
||||||
buttonsound
|
buttonsound
|
||||||
jump PhoneScript_HangupText_Male
|
jump PhoneScript_HangupText_Male
|
||||||
|
|
||||||
IrwinMarshBadge:
|
.MarshBadge:
|
||||||
farwritetext UnknownText_0x647d8
|
farwritetext UnknownText_0x647d8
|
||||||
buttonsound
|
buttonsound
|
||||||
jump PhoneScript_HangupText_Male
|
jump PhoneScript_HangupText_Male
|
||||||
|
@@ -74,36 +74,36 @@ MomPhoneOther: ; 0xbcf2f
|
|||||||
|
|
||||||
MomSavingMoney: ; 0xbcf37
|
MomSavingMoney: ; 0xbcf37
|
||||||
checkflag ENGINE_MOM_SAVING_MONEY
|
checkflag ENGINE_MOM_SAVING_MONEY
|
||||||
iffalse MomIsNotSaving
|
iffalse .NotSaving
|
||||||
checkmoney MOMS_MONEY, 0
|
checkmoney MOMS_MONEY, 0
|
||||||
if_equal HAVE_MORE, MomSavingHasMoney
|
if_equal HAVE_MORE, .SavingHasMoney
|
||||||
jump MomSavingButBroke
|
jump .SavingNoMoney
|
||||||
|
|
||||||
MomIsNotSaving: ; 0xbcf49
|
.NotSaving: ; 0xbcf49
|
||||||
checkmoney MOMS_MONEY, 0
|
checkmoney MOMS_MONEY, 0
|
||||||
if_equal HAVE_MORE, MomHasMoney
|
if_equal HAVE_MORE, .HasMoney
|
||||||
jump MomHasNoMoney
|
jump .NoMoney
|
||||||
|
|
||||||
MomSavingHasMoney: ; 0xbcf55
|
.SavingHasMoney: ; 0xbcf55
|
||||||
readmoney MOMS_MONEY, MEM_BUFFER_0
|
readmoney MOMS_MONEY, MEM_BUFFER_0
|
||||||
farwritetext MomCheckBalanceText
|
farwritetext MomCheckBalanceText
|
||||||
yesorno
|
yesorno
|
||||||
iftrue MomPhoneSaveMoneyScript
|
iftrue MomPhoneSaveMoneyScript
|
||||||
jump MomPhoneWontSaveMoneyScript
|
jump MomPhoneWontSaveMoneyScript
|
||||||
|
|
||||||
MomSavingButBroke: ; 0xbcf63
|
.SavingNoMoney: ; 0xbcf63
|
||||||
farwritetext MomImportantToSaveText
|
farwritetext MomImportantToSaveText
|
||||||
yesorno
|
yesorno
|
||||||
iftrue MomPhoneSaveMoneyScript
|
iftrue MomPhoneSaveMoneyScript
|
||||||
jump MomPhoneWontSaveMoneyScript
|
jump MomPhoneWontSaveMoneyScript
|
||||||
|
|
||||||
MomHasNoMoney: ; 0xbcf6e
|
.NoMoney: ; 0xbcf6e
|
||||||
farwritetext MomYoureNotSavingText
|
farwritetext MomYoureNotSavingText
|
||||||
yesorno
|
yesorno
|
||||||
iftrue MomPhoneSaveMoneyScript
|
iftrue MomPhoneSaveMoneyScript
|
||||||
jump MomPhoneWontSaveMoneyScript
|
jump MomPhoneWontSaveMoneyScript
|
||||||
|
|
||||||
MomHasMoney: ; 0xbcf79
|
.HasMoney: ; 0xbcf79
|
||||||
readmoney MOMS_MONEY, MEM_BUFFER_0
|
readmoney MOMS_MONEY, MEM_BUFFER_0
|
||||||
farwritetext MomYouveSavedText
|
farwritetext MomYouveSavedText
|
||||||
yesorno
|
yesorno
|
||||||
@@ -663,12 +663,12 @@ JoeyWantsBattle:
|
|||||||
WadePhoneScript1:
|
WadePhoneScript1:
|
||||||
trainertotext BUG_CATCHER, WADE1, MEM_BUFFER_0
|
trainertotext BUG_CATCHER, WADE1, MEM_BUFFER_0
|
||||||
checkflag ENGINE_WADE
|
checkflag ENGINE_WADE
|
||||||
iftrue WadeWantsBattle
|
iftrue .WantsBattle
|
||||||
farscall PhoneScript_AnswerPhone_Male
|
farscall PhoneScript_AnswerPhone_Male
|
||||||
checkflag ENGINE_WADE_TUESDAY_NIGHT
|
checkflag ENGINE_WADE_TUESDAY_NIGHT
|
||||||
iftrue .NotTuesday
|
iftrue .NotTuesday
|
||||||
checkflag ENGINE_WADE_HAS_ITEM
|
checkflag ENGINE_WADE_HAS_ITEM
|
||||||
iftrue WadeHasItem
|
iftrue .HasItem
|
||||||
checkcode VAR_WEEKDAY
|
checkcode VAR_WEEKDAY
|
||||||
if_not_equal TUESDAY, .NotTuesday
|
if_not_equal TUESDAY, .NotTuesday
|
||||||
checknite
|
checknite
|
||||||
@@ -680,21 +680,21 @@ WadePhoneScript1:
|
|||||||
checkflag ENGINE_DAILY_BUG_CONTEST
|
checkflag ENGINE_DAILY_BUG_CONTEST
|
||||||
iftrue .NoContest
|
iftrue .NoContest
|
||||||
checkcode VAR_WEEKDAY
|
checkcode VAR_WEEKDAY
|
||||||
if_equal TUESDAY, WadeContestToday
|
if_equal TUESDAY, .ContestToday
|
||||||
if_equal THURSDAY, WadeContestToday
|
if_equal THURSDAY, .ContestToday
|
||||||
if_equal SATURDAY, WadeContestToday
|
if_equal SATURDAY, .ContestToday
|
||||||
|
|
||||||
.NoContest:
|
.NoContest:
|
||||||
farjump UnknownScript_0xa0938
|
farjump UnknownScript_0xa0938
|
||||||
|
|
||||||
WadeContestToday:
|
.ContestToday:
|
||||||
farjump PhoneScript_BugCatchingContest
|
farjump PhoneScript_BugCatchingContest
|
||||||
|
|
||||||
WadeWantsBattle:
|
.WantsBattle:
|
||||||
landmarktotext ROUTE_31, MEM_BUFFER_2
|
landmarktotext ROUTE_31, MEM_BUFFER_2
|
||||||
farjump UnknownScript_0xa0a50
|
farjump UnknownScript_0xa0a50
|
||||||
|
|
||||||
WadeHasItem:
|
.HasItem:
|
||||||
landmarktotext ROUTE_31, MEM_BUFFER_2
|
landmarktotext ROUTE_31, MEM_BUFFER_2
|
||||||
farjump UnknownScript_0xa0ab5
|
farjump UnknownScript_0xa0ab5
|
||||||
|
|
||||||
@@ -706,9 +706,9 @@ WadePhoneScript2:
|
|||||||
checkflag ENGINE_DAILY_BUG_CONTEST
|
checkflag ENGINE_DAILY_BUG_CONTEST
|
||||||
iftrue .NoContest
|
iftrue .NoContest
|
||||||
checkcode VAR_WEEKDAY
|
checkcode VAR_WEEKDAY
|
||||||
if_equal TUESDAY, Wade_ContestToday
|
if_equal TUESDAY, .ContestToday
|
||||||
if_equal THURSDAY, Wade_ContestToday
|
if_equal THURSDAY, .ContestToday
|
||||||
if_equal SATURDAY, Wade_ContestToday
|
if_equal SATURDAY, .ContestToday
|
||||||
|
|
||||||
.NoContest:
|
.NoContest:
|
||||||
checkflag ENGINE_WADE
|
checkflag ENGINE_WADE
|
||||||
@@ -729,7 +729,7 @@ WadePhoneScript2:
|
|||||||
if_equal 0, WadeFoundRare
|
if_equal 0, WadeFoundRare
|
||||||
farjump Phone_GenericCall_Male
|
farjump Phone_GenericCall_Male
|
||||||
|
|
||||||
Wade_ContestToday:
|
.ContestToday:
|
||||||
farjump PhoneScript_BugCatchingContest
|
farjump PhoneScript_BugCatchingContest
|
||||||
|
|
||||||
WadeTuesdayNight:
|
WadeTuesdayNight:
|
||||||
@@ -779,24 +779,24 @@ WadeHasItem2:
|
|||||||
RalphPhoneScript1:
|
RalphPhoneScript1:
|
||||||
trainertotext FISHER, RALPH1, MEM_BUFFER_0
|
trainertotext FISHER, RALPH1, MEM_BUFFER_0
|
||||||
checkflag ENGINE_RALPH
|
checkflag ENGINE_RALPH
|
||||||
iftrue Ralph_Rematch
|
iftrue .Rematch
|
||||||
farscall PhoneScript_AnswerPhone_Male
|
farscall PhoneScript_AnswerPhone_Male
|
||||||
checkflag ENGINE_RALPH_WEDNESDAY_MORNING
|
checkflag ENGINE_RALPH_WEDNESDAY_MORNING
|
||||||
iftrue Ralph_CheckSwarm
|
iftrue .CheckSwarm
|
||||||
checkcode VAR_WEEKDAY
|
checkcode VAR_WEEKDAY
|
||||||
if_not_equal WEDNESDAY, Ralph_CheckSwarm
|
if_not_equal WEDNESDAY, .CheckSwarm
|
||||||
checkmorn
|
checkmorn
|
||||||
iftrue Ralph_WednesdayMorning
|
iftrue Ralph_WednesdayMorning
|
||||||
Ralph_CheckSwarm:
|
.CheckSwarm:
|
||||||
checkflag ENGINE_SPECIAL_WILDDATA
|
checkflag ENGINE_SPECIAL_WILDDATA
|
||||||
iftrue Ralph_ReportSwarm
|
iftrue .ReportSwarm
|
||||||
farjump UnknownScript_0xa0940
|
farjump UnknownScript_0xa0940
|
||||||
|
|
||||||
Ralph_Rematch:
|
.Rematch:
|
||||||
landmarktotext ROUTE_32, MEM_BUFFER_2
|
landmarktotext ROUTE_32, MEM_BUFFER_2
|
||||||
farjump UnknownScript_0xa0a55
|
farjump UnknownScript_0xa0a55
|
||||||
|
|
||||||
Ralph_ReportSwarm:
|
.ReportSwarm:
|
||||||
landmarktotext ROUTE_32, MEM_BUFFER_2
|
landmarktotext ROUTE_32, MEM_BUFFER_2
|
||||||
farjump UnknownScript_0xa0af5
|
farjump UnknownScript_0xa0af5
|
||||||
|
|
||||||
@@ -804,14 +804,14 @@ RalphPhoneScript2:
|
|||||||
trainertotext FISHER, RALPH1, MEM_BUFFER_0
|
trainertotext FISHER, RALPH1, MEM_BUFFER_0
|
||||||
farscall PhoneScript_GreetPhone_Male
|
farscall PhoneScript_GreetPhone_Male
|
||||||
checkflag ENGINE_FLYPOINT_GOLDENROD
|
checkflag ENGINE_FLYPOINT_GOLDENROD
|
||||||
iffalse Ralph_CheckSwarm2
|
iffalse .CheckSwarm
|
||||||
checkflag ENGINE_RALPH
|
checkflag ENGINE_RALPH
|
||||||
iftrue Ralph_CheckSwarm2
|
iftrue .CheckSwarm
|
||||||
checkflag ENGINE_RALPH_WEDNESDAY_MORNING
|
checkflag ENGINE_RALPH_WEDNESDAY_MORNING
|
||||||
iftrue Ralph_CheckSwarm2
|
iftrue .CheckSwarm
|
||||||
farscall PhoneScript_Random2
|
farscall PhoneScript_Random2
|
||||||
if_equal 0, Ralph_FightMe
|
if_equal 0, Ralph_FightMe
|
||||||
Ralph_CheckSwarm2:
|
.CheckSwarm:
|
||||||
farscall PhoneScript_Random5
|
farscall PhoneScript_Random5
|
||||||
if_equal 0, Ralph_SetUpSwarm
|
if_equal 0, Ralph_SetUpSwarm
|
||||||
farjump Phone_GenericCall_Male
|
farjump Phone_GenericCall_Male
|
||||||
@@ -1039,7 +1039,7 @@ ToddPhoneScript2:
|
|||||||
checkflag ENGINE_TODD_SATURDAY_MORNING
|
checkflag ENGINE_TODD_SATURDAY_MORNING
|
||||||
iftrue .TryForSale
|
iftrue .TryForSale
|
||||||
checkflag ENGINE_FLYPOINT_GOLDENROD
|
checkflag ENGINE_FLYPOINT_GOLDENROD
|
||||||
iffalse ToddNoGoldenrod
|
iffalse .NoGoldenrod
|
||||||
farscall PhoneScript_Random2
|
farscall PhoneScript_Random2
|
||||||
if_equal 0, ToddWantsBattle
|
if_equal 0, ToddWantsBattle
|
||||||
|
|
||||||
@@ -1047,7 +1047,7 @@ ToddPhoneScript2:
|
|||||||
farscall PhoneScript_Random2
|
farscall PhoneScript_Random2
|
||||||
if_equal 0, ToddDeptStoreSale
|
if_equal 0, ToddDeptStoreSale
|
||||||
|
|
||||||
ToddNoGoldenrod:
|
.NoGoldenrod:
|
||||||
farscall PhoneScript_Random3
|
farscall PhoneScript_Random3
|
||||||
if_equal 0, ToddFoundRare
|
if_equal 0, ToddFoundRare
|
||||||
farjump Phone_GenericCall_Male
|
farjump Phone_GenericCall_Male
|
||||||
@@ -1262,11 +1262,11 @@ AlanPhoneScript2:
|
|||||||
trainertotext SCHOOLBOY, ALAN1, MEM_BUFFER_0
|
trainertotext SCHOOLBOY, ALAN1, MEM_BUFFER_0
|
||||||
farscall PhoneScript_GreetPhone_Male
|
farscall PhoneScript_GreetPhone_Male
|
||||||
checkflag ENGINE_ALAN
|
checkflag ENGINE_ALAN
|
||||||
iftrue AlanGenericCall
|
iftrue .Generic
|
||||||
checkflag ENGINE_ALAN_WEDNESDAY_AFTERNOON
|
checkflag ENGINE_ALAN_WEDNESDAY_AFTERNOON
|
||||||
iftrue AlanGenericCall
|
iftrue .Generic
|
||||||
checkflag ENGINE_ALAN_HAS_FIRE_STONE
|
checkflag ENGINE_ALAN_HAS_FIRE_STONE
|
||||||
iftrue AlanGenericCall
|
iftrue .Generic
|
||||||
farscall PhoneScript_Random3
|
farscall PhoneScript_Random3
|
||||||
if_equal 0, AlanWantsBattle
|
if_equal 0, AlanWantsBattle
|
||||||
checkevent EVENT_ALAN_GAVE_FIRE_STONE
|
checkevent EVENT_ALAN_GAVE_FIRE_STONE
|
||||||
@@ -1278,7 +1278,7 @@ AlanPhoneScript2:
|
|||||||
farscall PhoneScript_Random11
|
farscall PhoneScript_Random11
|
||||||
if_equal 0, AlanHasFireStone
|
if_equal 0, AlanHasFireStone
|
||||||
|
|
||||||
AlanGenericCall:
|
.Generic:
|
||||||
farjump Phone_GenericCall_Male
|
farjump Phone_GenericCall_Male
|
||||||
|
|
||||||
AlanWednesdayDay:
|
AlanWednesdayDay:
|
||||||
@@ -1471,7 +1471,7 @@ TullyPhoneScript1:
|
|||||||
checkflag ENGINE_TULLY_SUNDAY_NIGHT
|
checkflag ENGINE_TULLY_SUNDAY_NIGHT
|
||||||
iftrue .NotSunday
|
iftrue .NotSunday
|
||||||
checkflag ENGINE_TULLY_HAS_WATER_STONE
|
checkflag ENGINE_TULLY_HAS_WATER_STONE
|
||||||
iftrue TullyHasWaterStone
|
iftrue .WaterStone
|
||||||
checkcode VAR_WEEKDAY
|
checkcode VAR_WEEKDAY
|
||||||
if_not_equal SUNDAY, .NotSunday
|
if_not_equal SUNDAY, .NotSunday
|
||||||
checknite
|
checknite
|
||||||
@@ -1484,7 +1484,7 @@ TullyPhoneScript1:
|
|||||||
landmarktotext ROUTE_42, MEM_BUFFER_2
|
landmarktotext ROUTE_42, MEM_BUFFER_2
|
||||||
farjump UnknownScript_0xa0a82
|
farjump UnknownScript_0xa0a82
|
||||||
|
|
||||||
TullyHasWaterStone:
|
.WaterStone:
|
||||||
landmarktotext ROUTE_42, MEM_BUFFER_2
|
landmarktotext ROUTE_42, MEM_BUFFER_2
|
||||||
farjump UnknownScript_0xa0add
|
farjump UnknownScript_0xa0add
|
||||||
|
|
||||||
@@ -1600,11 +1600,11 @@ TiffanyPhoneScript2:
|
|||||||
if_equal 0, TiffanysFamilyMembers
|
if_equal 0, TiffanysFamilyMembers
|
||||||
farscall PhoneScript_GreetPhone_Female
|
farscall PhoneScript_GreetPhone_Female
|
||||||
checkflag ENGINE_TIFFANY
|
checkflag ENGINE_TIFFANY
|
||||||
iftrue TiffanyGenericCall
|
iftrue .Generic
|
||||||
checkflag ENGINE_TIFFANY_TUESDAY_AFTERNOON
|
checkflag ENGINE_TIFFANY_TUESDAY_AFTERNOON
|
||||||
iftrue TiffanyGenericCall
|
iftrue .Generic
|
||||||
checkflag ENGINE_TIFFANY_HAS_PINK_BOW
|
checkflag ENGINE_TIFFANY_HAS_PINK_BOW
|
||||||
iftrue TiffanyGenericCall
|
iftrue .Generic
|
||||||
farscall PhoneScript_Random3
|
farscall PhoneScript_Random3
|
||||||
if_equal 0, TiffanyWantsBattle
|
if_equal 0, TiffanyWantsBattle
|
||||||
checkevent EVENT_TIFFANY_GAVE_PINK_BOW
|
checkevent EVENT_TIFFANY_GAVE_PINK_BOW
|
||||||
@@ -1616,7 +1616,7 @@ TiffanyPhoneScript2:
|
|||||||
farscall PhoneScript_Random11
|
farscall PhoneScript_Random11
|
||||||
if_equal 0, TiffanyHasPinkBow
|
if_equal 0, TiffanyHasPinkBow
|
||||||
|
|
||||||
TiffanyGenericCall:
|
.Generic:
|
||||||
farjump Phone_GenericCall_Female
|
farjump Phone_GenericCall_Female
|
||||||
|
|
||||||
TiffanyTuesdayAfternoon:
|
TiffanyTuesdayAfternoon:
|
||||||
@@ -1638,29 +1638,29 @@ TiffanysFamilyMembers:
|
|||||||
|
|
||||||
.Grandma:
|
.Grandma:
|
||||||
stringtotext GrandmaString, MEM_BUFFER_1
|
stringtotext GrandmaString, MEM_BUFFER_1
|
||||||
jump TiffanysPoorClefairy
|
jump .PoorClefairy
|
||||||
|
|
||||||
.Grandpa:
|
.Grandpa:
|
||||||
stringtotext GrandpaString, MEM_BUFFER_1
|
stringtotext GrandpaString, MEM_BUFFER_1
|
||||||
jump TiffanysPoorClefairy
|
jump .PoorClefairy
|
||||||
|
|
||||||
.Mom:
|
.Mom:
|
||||||
stringtotext MomString, MEM_BUFFER_1
|
stringtotext MomString, MEM_BUFFER_1
|
||||||
jump TiffanysPoorClefairy
|
jump .PoorClefairy
|
||||||
|
|
||||||
.Dad:
|
.Dad:
|
||||||
stringtotext DadString, MEM_BUFFER_1
|
stringtotext DadString, MEM_BUFFER_1
|
||||||
jump TiffanysPoorClefairy
|
jump .PoorClefairy
|
||||||
|
|
||||||
.Sister:
|
.Sister:
|
||||||
stringtotext SisterString, MEM_BUFFER_1
|
stringtotext SisterString, MEM_BUFFER_1
|
||||||
jump TiffanysPoorClefairy
|
jump .PoorClefairy
|
||||||
|
|
||||||
.Brother:
|
.Brother:
|
||||||
stringtotext BrotherString, MEM_BUFFER_1
|
stringtotext BrotherString, MEM_BUFFER_1
|
||||||
jump TiffanysPoorClefairy
|
jump .PoorClefairy
|
||||||
|
|
||||||
TiffanysPoorClefairy:
|
.PoorClefairy:
|
||||||
farjump TiffanyItsAwful
|
farjump TiffanyItsAwful
|
||||||
|
|
||||||
TiffanyHasPinkBow:
|
TiffanyHasPinkBow:
|
||||||
@@ -1673,7 +1673,7 @@ TiffanyHasPinkBow:
|
|||||||
VancePhoneScript1:
|
VancePhoneScript1:
|
||||||
trainertotext BIRD_KEEPER, VANCE1, MEM_BUFFER_0
|
trainertotext BIRD_KEEPER, VANCE1, MEM_BUFFER_0
|
||||||
checkflag ENGINE_VANCE
|
checkflag ENGINE_VANCE
|
||||||
iftrue VanceWantsBattle
|
iftrue .WantsBattle
|
||||||
farscall PhoneScript_AnswerPhone_Male
|
farscall PhoneScript_AnswerPhone_Male
|
||||||
checkflag ENGINE_VANCE_WEDNESDAY_NIGHT
|
checkflag ENGINE_VANCE_WEDNESDAY_NIGHT
|
||||||
iftrue .NotWednesday
|
iftrue .NotWednesday
|
||||||
@@ -1685,7 +1685,7 @@ VancePhoneScript1:
|
|||||||
.NotWednesday:
|
.NotWednesday:
|
||||||
farjump VanceLookingForward
|
farjump VanceLookingForward
|
||||||
|
|
||||||
VanceWantsBattle:
|
.WantsBattle:
|
||||||
landmarktotext ROUTE_44, MEM_BUFFER_2
|
landmarktotext ROUTE_44, MEM_BUFFER_2
|
||||||
farjump VanceHurryHurry
|
farjump VanceHurryHurry
|
||||||
|
|
||||||
|
@@ -46,10 +46,10 @@ MapBattleTower1FSignpost0Script:
|
|||||||
opentext
|
opentext
|
||||||
writetext Text_ReadBattleTowerRules
|
writetext Text_ReadBattleTowerRules
|
||||||
yesorno
|
yesorno
|
||||||
iffalse UnknownScript_0x9e3e0
|
iffalse .skip
|
||||||
writetext Text_BattleTowerRules
|
writetext Text_BattleTowerRules
|
||||||
waitbutton
|
waitbutton
|
||||||
UnknownScript_0x9e3e0:
|
.skip:
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@@ -20,36 +20,36 @@ TrainerGentlemanAlfred:
|
|||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
TrainerSailorHuey1:
|
TrainerSailorHuey:
|
||||||
trainer EVENT_BEAT_SAILOR_HUEY, SAILOR, HUEY1, SailorHuey1SeenText, SailorHuey1BeatenText, 0, .Script
|
trainer EVENT_BEAT_SAILOR_HUEY, SAILOR, HUEY1, SailorHueySeenText, SailorHueyBeatenText, 0, .Script
|
||||||
|
|
||||||
.Script:
|
.Script:
|
||||||
writecode VAR_CALLERID, PHONE_SAILOR_HUEY
|
writecode VAR_CALLERID, PHONE_SAILOR_HUEY
|
||||||
end_if_just_battled
|
end_if_just_battled
|
||||||
opentext
|
opentext
|
||||||
checkflag ENGINE_HUEY
|
checkflag ENGINE_HUEY
|
||||||
iftrue UnknownScript_0x5afc7
|
iftrue .WantsBattle
|
||||||
checkcellnum PHONE_SAILOR_HUEY
|
checkcellnum PHONE_SAILOR_HUEY
|
||||||
iftrue UnknownScript_0x5b05f
|
iftrue .NumberAccepted
|
||||||
checkevent EVENT_HUEY_ASKED_FOR_PHONE_NUMBER
|
checkevent EVENT_HUEY_ASKED_FOR_PHONE_NUMBER
|
||||||
iftrue UnknownScript_0x5afb0
|
iftrue .AskedBefore
|
||||||
setevent EVENT_HUEY_ASKED_FOR_PHONE_NUMBER
|
setevent EVENT_HUEY_ASKED_FOR_PHONE_NUMBER
|
||||||
scall UnknownScript_0x5b053
|
scall .AskNumber1
|
||||||
jump UnknownScript_0x5afb3
|
jump .AskForNumber
|
||||||
|
|
||||||
UnknownScript_0x5afb0:
|
.AskedBefore:
|
||||||
scall UnknownScript_0x5b057
|
scall .AskNumber2
|
||||||
UnknownScript_0x5afb3:
|
.AskForNumber:
|
||||||
askforphonenumber PHONE_SAILOR_HUEY
|
askforphonenumber PHONE_SAILOR_HUEY
|
||||||
if_equal PHONE_CONTACTS_FULL, UnknownScript_0x5b067
|
if_equal PHONE_CONTACTS_FULL, .PhoneFull
|
||||||
if_equal PHONE_CONTACT_REFUSED, UnknownScript_0x5b063
|
if_equal PHONE_CONTACT_REFUSED, .NumberDeclined
|
||||||
trainertotext SAILOR, HUEY1, MEM_BUFFER_0
|
trainertotext SAILOR, HUEY1, MEM_BUFFER_0
|
||||||
scall UnknownScript_0x5b05b
|
scall .RegisteredNumber
|
||||||
jump UnknownScript_0x5b05f
|
jump .NumberAccepted
|
||||||
|
|
||||||
UnknownScript_0x5afc7:
|
.WantsBattle:
|
||||||
scall UnknownScript_0x5b06b
|
scall .Rematch
|
||||||
winlosstext SailorHuey1BeatenText, 0
|
winlosstext SailorHueyBeatenText, 0
|
||||||
copybytetovar wHueyFightCount
|
copybytetovar wHueyFightCount
|
||||||
if_equal 3, .Fight3
|
if_equal 3, .Fight3
|
||||||
if_equal 2, .Fight2
|
if_equal 2, .Fight2
|
||||||
@@ -94,72 +94,72 @@ UnknownScript_0x5afc7:
|
|||||||
reloadmapafterbattle
|
reloadmapafterbattle
|
||||||
clearflag ENGINE_HUEY
|
clearflag ENGINE_HUEY
|
||||||
checkevent EVENT_HUEY_PROTEIN
|
checkevent EVENT_HUEY_PROTEIN
|
||||||
iftrue UnknownScript_0x5b03f
|
iftrue .HasProtein
|
||||||
checkevent EVENT_GOT_PROTEIN_FROM_HUEY
|
checkevent EVENT_GOT_PROTEIN_FROM_HUEY
|
||||||
iftrue UnknownScript_0x5b03e
|
iftrue .SkipGift
|
||||||
scall UnknownScript_0x5b076
|
scall .RematchGift
|
||||||
verbosegiveitem PROTEIN
|
verbosegiveitem PROTEIN
|
||||||
iffalse UnknownScript_0x5b06f
|
iffalse .PackFull
|
||||||
setevent EVENT_GOT_PROTEIN_FROM_HUEY
|
setevent EVENT_GOT_PROTEIN_FROM_HUEY
|
||||||
jump UnknownScript_0x5b05f
|
jump .NumberAccepted
|
||||||
|
|
||||||
UnknownScript_0x5b03e:
|
.SkipGift:
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x5b03f:
|
.HasProtein:
|
||||||
opentext
|
opentext
|
||||||
writetext UnknownText_0x5b1b6
|
writetext UnknownText_0x5b1b6
|
||||||
waitbutton
|
waitbutton
|
||||||
verbosegiveitem PROTEIN
|
verbosegiveitem PROTEIN
|
||||||
iffalse UnknownScript_0x5b06f
|
iffalse .PackFull
|
||||||
clearevent EVENT_HUEY_PROTEIN
|
clearevent EVENT_HUEY_PROTEIN
|
||||||
setevent EVENT_GOT_PROTEIN_FROM_HUEY
|
setevent EVENT_GOT_PROTEIN_FROM_HUEY
|
||||||
jump UnknownScript_0x5b05f
|
jump .NumberAccepted
|
||||||
|
|
||||||
UnknownScript_0x5b053:
|
.AskNumber1:
|
||||||
jumpstd asknumber1m
|
jumpstd asknumber1m
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x5b057:
|
.AskNumber2:
|
||||||
jumpstd asknumber2m
|
jumpstd asknumber2m
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x5b05b:
|
.RegisteredNumber:
|
||||||
jumpstd registerednumberm
|
jumpstd registerednumberm
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x5b05f:
|
.NumberAccepted:
|
||||||
jumpstd numberacceptedm
|
jumpstd numberacceptedm
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x5b063:
|
.NumberDeclined:
|
||||||
jumpstd numberdeclinedm
|
jumpstd numberdeclinedm
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x5b067:
|
.PhoneFull:
|
||||||
jumpstd phonefullm
|
jumpstd phonefullm
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x5b06b:
|
.Rematch:
|
||||||
jumpstd rematchm
|
jumpstd rematchm
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x5b06f:
|
.PackFull:
|
||||||
setevent EVENT_HUEY_PROTEIN
|
setevent EVENT_HUEY_PROTEIN
|
||||||
jumpstd packfullm
|
jumpstd packfullm
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x5b076:
|
.RematchGift:
|
||||||
jumpstd rematchgiftm
|
jumpstd rematchgiftm
|
||||||
end
|
end
|
||||||
|
|
||||||
SailorHuey1SeenText:
|
SailorHueySeenText:
|
||||||
text "Men of the sea are"
|
text "Men of the sea are"
|
||||||
line "always spoiling"
|
line "always spoiling"
|
||||||
cont "for a good fight!"
|
cont "for a good fight!"
|
||||||
done
|
done
|
||||||
|
|
||||||
SailorHuey1BeatenText:
|
SailorHueyBeatenText:
|
||||||
text "Urf!"
|
text "Urf!"
|
||||||
line "I lose!"
|
line "I lose!"
|
||||||
done
|
done
|
||||||
@@ -225,5 +225,5 @@ OlivineLighthouse2F_MapEvents:
|
|||||||
|
|
||||||
.ObjectEvents:
|
.ObjectEvents:
|
||||||
db 2
|
db 2
|
||||||
object_event 9, 3, SPRITE_SAILOR, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, PAL_NPC_BLUE, OBJECTTYPE_TRAINER, 3, TrainerSailorHuey1, -1
|
object_event 9, 3, SPRITE_SAILOR, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, PAL_NPC_BLUE, OBJECTTYPE_TRAINER, 3, TrainerSailorHuey, -1
|
||||||
object_event 17, 8, SPRITE_GENTLEMAN, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, PAL_NPC_BLUE, OBJECTTYPE_TRAINER, 3, TrainerGentlemanAlfred, -1
|
object_event 17, 8, SPRITE_GENTLEMAN, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, PAL_NPC_BLUE, OBJECTTYPE_TRAINER, 3, TrainerGentlemanAlfred, -1
|
||||||
|
@@ -10,30 +10,30 @@ OlivineLighthouse6F_MapScripts:
|
|||||||
.MapCallbacks:
|
.MapCallbacks:
|
||||||
db 0
|
db 0
|
||||||
|
|
||||||
JasmineScript_0x60b91:
|
OlivineLighthouseJasmine:
|
||||||
faceplayer
|
faceplayer
|
||||||
opentext
|
opentext
|
||||||
checkitem SECRETPOTION
|
checkitem SECRETPOTION
|
||||||
iftrue UnknownScript_0x60bab
|
iftrue .BroughtSecretpotion
|
||||||
checkevent EVENT_JASMINE_EXPLAINED_AMPHYS_SICKNESS
|
checkevent EVENT_JASMINE_EXPLAINED_AMPHYS_SICKNESS
|
||||||
iftrue UnknownScript_0x60ba5
|
iftrue .ExplainedSickness
|
||||||
writetext UnknownText_0x60c81
|
writetext JasmineCianwoodPharmacyText
|
||||||
buttonsound
|
buttonsound
|
||||||
setevent EVENT_JASMINE_EXPLAINED_AMPHYS_SICKNESS
|
setevent EVENT_JASMINE_EXPLAINED_AMPHYS_SICKNESS
|
||||||
UnknownScript_0x60ba5:
|
.ExplainedSickness:
|
||||||
writetext UnknownText_0x60d64
|
writetext JasmineGetSomeMedicineText
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x60bab:
|
.BroughtSecretpotion:
|
||||||
writetext UnknownText_0x60d99
|
writetext JasmineCureAmphyText
|
||||||
yesorno
|
yesorno
|
||||||
iffalse UnknownScript_0x60c25
|
iffalse .no
|
||||||
writetext UnknownText_0x60dc3
|
writetext PlayerHandedSecretpotionText
|
||||||
buttonsound
|
buttonsound
|
||||||
takeitem SECRETPOTION
|
takeitem SECRETPOTION
|
||||||
writetext UnknownText_0x60dea
|
writetext JasmineDontBeOffendedText
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
spriteface OLIVINELIGHTHOUSE6F_JASMINE, RIGHT
|
spriteface OLIVINELIGHTHOUSE6F_JASMINE, RIGHT
|
||||||
@@ -41,7 +41,7 @@ UnknownScript_0x60bab:
|
|||||||
spriteface OLIVINELIGHTHOUSE6F_MONSTER, LEFT
|
spriteface OLIVINELIGHTHOUSE6F_MONSTER, LEFT
|
||||||
opentext
|
opentext
|
||||||
playmusic MUSIC_HEAL
|
playmusic MUSIC_HEAL
|
||||||
writetext UnknownText_0x60e44
|
writetext JasmineAmphyHowAreYouFeelingText
|
||||||
pause 60
|
pause 60
|
||||||
buttonsound
|
buttonsound
|
||||||
closetext
|
closetext
|
||||||
@@ -51,7 +51,7 @@ UnknownScript_0x60bab:
|
|||||||
pause 10
|
pause 10
|
||||||
special Special_FadeInPalettes
|
special Special_FadeInPalettes
|
||||||
opentext
|
opentext
|
||||||
writetext UnknownText_0x60f3d
|
writetext AmphyPaluPaluluText
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
spriteface OLIVINELIGHTHOUSE6F_MONSTER, RIGHT
|
spriteface OLIVINELIGHTHOUSE6F_MONSTER, RIGHT
|
||||||
@@ -64,37 +64,37 @@ UnknownScript_0x60bab:
|
|||||||
pause 10
|
pause 10
|
||||||
faceplayer
|
faceplayer
|
||||||
opentext
|
opentext
|
||||||
writetext UnknownText_0x60e6c
|
writetext JasmineThankYouText
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
setevent EVENT_JASMINE_RETURNED_TO_GYM
|
setevent EVENT_JASMINE_RETURNED_TO_GYM
|
||||||
clearevent EVENT_OLIVINE_GYM_JASMINE
|
clearevent EVENT_OLIVINE_GYM_JASMINE
|
||||||
checkcode VAR_FACING
|
checkcode VAR_FACING
|
||||||
if_equal DOWN, UnknownScript_0x60c17
|
if_equal DOWN, .FacingDown
|
||||||
if_equal RIGHT, UnknownScript_0x60c1e
|
if_equal RIGHT, .FacingRight
|
||||||
applymovement OLIVINELIGHTHOUSE6F_JASMINE, MovementData_0x60c68
|
applymovement OLIVINELIGHTHOUSE6F_JASMINE, MovementData_0x60c68
|
||||||
disappear OLIVINELIGHTHOUSE6F_JASMINE
|
disappear OLIVINELIGHTHOUSE6F_JASMINE
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x60c17:
|
.FacingDown:
|
||||||
applymovement OLIVINELIGHTHOUSE6F_JASMINE, MovementData_0x60c70
|
applymovement OLIVINELIGHTHOUSE6F_JASMINE, MovementData_0x60c70
|
||||||
disappear OLIVINELIGHTHOUSE6F_JASMINE
|
disappear OLIVINELIGHTHOUSE6F_JASMINE
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x60c1e:
|
.FacingRight:
|
||||||
applymovement OLIVINELIGHTHOUSE6F_JASMINE, MovementData_0x60c79
|
applymovement OLIVINELIGHTHOUSE6F_JASMINE, MovementData_0x60c79
|
||||||
disappear OLIVINELIGHTHOUSE6F_JASMINE
|
disappear OLIVINELIGHTHOUSE6F_JASMINE
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x60c25:
|
.no:
|
||||||
writetext UnknownText_0x60edf
|
writetext JasmineISeeText
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
spriteface OLIVINELIGHTHOUSE6F_JASMINE, RIGHT
|
spriteface OLIVINELIGHTHOUSE6F_JASMINE, RIGHT
|
||||||
pause 15
|
pause 15
|
||||||
spriteface OLIVINELIGHTHOUSE6F_MONSTER, LEFT
|
spriteface OLIVINELIGHTHOUSE6F_MONSTER, LEFT
|
||||||
opentext
|
opentext
|
||||||
writetext UnknownText_0x60ef1
|
writetext JasmineAmphyHangOnText
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
@@ -102,22 +102,22 @@ UnknownScript_0x60c25:
|
|||||||
UnknownScript_0x60c39:
|
UnknownScript_0x60c39:
|
||||||
end
|
end
|
||||||
|
|
||||||
MonsterScript_0x60c3a:
|
OlivineLighthouseAmphy:
|
||||||
faceplayer
|
faceplayer
|
||||||
opentext
|
opentext
|
||||||
checkevent EVENT_JASMINE_RETURNED_TO_GYM
|
checkevent EVENT_JASMINE_RETURNED_TO_GYM
|
||||||
iftrue UnknownScript_0x60c51
|
iftrue .HealthyNow
|
||||||
writetext UnknownText_0x60f03
|
writetext AmphyPalPalooText
|
||||||
writebyte AMPHAROS
|
writebyte AMPHAROS
|
||||||
special Special_PlaySlowCry
|
special Special_PlaySlowCry
|
||||||
buttonsound
|
buttonsound
|
||||||
writetext UnknownText_0x60f19
|
writetext AmphyBreathingLaboredText
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x60c51:
|
.HealthyNow:
|
||||||
writetext UnknownText_0x60f3d
|
writetext AmphyPaluPaluluText
|
||||||
cry AMPHAROS
|
cry AMPHAROS
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
@@ -161,7 +161,7 @@ MovementData_0x60c79:
|
|||||||
step_sleep 8
|
step_sleep 8
|
||||||
step_end
|
step_end
|
||||||
|
|
||||||
UnknownText_0x60c81:
|
JasmineCianwoodPharmacyText:
|
||||||
text "JASMINE: … This"
|
text "JASMINE: … This"
|
||||||
line "#MON always"
|
line "#MON always"
|
||||||
|
|
||||||
@@ -185,25 +185,25 @@ UnknownText_0x60c81:
|
|||||||
line "AMPHY unattended…"
|
line "AMPHY unattended…"
|
||||||
done
|
done
|
||||||
|
|
||||||
UnknownText_0x60d64:
|
JasmineGetSomeMedicineText:
|
||||||
text "…May I ask you to"
|
text "…May I ask you to"
|
||||||
line "get some medicine"
|
line "get some medicine"
|
||||||
cont "for me? Please?"
|
cont "for me? Please?"
|
||||||
done
|
done
|
||||||
|
|
||||||
UnknownText_0x60d99:
|
JasmineCureAmphyText:
|
||||||
text "JASMINE: …Will"
|
text "JASMINE: …Will"
|
||||||
line "that medicine cure"
|
line "that medicine cure"
|
||||||
cont "AMPHY?"
|
cont "AMPHY?"
|
||||||
done
|
done
|
||||||
|
|
||||||
UnknownText_0x60dc3:
|
PlayerHandedSecretpotionText:
|
||||||
text "<PLAYER> handed the"
|
text "<PLAYER> handed the"
|
||||||
line "SECRETPOTION to"
|
line "SECRETPOTION to"
|
||||||
cont "JASMINE."
|
cont "JASMINE."
|
||||||
done
|
done
|
||||||
|
|
||||||
UnknownText_0x60dea:
|
JasmineDontBeOffendedText:
|
||||||
text "JASMINE: …Um,"
|
text "JASMINE: …Um,"
|
||||||
line "please don't be"
|
line "please don't be"
|
||||||
cont "offended…"
|
cont "offended…"
|
||||||
@@ -213,14 +213,14 @@ UnknownText_0x60dea:
|
|||||||
cont "anyone but me…"
|
cont "anyone but me…"
|
||||||
done
|
done
|
||||||
|
|
||||||
UnknownText_0x60e44:
|
JasmineAmphyHowAreYouFeelingText:
|
||||||
text "JASMINE: …"
|
text "JASMINE: …"
|
||||||
|
|
||||||
para "AMPHY, how are you"
|
para "AMPHY, how are you"
|
||||||
line "feeling?"
|
line "feeling?"
|
||||||
done
|
done
|
||||||
|
|
||||||
UnknownText_0x60e6c:
|
JasmineThankYouText:
|
||||||
text "JASMINE: …Oh, I'm"
|
text "JASMINE: …Oh, I'm"
|
||||||
line "so relieved…"
|
line "so relieved…"
|
||||||
|
|
||||||
@@ -234,25 +234,25 @@ UnknownText_0x60e6c:
|
|||||||
line "the GYM…"
|
line "the GYM…"
|
||||||
done
|
done
|
||||||
|
|
||||||
UnknownText_0x60edf:
|
JasmineISeeText:
|
||||||
text "JASMINE: …I see…"
|
text "JASMINE: …I see…"
|
||||||
done
|
done
|
||||||
|
|
||||||
UnknownText_0x60ef1:
|
JasmineAmphyHangOnText:
|
||||||
text "…AMPHY, hang on!"
|
text "…AMPHY, hang on!"
|
||||||
done
|
done
|
||||||
|
|
||||||
UnknownText_0x60f03:
|
AmphyPalPalooText:
|
||||||
text "AMPHY: …"
|
text "AMPHY: …"
|
||||||
line "…Pa… paloo…"
|
line "…Pa… paloo…"
|
||||||
done
|
done
|
||||||
|
|
||||||
UnknownText_0x60f19:
|
AmphyBreathingLaboredText:
|
||||||
text "Its breathing is"
|
text "Its breathing is"
|
||||||
line "terribly labored…"
|
line "terribly labored…"
|
||||||
done
|
done
|
||||||
|
|
||||||
UnknownText_0x60f3d:
|
AmphyPaluPaluluText:
|
||||||
text "AMPHY: Palu!"
|
text "AMPHY: Palu!"
|
||||||
line "Palulu!"
|
line "Palulu!"
|
||||||
done
|
done
|
||||||
@@ -275,6 +275,6 @@ OlivineLighthouse6F_MapEvents:
|
|||||||
|
|
||||||
.ObjectEvents:
|
.ObjectEvents:
|
||||||
db 3
|
db 3
|
||||||
object_event 8, 8, SPRITE_JASMINE, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_SCRIPT, 0, JasmineScript_0x60b91, EVENT_OLIVINE_LIGHTHOUSE_JASMINE
|
object_event 8, 8, SPRITE_JASMINE, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_SCRIPT, 0, OlivineLighthouseJasmine, EVENT_OLIVINE_LIGHTHOUSE_JASMINE
|
||||||
object_event 9, 8, SPRITE_MONSTER, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_BROWN, OBJECTTYPE_SCRIPT, 0, MonsterScript_0x60c3a, -1
|
object_event 9, 8, SPRITE_MONSTER, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_BROWN, OBJECTTYPE_SCRIPT, 0, OlivineLighthouseAmphy, -1
|
||||||
object_event 3, 4, SPRITE_POKE_BALL, SPRITEMOVEDATA_ITEM_TREE, 0, 0, -1, -1, 0, OBJECTTYPE_ITEMBALL, 0, OlivineLighthouse6FSuperPotion, EVENT_OLIVINE_LIGHTHOUSE_6F_SUPER_POTION
|
object_event 3, 4, SPRITE_POKE_BALL, SPRITEMOVEDATA_ITEM_TREE, 0, 0, -1, -1, 0, OBJECTTYPE_ITEMBALL, 0, OlivineLighthouse6FSuperPotion, EVENT_OLIVINE_LIGHTHOUSE_6F_SUPER_POTION
|
||||||
|
@@ -13,72 +13,72 @@ PokemonFanClub_MapScripts:
|
|||||||
.MapCallbacks:
|
.MapCallbacks:
|
||||||
db 0
|
db 0
|
||||||
|
|
||||||
GentlemanScript_0x1917e9:
|
PokemonFanClubPresident:
|
||||||
faceplayer
|
faceplayer
|
||||||
opentext
|
opentext
|
||||||
checkevent EVENT_LISTENED_TO_FAN_CLUB_PRESIDENT
|
checkevent EVENT_LISTENED_TO_FAN_CLUB_PRESIDENT
|
||||||
iftrue UnknownScript_0x191815
|
iftrue .HeardSpeech
|
||||||
checkevent EVENT_LISTENED_TO_FAN_CLUB_PRESIDENT_BUT_BAG_WAS_FULL
|
checkevent EVENT_LISTENED_TO_FAN_CLUB_PRESIDENT_BUT_BAG_WAS_FULL
|
||||||
iftrue UnknownScript_0x191802
|
iftrue .HeardSpeechButBagFull
|
||||||
writetext UnknownText_0x191881
|
writetext UnknownText_0x191881
|
||||||
yesorno
|
yesorno
|
||||||
iffalse UnknownScript_0x19181b
|
iffalse .NotListening
|
||||||
writetext UnknownText_0x191911
|
writetext UnknownText_0x191911
|
||||||
buttonsound
|
buttonsound
|
||||||
UnknownScript_0x191802:
|
.HeardSpeechButBagFull:
|
||||||
writetext UnknownText_0x191a3d
|
writetext UnknownText_0x191a3d
|
||||||
buttonsound
|
buttonsound
|
||||||
verbosegiveitem RARE_CANDY
|
verbosegiveitem RARE_CANDY
|
||||||
iffalse UnknownScript_0x19181f
|
iffalse .BagFull
|
||||||
setevent EVENT_LISTENED_TO_FAN_CLUB_PRESIDENT
|
setevent EVENT_LISTENED_TO_FAN_CLUB_PRESIDENT
|
||||||
writetext UnknownText_0x191a72
|
writetext UnknownText_0x191a72
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x191815:
|
.HeardSpeech:
|
||||||
writetext UnknownText_0x191ae0
|
writetext UnknownText_0x191ae0
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x19181b:
|
.NotListening:
|
||||||
writetext UnknownText_0x191b38
|
writetext UnknownText_0x191b38
|
||||||
waitbutton
|
waitbutton
|
||||||
UnknownScript_0x19181f:
|
.BagFull:
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
PokemonFanClubReceptionistScript:
|
PokemonFanClubReceptionistScript:
|
||||||
jumptextfaceplayer PokemonFanClubReceptionistText
|
jumptextfaceplayer PokemonFanClubReceptionistText
|
||||||
|
|
||||||
FisherScript_0x191824:
|
PokemonFanClubClefairyGuy:
|
||||||
faceplayer
|
faceplayer
|
||||||
opentext
|
opentext
|
||||||
checkevent EVENT_GOT_LOST_ITEM_FROM_FAN_CLUB
|
checkevent EVENT_GOT_LOST_ITEM_FROM_FAN_CLUB
|
||||||
iftrue UnknownScript_0x19185f
|
iftrue .GotLostItem
|
||||||
checkevent EVENT_RETURNED_MACHINE_PART
|
checkevent EVENT_RETURNED_MACHINE_PART
|
||||||
iftrue UnknownScript_0x191838
|
iftrue .FoundClefairyDoll
|
||||||
writetext UnknownText_0x191ba0
|
writetext UnknownText_0x191ba0
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x191838:
|
.FoundClefairyDoll:
|
||||||
writetext UnknownText_0x191bff
|
writetext UnknownText_0x191bff
|
||||||
checkevent EVENT_MET_COPYCAT_FOUND_OUT_ABOUT_LOST_ITEM
|
checkevent EVENT_MET_COPYCAT_FOUND_OUT_ABOUT_LOST_ITEM
|
||||||
iftrue UnknownScript_0x191844
|
iftrue .MetCopycat
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x191844:
|
.MetCopycat:
|
||||||
buttonsound
|
buttonsound
|
||||||
writetext UnknownText_0x191c5a
|
writetext UnknownText_0x191c5a
|
||||||
buttonsound
|
buttonsound
|
||||||
waitsfx
|
waitsfx
|
||||||
giveitem LOST_ITEM
|
giveitem LOST_ITEM
|
||||||
iffalse UnknownScript_0x191865
|
iffalse .NoRoom
|
||||||
disappear POKEMONFANCLUB_FAIRY
|
disappear POKEMONFANCLUB_FAIRY
|
||||||
writetext UnknownText_0x191d0a
|
writetext UnknownText_0x191d0a
|
||||||
playsound SFX_KEY_ITEM
|
playsound SFX_KEY_ITEM
|
||||||
@@ -88,13 +88,13 @@ UnknownScript_0x191844:
|
|||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x19185f:
|
.GotLostItem:
|
||||||
writetext UnknownText_0x191d1e
|
writetext UnknownText_0x191d1e
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x191865:
|
.NoRoom:
|
||||||
writetext UnknownText_0x191d58
|
writetext UnknownText_0x191d58
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
@@ -115,10 +115,10 @@ FanClubBayleef:
|
|||||||
end
|
end
|
||||||
|
|
||||||
MapPokemonFanClubSignpost0Script:
|
MapPokemonFanClubSignpost0Script:
|
||||||
jumptext UnknownText_0x191dfc
|
jumptext PokemonFanClubListenSignText
|
||||||
|
|
||||||
MapPokemonFanClubSignpost1Script:
|
MapPokemonFanClubSignpost1Script:
|
||||||
jumptext UnknownText_0x191e29
|
jumptext PokemonFanClubBraggingSignText
|
||||||
|
|
||||||
UnknownText_0x191881:
|
UnknownText_0x191881:
|
||||||
text "I'm the CHAIRMAN"
|
text "I'm the CHAIRMAN"
|
||||||
@@ -285,13 +285,13 @@ FanClubBayleefText:
|
|||||||
text "BAYLEEF: Li liif!"
|
text "BAYLEEF: Li liif!"
|
||||||
done
|
done
|
||||||
|
|
||||||
UnknownText_0x191dfc:
|
PokemonFanClubListenSignText:
|
||||||
text "Let's all listen"
|
text "Let's all listen"
|
||||||
line "politely to other"
|
line "politely to other"
|
||||||
cont "trainers."
|
cont "trainers."
|
||||||
done
|
done
|
||||||
|
|
||||||
UnknownText_0x191e29:
|
PokemonFanClubBraggingSignText:
|
||||||
text "If someone brags,"
|
text "If someone brags,"
|
||||||
line "brag right back!"
|
line "brag right back!"
|
||||||
done
|
done
|
||||||
@@ -315,9 +315,9 @@ PokemonFanClub_MapEvents:
|
|||||||
|
|
||||||
.ObjectEvents:
|
.ObjectEvents:
|
||||||
db 6
|
db 6
|
||||||
object_event 3, 1, SPRITE_GENTLEMAN, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, GentlemanScript_0x1917e9, -1
|
object_event 3, 1, SPRITE_GENTLEMAN, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, PokemonFanClubPresident, -1
|
||||||
object_event 4, 1, SPRITE_RECEPTIONIST, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_GREEN, OBJECTTYPE_SCRIPT, 0, PokemonFanClubReceptionistScript, -1
|
object_event 4, 1, SPRITE_RECEPTIONIST, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_GREEN, OBJECTTYPE_SCRIPT, 0, PokemonFanClubReceptionistScript, -1
|
||||||
object_event 2, 3, SPRITE_FISHER, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, FisherScript_0x191824, -1
|
object_event 2, 3, SPRITE_FISHER, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, PokemonFanClubClefairyGuy, -1
|
||||||
object_event 7, 2, SPRITE_TEACHER, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, PokemonFanClubTeacherScript, -1
|
object_event 7, 2, SPRITE_TEACHER, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, PokemonFanClubTeacherScript, -1
|
||||||
object_event 2, 4, SPRITE_FAIRY, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, ClefairyDoll, EVENT_VERMILION_FAN_CLUB_DOLL
|
object_event 2, 4, SPRITE_FAIRY, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, ClefairyDoll, EVENT_VERMILION_FAN_CLUB_DOLL
|
||||||
object_event 7, 3, SPRITE_ODDISH, SPRITEMOVEDATA_POKEMON, 0, 0, -1, -1, PAL_NPC_GREEN, OBJECTTYPE_SCRIPT, 0, FanClubBayleef, -1
|
object_event 7, 3, SPRITE_ODDISH, SPRITEMOVEDATA_POKEMON, 0, 0, -1, -1, PAL_NPC_GREEN, OBJECTTYPE_SCRIPT, 0, FanClubBayleef, -1
|
||||||
|
@@ -13,17 +13,17 @@ RadioTower1F_MapScripts:
|
|||||||
.MapCallbacks:
|
.MapCallbacks:
|
||||||
db 0
|
db 0
|
||||||
|
|
||||||
ReceptionistScript_0x5cd29:
|
RadioTower1FReceptionist:
|
||||||
faceplayer
|
faceplayer
|
||||||
opentext
|
opentext
|
||||||
checkflag ENGINE_ROCKETS_IN_RADIO_TOWER
|
checkflag ENGINE_ROCKETS_IN_RADIO_TOWER
|
||||||
iftrue UnknownScript_0x5cd37
|
iftrue .Rockets
|
||||||
writetext UnknownText_0x5ce77
|
writetext UnknownText_0x5ce77
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x5cd37:
|
.Rockets:
|
||||||
writetext UnknownText_0x5ce81
|
writetext UnknownText_0x5ce81
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
@@ -113,67 +113,67 @@ GentlemanScript_0x5cd3d:
|
|||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
CooltrainerFScript_0x5cdd5:
|
RadioTower1FRadioCardWoman:
|
||||||
faceplayer
|
faceplayer
|
||||||
opentext
|
opentext
|
||||||
checkflag ENGINE_RADIO_CARD
|
checkflag ENGINE_RADIO_CARD
|
||||||
iftrue UnknownScript_0x5ce2d
|
iftrue .GotCard
|
||||||
writetext UnknownText_0x5d12d
|
writetext UnknownText_0x5d12d
|
||||||
yesorno
|
yesorno
|
||||||
iffalse UnknownScript_0x5ce4b
|
iffalse .NoQuiz
|
||||||
writetext UnknownText_0x5d1f2
|
writetext UnknownText_0x5d1f2
|
||||||
yesorno
|
yesorno
|
||||||
iffalse UnknownScript_0x5ce42
|
iffalse .WrongAnswer
|
||||||
playsound SFX_ELEVATOR_END
|
playsound SFX_ELEVATOR_END
|
||||||
waitsfx
|
waitsfx
|
||||||
writetext UnknownText_0x5d231
|
writetext UnknownText_0x5d231
|
||||||
yesorno
|
yesorno
|
||||||
iffalse UnknownScript_0x5ce42
|
iffalse .WrongAnswer
|
||||||
playsound SFX_ELEVATOR_END
|
playsound SFX_ELEVATOR_END
|
||||||
waitsfx
|
waitsfx
|
||||||
writetext UnknownText_0x5d282
|
writetext UnknownText_0x5d282
|
||||||
yesorno
|
yesorno
|
||||||
iftrue UnknownScript_0x5ce42
|
iftrue .WrongAnswer
|
||||||
playsound SFX_ELEVATOR_END
|
playsound SFX_ELEVATOR_END
|
||||||
waitsfx
|
waitsfx
|
||||||
writetext UnknownText_0x5d2bc
|
writetext UnknownText_0x5d2bc
|
||||||
yesorno
|
yesorno
|
||||||
iffalse UnknownScript_0x5ce42
|
iffalse .WrongAnswer
|
||||||
playsound SFX_ELEVATOR_END
|
playsound SFX_ELEVATOR_END
|
||||||
waitsfx
|
waitsfx
|
||||||
writetext UnknownText_0x5d30e
|
writetext UnknownText_0x5d30e
|
||||||
yesorno
|
yesorno
|
||||||
iftrue UnknownScript_0x5ce42
|
iftrue .WrongAnswer
|
||||||
playsound SFX_ELEVATOR_END
|
playsound SFX_ELEVATOR_END
|
||||||
waitsfx
|
waitsfx
|
||||||
writetext UnknownText_0x5d37b
|
writetext UnknownText_0x5d37b
|
||||||
buttonsound
|
buttonsound
|
||||||
stringtotext RadioCardText, MEM_BUFFER_1
|
stringtotext .RadioCardText, MEM_BUFFER_1
|
||||||
scall UnknownScript_0x5ce3e
|
scall .ReceiveItem
|
||||||
writetext UnknownText_0x5d3c0
|
writetext UnknownText_0x5d3c0
|
||||||
buttonsound
|
buttonsound
|
||||||
setflag ENGINE_RADIO_CARD
|
setflag ENGINE_RADIO_CARD
|
||||||
UnknownScript_0x5ce2d:
|
.GotCard:
|
||||||
writetext UnknownText_0x5d3e5
|
writetext UnknownText_0x5d3e5
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
RadioCardText:
|
.RadioCardText:
|
||||||
db "RADIO CARD@"
|
db "RADIO CARD@"
|
||||||
|
|
||||||
UnknownScript_0x5ce3e:
|
.ReceiveItem:
|
||||||
jumpstd receiveitem
|
jumpstd receiveitem
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x5ce42:
|
.WrongAnswer:
|
||||||
playsound SFX_WRONG
|
playsound SFX_WRONG
|
||||||
writetext UnknownText_0x5d409
|
writetext UnknownText_0x5d409
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x5ce4b:
|
.NoQuiz:
|
||||||
writetext UnknownText_0x5d443
|
writetext UnknownText_0x5d443
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
@@ -492,9 +492,9 @@ RadioTower1F_MapEvents:
|
|||||||
|
|
||||||
.ObjectEvents:
|
.ObjectEvents:
|
||||||
db 6
|
db 6
|
||||||
object_event 5, 6, SPRITE_RECEPTIONIST, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_SCRIPT, 0, ReceptionistScript_0x5cd29, -1
|
object_event 5, 6, SPRITE_RECEPTIONIST, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_SCRIPT, 0, RadioTower1FReceptionist, -1
|
||||||
object_event 16, 4, SPRITE_LASS, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_SCRIPT, 0, RadioTower1FLassScript, EVENT_GOLDENROD_CITY_CIVILIANS
|
object_event 16, 4, SPRITE_LASS, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_SCRIPT, 0, RadioTower1FLassScript, EVENT_GOLDENROD_CITY_CIVILIANS
|
||||||
object_event 15, 4, SPRITE_YOUNGSTER, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, PAL_NPC_BLUE, OBJECTTYPE_SCRIPT, 0, RadioTower1FYoungsterScript, EVENT_GOLDENROD_CITY_CIVILIANS
|
object_event 15, 4, SPRITE_YOUNGSTER, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, PAL_NPC_BLUE, OBJECTTYPE_SCRIPT, 0, RadioTower1FYoungsterScript, EVENT_GOLDENROD_CITY_CIVILIANS
|
||||||
object_event 14, 1, SPRITE_ROCKET, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, OBJECTTYPE_TRAINER, 3, TrainerGruntM3, EVENT_RADIO_TOWER_ROCKET_TAKEOVER
|
object_event 14, 1, SPRITE_ROCKET, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, OBJECTTYPE_TRAINER, 3, TrainerGruntM3, EVENT_RADIO_TOWER_ROCKET_TAKEOVER
|
||||||
object_event 8, 6, SPRITE_GENTLEMAN, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, PAL_NPC_BLUE, OBJECTTYPE_SCRIPT, 0, GentlemanScript_0x5cd3d, EVENT_GOLDENROD_CITY_CIVILIANS
|
object_event 8, 6, SPRITE_GENTLEMAN, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, PAL_NPC_BLUE, OBJECTTYPE_SCRIPT, 0, GentlemanScript_0x5cd3d, EVENT_GOLDENROD_CITY_CIVILIANS
|
||||||
object_event 12, 6, SPRITE_COOLTRAINER_F, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, PAL_NPC_GREEN, OBJECTTYPE_SCRIPT, 0, CooltrainerFScript_0x5cdd5, EVENT_GOLDENROD_CITY_CIVILIANS
|
object_event 12, 6, SPRITE_COOLTRAINER_F, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, PAL_NPC_GREEN, OBJECTTYPE_SCRIPT, 0, RadioTower1FRadioCardWoman, EVENT_GOLDENROD_CITY_CIVILIANS
|
||||||
|
@@ -102,31 +102,31 @@ Buena:
|
|||||||
faceplayer
|
faceplayer
|
||||||
opentext
|
opentext
|
||||||
checkflag ENGINE_ROCKETS_IN_RADIO_TOWER
|
checkflag ENGINE_ROCKETS_IN_RADIO_TOWER
|
||||||
iftrue UnknownScript_0x5d865
|
iftrue .MidRocketTakeover
|
||||||
checkevent EVENT_MET_BUENA
|
checkevent EVENT_MET_BUENA
|
||||||
iffalse UnknownScript_0x5d800
|
iffalse .Introduction
|
||||||
checkflag ENGINE_BUENAS_PASSWORD_2
|
checkflag ENGINE_BUENAS_PASSWORD_2
|
||||||
iftrue UnknownScript_0x5d82f
|
iftrue .PlayedAlready
|
||||||
checkcode VAR_HOUR
|
checkcode VAR_HOUR
|
||||||
if_less_than 18, UnknownScript_0x5d893
|
if_less_than 18, .TooEarly
|
||||||
checkflag ENGINE_BUENAS_PASSWORD
|
checkflag ENGINE_BUENAS_PASSWORD
|
||||||
iffalse UnknownScript_0x5d80a
|
iffalse .TuneIn
|
||||||
checkitem BLUE_CARD
|
checkitem BLUE_CARD
|
||||||
iffalse UnknownScript_0x5d86b
|
iffalse .NoBlueCard
|
||||||
checkcode VAR_BLUECARDBALANCE
|
checkcode VAR_BLUECARDBALANCE
|
||||||
if_equal 30, UnknownScript_0x5d87f
|
if_equal 30, .BlueCardCapped0
|
||||||
playmusic MUSIC_BUENAS_PASSWORD
|
playmusic MUSIC_BUENAS_PASSWORD
|
||||||
writetext UnknownText_0x5de35
|
writetext UnknownText_0x5de35
|
||||||
special Special_AskRememberPassword
|
special Special_AskRememberPassword
|
||||||
iffalse UnknownScript_0x5d81e
|
iffalse .ForgotPassword
|
||||||
writetext UnknownText_0x5de84
|
writetext UnknownText_0x5de84
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
spriteface RADIOTOWER2F_BUENA, RIGHT
|
spriteface RADIOTOWER2F_BUENA, RIGHT
|
||||||
checkcode VAR_FACING
|
checkcode VAR_FACING
|
||||||
if_not_equal RIGHT, UnknownScript_0x5d7be
|
if_not_equal RIGHT, .DontNeedToMove
|
||||||
applymovement PLAYER, MovementData_0x5d921
|
applymovement PLAYER, MovementData_0x5d921
|
||||||
UnknownScript_0x5d7be:
|
.DontNeedToMove:
|
||||||
spriteface PLAYER, RIGHT
|
spriteface PLAYER, RIGHT
|
||||||
opentext
|
opentext
|
||||||
writetext UnknownText_0x5dedd
|
writetext UnknownText_0x5dedd
|
||||||
@@ -136,7 +136,7 @@ UnknownScript_0x5d7be:
|
|||||||
refreshscreen
|
refreshscreen
|
||||||
special Special_BuenasPassword
|
special Special_BuenasPassword
|
||||||
closetext
|
closetext
|
||||||
iffalse UnknownScript_0x5d845
|
iffalse .WrongAnswer
|
||||||
opentext
|
opentext
|
||||||
writetext UnknownText_0x5dfc1
|
writetext UnknownText_0x5dfc1
|
||||||
waitbutton
|
waitbutton
|
||||||
@@ -157,27 +157,27 @@ UnknownScript_0x5d7be:
|
|||||||
pause 20
|
pause 20
|
||||||
special RestartMapMusic
|
special RestartMapMusic
|
||||||
checkcode VAR_BLUECARDBALANCE
|
checkcode VAR_BLUECARDBALANCE
|
||||||
if_equal 30, UnknownScript_0x5d8a4
|
if_equal 30, .BlueCardCapped1
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x5d800:
|
.Introduction:
|
||||||
writetext UnknownText_0x5dcf4
|
writetext UnknownText_0x5dcf4
|
||||||
buttonsound
|
buttonsound
|
||||||
setevent EVENT_MET_BUENA
|
setevent EVENT_MET_BUENA
|
||||||
verbosegiveitem BLUE_CARD
|
verbosegiveitem BLUE_CARD
|
||||||
UnknownScript_0x5d80a:
|
.TuneIn:
|
||||||
writetext UnknownText_0x5de10
|
writetext UnknownText_0x5de10
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
checkcellnum PHONE_BUENA
|
checkcellnum PHONE_BUENA
|
||||||
iftrue UnknownScript_0x5d81a
|
iftrue .Registered0
|
||||||
checkevent EVENT_BUENA_OFFERED_HER_PHONE_NUMBER
|
checkevent EVENT_BUENA_OFFERED_HER_PHONE_NUMBER
|
||||||
iftrue UnknownScript_0x5d8cc
|
iftrue .OfferedNumberBefore
|
||||||
UnknownScript_0x5d81a:
|
.Registered0:
|
||||||
spriteface RADIOTOWER2F_BUENA, RIGHT
|
spriteface RADIOTOWER2F_BUENA, RIGHT
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x5d81e:
|
.ForgotPassword:
|
||||||
writetext UnknownText_0x5df29
|
writetext UnknownText_0x5df29
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
@@ -187,20 +187,20 @@ UnknownScript_0x5d81e:
|
|||||||
special RestartMapMusic
|
special RestartMapMusic
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x5d82f:
|
.PlayedAlready:
|
||||||
writetext UnknownText_0x5df6c
|
writetext UnknownText_0x5df6c
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
checkcellnum PHONE_BUENA
|
checkcellnum PHONE_BUENA
|
||||||
iftrue UnknownScript_0x5d83f
|
iftrue .Registered1
|
||||||
checkevent EVENT_BUENA_OFFERED_HER_PHONE_NUMBER
|
checkevent EVENT_BUENA_OFFERED_HER_PHONE_NUMBER
|
||||||
iftrue UnknownScript_0x5d8cc
|
iftrue .OfferedNumberBefore
|
||||||
UnknownScript_0x5d83f:
|
.Registered1:
|
||||||
spriteface RADIOTOWER2F_BUENA, RIGHT
|
spriteface RADIOTOWER2F_BUENA, RIGHT
|
||||||
pause 10
|
pause 10
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x5d845:
|
.WrongAnswer:
|
||||||
setflag ENGINE_BUENAS_PASSWORD_2
|
setflag ENGINE_BUENAS_PASSWORD_2
|
||||||
opentext
|
opentext
|
||||||
writetext UnknownText_0x5e01c
|
writetext UnknownText_0x5e01c
|
||||||
@@ -218,71 +218,71 @@ UnknownScript_0x5d845:
|
|||||||
special RestartMapMusic
|
special RestartMapMusic
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x5d865:
|
.MidRocketTakeover:
|
||||||
writetext UnknownText_0x5e0c2
|
writetext UnknownText_0x5e0c2
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x5d86b:
|
.NoBlueCard:
|
||||||
writetext UnknownText_0x5e192
|
writetext UnknownText_0x5e192
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
checkcellnum PHONE_BUENA
|
checkcellnum PHONE_BUENA
|
||||||
iftrue UnknownScript_0x5d87b
|
iftrue .Registered2
|
||||||
checkevent EVENT_BUENA_OFFERED_HER_PHONE_NUMBER_NO_BLUE_CARD
|
checkevent EVENT_BUENA_OFFERED_HER_PHONE_NUMBER_NO_BLUE_CARD
|
||||||
iftrue UnknownScript_0x5d8cc
|
iftrue .OfferedNumberBefore
|
||||||
UnknownScript_0x5d87b:
|
.Registered2:
|
||||||
spriteface RADIOTOWER2F_BUENA, RIGHT
|
spriteface RADIOTOWER2F_BUENA, RIGHT
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x5d87f:
|
.BlueCardCapped0:
|
||||||
writetext UnknownText_0x5e0f1
|
writetext UnknownText_0x5e0f1
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
checkcellnum PHONE_BUENA
|
checkcellnum PHONE_BUENA
|
||||||
iftrue UnknownScript_0x5d88f
|
iftrue .Registered3
|
||||||
checkevent EVENT_BUENA_OFFERED_HER_PHONE_NUMBER_NO_BLUE_CARD
|
checkevent EVENT_BUENA_OFFERED_HER_PHONE_NUMBER_NO_BLUE_CARD
|
||||||
iftrue UnknownScript_0x5d8cc
|
iftrue .OfferedNumberBefore
|
||||||
UnknownScript_0x5d88f:
|
.Registered3:
|
||||||
spriteface RADIOTOWER2F_BUENA, RIGHT
|
spriteface RADIOTOWER2F_BUENA, RIGHT
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x5d893:
|
.TooEarly:
|
||||||
writetext UnknownText_0x5e131
|
writetext UnknownText_0x5e131
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
checkcellnum PHONE_BUENA
|
checkcellnum PHONE_BUENA
|
||||||
iftrue UnknownScript_0x5d8a3
|
iftrue .Registered4
|
||||||
checkevent EVENT_BUENA_OFFERED_HER_PHONE_NUMBER
|
checkevent EVENT_BUENA_OFFERED_HER_PHONE_NUMBER
|
||||||
iftrue UnknownScript_0x5d8cc
|
iftrue .OfferedNumberBefore
|
||||||
UnknownScript_0x5d8a3:
|
.Registered4:
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x5d8a4:
|
.BlueCardCapped1:
|
||||||
checkcellnum PHONE_BUENA
|
checkcellnum PHONE_BUENA
|
||||||
iftrue UnknownScript_0x5d8fe
|
iftrue .HasNumber
|
||||||
pause 20
|
pause 20
|
||||||
spriteface RADIOTOWER2F_BUENA, DOWN
|
spriteface RADIOTOWER2F_BUENA, DOWN
|
||||||
pause 15
|
pause 15
|
||||||
spriteface PLAYER, UP
|
spriteface PLAYER, UP
|
||||||
pause 15
|
pause 15
|
||||||
checkevent EVENT_BUENA_OFFERED_HER_PHONE_NUMBER_NO_BLUE_CARD
|
checkevent EVENT_BUENA_OFFERED_HER_PHONE_NUMBER_NO_BLUE_CARD
|
||||||
iftrue UnknownScript_0x5d8cc
|
iftrue .OfferedNumberBefore
|
||||||
showemote EMOTE_SHOCK, RADIOTOWER2F_BUENA, 15
|
showemote EMOTE_SHOCK, RADIOTOWER2F_BUENA, 15
|
||||||
setevent EVENT_BUENA_OFFERED_HER_PHONE_NUMBER_NO_BLUE_CARD
|
setevent EVENT_BUENA_OFFERED_HER_PHONE_NUMBER_NO_BLUE_CARD
|
||||||
setevent EVENT_BUENA_OFFERED_HER_PHONE_NUMBER
|
setevent EVENT_BUENA_OFFERED_HER_PHONE_NUMBER
|
||||||
opentext
|
opentext
|
||||||
writetext UnknownText_0x5e1ee
|
writetext UnknownText_0x5e1ee
|
||||||
jump UnknownScript_0x5d8d0
|
jump .AskForNumber
|
||||||
|
|
||||||
UnknownScript_0x5d8cc:
|
.OfferedNumberBefore:
|
||||||
opentext
|
opentext
|
||||||
writetext UnknownText_0x5e2bf
|
writetext UnknownText_0x5e2bf
|
||||||
UnknownScript_0x5d8d0:
|
.AskForNumber:
|
||||||
askforphonenumber PHONE_BUENA
|
askforphonenumber PHONE_BUENA
|
||||||
if_equal PHONE_CONTACTS_FULL, UnknownScript_0x5d8f6
|
if_equal PHONE_CONTACTS_FULL, .PhoneFull
|
||||||
if_equal PHONE_CONTACT_REFUSED, UnknownScript_0x5d8ed
|
if_equal PHONE_CONTACT_REFUSED, .NumberDeclined
|
||||||
writetext UnknownText_0x5e2f3
|
writetext UnknownText_0x5e2f3
|
||||||
playsound SFX_REGISTER_PHONE_NUMBER
|
playsound SFX_REGISTER_PHONE_NUMBER
|
||||||
waitsfx
|
waitsfx
|
||||||
@@ -294,33 +294,33 @@ UnknownScript_0x5d8d0:
|
|||||||
addcellnum PHONE_BUENA
|
addcellnum PHONE_BUENA
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x5d8ed:
|
.NumberDeclined:
|
||||||
writetext UnknownText_0x5e33c
|
writetext UnknownText_0x5e33c
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
spriteface RADIOTOWER2F_BUENA, RIGHT
|
spriteface RADIOTOWER2F_BUENA, RIGHT
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x5d8f6:
|
.PhoneFull:
|
||||||
writetext UnknownText_0x5e35e
|
writetext UnknownText_0x5e35e
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
spriteface RADIOTOWER2F_BUENA, RIGHT
|
spriteface RADIOTOWER2F_BUENA, RIGHT
|
||||||
UnknownScript_0x5d8fe:
|
.HasNumber:
|
||||||
end
|
end
|
||||||
|
|
||||||
ReceptionistScript_0x5d8ff:
|
RadioTowerBuenaPrizeReceptionist:
|
||||||
faceplayer
|
faceplayer
|
||||||
opentext
|
opentext
|
||||||
checkitem BLUE_CARD
|
checkitem BLUE_CARD
|
||||||
iffalse UnknownScript_0x5d90f
|
iffalse .NoCard
|
||||||
writetext UnknownText_0x5e392
|
writetext UnknownText_0x5e392
|
||||||
buttonsound
|
buttonsound
|
||||||
special Special_BuenaPrize
|
special Special_BuenaPrize
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x5d90f:
|
.NoCard:
|
||||||
writetext UnknownText_0x5e3d8
|
writetext UnknownText_0x5e3d8
|
||||||
buttonsound
|
buttonsound
|
||||||
closetext
|
closetext
|
||||||
@@ -743,4 +743,4 @@ RadioTower2F_MapEvents:
|
|||||||
object_event 1, 1, SPRITE_BLACK_BELT, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, RadioTower2FBlackBelt2Script, EVENT_RADIO_TOWER_CIVILIANS_AFTER
|
object_event 1, 1, SPRITE_BLACK_BELT, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, RadioTower2FBlackBelt2Script, EVENT_RADIO_TOWER_CIVILIANS_AFTER
|
||||||
object_event 12, 1, SPRITE_JIGGLYPUFF, SPRITEMOVEDATA_POKEMON, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, RadioTowerJigglypuff, -1
|
object_event 12, 1, SPRITE_JIGGLYPUFF, SPRITEMOVEDATA_POKEMON, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, RadioTowerJigglypuff, -1
|
||||||
object_event 14, 5, SPRITE_BUENA, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_SCRIPT, 0, Buena, -1
|
object_event 14, 5, SPRITE_BUENA, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_SCRIPT, 0, Buena, -1
|
||||||
object_event 12, 7, SPRITE_RECEPTIONIST, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, PAL_NPC_GREEN, OBJECTTYPE_SCRIPT, 0, ReceptionistScript_0x5d8ff, EVENT_GOLDENROD_CITY_CIVILIANS
|
object_event 12, 7, SPRITE_RECEPTIONIST, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, PAL_NPC_GREEN, OBJECTTYPE_SCRIPT, 0, RadioTowerBuenaPrizeReceptionist, EVENT_GOLDENROD_CITY_CIVILIANS
|
||||||
|
@@ -32,13 +32,13 @@ GymGuyScript_0x5e556:
|
|||||||
faceplayer
|
faceplayer
|
||||||
opentext
|
opentext
|
||||||
checkevent EVENT_CLEARED_RADIO_TOWER
|
checkevent EVENT_CLEARED_RADIO_TOWER
|
||||||
iftrue UnknownScript_0x5e564
|
iftrue .NoRockets
|
||||||
writetext UnknownText_0x5e682
|
writetext UnknownText_0x5e682
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x5e564:
|
.NoRockets:
|
||||||
writetext UnknownText_0x5e6eb
|
writetext UnknownText_0x5e6eb
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
@@ -48,37 +48,37 @@ CooltrainerFScript_0x5e56a:
|
|||||||
faceplayer
|
faceplayer
|
||||||
opentext
|
opentext
|
||||||
checkevent EVENT_GOT_SUNNY_DAY_FROM_RADIO_TOWER
|
checkevent EVENT_GOT_SUNNY_DAY_FROM_RADIO_TOWER
|
||||||
iftrue UnknownScript_0x5e59d
|
iftrue .GotSunnyDay
|
||||||
checkevent EVENT_CLEARED_RADIO_TOWER
|
checkevent EVENT_CLEARED_RADIO_TOWER
|
||||||
iftrue UnknownScript_0x5e58a
|
iftrue .NoRockets
|
||||||
checkevent EVENT_USED_THE_CARD_KEY_IN_THE_RADIO_TOWER
|
checkevent EVENT_USED_THE_CARD_KEY_IN_THE_RADIO_TOWER
|
||||||
iftrue UnknownScript_0x5e584
|
iftrue .UsedCardKey
|
||||||
writetext UnknownText_0x5e754
|
writetext UnknownText_0x5e754
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x5e584:
|
.UsedCardKey:
|
||||||
writetext UnknownText_0x5e7cb
|
writetext UnknownText_0x5e7cb
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x5e58a:
|
.NoRockets:
|
||||||
writetext UnknownText_0x5e7e2
|
writetext UnknownText_0x5e7e2
|
||||||
buttonsound
|
buttonsound
|
||||||
verbosegiveitem TM_SUNNY_DAY
|
verbosegiveitem TM_SUNNY_DAY
|
||||||
iffalse UnknownScript_0x5e5a1
|
iffalse .NoRoom
|
||||||
writetext UnknownText_0x5e821
|
writetext UnknownText_0x5e821
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
setevent EVENT_GOT_SUNNY_DAY_FROM_RADIO_TOWER
|
setevent EVENT_GOT_SUNNY_DAY_FROM_RADIO_TOWER
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x5e59d:
|
.GotSunnyDay:
|
||||||
writetext UnknownText_0x5e85c
|
writetext UnknownText_0x5e85c
|
||||||
waitbutton
|
waitbutton
|
||||||
UnknownScript_0x5e5a1:
|
.NoRoom:
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
@@ -131,10 +131,10 @@ MapRadioTower3FSignpost2Script::
|
|||||||
writetext UnknownText_0x5eaa4
|
writetext UnknownText_0x5eaa4
|
||||||
waitbutton
|
waitbutton
|
||||||
checkevent EVENT_USED_THE_CARD_KEY_IN_THE_RADIO_TOWER
|
checkevent EVENT_USED_THE_CARD_KEY_IN_THE_RADIO_TOWER
|
||||||
iftrue UnknownScript_0x5e603
|
iftrue .UsedCardKey
|
||||||
checkitem CARD_KEY
|
checkitem CARD_KEY
|
||||||
iftrue UnknownScript_0x5e605
|
iftrue UnknownScript_0x5e605
|
||||||
UnknownScript_0x5e603:
|
.UsedCardKey:
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@@ -8,27 +8,27 @@ Route30BerrySpeechHouse_MapScripts:
|
|||||||
.MapCallbacks:
|
.MapCallbacks:
|
||||||
db 0
|
db 0
|
||||||
|
|
||||||
PokefanMScript_0x196d64:
|
Route30BerrySpeechPokefanM:
|
||||||
faceplayer
|
faceplayer
|
||||||
opentext
|
opentext
|
||||||
checkevent EVENT_GOT_BERRY_FROM_ROUTE_30_HOUSE
|
checkevent EVENT_GOT_BERRY_FROM_ROUTE_30_HOUSE
|
||||||
iftrue UnknownScript_0x196d79
|
iftrue .GotBerry
|
||||||
writetext UnknownText_0x196d82
|
writetext Route30BerrySpeechHouseMonEatBerriesText
|
||||||
buttonsound
|
buttonsound
|
||||||
verbosegiveitem BERRY
|
verbosegiveitem BERRY
|
||||||
iffalse UnknownScript_0x196d7d
|
iffalse .NoRoom
|
||||||
setevent EVENT_GOT_BERRY_FROM_ROUTE_30_HOUSE
|
setevent EVENT_GOT_BERRY_FROM_ROUTE_30_HOUSE
|
||||||
UnknownScript_0x196d79:
|
.GotBerry:
|
||||||
writetext UnknownText_0x196dec
|
writetext Route30BerrySpeechHouseCheckTreesText
|
||||||
waitbutton
|
waitbutton
|
||||||
UnknownScript_0x196d7d:
|
.NoRoom:
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
Route30BerrySpeechHouseBookshelf:
|
Route30BerrySpeechHouseBookshelf:
|
||||||
jumpstd magazinebookshelf
|
jumpstd magazinebookshelf
|
||||||
|
|
||||||
UnknownText_0x196d82:
|
Route30BerrySpeechHouseMonEatBerriesText:
|
||||||
text "You know, #MON"
|
text "You know, #MON"
|
||||||
line "eat BERRIES."
|
line "eat BERRIES."
|
||||||
|
|
||||||
@@ -40,7 +40,7 @@ UnknownText_0x196d82:
|
|||||||
line "one with you!"
|
line "one with you!"
|
||||||
done
|
done
|
||||||
|
|
||||||
UnknownText_0x196dec:
|
Route30BerrySpeechHouseCheckTreesText:
|
||||||
text "Check trees for"
|
text "Check trees for"
|
||||||
line "BERRIES. They just"
|
line "BERRIES. They just"
|
||||||
cont "drop right off."
|
cont "drop right off."
|
||||||
@@ -65,4 +65,4 @@ Route30BerrySpeechHouse_MapEvents:
|
|||||||
|
|
||||||
.ObjectEvents:
|
.ObjectEvents:
|
||||||
db 1
|
db 1
|
||||||
object_event 2, 3, SPRITE_POKEFAN_M, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_BROWN, OBJECTTYPE_SCRIPT, 0, PokefanMScript_0x196d64, -1
|
object_event 2, 3, SPRITE_POKEFAN_M, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_BROWN, OBJECTTYPE_SCRIPT, 0, Route30BerrySpeechPokefanM, -1
|
||||||
|
@@ -24,9 +24,9 @@ Route34IlexForestGate_MapScripts:
|
|||||||
appear ROUTE34ILEXFORESTGATE_TEACHER1
|
appear ROUTE34ILEXFORESTGATE_TEACHER1
|
||||||
return
|
return
|
||||||
|
|
||||||
UnknownScript_0x62d3d:
|
Route34IlexForestGateCelebiEvent:
|
||||||
checkevent EVENT_FOREST_IS_RESTLESS
|
checkevent EVENT_FOREST_IS_RESTLESS
|
||||||
iffalse UnknownScript_0x62d62
|
iffalse .skip
|
||||||
showemote EMOTE_SHOCK, ROUTE34ILEXFORESTGATE_TEACHER2, 20
|
showemote EMOTE_SHOCK, ROUTE34ILEXFORESTGATE_TEACHER2, 20
|
||||||
spriteface ROUTE34ILEXFORESTGATE_TEACHER2, LEFT
|
spriteface ROUTE34ILEXFORESTGATE_TEACHER2, LEFT
|
||||||
spriteface PLAYER, RIGHT
|
spriteface PLAYER, RIGHT
|
||||||
@@ -39,29 +39,29 @@ UnknownScript_0x62d3d:
|
|||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
applymovement ROUTE34ILEXFORESTGATE_TEACHER2, MovementData_0x62d9a
|
applymovement ROUTE34ILEXFORESTGATE_TEACHER2, MovementData_0x62d9a
|
||||||
UnknownScript_0x62d62:
|
.skip:
|
||||||
end
|
end
|
||||||
|
|
||||||
TeacherScript_0x62d63:
|
TeacherScript_0x62d63:
|
||||||
faceplayer
|
faceplayer
|
||||||
opentext
|
opentext
|
||||||
checkevent EVENT_FOREST_IS_RESTLESS
|
checkevent EVENT_FOREST_IS_RESTLESS
|
||||||
iftrue UnknownScript_0x62d84
|
iftrue .ForestIsRestless
|
||||||
checkevent EVENT_GOT_TM12_SWEET_SCENT
|
checkevent EVENT_GOT_TM12_SWEET_SCENT
|
||||||
iftrue UnknownScript_0x62d7e
|
iftrue .GotSweetScent
|
||||||
writetext UnknownText_0x62d9d
|
writetext UnknownText_0x62d9d
|
||||||
buttonsound
|
buttonsound
|
||||||
verbosegiveitem TM_SWEET_SCENT
|
verbosegiveitem TM_SWEET_SCENT
|
||||||
iffalse UnknownScript_0x62d82
|
iffalse .NoRoom
|
||||||
setevent EVENT_GOT_TM12_SWEET_SCENT
|
setevent EVENT_GOT_TM12_SWEET_SCENT
|
||||||
UnknownScript_0x62d7e:
|
.GotSweetScent:
|
||||||
writetext UnknownText_0x62df6
|
writetext UnknownText_0x62df6
|
||||||
waitbutton
|
waitbutton
|
||||||
UnknownScript_0x62d82:
|
.NoRoom:
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x62d84:
|
.ForestIsRestless:
|
||||||
writetext UnknownText_0x62e41
|
writetext UnknownText_0x62e41
|
||||||
buttonsound
|
buttonsound
|
||||||
closetext
|
closetext
|
||||||
@@ -148,7 +148,7 @@ Route34IlexForestGate_MapEvents:
|
|||||||
|
|
||||||
.CoordEvents:
|
.CoordEvents:
|
||||||
db 1
|
db 1
|
||||||
coord_event 4, 7, 0, UnknownScript_0x62d3d
|
coord_event 4, 7, 0, Route34IlexForestGateCelebiEvent
|
||||||
|
|
||||||
.BGEvents:
|
.BGEvents:
|
||||||
db 0
|
db 0
|
||||||
|
@@ -309,13 +309,13 @@ YoungsterScript_0x6ad06:
|
|||||||
faceplayer
|
faceplayer
|
||||||
opentext
|
opentext
|
||||||
checkevent EVENT_GAVE_KURT_APRICORNS
|
checkevent EVENT_GAVE_KURT_APRICORNS
|
||||||
iffalse UnknownScript_0x6ad14
|
iffalse .StillCompeting
|
||||||
writetext UnknownText_0x6b399
|
writetext UnknownText_0x6b399
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x6ad14:
|
.StillCompeting:
|
||||||
writetext UnknownText_0x6b3c4
|
writetext UnknownText_0x6b3c4
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
@@ -325,13 +325,13 @@ YoungsterScript_0x6ad1a:
|
|||||||
faceplayer
|
faceplayer
|
||||||
opentext
|
opentext
|
||||||
checkevent EVENT_GAVE_KURT_APRICORNS
|
checkevent EVENT_GAVE_KURT_APRICORNS
|
||||||
iffalse UnknownScript_0x6ad28
|
iffalse .StillCompeting
|
||||||
writetext UnknownText_0x6b40f
|
writetext UnknownText_0x6b40f
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x6ad28:
|
.StillCompeting:
|
||||||
writetext UnknownText_0x6b440
|
writetext UnknownText_0x6b440
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
@@ -341,13 +341,13 @@ RockerScript_0x6ad2e:
|
|||||||
faceplayer
|
faceplayer
|
||||||
opentext
|
opentext
|
||||||
checkevent EVENT_GAVE_KURT_APRICORNS
|
checkevent EVENT_GAVE_KURT_APRICORNS
|
||||||
iffalse UnknownScript_0x6ad3c
|
iffalse .StillCompeting
|
||||||
writetext UnknownText_0x6b462
|
writetext UnknownText_0x6b462
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x6ad3c:
|
.StillCompeting:
|
||||||
writetext UnknownText_0x6b496
|
writetext UnknownText_0x6b496
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
@@ -357,13 +357,13 @@ PokefanMScript_0x6ad42:
|
|||||||
faceplayer
|
faceplayer
|
||||||
opentext
|
opentext
|
||||||
checkevent EVENT_GAVE_KURT_APRICORNS
|
checkevent EVENT_GAVE_KURT_APRICORNS
|
||||||
iffalse UnknownScript_0x6ad50
|
iffalse .StillCompeting
|
||||||
writetext UnknownText_0x6b4da
|
writetext UnknownText_0x6b4da
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x6ad50:
|
.StillCompeting:
|
||||||
writetext UnknownText_0x6b50a
|
writetext UnknownText_0x6b50a
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
@@ -373,13 +373,13 @@ YoungsterScript_0x6ad56:
|
|||||||
faceplayer
|
faceplayer
|
||||||
opentext
|
opentext
|
||||||
checkevent EVENT_GAVE_KURT_APRICORNS
|
checkevent EVENT_GAVE_KURT_APRICORNS
|
||||||
iffalse UnknownScript_0x6ad64
|
iffalse .StillCompeting
|
||||||
writetext UnknownText_0x6b54e
|
writetext UnknownText_0x6b54e
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x6ad64:
|
.StillCompeting:
|
||||||
writetext UnknownText_0x6b57c
|
writetext UnknownText_0x6b57c
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
@@ -389,13 +389,13 @@ YoungsterScript_0x6ad6a:
|
|||||||
faceplayer
|
faceplayer
|
||||||
opentext
|
opentext
|
||||||
checkevent EVENT_GAVE_KURT_APRICORNS
|
checkevent EVENT_GAVE_KURT_APRICORNS
|
||||||
iffalse UnknownScript_0x6ad78
|
iffalse .StillCompeting
|
||||||
writetext UnknownText_0x6b5b0
|
writetext UnknownText_0x6b5b0
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x6ad78:
|
.StillCompeting:
|
||||||
writetext UnknownText_0x6b5dd
|
writetext UnknownText_0x6b5dd
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
@@ -405,13 +405,13 @@ LassScript_0x6ad7e:
|
|||||||
faceplayer
|
faceplayer
|
||||||
opentext
|
opentext
|
||||||
checkevent EVENT_GAVE_KURT_APRICORNS
|
checkevent EVENT_GAVE_KURT_APRICORNS
|
||||||
iffalse UnknownScript_0x6ad8c
|
iffalse .StillCompeting
|
||||||
writetext UnknownText_0x6b64b
|
writetext UnknownText_0x6b64b
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x6ad8c:
|
.StillCompeting:
|
||||||
writetext UnknownText_0x6b698
|
writetext UnknownText_0x6b698
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
@@ -421,13 +421,13 @@ YoungsterScript_0x6ad92:
|
|||||||
faceplayer
|
faceplayer
|
||||||
opentext
|
opentext
|
||||||
checkevent EVENT_GAVE_KURT_APRICORNS
|
checkevent EVENT_GAVE_KURT_APRICORNS
|
||||||
iffalse UnknownScript_0x6ada0
|
iffalse .StillCompeting
|
||||||
writetext UnknownText_0x6b6b8
|
writetext UnknownText_0x6b6b8
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x6ada0:
|
.StillCompeting:
|
||||||
writetext UnknownText_0x6b6e9
|
writetext UnknownText_0x6b6e9
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
@@ -437,13 +437,13 @@ YoungsterScript_0x6ada6:
|
|||||||
faceplayer
|
faceplayer
|
||||||
opentext
|
opentext
|
||||||
checkevent EVENT_GAVE_KURT_APRICORNS
|
checkevent EVENT_GAVE_KURT_APRICORNS
|
||||||
iffalse UnknownScript_0x6adb4
|
iffalse .StillCompeting
|
||||||
writetext UnknownText_0x6b71b
|
writetext UnknownText_0x6b71b
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x6adb4:
|
.StillCompeting:
|
||||||
writetext UnknownText_0x6b740
|
writetext UnknownText_0x6b740
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
@@ -453,13 +453,13 @@ YoungsterScript_0x6adba:
|
|||||||
faceplayer
|
faceplayer
|
||||||
opentext
|
opentext
|
||||||
checkevent EVENT_GAVE_KURT_APRICORNS
|
checkevent EVENT_GAVE_KURT_APRICORNS
|
||||||
iffalse UnknownScript_0x6adc8
|
iffalse .StillCompeting
|
||||||
writetext UnknownText_0x6b76f
|
writetext UnknownText_0x6b76f
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x6adc8:
|
.StillCompeting:
|
||||||
writetext UnknownText_0x6b7af
|
writetext UnknownText_0x6b7af
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
|
@@ -52,10 +52,10 @@ MapRuinsOfAlphAerodactylChamberSignpost2Script:
|
|||||||
writebyte UNOWNPUZZLE_AERODACTYL
|
writebyte UNOWNPUZZLE_AERODACTYL
|
||||||
special Special_UnownPuzzle
|
special Special_UnownPuzzle
|
||||||
closetext
|
closetext
|
||||||
iftrue UnknownScript_0x58df7
|
iftrue .PuzzleComplete
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x58df7:
|
.PuzzleComplete:
|
||||||
setevent EVENT_RUINS_OF_ALPH_INNER_CHAMBER_TOURISTS
|
setevent EVENT_RUINS_OF_ALPH_INNER_CHAMBER_TOURISTS
|
||||||
setevent EVENT_SOLVED_AERODACTYL_PUZZLE
|
setevent EVENT_SOLVED_AERODACTYL_PUZZLE
|
||||||
setflag ENGINE_UNLOCKED_UNOWNS_3
|
setflag ENGINE_UNLOCKED_UNOWNS_3
|
||||||
@@ -90,7 +90,7 @@ MapRuinsOfAlphAerodactylChamberSignpost4Script:
|
|||||||
|
|
||||||
MapRuinsOfAlphAerodactylChamberSignpost5Script:
|
MapRuinsOfAlphAerodactylChamberSignpost5Script:
|
||||||
checkevent EVENT_WALL_OPENED_IN_AERODACTYL_CHAMBER
|
checkevent EVENT_WALL_OPENED_IN_AERODACTYL_CHAMBER
|
||||||
iftrue UnknownScript_0x58e46
|
iftrue .WallOpen
|
||||||
opentext
|
opentext
|
||||||
writetext UnknownText_0x58e81
|
writetext UnknownText_0x58e81
|
||||||
writebyte UNOWNWORDS_LIGHT
|
writebyte UNOWNWORDS_LIGHT
|
||||||
@@ -98,7 +98,7 @@ MapRuinsOfAlphAerodactylChamberSignpost5Script:
|
|||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x58e46:
|
.WallOpen:
|
||||||
opentext
|
opentext
|
||||||
writetext UnknownText_0x58ea2
|
writetext UnknownText_0x58ea2
|
||||||
waitbutton
|
waitbutton
|
||||||
|
@@ -53,10 +53,10 @@ MapRuinsOfAlphHoOhChamberSignpost2Script:
|
|||||||
writebyte UNOWNPUZZLE_HO_OH
|
writebyte UNOWNPUZZLE_HO_OH
|
||||||
special Special_UnownPuzzle
|
special Special_UnownPuzzle
|
||||||
closetext
|
closetext
|
||||||
iftrue UnknownScript_0x585ba
|
iftrue .PuzzleComplete
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x585ba:
|
.PuzzleComplete:
|
||||||
setevent EVENT_RUINS_OF_ALPH_INNER_CHAMBER_TOURISTS
|
setevent EVENT_RUINS_OF_ALPH_INNER_CHAMBER_TOURISTS
|
||||||
setevent EVENT_SOLVED_HO_OH_PUZZLE
|
setevent EVENT_SOLVED_HO_OH_PUZZLE
|
||||||
setflag ENGINE_UNLOCKED_UNOWNS_4
|
setflag ENGINE_UNLOCKED_UNOWNS_4
|
||||||
@@ -91,7 +91,7 @@ MapRuinsOfAlphHoOhChamberSignpost4Script:
|
|||||||
|
|
||||||
MapRuinsOfAlphHoOhChamberSignpost5Script:
|
MapRuinsOfAlphHoOhChamberSignpost5Script:
|
||||||
checkevent EVENT_WALL_OPENED_IN_HO_OH_CHAMBER
|
checkevent EVENT_WALL_OPENED_IN_HO_OH_CHAMBER
|
||||||
iftrue UnknownScript_0x58609
|
iftrue .WallOpen
|
||||||
opentext
|
opentext
|
||||||
writetext UnknownText_0x58644
|
writetext UnknownText_0x58644
|
||||||
writebyte UNOWNWORDS_HO_OH
|
writebyte UNOWNWORDS_HO_OH
|
||||||
@@ -99,7 +99,7 @@ MapRuinsOfAlphHoOhChamberSignpost5Script:
|
|||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x58609:
|
.WallOpen:
|
||||||
opentext
|
opentext
|
||||||
writetext UnknownText_0x58665
|
writetext UnknownText_0x58665
|
||||||
waitbutton
|
waitbutton
|
||||||
|
@@ -59,10 +59,10 @@ MapRuinsOfAlphKabutoChamberSignpost2Script:
|
|||||||
writebyte UNOWNPUZZLE_KABUTO
|
writebyte UNOWNPUZZLE_KABUTO
|
||||||
special Special_UnownPuzzle
|
special Special_UnownPuzzle
|
||||||
closetext
|
closetext
|
||||||
iftrue UnknownScript_0x58778
|
iftrue .PuzzleComplete
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x58778:
|
.PuzzleComplete:
|
||||||
setevent EVENT_RUINS_OF_ALPH_INNER_CHAMBER_TOURISTS
|
setevent EVENT_RUINS_OF_ALPH_INNER_CHAMBER_TOURISTS
|
||||||
setevent EVENT_SOLVED_KABUTO_PUZZLE
|
setevent EVENT_SOLVED_KABUTO_PUZZLE
|
||||||
setflag ENGINE_UNLOCKED_UNOWNS_1
|
setflag ENGINE_UNLOCKED_UNOWNS_1
|
||||||
@@ -86,27 +86,27 @@ ScientistScript_0x587a8:
|
|||||||
faceplayer
|
faceplayer
|
||||||
opentext
|
opentext
|
||||||
checkcode VAR_UNOWNCOUNT
|
checkcode VAR_UNOWNCOUNT
|
||||||
if_equal NUM_UNOWN, UnknownScript_0x587cf
|
if_equal NUM_UNOWN, .AllUnownCaught
|
||||||
checkevent EVENT_WALL_OPENED_IN_KABUTO_CHAMBER
|
checkevent EVENT_WALL_OPENED_IN_KABUTO_CHAMBER
|
||||||
iftrue UnknownScript_0x587c9
|
iftrue .WallOpen
|
||||||
checkevent EVENT_SOLVED_KABUTO_PUZZLE
|
checkevent EVENT_SOLVED_KABUTO_PUZZLE
|
||||||
iffalse UnknownScript_0x587c0
|
iffalse .PuzzleIncomplete
|
||||||
writetext UnknownText_0x589b8
|
writetext UnknownText_0x589b8
|
||||||
buttonsound
|
buttonsound
|
||||||
UnknownScript_0x587c0:
|
.PuzzleIncomplete:
|
||||||
writetext UnknownText_0x588f5
|
writetext UnknownText_0x588f5
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
spriteface RUINSOFALPHKABUTOCHAMBER_SCIENTIST, UP
|
spriteface RUINSOFALPHKABUTOCHAMBER_SCIENTIST, UP
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x587c9:
|
.WallOpen:
|
||||||
writetext UnknownText_0x5897c
|
writetext UnknownText_0x5897c
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x587cf:
|
.AllUnownCaught:
|
||||||
writetext UnknownText_0x594cb
|
writetext UnknownText_0x594cb
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
@@ -128,7 +128,7 @@ MapRuinsOfAlphKabutoChamberSignpost4Script:
|
|||||||
|
|
||||||
MapRuinsOfAlphKabutoChamberSignpost5Script:
|
MapRuinsOfAlphKabutoChamberSignpost5Script:
|
||||||
checkevent EVENT_WALL_OPENED_IN_KABUTO_CHAMBER
|
checkevent EVENT_WALL_OPENED_IN_KABUTO_CHAMBER
|
||||||
iftrue UnknownScript_0x587f7
|
iftrue .WallOpen
|
||||||
opentext
|
opentext
|
||||||
writetext UnknownText_0x58ad9
|
writetext UnknownText_0x58ad9
|
||||||
writebyte UNOWNWORDS_ESCAPE
|
writebyte UNOWNWORDS_ESCAPE
|
||||||
@@ -136,7 +136,7 @@ MapRuinsOfAlphKabutoChamberSignpost5Script:
|
|||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x587f7:
|
.WallOpen:
|
||||||
opentext
|
opentext
|
||||||
writetext UnknownText_0x58afa
|
writetext UnknownText_0x58afa
|
||||||
waitbutton
|
waitbutton
|
||||||
|
@@ -53,10 +53,10 @@ MapRuinsOfAlphOmanyteChamberSignpost2Script:
|
|||||||
writebyte UNOWNPUZZLE_OMANYTE
|
writebyte UNOWNPUZZLE_OMANYTE
|
||||||
special Special_UnownPuzzle
|
special Special_UnownPuzzle
|
||||||
closetext
|
closetext
|
||||||
iftrue UnknownScript_0x58c36
|
iftrue .PuzzleComplete
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x58c36:
|
.PuzzleComplete:
|
||||||
setevent EVENT_RUINS_OF_ALPH_INNER_CHAMBER_TOURISTS
|
setevent EVENT_RUINS_OF_ALPH_INNER_CHAMBER_TOURISTS
|
||||||
setevent EVENT_SOLVED_OMANYTE_PUZZLE
|
setevent EVENT_SOLVED_OMANYTE_PUZZLE
|
||||||
setflag ENGINE_UNLOCKED_UNOWNS_2
|
setflag ENGINE_UNLOCKED_UNOWNS_2
|
||||||
@@ -91,7 +91,7 @@ MapRuinsOfAlphOmanyteChamberSignpost4Script:
|
|||||||
|
|
||||||
MapRuinsOfAlphOmanyteChamberSignpost5Script:
|
MapRuinsOfAlphOmanyteChamberSignpost5Script:
|
||||||
checkevent EVENT_WALL_OPENED_IN_OMANYTE_CHAMBER
|
checkevent EVENT_WALL_OPENED_IN_OMANYTE_CHAMBER
|
||||||
iftrue UnknownScript_0x58c85
|
iftrue .WallOpen
|
||||||
opentext
|
opentext
|
||||||
writetext UnknownText_0x58cc0
|
writetext UnknownText_0x58cc0
|
||||||
writebyte UNOWNWORDS_WATER
|
writebyte UNOWNWORDS_WATER
|
||||||
@@ -99,7 +99,7 @@ MapRuinsOfAlphOmanyteChamberSignpost5Script:
|
|||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x58c85:
|
.WallOpen:
|
||||||
opentext
|
opentext
|
||||||
writetext UnknownText_0x58ce1
|
writetext UnknownText_0x58ce1
|
||||||
waitbutton
|
waitbutton
|
||||||
|
@@ -63,13 +63,13 @@ ScientistScript_0x591d1:
|
|||||||
faceplayer
|
faceplayer
|
||||||
opentext
|
opentext
|
||||||
checkcode VAR_UNOWNCOUNT
|
checkcode VAR_UNOWNCOUNT
|
||||||
if_equal NUM_UNOWN, UnknownScript_0x591df
|
if_equal NUM_UNOWN, .PrinterAvailable
|
||||||
writetext UnknownText_0x59311
|
writetext UnknownText_0x59311
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x591df:
|
.PrinterAvailable:
|
||||||
writetext UnknownText_0x5935f
|
writetext UnknownText_0x5935f
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
@@ -79,29 +79,29 @@ ScientistScript_0x591e5:
|
|||||||
faceplayer
|
faceplayer
|
||||||
opentext
|
opentext
|
||||||
checkcode VAR_UNOWNCOUNT
|
checkcode VAR_UNOWNCOUNT
|
||||||
if_equal NUM_UNOWN, UnknownScript_0x5920b
|
if_equal NUM_UNOWN, .GotAllUnown
|
||||||
checkflag ENGINE_UNOWN_DEX
|
checkflag ENGINE_UNOWN_DEX
|
||||||
iftrue UnknownScript_0x59205
|
iftrue .GotUnownDex
|
||||||
checkevent EVENT_MADE_UNOWN_APPEAR_IN_RUINS
|
checkevent EVENT_MADE_UNOWN_APPEAR_IN_RUINS
|
||||||
iftrue UnknownScript_0x591ff
|
iftrue .UnownAppeared
|
||||||
writetext UnknownText_0x593ed
|
writetext UnknownText_0x593ed
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x591ff:
|
.UnownAppeared:
|
||||||
writetext UnknownText_0x59478
|
writetext UnknownText_0x59478
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x59205:
|
.GotUnownDex:
|
||||||
writetext UnknownText_0x59445
|
writetext UnknownText_0x59445
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x5920b:
|
.GotAllUnown:
|
||||||
writetext UnknownText_0x594cb
|
writetext UnknownText_0x594cb
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
@@ -112,21 +112,21 @@ ScientistScript_0x59214:
|
|||||||
faceplayer
|
faceplayer
|
||||||
opentext
|
opentext
|
||||||
checkcode VAR_UNOWNCOUNT
|
checkcode VAR_UNOWNCOUNT
|
||||||
if_equal NUM_UNOWN, UnknownScript_0x5922e
|
if_equal NUM_UNOWN, .GotAllUnown
|
||||||
checkevent EVENT_MADE_UNOWN_APPEAR_IN_RUINS
|
checkevent EVENT_MADE_UNOWN_APPEAR_IN_RUINS
|
||||||
iftrue UnknownScript_0x59228
|
iftrue .UnownAppeared
|
||||||
writetext UnknownText_0x5954f
|
writetext UnknownText_0x5954f
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x59228:
|
.UnownAppeared:
|
||||||
writetext UnknownText_0x595cb
|
writetext UnknownText_0x595cb
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x5922e:
|
.GotAllUnown:
|
||||||
writetext UnknownText_0x59769
|
writetext UnknownText_0x59769
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
@@ -135,16 +135,16 @@ UnknownScript_0x5922e:
|
|||||||
MapRuinsOfAlphResearchCenterSignpost1Script:
|
MapRuinsOfAlphResearchCenterSignpost1Script:
|
||||||
opentext
|
opentext
|
||||||
checkevent EVENT_RUINS_OF_ALPH_RESEARCH_CENTER_SCIENTIST
|
checkevent EVENT_RUINS_OF_ALPH_RESEARCH_CENTER_SCIENTIST
|
||||||
iftrue UnknownScript_0x59241
|
iftrue .SkipChecking
|
||||||
checkcode VAR_UNOWNCOUNT
|
checkcode VAR_UNOWNCOUNT
|
||||||
if_equal NUM_UNOWN, UnknownScript_0x59247
|
if_equal NUM_UNOWN, .GotAllUnown
|
||||||
UnknownScript_0x59241:
|
.SkipChecking:
|
||||||
writetext UnknownText_0x597b6
|
writetext UnknownText_0x597b6
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x59247:
|
.GotAllUnown:
|
||||||
writetext UnknownText_0x597d9
|
writetext UnknownText_0x597d9
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
@@ -153,16 +153,16 @@ UnknownScript_0x59247:
|
|||||||
MapRuinsOfAlphResearchCenterSignpost2Script:
|
MapRuinsOfAlphResearchCenterSignpost2Script:
|
||||||
opentext
|
opentext
|
||||||
checkevent EVENT_RUINS_OF_ALPH_RESEARCH_CENTER_SCIENTIST
|
checkevent EVENT_RUINS_OF_ALPH_RESEARCH_CENTER_SCIENTIST
|
||||||
iftrue UnknownScript_0x5925a
|
iftrue .SkipChecking
|
||||||
checkcode VAR_UNOWNCOUNT
|
checkcode VAR_UNOWNCOUNT
|
||||||
if_equal NUM_UNOWN, UnknownScript_0x59260
|
if_equal NUM_UNOWN, .PrinterAvailable
|
||||||
UnknownScript_0x5925a:
|
.SkipChecking:
|
||||||
writetext UnknownText_0x5980e
|
writetext UnknownText_0x5980e
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x59260:
|
.PrinterAvailable:
|
||||||
writetext UnknownText_0x5982d
|
writetext UnknownText_0x5982d
|
||||||
waitbutton
|
waitbutton
|
||||||
special Special_UnownPrinter
|
special Special_UnownPrinter
|
||||||
|
@@ -24,13 +24,13 @@ LassScript_0x19932a:
|
|||||||
faceplayer
|
faceplayer
|
||||||
opentext
|
opentext
|
||||||
checkevent EVENT_RETURNED_MACHINE_PART
|
checkevent EVENT_RETURNED_MACHINE_PART
|
||||||
iftrue UnknownScript_0x199338
|
iftrue .ReturnedPart
|
||||||
writetext UnknownText_0x19938d
|
writetext UnknownText_0x19938d
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x199338:
|
.ReturnedPart:
|
||||||
writetext UnknownText_0x19940d
|
writetext UnknownText_0x19940d
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
@@ -40,13 +40,13 @@ PokefanMScript_0x19933e:
|
|||||||
faceplayer
|
faceplayer
|
||||||
opentext
|
opentext
|
||||||
checkevent EVENT_RETURNED_MACHINE_PART
|
checkevent EVENT_RETURNED_MACHINE_PART
|
||||||
iftrue UnknownScript_0x19934c
|
iftrue .ReturnedPart
|
||||||
writetext UnknownText_0x199460
|
writetext UnknownText_0x199460
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x19934c:
|
.ReturnedPart:
|
||||||
writetext UnknownText_0x1994ae
|
writetext UnknownText_0x1994ae
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
@@ -62,13 +62,13 @@ FisherScript_0x199358:
|
|||||||
faceplayer
|
faceplayer
|
||||||
opentext
|
opentext
|
||||||
checkevent EVENT_RETURNED_MACHINE_PART
|
checkevent EVENT_RETURNED_MACHINE_PART
|
||||||
iftrue UnknownScript_0x199366
|
iftrue .ReturnedPart
|
||||||
writetext UnknownText_0x1995fc
|
writetext UnknownText_0x1995fc
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x199366:
|
.ReturnedPart:
|
||||||
writetext UnknownText_0x19964b
|
writetext UnknownText_0x19964b
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
|
@@ -98,18 +98,18 @@ UnknownScript_0x6e056:
|
|||||||
playmusic MUSIC_ROCKET_ENCOUNTER
|
playmusic MUSIC_ROCKET_ENCOUNTER
|
||||||
spriteface TEAMROCKETBASEB3F_ROCKET1, DOWN
|
spriteface TEAMROCKETBASEB3F_ROCKET1, DOWN
|
||||||
opentext
|
opentext
|
||||||
writetext UnknownText_0x6e400
|
writetext ExecutiveM4BeforeText
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
applymovement TEAMROCKETBASEB3F_ROCKET1, MovementData_0x6e142
|
applymovement TEAMROCKETBASEB3F_ROCKET1, MovementData_0x6e142
|
||||||
winlosstext UnknownText_0x6e511, 0
|
winlosstext ExecutiveM4BeatenText, 0
|
||||||
setlasttalked TEAMROCKETBASEB3F_ROCKET1
|
setlasttalked TEAMROCKETBASEB3F_ROCKET1
|
||||||
loadtrainer EXECUTIVEM, EXECUTIVEM_4
|
loadtrainer EXECUTIVEM, EXECUTIVEM_4
|
||||||
startbattle
|
startbattle
|
||||||
reloadmapafterbattle
|
reloadmapafterbattle
|
||||||
setevent EVENT_BEAT_ROCKET_EXECUTIVEM_4
|
setevent EVENT_BEAT_ROCKET_EXECUTIVEM_4
|
||||||
opentext
|
opentext
|
||||||
writetext UnknownText_0x6e548
|
writetext ExecutiveM4AfterText
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
applymovement TEAMROCKETBASEB3F_ROCKET1, MovementData_0x6e144
|
applymovement TEAMROCKETBASEB3F_ROCKET1, MovementData_0x6e144
|
||||||
@@ -385,7 +385,7 @@ RocketBaseRivalText:
|
|||||||
cont "the likes of you!"
|
cont "the likes of you!"
|
||||||
done
|
done
|
||||||
|
|
||||||
UnknownText_0x6e400:
|
ExecutiveM4BeforeText:
|
||||||
text "What? Who are you?"
|
text "What? Who are you?"
|
||||||
line "This is the office"
|
line "This is the office"
|
||||||
|
|
||||||
@@ -412,7 +412,7 @@ UnknownText_0x6e400:
|
|||||||
cont "place!"
|
cont "place!"
|
||||||
done
|
done
|
||||||
|
|
||||||
UnknownText_0x6e511:
|
ExecutiveM4BeatenText:
|
||||||
text "I… I couldn't do a"
|
text "I… I couldn't do a"
|
||||||
line "thing…"
|
line "thing…"
|
||||||
|
|
||||||
@@ -420,7 +420,7 @@ UnknownText_0x6e511:
|
|||||||
line "forgive me…"
|
line "forgive me…"
|
||||||
done
|
done
|
||||||
|
|
||||||
UnknownText_0x6e548:
|
ExecutiveM4AfterText:
|
||||||
text "No, I can't let"
|
text "No, I can't let"
|
||||||
line "this affect me."
|
line "this affect me."
|
||||||
|
|
||||||
|
@@ -37,11 +37,11 @@ VermilionPort_MapScripts:
|
|||||||
blackoutmod VERMILION_CITY
|
blackoutmod VERMILION_CITY
|
||||||
end
|
end
|
||||||
|
|
||||||
SailorScript_0x74dc4:
|
VermilionPortSailorAtGangway:
|
||||||
faceplayer
|
faceplayer
|
||||||
opentext
|
opentext
|
||||||
checkevent EVENT_GAVE_KURT_APRICORNS
|
checkevent EVENT_GAVE_KURT_APRICORNS
|
||||||
iftrue UnknownScript_0x74e1a
|
iftrue VermilionPortAlreadyRodeScript
|
||||||
writetext UnknownText_0x74f06
|
writetext UnknownText_0x74f06
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
@@ -72,71 +72,71 @@ SailorScript_0x74dc4:
|
|||||||
warp FAST_SHIP_1F, 25, 1
|
warp FAST_SHIP_1F, 25, 1
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x74e1a:
|
VermilionPortAlreadyRodeScript:
|
||||||
writetext UnknownText_0x74f31
|
writetext UnknownText_0x74f31
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x74e20:
|
VermilionPortWalkUpToShipScript:
|
||||||
spriteface VERMILIONPORT_SAILOR2, RIGHT
|
spriteface VERMILIONPORT_SAILOR2, RIGHT
|
||||||
checkevent EVENT_GAVE_KURT_APRICORNS
|
checkevent EVENT_GAVE_KURT_APRICORNS
|
||||||
iftrue UnknownScript_0x74e86
|
iftrue .skip
|
||||||
checkevent EVENT_RECEIVED_BALLS_FROM_KURT
|
checkevent EVENT_RECEIVED_BALLS_FROM_KURT
|
||||||
iftrue UnknownScript_0x74e86
|
iftrue .skip
|
||||||
spriteface PLAYER, LEFT
|
spriteface PLAYER, LEFT
|
||||||
opentext
|
opentext
|
||||||
checkcode VAR_WEEKDAY
|
checkcode VAR_WEEKDAY
|
||||||
if_equal MONDAY, UnknownScript_0x74e72
|
if_equal MONDAY, .NextShipWednesday
|
||||||
if_equal TUESDAY, UnknownScript_0x74e72
|
if_equal TUESDAY, .NextShipWednesday
|
||||||
if_equal THURSDAY, UnknownScript_0x74e7c
|
if_equal THURSDAY, .NextShipSunday
|
||||||
if_equal FRIDAY, UnknownScript_0x74e7c
|
if_equal FRIDAY, .NextShipSunday
|
||||||
if_equal SATURDAY, UnknownScript_0x74e7c
|
if_equal SATURDAY, .NextShipSunday
|
||||||
writetext UnknownText_0x74f4d
|
writetext UnknownText_0x74f4d
|
||||||
yesorno
|
yesorno
|
||||||
iffalse UnknownScript_0x74e8d
|
iffalse VermilionPortNotRidingMoveAwayScript
|
||||||
writetext UnknownText_0x74f8b
|
writetext UnknownText_0x74f8b
|
||||||
buttonsound
|
buttonsound
|
||||||
checkitem S_S_TICKET
|
checkitem S_S_TICKET
|
||||||
iffalse UnknownScript_0x74e68
|
iffalse .NoTicket
|
||||||
writetext UnknownText_0x74fc2
|
writetext VermilionPortSSTicketText
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
setevent EVENT_RECEIVED_BALLS_FROM_KURT
|
setevent EVENT_RECEIVED_BALLS_FROM_KURT
|
||||||
applymovement PLAYER, MovementData_0x74ef8
|
applymovement PLAYER, MovementData_0x74ef8
|
||||||
jump SailorScript_0x74dc4
|
jump VermilionPortSailorAtGangway
|
||||||
|
|
||||||
UnknownScript_0x74e68:
|
.NoTicket:
|
||||||
writetext UnknownText_0x74ff2
|
writetext UnknownText_0x74ff2
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
applymovement PLAYER, MovementData_0x74ef5
|
applymovement PLAYER, MovementData_0x74ef5
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x74e72:
|
.NextShipWednesday:
|
||||||
writetext UnknownText_0x75059
|
writetext UnknownText_0x75059
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
applymovement PLAYER, MovementData_0x74ef5
|
applymovement PLAYER, MovementData_0x74ef5
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x74e7c:
|
.NextShipSunday:
|
||||||
writetext UnknownText_0x75080
|
writetext UnknownText_0x75080
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
applymovement PLAYER, MovementData_0x74ef5
|
applymovement PLAYER, MovementData_0x74ef5
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x74e86:
|
.skip:
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x74e87:
|
VermilionPortNotRidingScript:
|
||||||
writetext UnknownText_0x74fa7
|
writetext UnknownText_0x74fa7
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x74e8d:
|
VermilionPortNotRidingMoveAwayScript:
|
||||||
writetext UnknownText_0x74fa7
|
writetext UnknownText_0x74fa7
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
@@ -147,7 +147,7 @@ SailorScript_0x74e97:
|
|||||||
faceplayer
|
faceplayer
|
||||||
opentext
|
opentext
|
||||||
checkevent EVENT_GAVE_KURT_APRICORNS
|
checkevent EVENT_GAVE_KURT_APRICORNS
|
||||||
iftrue UnknownScript_0x74e1a
|
iftrue VermilionPortAlreadyRodeScript
|
||||||
checkcode VAR_WEEKDAY
|
checkcode VAR_WEEKDAY
|
||||||
if_equal MONDAY, .NextShipWednesday
|
if_equal MONDAY, .NextShipWednesday
|
||||||
if_equal TUESDAY, .NextShipWednesday
|
if_equal TUESDAY, .NextShipWednesday
|
||||||
@@ -156,17 +156,17 @@ SailorScript_0x74e97:
|
|||||||
if_equal SATURDAY, .NextShipSunday
|
if_equal SATURDAY, .NextShipSunday
|
||||||
writetext UnknownText_0x74f4d
|
writetext UnknownText_0x74f4d
|
||||||
yesorno
|
yesorno
|
||||||
iffalse UnknownScript_0x74e87
|
iffalse VermilionPortNotRidingScript
|
||||||
writetext UnknownText_0x74f8b
|
writetext UnknownText_0x74f8b
|
||||||
buttonsound
|
buttonsound
|
||||||
checkitem S_S_TICKET
|
checkitem S_S_TICKET
|
||||||
iffalse .NoTicket
|
iffalse .NoTicket
|
||||||
writetext UnknownText_0x74fc2
|
writetext VermilionPortSSTicketText
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
setevent EVENT_RECEIVED_BALLS_FROM_KURT
|
setevent EVENT_RECEIVED_BALLS_FROM_KURT
|
||||||
applymovement PLAYER, MovementData_0x74efe
|
applymovement PLAYER, MovementData_0x74efe
|
||||||
jump SailorScript_0x74dc4
|
jump VermilionPortSailorAtGangway
|
||||||
|
|
||||||
.NoTicket:
|
.NoTicket:
|
||||||
writetext UnknownText_0x74ff2
|
writetext UnknownText_0x74ff2
|
||||||
@@ -257,7 +257,7 @@ UnknownText_0x74fa7:
|
|||||||
line "again!"
|
line "again!"
|
||||||
done
|
done
|
||||||
|
|
||||||
UnknownText_0x74fc2:
|
VermilionPortSSTicketText:
|
||||||
text "<PLAYER> flashed"
|
text "<PLAYER> flashed"
|
||||||
line "the S.S.TICKET."
|
line "the S.S.TICKET."
|
||||||
|
|
||||||
@@ -309,7 +309,7 @@ VermilionPort_MapEvents:
|
|||||||
|
|
||||||
.CoordEvents:
|
.CoordEvents:
|
||||||
db 1
|
db 1
|
||||||
coord_event 7, 11, 0, UnknownScript_0x74e20
|
coord_event 7, 11, 0, VermilionPortWalkUpToShipScript
|
||||||
|
|
||||||
.BGEvents:
|
.BGEvents:
|
||||||
db 1
|
db 1
|
||||||
@@ -317,6 +317,6 @@ VermilionPort_MapEvents:
|
|||||||
|
|
||||||
.ObjectEvents:
|
.ObjectEvents:
|
||||||
db 3
|
db 3
|
||||||
object_event 7, 17, SPRITE_SAILOR, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, SailorScript_0x74dc4, EVENT_VERMILION_PORT_SAILOR_AT_GANGWAY
|
object_event 7, 17, SPRITE_SAILOR, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, VermilionPortSailorAtGangway, EVENT_VERMILION_PORT_SAILOR_AT_GANGWAY
|
||||||
object_event 6, 11, SPRITE_SAILOR, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, SailorScript_0x74e97, -1
|
object_event 6, 11, SPRITE_SAILOR, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, SailorScript_0x74e97, -1
|
||||||
object_event 11, 11, SPRITE_SUPER_NERD, SPRITEMOVEDATA_WALK_LEFT_RIGHT, 2, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, SuperNerdScript_0x74ee6, -1
|
object_event 11, 11, SPRITE_SUPER_NERD, SPRITEMOVEDATA_WALK_LEFT_RIGHT, 2, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, SuperNerdScript_0x74ee6, -1
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user