diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-08-17 17:47:28 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-08-17 18:08:54 -0400 |
| commit | 4373aafac152f64621bf3d8c6b8d037cd9c76f7b (patch) | |
| tree | cd1c88a283f52e0d98211b84f181f169c4f3e526 /data/maps/objects/FuchsiaGym.asm | |
| parent | f4514ff53ce74d13013c994cfd321aa711fc95c2 (diff) | |
Use def_warps_to macro for automatic warp_to entries
Diffstat (limited to 'data/maps/objects/FuchsiaGym.asm')
| -rwxr-xr-x | data/maps/objects/FuchsiaGym.asm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/data/maps/objects/FuchsiaGym.asm b/data/maps/objects/FuchsiaGym.asm index 16f6c604..0d13782f 100755 --- a/data/maps/objects/FuchsiaGym.asm +++ b/data/maps/objects/FuchsiaGym.asm @@ -17,6 +17,4 @@ FuchsiaGym_Object: object SPRITE_ROCKER, 2, 7, STAY, LEFT, 7, OPP_JUGGLER, 4 object SPRITE_GYM_GUIDE, 7, 15, STAY, DOWN, 8 ; person - ; warp-to - warp_to 4, 17, FUCHSIA_GYM_WIDTH - warp_to 5, 17, FUCHSIA_GYM_WIDTH + def_warps_to FUCHSIA_GYM |
