Sync event macros
This commit is contained in:
@@ -4,17 +4,14 @@ CeladonCity_Condominiums_1F_MapScripts:: @ 816C320
|
||||
CeladonCity_Condominiums_1F_EventScript_16C321:: @ 816C321
|
||||
lock
|
||||
faceplayer
|
||||
checkflag FLAG_TALKED_TO_TEA_LADY_AFTER_HOF
|
||||
goto_if TRUE, EventScript_16C36A
|
||||
checkflag FLAG_SYS_GAME_CLEAR
|
||||
goto_if TRUE, EventScript_16C374
|
||||
checkflag FLAG_GOT_TEA
|
||||
goto_if TRUE, EventScript_16C36A
|
||||
goto_if_set FLAG_TALKED_TO_TEA_LADY_AFTER_HOF, EventScript_16C36A
|
||||
goto_if_set FLAG_SYS_GAME_CLEAR, EventScript_16C374
|
||||
goto_if_set FLAG_GOT_TEA, EventScript_16C36A
|
||||
msgbox gUnknown_81960C9
|
||||
setflag FLAG_GOT_TEA
|
||||
giveitem ITEM_TEA
|
||||
compare VAR_RESULT, 0
|
||||
goto_if eq, EventScript_1A6BF9
|
||||
goto_if_eq EventScript_1A6BF9
|
||||
msgbox gUnknown_8196109
|
||||
release
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user