diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-08-05 12:46:11 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-11-15 10:54:57 -0500 |
commit | f85de6eca57ee9497bf81f023bd7784b3115f2ce (patch) | |
tree | c2d619ef45fb073b303161dc1ef93121bc34b0eb /data/scripts/gift_aurora_ticket.inc | |
parent | 70577e844ddcb8092ab9e55dd0dd7993f68f4122 (diff) |
Start event macro comment updates
Diffstat (limited to 'data/scripts/gift_aurora_ticket.inc')
-rw-r--r-- | data/scripts/gift_aurora_ticket.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/scripts/gift_aurora_ticket.inc b/data/scripts/gift_aurora_ticket.inc index c9250b9f9..760bea939 100644 --- a/data/scripts/gift_aurora_ticket.inc +++ b/data/scripts/gift_aurora_ticket.inc @@ -4,13 +4,13 @@ MysteryGiftScript_AuroraTicket:: faceplayer vgoto_if_set FLAG_RECEIVED_AURORA_TICKET, AuroraTicket_Obtained vgoto_if_set FLAG_BATTLED_DEOXYS, AuroraTicket_Obtained - checkitem ITEM_AURORA_TICKET, 1 + checkitem ITEM_AURORA_TICKET compare VAR_RESULT, TRUE vgoto_if_eq AuroraTicket_Obtained vmessage sText_AuroraTicketForYou waitmessage waitbuttonpress - checkitemspace ITEM_AURORA_TICKET, 1 + checkitemspace ITEM_AURORA_TICKET compare VAR_RESULT, FALSE vgoto_if_eq AuroraTicket_NoBagSpace giveitem ITEM_AURORA_TICKET |