diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-16 12:32:19 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-16 12:32:19 -0400 |
| commit | 76b882d9523915ca8ced96e8c5e889ca2728241e (patch) | |
| tree | df360d4315b6627348a72ccad346391077fd5bb2 /scripts/Route6Gate.asm | |
| parent | Revise some map scripts, mostly for getting items (diff) | |
| download | pokeyellow-76b882d9523915ca8ced96e8c5e889ca2728241e.tar.gz pokeyellow-76b882d9523915ca8ced96e8c5e889ca2728241e.tar.xz pokeyellow-76b882d9523915ca8ced96e8c5e889ca2728241e.zip | |
Reformat map scripts' coordinate and movement data
'dbmapcoord' has X, Y order like other coordinate-related data macros
Diffstat (limited to 'scripts/Route6Gate.asm')
| -rwxr-xr-x | scripts/Route6Gate.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/Route6Gate.asm b/scripts/Route6Gate.asm index 81a7490a..143f60ae 100755 --- a/scripts/Route6Gate.asm +++ b/scripts/Route6Gate.asm @@ -39,9 +39,9 @@ Route6GateScript0: jp DisplayTextID CoordsData_1e08c: - db $02,$03 - db $02,$04 - db $FF + dbmapcoord 3, 2 + dbmapcoord 4, 2 + db -1 ; end Route6GateScript1: ld a, [wSimulatedJoypadStatesIndex] |
