Use more constants in scripts

This commit is contained in:
Remy Oukaour
2018-01-12 01:40:20 -05:00
parent b23085f526
commit d83aefb30a
120 changed files with 828 additions and 732 deletions

View File

@@ -8,9 +8,9 @@ Route16_MapScriptHeader:
.AlwaysOnBike:
checkcode VAR_YCOORD
if_less_than $5, .CanWalk
if_less_than 5, .CanWalk
checkcode VAR_XCOORD
if_greater_than $d, .CanWalk
if_greater_than 13, .CanWalk
setflag ENGINE_ALWAYS_ON_BIKE
return