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/PokemonTower4F.asm | |
| parent | 7e9ccbb5b254f794a79c4d0f9d816b3cbfb81f3f (diff) | |
Align warp and sign coordinates
Diffstat (limited to 'data/maps/objects/PokemonTower4F.asm')
| -rwxr-xr-x | data/maps/objects/PokemonTower4F.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/objects/PokemonTower4F.asm b/data/maps/objects/PokemonTower4F.asm index 675a1407..64801e23 100755 --- a/data/maps/objects/PokemonTower4F.asm +++ b/data/maps/objects/PokemonTower4F.asm @@ -2,8 +2,8 @@ PokemonTower4F_Object: db $1 ; border block def_warps - warp 3, 9, 0, POKEMON_TOWER_5F - warp 18, 9, 1, POKEMON_TOWER_3F + warp 3, 9, 0, POKEMON_TOWER_5F + warp 18, 9, 1, POKEMON_TOWER_3F def_signs |
