Use more constants in scripts
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user