diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-02-03 16:58:49 -0500 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-02-03 17:11:55 -0500 |
| commit | 6ff2cb20e67db2054486fc5dc48eb9263298d4ad (patch) | |
| tree | d70275fa8318d27959d156c15456eecc63b39191 /data/wild/roammon_maps.asm | |
| parent | bf138d94d42ba0d092d5028e40a85260c250a4ee (diff) | |
map → map_id; map_def → map; map_data → map_attributes
Diffstat (limited to 'data/wild/roammon_maps.asm')
| -rw-r--r-- | data/wild/roammon_maps.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/wild/roammon_maps.asm b/data/wild/roammon_maps.asm index b82ca016f..a57f561b2 100644 --- a/data/wild/roammon_maps.asm +++ b/data/wild/roammon_maps.asm @@ -2,10 +2,10 @@ ; Notably missing are Route 40 and Route 41, which are water routes. roam_map: MACRO - map \1 + map_id \1 db _NARG - 1 rept _NARG + -1 - map \2 + map_id \2 shift endr db 0 |
