You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
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