mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-13 23:23:43 +01:00
Clean up lilycove_lady.inc doc
This commit is contained in:
parent
6923f0e369
commit
fa4940ee44
@ -78,12 +78,12 @@ LilycoveCity_PokemonCenter_1F_EventScript_ChooseFavorItem:: @ 82A846C
|
||||
special Script_FavorLadyOpenBagMenu
|
||||
waitstate
|
||||
compare VAR_RESULT, 0
|
||||
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_CancelChooseFavorItem
|
||||
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_AskQuitChooseFavorItem
|
||||
compare VAR_RESULT, 1
|
||||
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_GiveFavorItem
|
||||
end
|
||||
|
||||
LilycoveCity_PokemonCenter_1F_EventScript_CancelChooseFavorItem:: @ 82A848E
|
||||
LilycoveCity_PokemonCenter_1F_EventScript_AskQuitChooseFavorItem:: @ 82A848E
|
||||
msgbox LilycoveCity_PokemonCenter_1F_Text_NotWillingToShare, MSGBOX_YESNO
|
||||
compare VAR_RESULT, 1
|
||||
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_DeclineFavor
|
||||
@ -209,9 +209,9 @@ LilycoveCity_PokemonCenter_1F_EventScript_DeclineQuiz:: @ 82A8612
|
||||
LilycoveCity_PokemonCenter_1F_EventScript_TakeQuiz:: @ 82A861C
|
||||
special ClearQuizLadyPlayerAnswer
|
||||
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
|
||||
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_2A8656
|
||||
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_GetAnswer
|
||||
|
||||
LilycoveCity_PokemonCenter_1F_EventScript_CheckQuizTakingState:: @ 82A8635
|
||||
compare VAR_RESULT, 0
|
||||
@ -220,13 +220,13 @@ LilycoveCity_PokemonCenter_1F_EventScript_CheckQuizTakingState:: @ 82A8635
|
||||
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_SubmitQuizResponse
|
||||
end
|
||||
|
||||
LilycoveCity_PokemonCenter_1F_EventScript_2A864C:: @ 82A864C
|
||||
LilycoveCity_PokemonCenter_1F_EventScript_ShowQuestion:: @ 82A864C
|
||||
special QuizLadyShowQuizQuestion
|
||||
waitstate
|
||||
goto LilycoveCity_PokemonCenter_1F_EventScript_CheckQuizTakingState
|
||||
end
|
||||
|
||||
LilycoveCity_PokemonCenter_1F_EventScript_2A8656:: @ 82A8656
|
||||
LilycoveCity_PokemonCenter_1F_EventScript_GetAnswer:: @ 82A8656
|
||||
special QuizLadyGetPlayerAnswer
|
||||
waitstate
|
||||
goto LilycoveCity_PokemonCenter_1F_EventScript_CheckQuizTakingState
|
||||
|
Loading…
x
Reference in New Issue
Block a user