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/SafariZoneCenterRestHouse.asm | |
| parent | f82097b8949c490cd09355dc6d8fee5598498bd4 (diff) | |
Use ANY_DIR, UP_DOWN, and LEFT_RIGHT for map objects
Diffstat (limited to 'data/maps/objects/SafariZoneCenterRestHouse.asm')
| -rwxr-xr-x | data/maps/objects/SafariZoneCenterRestHouse.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/maps/objects/SafariZoneCenterRestHouse.asm b/data/maps/objects/SafariZoneCenterRestHouse.asm index d681696e..705873c9 100755 --- a/data/maps/objects/SafariZoneCenterRestHouse.asm +++ b/data/maps/objects/SafariZoneCenterRestHouse.asm @@ -9,7 +9,7 @@ SafariZoneCenterRestHouse_Object: db 2 ; objects object SPRITE_GIRL, 3, 2, STAY, DOWN, 1 ; person - object SPRITE_SCIENTIST, 1, 4, WALK, 1, 2 ; 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 |
