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

View File

@@ -1,4 +1,4 @@
Route111_Text_MakingRoomUseTMToMakeYourOwn: @ 82762C9
Route111_Text_MakingRoomUseTMToMakeYourOwn:
.string "What's that?\n"
.string "What am I doing?\p"
.string "I'm thinking about making my own room\n"
@@ -6,7 +6,7 @@ Route111_Text_MakingRoomUseTMToMakeYourOwn: @ 82762C9
.string "I know! I'll give you this TM.\n"
.string "Will you use it to make your own room?$"
Route111_Text_ExplainSecretPower: @ 827636E
Route111_Text_ExplainSecretPower:
.string "Find a big tree that looks like it might\n"
.string "drop some vines.\p"
.string "Use SECRET POWER in front of the tree.\n"
@@ -24,16 +24,16 @@ Route111_Text_ExplainSecretPower: @ 827636E
.string "I'm going to look for other places, too.\n"
.string "Okay, bye!$"
Route111_Text_DontWantThis: @ 827655C
Route111_Text_DontWantThis:
.string "Oh, you don't want this?\n"
.string "If you change your mind, tell me, okay?$"
Route111_Text_DontHaveAnyRoom: @ 827659D
Route111_Text_DontHaveAnyRoom:
.string "Oh, you don't have any room for this.\p"
.string "I'll hold on to it, so come back for it\n"
.string "another time, okay?$"
Route111_EventScript_SecretPowerMan:: @ 82765FF
Route111_EventScript_SecretPowerMan::
lock
faceplayer
msgbox Route111_Text_MakingRoomUseTMToMakeYourOwn, MSGBOX_YESNO
@@ -43,7 +43,7 @@ Route111_EventScript_SecretPowerMan:: @ 82765FF
release
end
Route111_EventScript_GiveSecretPower:: @ 827661E
Route111_EventScript_GiveSecretPower::
giveitem ITEM_TM43
compare VAR_RESULT, FALSE
goto_if_eq Route111_EventScript_NoRoomForSecretPower
@@ -61,22 +61,22 @@ Route111_EventScript_GiveSecretPower:: @ 827661E
release
end
Route111_EventScript_SecretPowerManExit:: @ 827666A
Route111_EventScript_SecretPowerManExit::
applymovement VAR_LAST_TALKED, Route111_Movement_SecretPowerManExit
waitmovement 0
return
Route111_EventScript_SecretPowerManExitNorth:: @ 8276675
Route111_EventScript_SecretPowerManExitNorth::
applymovement VAR_LAST_TALKED, Route111_Movement_SecretPowerManExitNorth
waitmovement 0
return
Route111_EventScript_NoRoomForSecretPower:: @ 8276680
Route111_EventScript_NoRoomForSecretPower::
msgbox Route111_Text_DontHaveAnyRoom, MSGBOX_DEFAULT
release
end
Route111_Movement_SecretPowerManExit: @ 827668A
Route111_Movement_SecretPowerManExit:
walk_down
walk_down
walk_down
@@ -90,7 +90,7 @@ Route111_Movement_SecretPowerManExit: @ 827668A
walk_down
step_end
Route111_Movement_SecretPowerManExitNorth: @ 8276696
Route111_Movement_SecretPowerManExitNorth:
walk_left
walk_down
walk_down