diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-14 10:21:18 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-14 13:32:09 -0400 |
| commit | f37cf959c930ae9595f9f71ce0d9b17dcf5421d0 (patch) | |
| tree | 33cc0d34fec73e972f4fb040b8b31f59b7e69805 /data/maps/rest_house_maps.asm | |
| parent | Merge pull request #269 from Rangi42/master (diff) | |
| download | pokeyellow-f37cf959c930ae9595f9f71ce0d9b17dcf5421d0.tar.gz pokeyellow-f37cf959c930ae9595f9f71ce0d9b17dcf5421d0.tar.xz pokeyellow-f37cf959c930ae9595f9f71ce0d9b17dcf5421d0.zip | |
Clean up some data, using macros for multiline list entries
Diffstat (limited to 'data/maps/rest_house_maps.asm')
| -rw-r--r-- | data/maps/rest_house_maps.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/maps/rest_house_maps.asm b/data/maps/rest_house_maps.asm index 2feb89d3..88f0845a 100644 --- a/data/maps/rest_house_maps.asm +++ b/data/maps/rest_house_maps.asm @@ -2,4 +2,4 @@ SafariZoneRestHouses: db SAFARI_ZONE_WEST_REST_HOUSE db SAFARI_ZONE_EAST_REST_HOUSE db SAFARI_ZONE_NORTH_REST_HOUSE - db -1 + db -1 ; end |
