diff options
| author | xCrystal <rgr.crystal@gmail.com> | 2017-12-28 22:31:16 +0100 |
|---|---|---|
| committer | xCrystal <rgr.crystal@gmail.com> | 2017-12-28 22:31:16 +0100 |
| commit | 50fc9c3389ae8130d3670683f22f3e49555c57a3 (patch) | |
| tree | 972f867159ded40695e868338bb697a303335b62 /data/wild | |
| parent | 43a1e5b5ba734b098098ede60898facc79a7753c (diff) | |
endm -> ENDM
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 bf676c3a9..c0b552b26 100644 --- a/data/wild/roammon_maps.asm +++ b/data/wild/roammon_maps.asm @@ -10,7 +10,7 @@ rept \2 shift endr db 0 -endm +ENDM RoamMaps: ; 2a40f roam_map ROUTE_29, 2, ROUTE_30, ROUTE_46 diff --git a/data/wild/treemon_maps.asm b/data/wild/treemon_maps.asm index f70617117..e825930cc 100644 --- a/data/wild/treemon_maps.asm +++ b/data/wild/treemon_maps.asm @@ -1,7 +1,7 @@ treemon_map: MACRO map \1 db \2 ; treemon set -endm +ENDM TreeMonMaps: ; b825e treemon_map ROUTE_26, 4 |
