diff options
Diffstat (limited to 'data/wild')
| -rw-r--r-- | data/wild/roammon_maps.asm | 2 | ||||
| -rw-r--r-- | data/wild/treemon_maps.asm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/data/wild/roammon_maps.asm b/data/wild/roammon_maps.asm index ee213bff5..bf676c3a9 100644 --- a/data/wild/roammon_maps.asm +++ b/data/wild/roammon_maps.asm @@ -1,7 +1,7 @@ ; Maps that roaming monsters can be on, and possible maps they can jump to. ; Notably missing are Route 40 and Route 41, which are water routes. -roam_map: macro +roam_map: MACRO ; map, # of other maps, other maps map \1 db \2 diff --git a/data/wild/treemon_maps.asm b/data/wild/treemon_maps.asm index 47491c2c9..f70617117 100644 --- a/data/wild/treemon_maps.asm +++ b/data/wild/treemon_maps.asm @@ -1,4 +1,4 @@ -treemon_map: macro +treemon_map: MACRO map \1 db \2 ; treemon set endm |
