Local labels starting with lowercase letters are no longer decorated with a trailing colon
This commit is contained in:
@@ -176,7 +176,7 @@ GoldenrodGameCornerPrizeMonVendorScript:
|
||||
if_equal $3, .wobbuffet
|
||||
jump GoldenrodGameCornerPrizeVendor_CancelPurchaseScript
|
||||
|
||||
.abra:
|
||||
.abra
|
||||
checkcoins 100
|
||||
if_equal $2, GoldenrodGameCornerPrizeVendor_NotEnoughCoinsScript
|
||||
checkcode VAR_PARTYCOUNT
|
||||
@@ -194,7 +194,7 @@ GoldenrodGameCornerPrizeMonVendorScript:
|
||||
takecoins 100
|
||||
jump .loop
|
||||
|
||||
.cubone:
|
||||
.cubone
|
||||
checkcoins 800
|
||||
if_equal $2, GoldenrodGameCornerPrizeVendor_NotEnoughCoinsScript
|
||||
checkcode VAR_PARTYCOUNT
|
||||
@@ -212,7 +212,7 @@ GoldenrodGameCornerPrizeMonVendorScript:
|
||||
takecoins 800
|
||||
jump .loop
|
||||
|
||||
.wobbuffet:
|
||||
.wobbuffet
|
||||
checkcoins 1500
|
||||
if_equal $2, GoldenrodGameCornerPrizeVendor_NotEnoughCoinsScript
|
||||
checkcode VAR_PARTYCOUNT
|
||||
|
Reference in New Issue
Block a user