diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-25 23:45:54 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-25 23:45:54 -0500 |
commit | b5a8e3b3b32b2734d8fc642c77d96a0d4ef9c6d1 (patch) | |
tree | aa73ba5e512409b498be0c2b94c519210918b580 /data | |
parent | bad9e33530af8cdc29ce5629df682fc7915bfff0 (diff) |
Follow the X_constants/X_data_constants convention
Diffstat (limited to 'data')
-rw-r--r-- | data/maps/environment_colors.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/maps/environment_colors.asm b/data/maps/environment_colors.asm index 92d788fe1..aeddb83bc 100644 --- a/data/maps/environment_colors.asm +++ b/data/maps/environment_colors.asm @@ -1,5 +1,5 @@ EnvironmentColorsPointers: -; entries correspond to environment constants (see constants/map_constants.asm) +; entries correspond to environment constants (see constants/map_data_constants.asm) dw .OutdoorColors ; unused dw .OutdoorColors ; TOWN dw .OutdoorColors ; ROUTE |