Sync event macros

This commit is contained in:
GriffinR
2020-01-10 00:44:57 -05:00
parent 94fbc3ac48
commit 4a6f15ba24
220 changed files with 3209 additions and 3580 deletions
+6 -6
View File
@@ -6,7 +6,7 @@ FuchsiaCity_House3_EventScript_16D895:: @ 816D895
faceplayer
msgbox gUnknown_81993B9, MSGBOX_YESNO
compare VAR_RESULT, 1
goto_if eq, EventScript_16D8B0
goto_if_eq EventScript_16D8B0
goto EventScript_16D941
end
@@ -15,23 +15,23 @@ EventScript_16D8B0:: @ 816D8B0
special Special_ChooseMonFromParty
waitstate
compare VAR_0x8004, 6
goto_if ge, EventScript_16D941
goto_if_ge EventScript_16D941
special IsSelectedMonEgg
compare VAR_RESULT, 1
goto_if eq, EventScript_16D937
goto_if_eq EventScript_16D937
special ScrSpecial_CountPokemonMoves
compare VAR_RESULT, 1
goto_if eq, EventScript_16D92A
goto_if_eq EventScript_16D92A
msgbox gUnknown_8199445
fadescreen 1
special SelectMove
fadescreen 0
compare VAR_0x8005, 4
goto_if eq, EventScript_16D8B0
goto_if_eq EventScript_16D8B0
special ScrSpecial_GetPokemonNicknameAndMoveName
msgbox gUnknown_8199485, MSGBOX_YESNO
compare VAR_RESULT, 1
goto_if eq, EventScript_16D919
goto_if_eq EventScript_16D919
goto EventScript_16D941
end