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/SSAnneKitchen.asm | |
parent | f4514ff53ce74d13013c994cfd321aa711fc95c2 (diff) |
Use def_warps_to macro for automatic warp_to entries
Diffstat (limited to 'data/maps/objects/SSAnneKitchen.asm')
-rwxr-xr-x | data/maps/objects/SSAnneKitchen.asm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/data/maps/objects/SSAnneKitchen.asm b/data/maps/objects/SSAnneKitchen.asm index e2559536..0bc9adfb 100755 --- a/data/maps/objects/SSAnneKitchen.asm +++ b/data/maps/objects/SSAnneKitchen.asm @@ -15,5 +15,4 @@ SSAnneKitchen_Object: object SPRITE_COOK, 13, 10, STAY, NONE, 6 ; person object SPRITE_COOK, 11, 13, STAY, UP, 7 ; person - ; warp-to - warp_to 6, 0, SS_ANNE_KITCHEN_WIDTH ; SS_ANNE_1F + def_warps_to SS_ANNE_KITCHEN |