Remove address comments
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
.set LOCALID_STICKER_MAN, 1
|
||||
|
||||
CeladonCity_GameCorner_EventScript_PhotoPrinter:: @ 81B2867
|
||||
CeladonCity_GameCorner_EventScript_PhotoPrinter::
|
||||
lockall
|
||||
showmoneybox 0, 0, 0
|
||||
msgbox CeladonCity_GameCorner_Text_TryPokemonPrinter, MSGBOX_YESNO
|
||||
@@ -23,27 +23,27 @@ CeladonCity_GameCorner_EventScript_PhotoPrinter:: @ 81B2867
|
||||
case 3, CeladonCity_GameCorner_EventScript_PrintTypeSepia
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_EventScript_PrintTypeNormal:: @ 81B28DB
|
||||
CeladonCity_GameCorner_EventScript_PrintTypeNormal::
|
||||
setvar VAR_0x8004, MON_ICON_TINT_NORMAL
|
||||
goto CeladonCity_GameCorner_EventScript_PrintPhoto
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_EventScript_PrintTypeBlack:: @ 81B28E6
|
||||
CeladonCity_GameCorner_EventScript_PrintTypeBlack::
|
||||
setvar VAR_0x8004, MON_ICON_TINT_BLACK
|
||||
goto CeladonCity_GameCorner_EventScript_PrintPhoto
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_EventScript_PrintTypePink:: @ 81B28F1
|
||||
CeladonCity_GameCorner_EventScript_PrintTypePink::
|
||||
setvar VAR_0x8004, MON_ICON_TINT_PINK
|
||||
goto CeladonCity_GameCorner_EventScript_PrintPhoto
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_EventScript_PrintTypeSepia:: @ 81B28FC
|
||||
CeladonCity_GameCorner_EventScript_PrintTypeSepia::
|
||||
setvar VAR_0x8004, MON_ICON_TINT_SEPIA
|
||||
goto CeladonCity_GameCorner_EventScript_PrintPhoto
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_EventScript_PrintPhoto:: @ 81B2907
|
||||
CeladonCity_GameCorner_EventScript_PrintPhoto::
|
||||
message CeladonCity_GameCorner_Text_BigSmileForPhoto
|
||||
waitmessage
|
||||
playse MUS_PHOTO
|
||||
@@ -55,25 +55,25 @@ CeladonCity_GameCorner_EventScript_PrintPhoto:: @ 81B2907
|
||||
releaseall
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_EventScript_DeclinePhoto:: @ 81B2926
|
||||
CeladonCity_GameCorner_EventScript_DeclinePhoto::
|
||||
hidemoneybox 0, 0
|
||||
releaseall
|
||||
end
|
||||
|
||||
CeladonCity_GameCorner_EventScript_NotEnoughMoneyForPhoto:: @ 81B292B
|
||||
CeladonCity_GameCorner_EventScript_NotEnoughMoneyForPhoto::
|
||||
msgbox CeladonCity_GameCorner_Text_DontHaveEnoughMoney
|
||||
hidemoneybox 0, 0
|
||||
releaseall
|
||||
end
|
||||
|
||||
FourIsland_House2_EventScript_StickerMan:: @ 81B2938
|
||||
FourIsland_House2_EventScript_StickerMan::
|
||||
lock
|
||||
specialvar VAR_0x8008, StickerManGetBragFlags
|
||||
goto_if_unset FLAG_MET_STICKER_MAN, FourIsland_House2_EventScript_MeetStickerMan
|
||||
goto_if_set FLAG_MET_STICKER_MAN, FourIsland_House2_EventScript_StickerManAskForBrag
|
||||
end
|
||||
|
||||
FourIsland_House2_EventScript_MeetStickerMan:: @ 81B2951
|
||||
FourIsland_House2_EventScript_MeetStickerMan::
|
||||
setflag FLAG_MET_STICKER_MAN
|
||||
msgbox FourIsland_House2_Text_WishICouldShowOffStickers
|
||||
applymovement LOCALID_STICKER_MAN, Movement_FacePlayer
|
||||
@@ -90,7 +90,7 @@ FourIsland_House2_EventScript_MeetStickerMan:: @ 81B2951
|
||||
goto FourIsland_House2_EventScript_ChooseBrag
|
||||
end
|
||||
|
||||
FourIsland_House2_EventScript_StickerManAskForBrag:: @ 81B2994
|
||||
FourIsland_House2_EventScript_StickerManAskForBrag::
|
||||
applymovement LOCALID_STICKER_MAN, Movement_FacePlayer
|
||||
waitmovement 0
|
||||
goto_if_questlog EventScript_ReleaseEnd
|
||||
@@ -102,12 +102,12 @@ FourIsland_House2_EventScript_StickerManAskForBrag:: @ 81B2994
|
||||
goto FourIsland_House2_EventScript_ChooseBrag
|
||||
end
|
||||
|
||||
FourIsland_House2_EventScript_NothingToBragAbout:: @ 81B29C6
|
||||
FourIsland_House2_EventScript_NothingToBragAbout::
|
||||
msgbox FourIsland_House2_Text_BragAboutSomethingForMe
|
||||
release
|
||||
end
|
||||
|
||||
FourIsland_House2_EventScript_ChooseBrag:: @ 81B29D0
|
||||
FourIsland_House2_EventScript_ChooseBrag::
|
||||
switch VAR_0x8008
|
||||
case 1, FourIsland_House2_EventScript_ChooseBragHoF
|
||||
case 2, FourIsland_House2_EventScript_ChooseBragEggs
|
||||
@@ -118,7 +118,7 @@ FourIsland_House2_EventScript_ChooseBrag:: @ 81B29D0
|
||||
case 7, FourIsland_House2_EventScript_ChooseBragHofEggsLinkWins
|
||||
end
|
||||
|
||||
FourIsland_House2_EventScript_ChooseBragHoF:: @ 81B2A23
|
||||
FourIsland_House2_EventScript_ChooseBragHoF::
|
||||
multichoice 15, 8, MULTICHOICE_HOF_QUIT, FALSE
|
||||
switch VAR_RESULT
|
||||
case 0, FourIsland_House2_EventScript_BragHoF
|
||||
@@ -126,7 +126,7 @@ FourIsland_House2_EventScript_ChooseBragHoF:: @ 81B2A23
|
||||
case SCR_MENU_CANCEL, FourIsland_House2_EventScript_QuitBrag
|
||||
end
|
||||
|
||||
FourIsland_House2_EventScript_ChooseBragEggs:: @ 81B2A4F
|
||||
FourIsland_House2_EventScript_ChooseBragEggs::
|
||||
multichoice 16, 8, MULTICHOICE_EGGS_QUIT, FALSE
|
||||
switch VAR_RESULT
|
||||
case 0, FourIsland_House2_EventScript_BragEggs
|
||||
@@ -134,7 +134,7 @@ FourIsland_House2_EventScript_ChooseBragEggs:: @ 81B2A4F
|
||||
case SCR_MENU_CANCEL, FourIsland_House2_EventScript_QuitBrag
|
||||
end
|
||||
|
||||
FourIsland_House2_EventScript_ChooseBragLinkWins:: @ 81B2A7B
|
||||
FourIsland_House2_EventScript_ChooseBragLinkWins::
|
||||
multichoice 15, 8, MULTICHOICE_VICTORIES_QUIT, FALSE
|
||||
switch VAR_RESULT
|
||||
case 0, FourIsland_House2_EventScript_BragLinkWins
|
||||
@@ -142,7 +142,7 @@ FourIsland_House2_EventScript_ChooseBragLinkWins:: @ 81B2A7B
|
||||
case SCR_MENU_CANCEL, FourIsland_House2_EventScript_QuitBrag
|
||||
end
|
||||
|
||||
FourIsland_House2_EventScript_ChooseBragHoFEggs:: @ 81B2AA7
|
||||
FourIsland_House2_EventScript_ChooseBragHoFEggs::
|
||||
multichoice 15, 6, MULTICHOICE_HOF_EGGS_QUIT, FALSE
|
||||
switch VAR_RESULT
|
||||
case 0, FourIsland_House2_EventScript_BragHoF
|
||||
@@ -151,7 +151,7 @@ FourIsland_House2_EventScript_ChooseBragHoFEggs:: @ 81B2AA7
|
||||
case SCR_MENU_CANCEL, FourIsland_House2_EventScript_QuitBrag
|
||||
end
|
||||
|
||||
FourIsland_House2_EventScript_ChooseBragHoFLinkWins:: @ 81B2ADE
|
||||
FourIsland_House2_EventScript_ChooseBragHoFLinkWins::
|
||||
multichoice 15, 6, MULTICHOICE_HOF_VICTORIES_QUIT, FALSE
|
||||
switch VAR_RESULT
|
||||
case 0, FourIsland_House2_EventScript_BragHoF
|
||||
@@ -160,7 +160,7 @@ FourIsland_House2_EventScript_ChooseBragHoFLinkWins:: @ 81B2ADE
|
||||
case SCR_MENU_CANCEL, FourIsland_House2_EventScript_QuitBrag
|
||||
end
|
||||
|
||||
FourIsland_House2_EventScript_ChooseBragEggsLinkWins:: @ 81B2B15
|
||||
FourIsland_House2_EventScript_ChooseBragEggsLinkWins::
|
||||
multichoice 15, 6, MULTICHOICE_EGGS_VICTORIES_QUIT, FALSE
|
||||
switch VAR_RESULT
|
||||
case 0, FourIsland_House2_EventScript_BragEggs
|
||||
@@ -169,7 +169,7 @@ FourIsland_House2_EventScript_ChooseBragEggsLinkWins:: @ 81B2B15
|
||||
case SCR_MENU_CANCEL, FourIsland_House2_EventScript_QuitBrag
|
||||
end
|
||||
|
||||
FourIsland_House2_EventScript_ChooseBragHofEggsLinkWins:: @ 81B2B4C
|
||||
FourIsland_House2_EventScript_ChooseBragHofEggsLinkWins::
|
||||
multichoice 15, 5, MULTICHOICE_HOF_EGGS_VICTORIES_QUIT, FALSE
|
||||
switch VAR_RESULT
|
||||
case 0, FourIsland_House2_EventScript_BragHoF
|
||||
@@ -179,12 +179,12 @@ FourIsland_House2_EventScript_ChooseBragHofEggsLinkWins:: @ 81B2B4C
|
||||
case SCR_MENU_CANCEL, FourIsland_House2_EventScript_QuitBrag
|
||||
end
|
||||
|
||||
FourIsland_House2_EventScript_StickerManNothingToBrag:: @ 81B2B8E
|
||||
FourIsland_House2_EventScript_StickerManNothingToBrag::
|
||||
msgbox FourIsland_House2_Text_GiveYouStickerIfYouBrag
|
||||
release
|
||||
end
|
||||
|
||||
FourIsland_House2_EventScript_BragHoF:: @ 81B2B98
|
||||
FourIsland_House2_EventScript_BragHoF::
|
||||
compare VAR_0x8004, 39
|
||||
goto_if_le FourIsland_House2_EventScript_BragHoFLowest
|
||||
compare VAR_0x8004, 99
|
||||
@@ -195,7 +195,7 @@ FourIsland_House2_EventScript_BragHoF:: @ 81B2B98
|
||||
goto_if_ge FourIsland_House2_EventScript_BragHoFHighest
|
||||
end
|
||||
|
||||
FourIsland_House2_EventScript_BragHoFLowest:: @ 81B2BC5
|
||||
FourIsland_House2_EventScript_BragHoFLowest::
|
||||
compare VAR_HOF_BRAG_STATE, 1
|
||||
goto_if_eq FourIsland_House2_EventScript_AlreadyBraggedHoF
|
||||
setvar VAR_HOF_BRAG_STATE, 1
|
||||
@@ -203,7 +203,7 @@ FourIsland_House2_EventScript_BragHoFLowest:: @ 81B2BC5
|
||||
goto FourIsland_House2_EventScript_BraggedHoF
|
||||
end
|
||||
|
||||
FourIsland_House2_EventScript_BragHoFLow:: @ 81B2BE3
|
||||
FourIsland_House2_EventScript_BragHoFLow::
|
||||
compare VAR_HOF_BRAG_STATE, 2
|
||||
goto_if_eq FourIsland_House2_EventScript_AlreadyBraggedHoF
|
||||
setvar VAR_HOF_BRAG_STATE, 2
|
||||
@@ -211,7 +211,7 @@ FourIsland_House2_EventScript_BragHoFLow:: @ 81B2BE3
|
||||
goto FourIsland_House2_EventScript_BraggedHoF
|
||||
end
|
||||
|
||||
FourIsland_House2_EventScript_BragHoFHigh:: @ 81B2C01
|
||||
FourIsland_House2_EventScript_BragHoFHigh::
|
||||
compare VAR_HOF_BRAG_STATE, 3
|
||||
goto_if_eq FourIsland_House2_EventScript_AlreadyBraggedHoF
|
||||
setvar VAR_HOF_BRAG_STATE, 3
|
||||
@@ -219,7 +219,7 @@ FourIsland_House2_EventScript_BragHoFHigh:: @ 81B2C01
|
||||
goto FourIsland_House2_EventScript_BraggedHoF
|
||||
end
|
||||
|
||||
FourIsland_House2_EventScript_BragHoFHighest:: @ 81B2C1F
|
||||
FourIsland_House2_EventScript_BragHoFHighest::
|
||||
compare VAR_HOF_BRAG_STATE, 4
|
||||
goto_if_eq FourIsland_House2_EventScript_AlreadyBraggedHoFMax
|
||||
setvar VAR_HOF_BRAG_STATE, 4
|
||||
@@ -227,17 +227,17 @@ FourIsland_House2_EventScript_BragHoFHighest:: @ 81B2C1F
|
||||
goto FourIsland_House2_EventScript_BraggedHoF
|
||||
end
|
||||
|
||||
FourIsland_House2_EventScript_AlreadyBraggedHoF:: @ 81B2C3D
|
||||
FourIsland_House2_EventScript_AlreadyBraggedHoF::
|
||||
msgbox FourIsland_House2_Text_ComeBackWithBetterStoryHoF
|
||||
release
|
||||
end
|
||||
|
||||
FourIsland_House2_EventScript_AlreadyBraggedHoFMax:: @ 81B2C47
|
||||
FourIsland_House2_EventScript_AlreadyBraggedHoFMax::
|
||||
msgbox FourIsland_House2_Text_LivingLegendHoF
|
||||
release
|
||||
end
|
||||
|
||||
FourIsland_House2_EventScript_BraggedHoF:: @ 81B2C51
|
||||
FourIsland_House2_EventScript_BraggedHoF::
|
||||
textcolor 3
|
||||
playfanfare MUS_LEVEL_UP
|
||||
message FourIsland_House2_Text_HoFStickerApplied
|
||||
@@ -247,7 +247,7 @@ FourIsland_House2_EventScript_BraggedHoF:: @ 81B2C51
|
||||
release
|
||||
end
|
||||
|
||||
FourIsland_House2_EventScript_BragEggs:: @ 81B2C62
|
||||
FourIsland_House2_EventScript_BragEggs::
|
||||
compare VAR_0x8005, 99
|
||||
goto_if_le FourIsland_House2_EventScript_BragEggsLowest
|
||||
compare VAR_0x8005, 199
|
||||
@@ -258,7 +258,7 @@ FourIsland_House2_EventScript_BragEggs:: @ 81B2C62
|
||||
goto_if_ge FourIsland_House2_EventScript_BragEggsHighest
|
||||
end
|
||||
|
||||
FourIsland_House2_EventScript_BragEggsLowest:: @ 81B2C8F
|
||||
FourIsland_House2_EventScript_BragEggsLowest::
|
||||
compare VAR_EGG_BRAG_STATE, 1
|
||||
goto_if_eq FourIsland_House2_EventScript_AlreadyBraggedEggs
|
||||
setvar VAR_EGG_BRAG_STATE, 1
|
||||
@@ -266,7 +266,7 @@ FourIsland_House2_EventScript_BragEggsLowest:: @ 81B2C8F
|
||||
goto FourIsland_House2_EventScript_BraggedEggs
|
||||
end
|
||||
|
||||
FourIsland_House2_EventScript_BragEggsLow:: @ 81B2CAD
|
||||
FourIsland_House2_EventScript_BragEggsLow::
|
||||
compare VAR_EGG_BRAG_STATE, 2
|
||||
goto_if_eq FourIsland_House2_EventScript_AlreadyBraggedEggs
|
||||
setvar VAR_EGG_BRAG_STATE, 2
|
||||
@@ -274,7 +274,7 @@ FourIsland_House2_EventScript_BragEggsLow:: @ 81B2CAD
|
||||
goto FourIsland_House2_EventScript_BraggedEggs
|
||||
end
|
||||
|
||||
FourIsland_House2_EventScript_BragEggsHigh:: @ 81B2CCB
|
||||
FourIsland_House2_EventScript_BragEggsHigh::
|
||||
compare VAR_EGG_BRAG_STATE, 3
|
||||
goto_if_eq FourIsland_House2_EventScript_AlreadyBraggedEggs
|
||||
setvar VAR_EGG_BRAG_STATE, 3
|
||||
@@ -282,7 +282,7 @@ FourIsland_House2_EventScript_BragEggsHigh:: @ 81B2CCB
|
||||
goto FourIsland_House2_EventScript_BraggedEggs
|
||||
end
|
||||
|
||||
FourIsland_House2_EventScript_BragEggsHighest:: @ 81B2CE9
|
||||
FourIsland_House2_EventScript_BragEggsHighest::
|
||||
compare VAR_EGG_BRAG_STATE, 4
|
||||
goto_if_eq FourIsland_House2_EventScript_AlreadyBraggedEggsMax
|
||||
setvar VAR_EGG_BRAG_STATE, 4
|
||||
@@ -290,17 +290,17 @@ FourIsland_House2_EventScript_BragEggsHighest:: @ 81B2CE9
|
||||
goto FourIsland_House2_EventScript_BraggedEggs
|
||||
end
|
||||
|
||||
FourIsland_House2_EventScript_AlreadyBraggedEggs:: @ 81B2D07
|
||||
FourIsland_House2_EventScript_AlreadyBraggedEggs::
|
||||
msgbox FourIsland_House2_Text_ComeBackWithBetterStoryEggs
|
||||
release
|
||||
end
|
||||
|
||||
FourIsland_House2_EventScript_AlreadyBraggedEggsMax:: @ 81B2D11
|
||||
FourIsland_House2_EventScript_AlreadyBraggedEggsMax::
|
||||
msgbox FourIsland_House2_Text_LivingLegendEggs
|
||||
release
|
||||
end
|
||||
|
||||
FourIsland_House2_EventScript_BraggedEggs:: @ 81B2D1B
|
||||
FourIsland_House2_EventScript_BraggedEggs::
|
||||
textcolor 3
|
||||
playfanfare MUS_LEVEL_UP
|
||||
message FourIsland_House2_Text_EggStickerApplied
|
||||
@@ -310,7 +310,7 @@ FourIsland_House2_EventScript_BraggedEggs:: @ 81B2D1B
|
||||
release
|
||||
end
|
||||
|
||||
FourIsland_House2_EventScript_BragLinkWins:: @ 81B2D2C
|
||||
FourIsland_House2_EventScript_BragLinkWins::
|
||||
compare VAR_0x8006, 19
|
||||
goto_if_le FourIsland_House2_EventScript_BragLinkWinsLowest
|
||||
compare VAR_0x8006, 49
|
||||
@@ -321,7 +321,7 @@ FourIsland_House2_EventScript_BragLinkWins:: @ 81B2D2C
|
||||
goto_if_ge FourIsland_House2_EventScript_BragLinkWinsHighest
|
||||
end
|
||||
|
||||
FourIsland_House2_EventScript_BragLinkWinsLowest:: @ 81B2D59
|
||||
FourIsland_House2_EventScript_BragLinkWinsLowest::
|
||||
compare VAR_LINK_WIN_BRAG_STATE, 1
|
||||
goto_if_eq FourIsland_House2_EventScript_AlreadyBraggedLinkWins
|
||||
setvar VAR_LINK_WIN_BRAG_STATE, 1
|
||||
@@ -329,7 +329,7 @@ FourIsland_House2_EventScript_BragLinkWinsLowest:: @ 81B2D59
|
||||
goto FourIsland_House2_EventScript_BraggedLinkWins
|
||||
end
|
||||
|
||||
FourIsland_House2_EventScript_BragLinkWinsLow:: @ 81B2D77
|
||||
FourIsland_House2_EventScript_BragLinkWinsLow::
|
||||
compare VAR_LINK_WIN_BRAG_STATE, 2
|
||||
goto_if_eq FourIsland_House2_EventScript_AlreadyBraggedLinkWins
|
||||
setvar VAR_LINK_WIN_BRAG_STATE, 2
|
||||
@@ -337,7 +337,7 @@ FourIsland_House2_EventScript_BragLinkWinsLow:: @ 81B2D77
|
||||
goto FourIsland_House2_EventScript_BraggedLinkWins
|
||||
end
|
||||
|
||||
FourIsland_House2_EventScript_BragLinkWinsHigh:: @ 81B2D95
|
||||
FourIsland_House2_EventScript_BragLinkWinsHigh::
|
||||
compare VAR_LINK_WIN_BRAG_STATE, 3
|
||||
goto_if_eq FourIsland_House2_EventScript_AlreadyBraggedLinkWins
|
||||
setvar VAR_LINK_WIN_BRAG_STATE, 3
|
||||
@@ -345,7 +345,7 @@ FourIsland_House2_EventScript_BragLinkWinsHigh:: @ 81B2D95
|
||||
goto FourIsland_House2_EventScript_BraggedLinkWins
|
||||
end
|
||||
|
||||
FourIsland_House2_EventScript_BragLinkWinsHighest:: @ 81B2DB3
|
||||
FourIsland_House2_EventScript_BragLinkWinsHighest::
|
||||
compare VAR_LINK_WIN_BRAG_STATE, 4
|
||||
goto_if_eq FourIsland_House2_EventScript_AlreadyBraggedLinkWinsMax
|
||||
setvar VAR_LINK_WIN_BRAG_STATE, 4
|
||||
@@ -353,17 +353,17 @@ FourIsland_House2_EventScript_BragLinkWinsHighest:: @ 81B2DB3
|
||||
goto FourIsland_House2_EventScript_BraggedLinkWins
|
||||
end
|
||||
|
||||
FourIsland_House2_EventScript_AlreadyBraggedLinkWins:: @ 81B2DD1
|
||||
FourIsland_House2_EventScript_AlreadyBraggedLinkWins::
|
||||
msgbox FourIsland_House2_Text_ComeBackWithBetterStoryLinkWins
|
||||
release
|
||||
end
|
||||
|
||||
FourIsland_House2_EventScript_AlreadyBraggedLinkWinsMax:: @ 81B2DDB
|
||||
FourIsland_House2_EventScript_AlreadyBraggedLinkWinsMax::
|
||||
msgbox FourIsland_House2_Text_LivingLegendLinkWins
|
||||
release
|
||||
end
|
||||
|
||||
FourIsland_House2_EventScript_BraggedLinkWins:: @ 81B2DE5
|
||||
FourIsland_House2_EventScript_BraggedLinkWins::
|
||||
textcolor 3
|
||||
playfanfare MUS_LEVEL_UP
|
||||
message FourIsland_House2_Text_VictoryStickerApplied
|
||||
@@ -373,6 +373,6 @@ FourIsland_House2_EventScript_BraggedLinkWins:: @ 81B2DE5
|
||||
release
|
||||
end
|
||||
|
||||
FourIsland_House2_EventScript_QuitBrag:: @ 81B2DF6
|
||||
FourIsland_House2_EventScript_QuitBrag::
|
||||
release
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user