diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-08-17 14:25:11 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-08-17 14:25:11 -0400 |
| commit | 2fe1505babaf02b995cc0d9c3a827b798935b19a (patch) | |
| tree | 7206c43262a7b768e83c9633012291d687f66280 /data/maps/objects/SSAnneKitchen.asm | |
| parent | f82097b8949c490cd09355dc6d8fee5598498bd4 (diff) | |
Use ANY_DIR, UP_DOWN, and LEFT_RIGHT for map objects
Diffstat (limited to 'data/maps/objects/SSAnneKitchen.asm')
| -rwxr-xr-x | data/maps/objects/SSAnneKitchen.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/maps/objects/SSAnneKitchen.asm b/data/maps/objects/SSAnneKitchen.asm index b5771e68..5ef35e02 100755 --- a/data/maps/objects/SSAnneKitchen.asm +++ b/data/maps/objects/SSAnneKitchen.asm @@ -7,9 +7,9 @@ SSAnneKitchen_Object: db 0 ; signs db 7 ; objects - object SPRITE_COOK, 1, 8, WALK, 1, 1 ; person - object SPRITE_COOK, 5, 8, WALK, 1, 2 ; person - object SPRITE_COOK, 9, 7, WALK, 1, 3 ; person + object SPRITE_COOK, 1, 8, WALK, UP_DOWN, 1 ; person + object SPRITE_COOK, 5, 8, WALK, UP_DOWN, 2 ; person + object SPRITE_COOK, 9, 7, WALK, UP_DOWN, 3 ; person object SPRITE_COOK, 13, 6, STAY, NONE, 4 ; person object SPRITE_COOK, 13, 8, STAY, NONE, 5 ; person object SPRITE_COOK, 13, 10, STAY, NONE, 6 ; person |
