Remove address comments

This commit is contained in:
GriffinR
2021-07-20 15:18:31 -04:00
parent bea170e8e9
commit 06351bf63c
576 changed files with 17798 additions and 17798 deletions
+35 -35
View File
@@ -1,34 +1,34 @@
.set LOCALID_DEVON_EMPLOYEE, 2
RustboroCity_DevonCorp_3F_MapScripts:: @ 821242D
RustboroCity_DevonCorp_3F_MapScripts::
map_script MAP_SCRIPT_ON_TRANSITION, RustboroCity_DevonCorp_3F_OnTransition
map_script MAP_SCRIPT_ON_WARP_INTO_MAP_TABLE, RustboroCity_DevonCorp_3F_OnWarp
map_script MAP_SCRIPT_ON_FRAME_TABLE, RustboroCity_DevonCorp_3F_OnFrame
.byte 0
RustboroCity_DevonCorp_3F_OnTransition: @ 821243D
RustboroCity_DevonCorp_3F_OnTransition:
compare VAR_DEVON_CORP_3F_STATE, 0
call_if_eq RustboroCity_DevonCorp_3F_EventScript_SetEmployeePos
end
RustboroCity_DevonCorp_3F_EventScript_SetEmployeePos:: @ 8212449
RustboroCity_DevonCorp_3F_EventScript_SetEmployeePos::
setobjectxyperm LOCALID_DEVON_EMPLOYEE, 3, 2
setobjectmovementtype LOCALID_DEVON_EMPLOYEE, MOVEMENT_TYPE_FACE_LEFT
return
RustboroCity_DevonCorp_3F_OnWarp: @ 8212455
RustboroCity_DevonCorp_3F_OnWarp:
map_script_2 VAR_DEVON_CORP_3F_STATE, 0, RustboroCity_DevonCorp_3F_EventScript_PlayerFaceEast
.2byte 0
RustboroCity_DevonCorp_3F_EventScript_PlayerFaceEast:: @ 821245F
RustboroCity_DevonCorp_3F_EventScript_PlayerFaceEast::
turnobject OBJ_EVENT_ID_PLAYER, DIR_EAST
end
RustboroCity_DevonCorp_3F_OnFrame: @ 8212464
RustboroCity_DevonCorp_3F_OnFrame:
map_script_2 VAR_DEVON_CORP_3F_STATE, 0, RustboroCity_DevonCorp_3F_EventScript_MeetPresident
.2byte 0
RustboroCity_DevonCorp_3F_EventScript_MeetPresident:: @ 821246E
RustboroCity_DevonCorp_3F_EventScript_MeetPresident::
lockall
msgbox RustboroCity_DevonCorp_3F_Text_ThisIs3rdFloorWaitHere, MSGBOX_DEFAULT
closemessage
@@ -74,14 +74,14 @@ RustboroCity_DevonCorp_3F_EventScript_MeetPresident:: @ 821246E
releaseall
end
RustboroCity_DevonCorp_3F_Movement_Unused: @ 821252F
RustboroCity_DevonCorp_3F_Movement_Unused:
walk_up
walk_up
walk_up
walk_in_place_fastest_left
step_end
RustboroCity_DevonCorp_3F_Movement_LeadPlayerToPresident: @ 8212534
RustboroCity_DevonCorp_3F_Movement_LeadPlayerToPresident:
walk_right
walk_right
walk_right
@@ -98,12 +98,12 @@ RustboroCity_DevonCorp_3F_Movement_LeadPlayerToPresident: @ 8212534
walk_in_place_fastest_left
step_end
RustboroCity_DevonCorp_3F_Movement_EmployeeFaceDesk: @ 8212543
RustboroCity_DevonCorp_3F_Movement_EmployeeFaceDesk:
delay_16
walk_in_place_fastest_down
step_end
RustboroCity_DevonCorp_3F_Movement_EmployeeWalkOffscreen: @ 8212546
RustboroCity_DevonCorp_3F_Movement_EmployeeWalkOffscreen:
walk_right
walk_right
walk_right
@@ -114,7 +114,7 @@ RustboroCity_DevonCorp_3F_Movement_EmployeeWalkOffscreen: @ 8212546
walk_right
step_end
RustboroCity_DevonCorp_3F_Movement_EmployeeReturnToPlayer: @ 821254F
RustboroCity_DevonCorp_3F_Movement_EmployeeReturnToPlayer:
walk_left
walk_left
walk_left
@@ -125,7 +125,7 @@ RustboroCity_DevonCorp_3F_Movement_EmployeeReturnToPlayer: @ 821254F
walk_left
step_end
RustboroCity_DevonCorp_3F_Movement_PlayerFollowToPresident: @ 8212558
RustboroCity_DevonCorp_3F_Movement_PlayerFollowToPresident:
walk_right
walk_right
walk_right
@@ -141,7 +141,7 @@ RustboroCity_DevonCorp_3F_Movement_PlayerFollowToPresident: @ 8212558
walk_right
step_end
RustboroCity_DevonCorp_3F_Movement_PlayerApproachDesk: @ 8212566
RustboroCity_DevonCorp_3F_Movement_PlayerApproachDesk:
delay_16
delay_16
walk_down
@@ -149,7 +149,7 @@ RustboroCity_DevonCorp_3F_Movement_PlayerApproachDesk: @ 8212566
walk_in_place_fastest_right
step_end
RustboroCity_DevonCorp_3F_EventScript_MrStone:: @ 821256C
RustboroCity_DevonCorp_3F_EventScript_MrStone::
lock
faceplayer
goto_if_set FLAG_RECEIVED_EXP_SHARE, RustboroCity_DevonCorp_3F_EventScript_MrStoneAfterFavor
@@ -161,7 +161,7 @@ RustboroCity_DevonCorp_3F_EventScript_MrStone:: @ 821256C
release
end
RustboroCity_DevonCorp_3F_EventScript_GiveExpShare:: @ 8212595
RustboroCity_DevonCorp_3F_EventScript_GiveExpShare::
msgbox RustboroCity_DevonCorp_3F_Text_ThankYouForDeliveringLetter, MSGBOX_DEFAULT
giveitem ITEM_EXP_SHARE
compare VAR_RESULT, FALSE
@@ -174,7 +174,7 @@ RustboroCity_DevonCorp_3F_EventScript_GiveExpShare:: @ 8212595
release
end
RustboroCity_DevonCorp_3F_EventScript_MrStoneAfterFavor:: @ 82125CC
RustboroCity_DevonCorp_3F_EventScript_MrStoneAfterFavor::
msgbox RustboroCity_DevonCorp_3F_Text_NotFamiliarWithTrends, MSGBOX_DEFAULT
closemessage
applymovement VAR_LAST_TALKED, Common_Movement_FaceOriginalDirection
@@ -182,7 +182,7 @@ RustboroCity_DevonCorp_3F_EventScript_MrStoneAfterFavor:: @ 82125CC
release
end
RustboroCity_DevonCorp_3F_EventScript_Employee:: @ 82125E1
RustboroCity_DevonCorp_3F_EventScript_Employee::
lock
faceplayer
goto_if_set FLAG_RECEIVED_REPEAT_BALL, RustboroCity_DevonCorp_3F_EventScript_EmployeeBalls
@@ -190,16 +190,16 @@ RustboroCity_DevonCorp_3F_EventScript_Employee:: @ 82125E1
release
end
RustboroCity_DevonCorp_3F_EventScript_EmployeeBalls:: @ 82125F6
RustboroCity_DevonCorp_3F_EventScript_EmployeeBalls::
msgbox RustboroCity_DevonCorp_3F_Text_RepeatAndTimerHugelyPopular, MSGBOX_DEFAULT
release
end
RustboroCity_DevonCorp_3F_EventScript_RareRocksDisplay:: @ 8212600
RustboroCity_DevonCorp_3F_EventScript_RareRocksDisplay::
msgbox RustboroCity_DevonCorp_3F_Text_RareRocksDisplay, MSGBOX_SIGN
end
RustboroCity_DevonCorp_3F_Text_MrStoneIHaveFavor: @ 8212609
RustboroCity_DevonCorp_3F_Text_MrStoneIHaveFavor:
.string "I'm MR. STONE, the PRESIDENT of\n"
.string "the DEVON CORPORATION.\p"
.string "I'd just got word about you!\p"
@@ -214,17 +214,17 @@ RustboroCity_DevonCorp_3F_Text_MrStoneIHaveFavor: @ 8212609
.string "I was hoping that you'd deliver a\n"
.string "LETTER to STEVEN in DEWFORD.$"
RustboroCity_DevonCorp_3F_Text_MrStoneWantYouToHaveThis: @ 821277C
RustboroCity_DevonCorp_3F_Text_MrStoneWantYouToHaveThis:
.string "MR. STONE: Now, you should know that\n"
.string "I am a great PRESIDENT.\p"
.string "So, I'd never be so cheap as to ask\n"
.string "a favor for nothing in return.\p"
.string "That's why I want you to have this!$"
RustboroCity_DevonCorp_3F_Text_ReceivedPokenav: @ 8212820
RustboroCity_DevonCorp_3F_Text_ReceivedPokenav:
.string "{PLAYER} received a POKéNAV.$"
RustboroCity_DevonCorp_3F_Text_MrStoneExplainPokenavRestUp: @ 8212837
RustboroCity_DevonCorp_3F_Text_MrStoneExplainPokenavRestUp:
.string "MR. STONE: That device…\p"
.string "It's a POKéMON NAVIGATOR, or POKéNAV\n"
.string "for short.\p"
@@ -239,20 +239,20 @@ RustboroCity_DevonCorp_3F_Text_MrStoneExplainPokenavRestUp: @ 8212837
.string "I think it would be best if you rested\n"
.string "up before you go on your way.$"
RustboroCity_DevonCorp_3F_Text_MrStoneGoWithCautionAndCare: @ 82129D2
RustboroCity_DevonCorp_3F_Text_MrStoneGoWithCautionAndCare:
.string "MR. STONE: Well, then, {PLAYER}{KUN},\n"
.string "go with caution and care!$"
RustboroCity_DevonCorp_3F_Text_CountingOnYou: @ 8212A09
RustboroCity_DevonCorp_3F_Text_CountingOnYou:
.string "MR. STONE: I'm counting on you!$"
RustboroCity_DevonCorp_3F_Text_ThankYouForDeliveringLetter: @ 8212A29
RustboroCity_DevonCorp_3F_Text_ThankYouForDeliveringLetter:
.string "MR. STONE: You delivered my LETTER?\n"
.string "Thank you kindly!\p"
.string "This is my way of thanking you.\n"
.string "It should help you, a TRAINER.$"
RustboroCity_DevonCorp_3F_Text_ExplainExpShare: @ 8212A9E
RustboroCity_DevonCorp_3F_Text_ExplainExpShare:
.string "MR. STONE: A POKéMON holding that\n"
.string "EXP. SHARE will be given some of the\l"
.string "EXP Points from battle.\p"
@@ -261,7 +261,7 @@ RustboroCity_DevonCorp_3F_Text_ExplainExpShare: @ 8212A9E
.string "I would say EXP. SHARE is quite useful\n"
.string "for raising weak POKéMON.$"
RustboroCity_DevonCorp_3F_Text_NotFamiliarWithTrends: @ 8212B78
RustboroCity_DevonCorp_3F_Text_NotFamiliarWithTrends:
.string "MR. STONE: Since my youth, I've immersed\n"
.string "myself in work.\p"
.string "Consequently, I'm not familiar with\n"
@@ -269,7 +269,7 @@ RustboroCity_DevonCorp_3F_Text_NotFamiliarWithTrends: @ 8212B78
.string "But do young people all want to be\n"
.string "TRAINERS in the POKéMON LEAGUE?$"
RustboroCity_DevonCorp_3F_Text_ThisIs3rdFloorWaitHere: @ 8212C37
RustboroCity_DevonCorp_3F_Text_ThisIs3rdFloorWaitHere:
.string "This is the DEVON CORPORATION's\n"
.string "third floor.\p"
.string "Our PRESIDENT's OFFICE is on\n"
@@ -287,24 +287,24 @@ RustboroCity_DevonCorp_3F_Text_ThisIs3rdFloorWaitHere: @ 8212C37
.string "Oh, that's right.\n"
.string "Could you wait here a second?$"
RustboroCity_DevonCorp_3F_Text_WordWithPresidentComeWithMe: @ 8212DE8
RustboroCity_DevonCorp_3F_Text_WordWithPresidentComeWithMe:
.string "Our PRESIDENT would like to have\n"
.string "a word with you.\p"
.string "Please come with me.$"
RustboroCity_DevonCorp_3F_Text_PleaseGoAhead: @ 8212E2F
RustboroCity_DevonCorp_3F_Text_PleaseGoAhead:
.string "Please, go ahead.$"
RustboroCity_DevonCorp_3F_Text_VisitCaptSternShipyard: @ 8212E41
RustboroCity_DevonCorp_3F_Text_VisitCaptSternShipyard:
.string "If you visit the SHIPYARD in SLATEPORT,\n"
.string "you should go see CAPT. STERN.$"
RustboroCity_DevonCorp_3F_Text_RepeatAndTimerHugelyPopular: @ 8212E88
RustboroCity_DevonCorp_3F_Text_RepeatAndTimerHugelyPopular:
.string "DEVON's new products, the REPEAT BALL\n"
.string "and TIMER BALL, have become hugely\l"
.string "popular among TRAINERS.$"
RustboroCity_DevonCorp_3F_Text_RareRocksDisplay: @ 8212EE9
RustboroCity_DevonCorp_3F_Text_RareRocksDisplay:
.string "It's a collection of rare rocks and\n"
.string "stones assembled by the PRESIDENT.$"