EVENT_TEMPORARY_UNTIL_MAP_RELOAD_[1-8] (close issue #481)

This commit is contained in:
Rangi
2018-01-24 10:46:49 -05:00
parent 09ff04dbfc
commit 505a6595bc
19 changed files with 119 additions and 119 deletions

View File

@@ -21,7 +21,7 @@ Pokecenter2F_MapScripts:
special Special_CheckMysteryGift
if_equal $0, .Scene0Done
clearevent EVENT_MYSTERY_GIFT_DELIVERY_GUY
checkevent EVENT_RECEIVED_BALLS_FROM_KURT
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_2
iftrue .Scene0Done
priorityjump Pokecenter2F_AppearMysteryGiftDeliveryGuy
@@ -50,7 +50,7 @@ Pokecenter2F_MapScripts:
Pokecenter2F_AppearMysteryGiftDeliveryGuy:
appear POKECENTER2F_OFFICER
setevent EVENT_RECEIVED_BALLS_FROM_KURT
setevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_2
end
Script_TradeCenterClosed: