Use decimal, not hex, for sprite (object) coordinates in map scripts

This commit is contained in:
Rangi 2020-08-28 12:10:55 -04:00
parent 407b813250
commit 637f38b139
13 changed files with 47 additions and 47 deletions

View file

@ -4,7 +4,7 @@ Route22Gate_Script:
ld a, [wRoute22GateCurScript]
call CallFunctionInTable
ld a, [wYCoord]
cp $4
cp 4
ld a, ROUTE_23
jr c, .asm_1e69a
ld a, ROUTE_22