Remove address comments
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
EventScript_CutTree:: @ 81BDF13
|
||||
EventScript_CutTree::
|
||||
goto_if_questlog EventScript_ReleaseEnd
|
||||
lockall
|
||||
goto_if_unset FLAG_BADGE02_GET, EventScript_CantCutTree
|
||||
@@ -18,47 +18,47 @@ EventScript_CutTree:: @ 81BDF13
|
||||
goto EventScript_CutTreeDown
|
||||
end
|
||||
|
||||
EventScript_FldEffCut:: @ 81BDF6B
|
||||
EventScript_FldEffCut::
|
||||
lockall
|
||||
dofieldeffect FLDEFF_USE_CUT_ON_TREE
|
||||
waitstate
|
||||
goto EventScript_CutTreeDown
|
||||
end
|
||||
|
||||
EventScript_CutTreeDown:: @ 81BDF76
|
||||
EventScript_CutTreeDown::
|
||||
applymovement VAR_LAST_TALKED, Movement_CutTreeDown
|
||||
waitmovement 0
|
||||
removeobject VAR_LAST_TALKED
|
||||
releaseall
|
||||
end
|
||||
|
||||
Movement_CutTreeDown:: @ 81BDF85
|
||||
Movement_CutTreeDown::
|
||||
cut_tree
|
||||
step_end
|
||||
|
||||
EventScript_CantCutTree:: @ 81BDF87
|
||||
EventScript_CantCutTree::
|
||||
msgbox Text_TreeCanBeCutDown, MSGBOX_SIGN
|
||||
releaseall
|
||||
end
|
||||
|
||||
EventScript_DontCutTree:: @ 81BDF91
|
||||
EventScript_DontCutTree::
|
||||
closemessage
|
||||
releaseall
|
||||
end
|
||||
|
||||
Text_CutTreeDown:: @ 81BDF94
|
||||
Text_CutTreeDown::
|
||||
.string "This tree looks like it can be CUT\n"
|
||||
.string "down!\p"
|
||||
.string "Would you like to CUT it?$"
|
||||
|
||||
Text_MonUsedMove:: @ 81BDFD7
|
||||
Text_MonUsedMove::
|
||||
.string "{STR_VAR_1} used {STR_VAR_2}!$"
|
||||
|
||||
Text_TreeCanBeCutDown:: @ 81BDFE3
|
||||
Text_TreeCanBeCutDown::
|
||||
.string "This tree looks like it can be CUT\n"
|
||||
.string "down!$"
|
||||
|
||||
EventScript_RockSmash:: @ 81BE00C
|
||||
EventScript_RockSmash::
|
||||
goto_if_questlog EventScript_ReleaseEnd
|
||||
lockall
|
||||
goto_if_unset FLAG_BADGE06_GET, EventScript_CantSmashRock
|
||||
@@ -78,14 +78,14 @@ EventScript_RockSmash:: @ 81BE00C
|
||||
goto EventScript_UseRockSmash
|
||||
end
|
||||
|
||||
EventScript_FldEffRockSmash:: @ 81BE064
|
||||
EventScript_FldEffRockSmash::
|
||||
lockall
|
||||
dofieldeffect FLDEFF_USE_ROCK_SMASH
|
||||
waitstate
|
||||
goto EventScript_UseRockSmash
|
||||
end
|
||||
|
||||
EventScript_UseRockSmash:: @ 81BE06F
|
||||
EventScript_UseRockSmash::
|
||||
applymovement VAR_LAST_TALKED, Movement_BreakRock
|
||||
waitmovement 0
|
||||
removeobject VAR_LAST_TALKED
|
||||
@@ -96,32 +96,32 @@ EventScript_UseRockSmash:: @ 81BE06F
|
||||
releaseall
|
||||
end
|
||||
|
||||
EventScript_RockSmashNoEncounter:: @ 81BE08D
|
||||
EventScript_RockSmashNoEncounter::
|
||||
releaseall
|
||||
end
|
||||
|
||||
Movement_BreakRock:: @ 81BE08F
|
||||
Movement_BreakRock::
|
||||
rock_smash_break
|
||||
step_end
|
||||
|
||||
EventScript_CantSmashRock:: @ 81BE091
|
||||
EventScript_CantSmashRock::
|
||||
msgbox Text_MonMaySmashRock, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
EventScript_DontSmashRock:: @ 81BE09A
|
||||
EventScript_DontSmashRock::
|
||||
closemessage
|
||||
releaseall
|
||||
end
|
||||
|
||||
Text_UseRockSmash:: @ 81BE09D
|
||||
Text_UseRockSmash::
|
||||
.string "This rock appears to be breakable.\n"
|
||||
.string "Would you like to use ROCK SMASH?$"
|
||||
|
||||
Text_MonMaySmashRock:: @ 81BE0E2
|
||||
Text_MonMaySmashRock::
|
||||
.string "It's a rugged rock, but a POKéMON\n"
|
||||
.string "may be able to smash it.$"
|
||||
|
||||
EventScript_StrengthBoulder:: @ 81BE11D
|
||||
EventScript_StrengthBoulder::
|
||||
goto_if_questlog EventScript_ReleaseEnd
|
||||
lockall
|
||||
goto_if_unset FLAG_BADGE04_GET, EventScript_CantMoveBoulder
|
||||
@@ -139,50 +139,50 @@ EventScript_StrengthBoulder:: @ 81BE11D
|
||||
goto EventScript_UseStrength
|
||||
end
|
||||
|
||||
EventScript_FldEffStrength:: @ 81BE16E
|
||||
EventScript_FldEffStrength::
|
||||
lockall
|
||||
dofieldeffect FLDEFF_USE_STRENGTH
|
||||
waitstate
|
||||
goto EventScript_UseStrength
|
||||
end
|
||||
|
||||
EventScript_UseStrength:: @ 81BE179
|
||||
EventScript_UseStrength::
|
||||
setflag FLAG_SYS_USE_STRENGTH
|
||||
msgbox Text_MonUsedStrengthCanMoveBoulders, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
EventScript_CantMoveBoulder:: @ 81BE185
|
||||
EventScript_CantMoveBoulder::
|
||||
msgbox Text_MonMayPushBoulder, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
EventScript_AlreadyUsedStrength:: @ 81BE18E
|
||||
EventScript_AlreadyUsedStrength::
|
||||
msgbox Text_StrengthMadeMovingBouldersPossible, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
EventScript_DontUseStrength:: @ 81BE197
|
||||
EventScript_DontUseStrength::
|
||||
closemessage
|
||||
releaseall
|
||||
end
|
||||
|
||||
Text_UseStrength:: @ 81BE19A
|
||||
Text_UseStrength::
|
||||
.string "It's a big boulder, but a POKéMON\n"
|
||||
.string "may be able to push it aside.\p"
|
||||
.string "Would you like to use STRENGTH?$"
|
||||
|
||||
Text_MonUsedStrengthCanMoveBoulders:: @ 81BE1FA
|
||||
Text_MonUsedStrengthCanMoveBoulders::
|
||||
.string "{STR_VAR_1} used STRENGTH!\p"
|
||||
.string "{STR_VAR_1}'s STRENGTH made it\n"
|
||||
.string "possible to move boulders around!$"
|
||||
|
||||
Text_MonMayPushBoulder:: @ 81BE244
|
||||
Text_MonMayPushBoulder::
|
||||
.string "It's a big boulder, but a POKéMON\n"
|
||||
.string "may be able to push it aside.$"
|
||||
|
||||
Text_StrengthMadeMovingBouldersPossible:: @ 81BE284
|
||||
Text_StrengthMadeMovingBouldersPossible::
|
||||
.string "STRENGTH made it possible to move\n"
|
||||
.string "boulders around.$"
|
||||
|
||||
EventScript_Waterfall:: @ 81BE2B7
|
||||
EventScript_Waterfall::
|
||||
goto_if_questlog EventScript_ReleaseEnd
|
||||
lockall
|
||||
checkpartymove MOVE_WATERFALL
|
||||
@@ -197,7 +197,7 @@ EventScript_Waterfall:: @ 81BE2B7
|
||||
dofieldeffect FLDEFF_USE_WATERFALL
|
||||
goto EventScript_EndWaterfall
|
||||
|
||||
EventScript_CantUseWaterfall:: @ 81BE2FF
|
||||
EventScript_CantUseWaterfall::
|
||||
lockall
|
||||
EventScript_WaterCrashingDown:
|
||||
msgbox Text_WallOfWaterCrashingDown
|
||||
@@ -205,19 +205,19 @@ EventScript_EndWaterfall:
|
||||
releaseall
|
||||
end
|
||||
|
||||
Text_WallOfWaterCrashingDown:: @ 81BE30A
|
||||
Text_WallOfWaterCrashingDown::
|
||||
.string "A wall of water is crashing down\n"
|
||||
.string "with a mighty roar.$"
|
||||
|
||||
Text_UseWaterfall:: @ 81BE33F
|
||||
Text_UseWaterfall::
|
||||
.string "It's a large waterfall.\n"
|
||||
.string "Would you like to use WATERFALL?$"
|
||||
|
||||
Text_MonUsedWaterfall:: @ 81BE378
|
||||
Text_MonUsedWaterfall::
|
||||
.string "{STR_VAR_1} used WATERFALL.$"
|
||||
|
||||
@ Unused leftover from R/S
|
||||
EventScript_DeepWater:: @ 81BE38B
|
||||
EventScript_DeepWater::
|
||||
lockall
|
||||
checkpartymove MOVE_DIVE
|
||||
compare VAR_RESULT, PARTY_SIZE
|
||||
@@ -232,7 +232,7 @@ EventScript_DeepWater:: @ 81BE38B
|
||||
dofieldeffect FLDEFF_USE_DIVE
|
||||
goto EventScript_EndDive
|
||||
|
||||
EventScript_CantDive:: @ 81BE3C9
|
||||
EventScript_CantDive::
|
||||
lockall
|
||||
EventScript_MayGoUnderwater:
|
||||
msgbox Text_MonMayGoUnderwater
|
||||
@@ -240,7 +240,7 @@ EventScript_EndDive:
|
||||
releaseall
|
||||
end
|
||||
|
||||
EventScript_TrySurface:: @ 81BE3D4
|
||||
EventScript_TrySurface::
|
||||
lockall
|
||||
checkpartymove MOVE_DIVE
|
||||
compare VAR_RESULT, PARTY_SIZE
|
||||
@@ -255,44 +255,44 @@ EventScript_TrySurface:: @ 81BE3D4
|
||||
dofieldeffect FLDEFF_USE_DIVE
|
||||
goto EventScript_EndSurface
|
||||
|
||||
EventScript_CantSurface:: @ 81BE412
|
||||
EventScript_CantSurface::
|
||||
lockall
|
||||
msgbox Text_MonMaySurface
|
||||
goto EventScript_EndSurface
|
||||
|
||||
EventScript_ObstacleCantSurface:: @ 81BE420
|
||||
EventScript_ObstacleCantSurface::
|
||||
lockall
|
||||
msgbox Text_DiveCantBeUsedHere
|
||||
EventScript_EndSurface:
|
||||
releaseall
|
||||
end
|
||||
|
||||
Text_MonMayGoUnderwater:: @ 81BE42B
|
||||
Text_MonMayGoUnderwater::
|
||||
.string "The sea is deep here. A POKéMON\n"
|
||||
.string "may be able to go underwater.$"
|
||||
|
||||
Text_SeaIsDeepUseDive:: @ 81BE469
|
||||
Text_SeaIsDeepUseDive::
|
||||
.string "The sea is deep here.\n"
|
||||
.string "Would you like to use DIVE?$"
|
||||
|
||||
Text_MonUsedDive:: @ 81BE49B
|
||||
Text_MonUsedDive::
|
||||
.string "{STR_VAR_1} used DIVE.$"
|
||||
|
||||
Text_MonMaySurface:: @ 81BE4A9
|
||||
Text_MonMaySurface::
|
||||
.string "Light is filtering down from above.\n"
|
||||
.string "A POKéMON may be able to surface.$"
|
||||
|
||||
Text_LightFilteringUseDive:: @ 81BE4EF
|
||||
Text_LightFilteringUseDive::
|
||||
.string "Light is filtering down from above.\n"
|
||||
.string "Would you like to use DIVE?$"
|
||||
|
||||
Text_DiveCantBeUsedHere:: @ 81BE52F
|
||||
Text_DiveCantBeUsedHere::
|
||||
.string "There is an obstacle above.\n"
|
||||
.string "DIVE can't be used here.$"
|
||||
|
||||
EventScript_FailSweetScent:: @ 81BE564
|
||||
EventScript_FailSweetScent::
|
||||
msgbox Text_LooksLikeNothingHere, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
Text_LooksLikeNothingHere:: @ 81BE56D
|
||||
Text_LooksLikeNothingHere::
|
||||
.string "Looks like there's nothing here…$"
|
||||
|
||||
Reference in New Issue
Block a user