diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-08-21 11:57:53 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-08-21 12:04:49 -0400 |
| commit | 48da6c53be768e85b8ba47430e2fc0f3dd4de61e (patch) | |
| tree | b2fc831736d3faec3745f18fe17fdfe71632a264 /data/maps/objects/Route9.asm | |
| parent | Merge pull request #287 from Rangi42/master (diff) | |
| download | pokeyellow-48da6c53be768e85b8ba47430e2fc0f3dd4de61e.tar.gz pokeyellow-48da6c53be768e85b8ba47430e2fc0f3dd4de61e.tar.xz pokeyellow-48da6c53be768e85b8ba47430e2fc0f3dd4de61e.zip | |
Align warp and sign coordinates
Diffstat (limited to 'data/maps/objects/Route9.asm')
| -rwxr-xr-x | data/maps/objects/Route9.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/maps/objects/Route9.asm b/data/maps/objects/Route9.asm index 07724323..8d110629 100755 --- a/data/maps/objects/Route9.asm +++ b/data/maps/objects/Route9.asm @@ -4,7 +4,7 @@ Route9_Object: def_warps def_signs - sign 25, 7, 11 ; Route9Text11 + sign 25, 7, 11 ; Route9Text11 def_objects object SPRITE_COOLTRAINER_F, 13, 10, STAY, LEFT, 1, OPP_JR_TRAINER_F, 5 |
