Adding labels to placeholders (UnknownText, MovementData) in the maps folder (#618)
Adding labels to placeholders (UnknownText, MovementData) in the maps folder * KurtsHouse.asm * RadioTower[1/2/3]F.asm * Route[35/36]NationalParkGate.asm
This commit is contained in:
@@ -52,22 +52,22 @@ Route35NationalParkGate_MapScripts:
|
||||
return
|
||||
|
||||
.LeavingContestEarly:
|
||||
applymovement PLAYER, MovementData_0x6a2e2
|
||||
applymovement PLAYER, Route35NationalParkGatePlayerApproachOfficer1Movement
|
||||
turnobject ROUTE35NATIONALPARKGATE_OFFICER1, RIGHT
|
||||
opentext
|
||||
readvar VAR_CONTESTMINUTES
|
||||
addval 1
|
||||
getnum STRING_BUFFER_3
|
||||
writetext UnknownText_0x6a79a
|
||||
writetext Route35NationalParkGateOfficer1WantToFinishText
|
||||
yesorno
|
||||
iffalse .GoBackToContest
|
||||
writetext UnknownText_0x6a7db
|
||||
writetext Route35NationalParkGateOfficer1WaitAtNorthGateText
|
||||
waitbutton
|
||||
closetext
|
||||
jumpstd bugcontestresultswarp
|
||||
|
||||
.GoBackToContest:
|
||||
writetext UnknownText_0x6a823
|
||||
writetext Route35NationalParkGateOfficer1OkGoFinishText
|
||||
waitbutton
|
||||
closetext
|
||||
scall Route35NationalParkGate_EnterContest
|
||||
@@ -88,7 +88,7 @@ Route35OfficerScriptContest:
|
||||
checkflag ENGINE_DAILY_BUG_CONTEST
|
||||
iftrue Route35NationalParkGate_ContestIsOver
|
||||
scall Route35NationalParkGate_GetDayOfWeek
|
||||
writetext UnknownText_0x6a2eb
|
||||
writetext Route35NationalParkGateOfficer1AskToParticipateText
|
||||
yesorno
|
||||
iffalse Route35NationalParkGate_DeclinedToParticipate
|
||||
readvar VAR_PARTYCOUNT
|
||||
@@ -98,12 +98,12 @@ Route35OfficerScriptContest:
|
||||
Route35NationalParkGate_OkayToProceed:
|
||||
setflag ENGINE_BUG_CONTEST_TIMER
|
||||
special PlayMapMusic
|
||||
writetext UnknownText_0x6a39d
|
||||
writetext Route35NationalParkGateOfficer1GiveParkBallsText
|
||||
buttonsound
|
||||
writetext UnknownText_0x6a3c7
|
||||
writetext Route35NationalParkGatePlayerReceivedParkBallsText
|
||||
playsound SFX_ITEM
|
||||
waitsfx
|
||||
writetext UnknownText_0x6a3e2
|
||||
writetext Route35NationalParkGateOfficer1ExplainsRulesText
|
||||
waitbutton
|
||||
closetext
|
||||
special GiveParkBalls
|
||||
@@ -118,11 +118,11 @@ Route35NationalParkGate_OkayToProceed:
|
||||
Route35NationalParkGate_EnterContest:
|
||||
readvar VAR_FACING
|
||||
ifequal LEFT, Route35NationalParkGate_FacingLeft
|
||||
applymovement PLAYER, MovementData_0x6a2e5
|
||||
applymovement PLAYER, Route35NationalParkGatePlayerGoAroundOfficerAndEnterParkMovement
|
||||
end
|
||||
|
||||
Route35NationalParkGate_FacingLeft:
|
||||
applymovement PLAYER, MovementData_0x6a2e9
|
||||
applymovement PLAYER, Route35NationalParkGatePlayerEnterParkMovement
|
||||
end
|
||||
|
||||
Route35NationalParkGate_LeaveTheRestBehind:
|
||||
@@ -134,65 +134,65 @@ Route35NationalParkGate_LeaveTheRestBehind:
|
||||
Route35NationalParkGate_LessThanFullParty:
|
||||
special CheckFirstMonIsEgg
|
||||
ifequal TRUE, Route35NationalParkGate_FirstMonIsEgg
|
||||
writetext UnknownText_0x6a4c6
|
||||
writetext Route35NationalParkGateOfficer1AskToUseFirstMonText
|
||||
yesorno
|
||||
iffalse Route35NationalParkGate_DeclinedToLeaveMonsBehind
|
||||
special ContestDropOffMons
|
||||
iftrue Route35NationalParkGate_FirstMonIsFainted
|
||||
setevent EVENT_LEFT_MONS_WITH_CONTEST_OFFICER
|
||||
writetext UnknownText_0x6a537
|
||||
writetext Route35NationalParkGateOfficer1WellHoldYourMonText
|
||||
buttonsound
|
||||
writetext UnknownText_0x6a56b
|
||||
writetext Route35NationalParkGatePlayersMonLeftWithHelperText
|
||||
playsound SFX_GOT_SAFARI_BALLS
|
||||
waitsfx
|
||||
buttonsound
|
||||
sjump Route35NationalParkGate_OkayToProceed
|
||||
|
||||
Route35NationalParkGate_DeclinedToParticipate:
|
||||
writetext UnknownText_0x6a5dc
|
||||
writetext Route35NationalParkGateOfficer1TakePartInFutureText
|
||||
waitbutton
|
||||
closetext
|
||||
end
|
||||
|
||||
Route35NationalParkGate_DeclinedToLeaveMonsBehind:
|
||||
writetext UnknownText_0x6a597
|
||||
writetext Route35NationalParkGateOfficer1ChooseMonAndComeBackText
|
||||
waitbutton
|
||||
closetext
|
||||
end
|
||||
|
||||
Route35NationalParkGate_FirstMonIsFainted:
|
||||
writetext UnknownText_0x6a608
|
||||
writetext Route35NationalParkGateOfficer1FirstMonCantBattleText
|
||||
waitbutton
|
||||
closetext
|
||||
end
|
||||
|
||||
Route35NationalParkGate_NoRoomInBox:
|
||||
writetext UnknownText_0x6a67c
|
||||
writetext Route35NationalParkGateOfficer1MakeRoomText
|
||||
waitbutton
|
||||
closetext
|
||||
end
|
||||
|
||||
Route35NationalParkGate_FirstMonIsEgg:
|
||||
writetext UnknownText_0x6a71f
|
||||
writetext Route35NationalParkGateOfficer1EggAsFirstMonText
|
||||
waitbutton
|
||||
closetext
|
||||
end
|
||||
|
||||
Route35NationalParkGate_ContestIsOver:
|
||||
writetext UnknownText_0x6a84f
|
||||
writetext Route35NationalParkGateOfficer1ContestIsOverText
|
||||
waitbutton
|
||||
closetext
|
||||
end
|
||||
|
||||
Route35NationalParkGate_NoContestToday:
|
||||
jumptextfaceplayer UnknownText_0x6a894
|
||||
jumptextfaceplayer Route35NationalParkGateOfficer1WeHoldContestsText
|
||||
|
||||
Route35NationalParkGateOfficerScript:
|
||||
faceplayer
|
||||
opentext
|
||||
checkflag ENGINE_DAILY_BUG_CONTEST
|
||||
iftrue Route35NationalParkGate_ContestIsOver
|
||||
writetext UnknownText_0x6a894
|
||||
writetext Route35NationalParkGateOfficer1WeHoldContestsText
|
||||
waitbutton
|
||||
closetext
|
||||
end
|
||||
@@ -207,22 +207,22 @@ Route35NationalParkGate_GetDayOfWeek:
|
||||
jumpstd daytotext
|
||||
end
|
||||
|
||||
MovementData_0x6a2e2:
|
||||
Route35NationalParkGatePlayerApproachOfficer1Movement:
|
||||
step DOWN
|
||||
turn_head LEFT
|
||||
step_end
|
||||
|
||||
MovementData_0x6a2e5:
|
||||
Route35NationalParkGatePlayerGoAroundOfficerAndEnterParkMovement:
|
||||
step RIGHT
|
||||
step UP
|
||||
step UP
|
||||
step_end
|
||||
|
||||
MovementData_0x6a2e9:
|
||||
Route35NationalParkGatePlayerEnterParkMovement:
|
||||
step UP
|
||||
step_end
|
||||
|
||||
UnknownText_0x6a2eb:
|
||||
Route35NationalParkGateOfficer1AskToParticipateText:
|
||||
text "Today's @"
|
||||
text_ram wStringBuffer3
|
||||
text "."
|
||||
@@ -244,18 +244,18 @@ UnknownText_0x6a2eb:
|
||||
line "give it a try?"
|
||||
done
|
||||
|
||||
UnknownText_0x6a39d:
|
||||
Route35NationalParkGateOfficer1GiveParkBallsText:
|
||||
text "Here are the PARK"
|
||||
line "BALLS for the"
|
||||
cont "Contest."
|
||||
done
|
||||
|
||||
UnknownText_0x6a3c7:
|
||||
Route35NationalParkGatePlayerReceivedParkBallsText:
|
||||
text "<PLAYER> received"
|
||||
line "20 PARK BALLS."
|
||||
done
|
||||
|
||||
UnknownText_0x6a3e2:
|
||||
Route35NationalParkGateOfficer1ExplainsRulesText:
|
||||
text "The person who"
|
||||
line "gets the strong-"
|
||||
cont "est bug #MON"
|
||||
@@ -279,7 +279,7 @@ UnknownText_0x6a3e2:
|
||||
line "find!"
|
||||
done
|
||||
|
||||
UnknownText_0x6a4c6:
|
||||
Route35NationalParkGateOfficer1AskToUseFirstMonText:
|
||||
text "Uh-oh…"
|
||||
|
||||
para "You have more than"
|
||||
@@ -297,19 +297,19 @@ UnknownText_0x6a4c6:
|
||||
line "you?"
|
||||
done
|
||||
|
||||
UnknownText_0x6a537:
|
||||
Route35NationalParkGateOfficer1WellHoldYourMonText:
|
||||
text "Fine, we'll hold"
|
||||
line "your other #MON"
|
||||
cont "while you compete."
|
||||
done
|
||||
|
||||
UnknownText_0x6a56b:
|
||||
Route35NationalParkGatePlayersMonLeftWithHelperText:
|
||||
text "<PLAYER>'s #MON"
|
||||
line "were left with the"
|
||||
cont "CONTEST HELPER."
|
||||
done
|
||||
|
||||
UnknownText_0x6a597:
|
||||
Route35NationalParkGateOfficer1ChooseMonAndComeBackText:
|
||||
text "Please choose the"
|
||||
line "#MON to be used"
|
||||
|
||||
@@ -317,13 +317,13 @@ UnknownText_0x6a597:
|
||||
line "then come see me."
|
||||
done
|
||||
|
||||
UnknownText_0x6a5dc:
|
||||
Route35NationalParkGateOfficer1TakePartInFutureText:
|
||||
text "OK. We hope you'll"
|
||||
line "take part in the"
|
||||
cont "future."
|
||||
done
|
||||
|
||||
UnknownText_0x6a608:
|
||||
Route35NationalParkGateOfficer1FirstMonCantBattleText:
|
||||
text "Uh-oh…"
|
||||
line "The first #MON"
|
||||
|
||||
@@ -337,7 +337,7 @@ UnknownText_0x6a608:
|
||||
line "then come see me."
|
||||
done
|
||||
|
||||
UnknownText_0x6a67c:
|
||||
Route35NationalParkGateOfficer1MakeRoomText:
|
||||
text "Uh-oh…"
|
||||
line "Both your party"
|
||||
|
||||
@@ -355,7 +355,7 @@ UnknownText_0x6a67c:
|
||||
line "come see me."
|
||||
done
|
||||
|
||||
UnknownText_0x6a71f:
|
||||
Route35NationalParkGateOfficer1EggAsFirstMonText:
|
||||
text "Uh-oh…"
|
||||
line "You have an EGG as"
|
||||
|
||||
@@ -369,7 +369,7 @@ UnknownText_0x6a71f:
|
||||
line "then come see me."
|
||||
done
|
||||
|
||||
UnknownText_0x6a79a:
|
||||
Route35NationalParkGateOfficer1WantToFinishText:
|
||||
text "You still have @"
|
||||
text_ram wStringBuffer3
|
||||
text_start
|
||||
@@ -379,7 +379,7 @@ UnknownText_0x6a79a:
|
||||
line "finish now?"
|
||||
done
|
||||
|
||||
UnknownText_0x6a7db:
|
||||
Route35NationalParkGateOfficer1WaitAtNorthGateText:
|
||||
text "OK. Please wait at"
|
||||
line "the North Gate for"
|
||||
|
||||
@@ -387,13 +387,13 @@ UnknownText_0x6a7db:
|
||||
line "of the winners."
|
||||
done
|
||||
|
||||
UnknownText_0x6a823:
|
||||
Route35NationalParkGateOfficer1OkGoFinishText:
|
||||
text "OK. Please get"
|
||||
line "back outside and"
|
||||
cont "finish up."
|
||||
done
|
||||
|
||||
UnknownText_0x6a84f:
|
||||
Route35NationalParkGateOfficer1ContestIsOverText:
|
||||
text "Today's Contest is"
|
||||
line "over. We hope you"
|
||||
|
||||
@@ -401,7 +401,7 @@ UnknownText_0x6a84f:
|
||||
line "in the future."
|
||||
done
|
||||
|
||||
UnknownText_0x6a894:
|
||||
Route35NationalParkGateOfficer1WeHoldContestsText:
|
||||
text "We hold Contests"
|
||||
line "regularly in the"
|
||||
|
||||
|
Reference in New Issue
Block a user