Clean up lilycove_lady.inc doc

This commit is contained in:
GriffinR
2019-10-21 18:06:42 -04:00
committed by huderlem
parent 6923f0e369
commit fa4940ee44
+6 -6
View File
@@ -78,12 +78,12 @@ LilycoveCity_PokemonCenter_1F_EventScript_ChooseFavorItem:: @ 82A846C
special Script_FavorLadyOpenBagMenu special Script_FavorLadyOpenBagMenu
waitstate waitstate
compare VAR_RESULT, 0 compare VAR_RESULT, 0
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_CancelChooseFavorItem goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_AskQuitChooseFavorItem
compare VAR_RESULT, 1 compare VAR_RESULT, 1
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_GiveFavorItem goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_GiveFavorItem
end end
LilycoveCity_PokemonCenter_1F_EventScript_CancelChooseFavorItem:: @ 82A848E LilycoveCity_PokemonCenter_1F_EventScript_AskQuitChooseFavorItem:: @ 82A848E
msgbox LilycoveCity_PokemonCenter_1F_Text_NotWillingToShare, MSGBOX_YESNO msgbox LilycoveCity_PokemonCenter_1F_Text_NotWillingToShare, MSGBOX_YESNO
compare VAR_RESULT, 1 compare VAR_RESULT, 1
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_DeclineFavor goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_DeclineFavor
@@ -209,9 +209,9 @@ LilycoveCity_PokemonCenter_1F_EventScript_DeclineQuiz:: @ 82A8612
LilycoveCity_PokemonCenter_1F_EventScript_TakeQuiz:: @ 82A861C LilycoveCity_PokemonCenter_1F_EventScript_TakeQuiz:: @ 82A861C
special ClearQuizLadyPlayerAnswer special ClearQuizLadyPlayerAnswer
compare VAR_0x8004, 0 compare VAR_0x8004, 0
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_2A864C goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_ShowQuestion
compare VAR_0x8004, EASY_CHAT_TYPE_QUIZ_ANSWER compare VAR_0x8004, EASY_CHAT_TYPE_QUIZ_ANSWER
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_2A8656 goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_GetAnswer
LilycoveCity_PokemonCenter_1F_EventScript_CheckQuizTakingState:: @ 82A8635 LilycoveCity_PokemonCenter_1F_EventScript_CheckQuizTakingState:: @ 82A8635
compare VAR_RESULT, 0 compare VAR_RESULT, 0
@@ -220,13 +220,13 @@ LilycoveCity_PokemonCenter_1F_EventScript_CheckQuizTakingState:: @ 82A8635
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_SubmitQuizResponse goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_SubmitQuizResponse
end end
LilycoveCity_PokemonCenter_1F_EventScript_2A864C:: @ 82A864C LilycoveCity_PokemonCenter_1F_EventScript_ShowQuestion:: @ 82A864C
special QuizLadyShowQuizQuestion special QuizLadyShowQuizQuestion
waitstate waitstate
goto LilycoveCity_PokemonCenter_1F_EventScript_CheckQuizTakingState goto LilycoveCity_PokemonCenter_1F_EventScript_CheckQuizTakingState
end end
LilycoveCity_PokemonCenter_1F_EventScript_2A8656:: @ 82A8656 LilycoveCity_PokemonCenter_1F_EventScript_GetAnswer:: @ 82A8656
special QuizLadyGetPlayerAnswer special QuizLadyGetPlayerAnswer
waitstate waitstate
goto LilycoveCity_PokemonCenter_1F_EventScript_CheckQuizTakingState goto LilycoveCity_PokemonCenter_1F_EventScript_CheckQuizTakingState