Remove address comments

This commit is contained in:
GriffinR
2022-06-24 21:10:48 -04:00
parent d73f39ae40
commit 9cde4e0f74
802 changed files with 20272 additions and 20272 deletions
+5 -5
View File
@@ -1,7 +1,7 @@
FuchsiaCity_House2_MapScripts:: @ 816D816
FuchsiaCity_House2_MapScripts::
.byte 0
FuchsiaCity_House2_EventScript_FishingGurusBrother:: @ 816D817
FuchsiaCity_House2_EventScript_FishingGurusBrother::
lock
faceplayer
goto_if_set FLAG_GOT_GOOD_ROD, FuchsiaCity_House2_EventScript_AlreadyGotGoodRod
@@ -12,12 +12,12 @@ FuchsiaCity_House2_EventScript_FishingGurusBrother:: @ 816D817
release
end
FuchsiaCity_House2_EventScript_AlreadyGotGoodRod:: @ 816D83F
FuchsiaCity_House2_EventScript_AlreadyGotGoodRod::
msgbox FuchsiaCity_House2_Text_HowAreTheFishBiting
release
end
FuchsiaCity_House2_EventScript_GiveGoodRod:: @ 816D849
FuchsiaCity_House2_EventScript_GiveGoodRod::
msgbox FuchsiaCity_House2_Text_LikeYourStyleTakeThis
checkitemspace ITEM_GOOD_ROD, 1
compare VAR_RESULT, FALSE
@@ -28,7 +28,7 @@ FuchsiaCity_House2_EventScript_GiveGoodRod:: @ 816D849
release
end
FuchsiaCity_House2_EventScript_NoRoomForGoodRod:: @ 816D88A
FuchsiaCity_House2_EventScript_NoRoomForGoodRod::
msgbox FuchsiaCity_House2_Text_YouHaveNoRoomForGift
release
end