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
+3 -4
View File
@@ -4,19 +4,18 @@ Route1_MapScripts:: @ 8167EFD
Route1_EventScript_167EFE:: @ 8167EFE
lock
faceplayer
checkflag FLAG_GOT_POTION_ON_ROUTE_1
goto_if TRUE, EventScript_167F48
goto_if_set FLAG_GOT_POTION_ON_ROUTE_1, EventScript_167F48
msgbox gUnknown_818329D
textcolor 3
checkitemspace ITEM_POTION, 1
compare VAR_RESULT, 0
goto_if eq, EventScript_1A6BF9
goto_if_eq EventScript_1A6BF9
getitemname 1, ITEM_POTION
playfanfare MUS_FANFA1
message Text_ObtainedTheX
waitmessage
waitfanfare
additem ITEM_POTION, 1
additem ITEM_POTION
msgbox gUnknown_8183387
call EventScript_1A6675
setflag FLAG_GOT_POTION_ON_ROUTE_1