Remove address comments
This commit is contained in:
@@ -1,29 +1,29 @@
|
||||
.set LOCALID_BRINEY, 1
|
||||
.set LOCALID_PEEKO, 2
|
||||
|
||||
Route104_MrBrineysHouse_MapScripts:: @ 8229D2E
|
||||
Route104_MrBrineysHouse_MapScripts::
|
||||
map_script MAP_SCRIPT_ON_TRANSITION, Route104_MrBrineysHouse_OnTransition
|
||||
.byte 0
|
||||
|
||||
Route104_MrBrineysHouse_OnTransition: @ 8229D34
|
||||
Route104_MrBrineysHouse_OnTransition:
|
||||
setflag FLAG_LANDMARK_MR_BRINEY_HOUSE
|
||||
compare VAR_BRINEY_HOUSE_STATE, 1
|
||||
call_if_eq Route104_MrBrineysHouse_EventScript_SetBrineyPeekoPos
|
||||
call_if_set FLAG_RECEIVED_POKENAV, Route104_MrBrineysHouse_EventScript_HideRustboroRival
|
||||
end
|
||||
|
||||
Route104_MrBrineysHouse_EventScript_HideRustboroRival:: @ 8229D4C
|
||||
Route104_MrBrineysHouse_EventScript_HideRustboroRival::
|
||||
setflag FLAG_HIDE_RUSTBORO_CITY_RIVAL
|
||||
return
|
||||
|
||||
Route104_MrBrineysHouse_EventScript_SetBrineyPeekoPos:: @ 8229D50
|
||||
Route104_MrBrineysHouse_EventScript_SetBrineyPeekoPos::
|
||||
setobjectxyperm LOCALID_BRINEY, 9, 3
|
||||
setobjectmovementtype LOCALID_BRINEY, MOVEMENT_TYPE_WALK_SEQUENCE_DOWN_LEFT_UP_RIGHT
|
||||
setobjectxyperm LOCALID_PEEKO, 9, 6
|
||||
setobjectmovementtype LOCALID_PEEKO, MOVEMENT_TYPE_WALK_SEQUENCE_LEFT_UP_RIGHT_DOWN
|
||||
return
|
||||
|
||||
Route104_MrBrineysHouse_EventScript_Briney:: @ 8229D67
|
||||
Route104_MrBrineysHouse_EventScript_Briney::
|
||||
lock
|
||||
faceplayer
|
||||
call_if_unset FLAG_MR_BRINEY_SAILING_INTRO, Route104_MrBrineysHouse_EventScript_SailingIntro
|
||||
@@ -32,7 +32,7 @@ Route104_MrBrineysHouse_EventScript_Briney:: @ 8229D67
|
||||
goto Route104_MrBrineysHouse_EventScript_WhereAreWeBound
|
||||
end
|
||||
|
||||
Route104_MrBrineysHouse_EventScript_SailingIntro:: @ 8229D8A
|
||||
Route104_MrBrineysHouse_EventScript_SailingIntro::
|
||||
setflag FLAG_MR_BRINEY_SAILING_INTRO
|
||||
msgbox Route104_MrBrineysHouse_Text_WaitUpPeeko, MSGBOX_DEFAULT
|
||||
msgbox Route104_MrBrineysHouse_Text_ItsYouLetsSailToDewford, MSGBOX_YESNO
|
||||
@@ -41,7 +41,7 @@ Route104_MrBrineysHouse_EventScript_SailingIntro:: @ 8229D8A
|
||||
goto Route104_MrBrineysHouse_EventScript_SailToDewford
|
||||
end
|
||||
|
||||
Route104_MrBrineysHouse_EventScript_WhereAreWeBound:: @ 8229DAE
|
||||
Route104_MrBrineysHouse_EventScript_WhereAreWeBound::
|
||||
message Route104_MrBrineysHouse_Text_WhereAreWeBound
|
||||
waitmessage
|
||||
multichoicedefault 20, 8, MULTI_BRINEY_OFF_DEWFORD, 1, FALSE
|
||||
@@ -51,31 +51,31 @@ Route104_MrBrineysHouse_EventScript_WhereAreWeBound:: @ 8229DAE
|
||||
case MULTI_B_PRESSED, Route104_MrBrineysHouse_EventScript_DeclineSailing
|
||||
end
|
||||
|
||||
Route104_MrBrineysHouse_EventScript_SailBothDeliveries:: @ 8229DE1
|
||||
Route104_MrBrineysHouse_EventScript_SailBothDeliveries::
|
||||
msgbox Route104_MrBrineysHouse_Text_NeedToMakeDeliveriesSailToDewford, MSGBOX_YESNO
|
||||
compare VAR_RESULT, NO
|
||||
goto_if_eq Route104_MrBrineysHouse_EventScript_DeclineDeliverySailing
|
||||
goto Route104_MrBrineysHouse_EventScript_SailToDewford
|
||||
end
|
||||
|
||||
Route104_MrBrineysHouse_EventScript_SailDeliverPackage:: @ 8229DFA
|
||||
Route104_MrBrineysHouse_EventScript_SailDeliverPackage::
|
||||
msgbox Route104_MrBrineysHouse_Text_NeedToDeliverPackageSailToDewford, MSGBOX_YESNO
|
||||
compare VAR_RESULT, NO
|
||||
goto_if_eq Route104_MrBrineysHouse_EventScript_DeclineDeliverySailing
|
||||
goto Route104_MrBrineysHouse_EventScript_SailToDewford
|
||||
end
|
||||
|
||||
Route104_MrBrineysHouse_EventScript_DeclineDeliverySailing:: @ 8229E13
|
||||
Route104_MrBrineysHouse_EventScript_DeclineDeliverySailing::
|
||||
msgbox Route104_MrBrineysHouse_Text_DeclineDeliverySail, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
Route104_MrBrineysHouse_EventScript_DeclineSailing:: @ 8229E1D
|
||||
Route104_MrBrineysHouse_EventScript_DeclineSailing::
|
||||
msgbox Route104_MrBrineysHouse_Text_TellMeWheneverYouWantToSail, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
Route104_MrBrineysHouse_EventScript_SailToDewford:: @ 8229E27
|
||||
Route104_MrBrineysHouse_EventScript_SailToDewford::
|
||||
msgbox Route104_MrBrineysHouse_Text_SetSailForDewford, MSGBOX_DEFAULT
|
||||
call EventScript_BackupMrBrineyLocation
|
||||
setvar VAR_BOARD_BRINEY_BOAT_STATE, 1
|
||||
@@ -91,7 +91,7 @@ Route104_MrBrineysHouse_EventScript_SailToDewford:: @ 8229E27
|
||||
releaseall
|
||||
end
|
||||
|
||||
Route104_MrBrineysHouse_EventScript_Peeko:: @ 8229E5D
|
||||
Route104_MrBrineysHouse_EventScript_Peeko::
|
||||
lock
|
||||
faceplayer
|
||||
waitse
|
||||
@@ -101,11 +101,11 @@ Route104_MrBrineysHouse_EventScript_Peeko:: @ 8229E5D
|
||||
release
|
||||
end
|
||||
|
||||
Route104_MrBrineysHouse_Text_WaitUpPeeko: @ 8229E70
|
||||
Route104_MrBrineysHouse_Text_WaitUpPeeko:
|
||||
.string "MR. BRINEY: Hold on, lass!\n"
|
||||
.string "Wait up, PEEKO!$"
|
||||
|
||||
Route104_MrBrineysHouse_Text_ItsYouLetsSailToDewford: @ 8229E9B
|
||||
Route104_MrBrineysHouse_Text_ItsYouLetsSailToDewford:
|
||||
.string "Hm? You're {PLAYER}{KUN}!\n"
|
||||
.string "You saved my darling PEEKO!\l"
|
||||
.string "We owe so much to you!\p"
|
||||
@@ -120,18 +120,18 @@ Route104_MrBrineysHouse_Text_ItsYouLetsSailToDewford: @ 8229E9B
|
||||
.string "You've come to the right man!\n"
|
||||
.string "We'll set sail for DEWFORD.$"
|
||||
|
||||
Route104_MrBrineysHouse_Text_SetSailForDewford: @ 8229FE9
|
||||
Route104_MrBrineysHouse_Text_SetSailForDewford:
|
||||
.string "MR. BRINEY: DEWFORD it is, then!\p"
|
||||
.string "Anchors aweigh!\n"
|
||||
.string "PEEKO, we're setting sail, my darling!$"
|
||||
|
||||
Route104_MrBrineysHouse_Text_DeclineDeliverySail: @ 822A041
|
||||
Route104_MrBrineysHouse_Text_DeclineDeliverySail:
|
||||
.string "MR. BRINEY: Is that so?\n"
|
||||
.string "Your deliveries can wait?\p"
|
||||
.string "You just go on and tell me whenever\n"
|
||||
.string "you want to set sail!$"
|
||||
|
||||
Route104_MrBrineysHouse_Text_NeedToMakeDeliveriesSailToDewford: @ 822A0AD
|
||||
Route104_MrBrineysHouse_Text_NeedToMakeDeliveriesSailToDewford:
|
||||
.string "MR. BRINEY: Ahoy!\n"
|
||||
.string "I know exactly what you want to say!\p"
|
||||
.string "You're to deliver a LETTER to DEWFORD\n"
|
||||
@@ -140,7 +140,7 @@ Route104_MrBrineysHouse_Text_NeedToMakeDeliveriesSailToDewford: @ 822A0AD
|
||||
.string "at all--I'm the man for the job!\p"
|
||||
.string "First, we'll set sail for DEWFORD.$"
|
||||
|
||||
Route104_MrBrineysHouse_Text_NeedToDeliverPackageSailToDewford: @ 822A18F
|
||||
Route104_MrBrineysHouse_Text_NeedToDeliverPackageSailToDewford:
|
||||
.string "MR. BRINEY: Ahoy!\n"
|
||||
.string "I know exactly what you want to say!\p"
|
||||
.string "You're to deliver a package to\n"
|
||||
@@ -149,17 +149,17 @@ Route104_MrBrineysHouse_Text_NeedToDeliverPackageSailToDewford: @ 822A18F
|
||||
.string "at all--I'm the man for the job!\p"
|
||||
.string "First, we'll set sail for DEWFORD.$"
|
||||
|
||||
Route104_MrBrineysHouse_Text_WhereAreWeBound: @ 822A268
|
||||
Route104_MrBrineysHouse_Text_WhereAreWeBound:
|
||||
.string "MR. BRINEY: Ahoy!\n"
|
||||
.string "For you, I'll go out to sea anytime!\p"
|
||||
.string "Now, my friend, where are we bound?$"
|
||||
|
||||
Route104_MrBrineysHouse_Text_TellMeWheneverYouWantToSail: @ 822A2C3
|
||||
Route104_MrBrineysHouse_Text_TellMeWheneverYouWantToSail:
|
||||
.string "MR. BRINEY: Is that so?\n"
|
||||
.string "Well, PEEKO owes her life to you.\p"
|
||||
.string "You just go on and tell me whenever\n"
|
||||
.string "you want to set sail!$"
|
||||
|
||||
Route104_MrBrineysHouse_Text_Peeko: @ 822A337
|
||||
Route104_MrBrineysHouse_Text_Peeko:
|
||||
.string "PEEKO: Pii piihyoro!$"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user