diff options
| author | xCrystal <rgr.crystal@gmail.com> | 2017-12-28 13:23:44 +0100 |
|---|---|---|
| committer | xCrystal <rgr.crystal@gmail.com> | 2017-12-28 13:23:44 +0100 |
| commit | 7beb497d3aba7cd1bb34f2b1394bde80c1cd9807 (patch) | |
| tree | a392d05e31ce2c3c614992a4a3100a65f012fd2e /data/palettes | |
| parent | 9457679af8d36a140db7b8832df595e8310e6bb4 (diff) | |
Uppercase MACRO and EQU(S) according to the style guide
Diffstat (limited to 'data/palettes')
| -rw-r--r-- | data/palettes/town_map.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/palettes/town_map.asm b/data/palettes/town_map.asm index 49fb7a9ce..1672a66ed 100644 --- a/data/palettes/town_map.asm +++ b/data/palettes/town_map.asm @@ -6,7 +6,7 @@ const PAL_TOWNMAP_POI ; 4 const PAL_TOWNMAP_POI_MTN ; 5 -townmappals: macro +townmappals: MACRO rept _NARG / 2 dn PAL_TOWNMAP_\2, PAL_TOWNMAP_\1 shift |
