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/SafariZoneCenterRestHouse.asm | |
| parent | f4514ff53ce74d13013c994cfd321aa711fc95c2 (diff) | |
Use def_warps_to macro for automatic warp_to entries
Diffstat (limited to 'data/maps/objects/SafariZoneCenterRestHouse.asm')
| -rwxr-xr-x | data/maps/objects/SafariZoneCenterRestHouse.asm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/data/maps/objects/SafariZoneCenterRestHouse.asm b/data/maps/objects/SafariZoneCenterRestHouse.asm index 18aa52dd..87e5bedb 100755 --- a/data/maps/objects/SafariZoneCenterRestHouse.asm +++ b/data/maps/objects/SafariZoneCenterRestHouse.asm @@ -11,6 +11,4 @@ SafariZoneCenterRestHouse_Object: object SPRITE_GIRL, 3, 2, STAY, DOWN, 1 ; person object SPRITE_SCIENTIST, 1, 4, WALK, UP_DOWN, 2 ; person - ; warp-to - warp_to 2, 7, SAFARI_ZONE_CENTER_REST_HOUSE_WIDTH ; SAFARI_ZONE_CENTER - warp_to 3, 7, SAFARI_ZONE_CENTER_REST_HOUSE_WIDTH ; SAFARI_ZONE_CENTER + def_warps_to SAFARI_ZONE_CENTER_REST_HOUSE |
