Reformat map scripts' coordinate and movement data

'dbmapcoord' has X, Y order like other coordinate-related data macros
This commit is contained in:
Rangi 2020-07-16 12:32:19 -04:00
parent 594c58a289
commit 76b882d952
64 changed files with 587 additions and 660 deletions

View file

@ -50,9 +50,9 @@ Route8GateScript0:
jp DisplayTextID
CoordsData_1e22c:
db 3,2
db 4,2
db $ff
dbmapcoord 2, 3
dbmapcoord 2, 4
db -1 ; end
Route8GateScript1:
ld a, [wSimulatedJoypadStatesIndex]