diff options
author | xCrystal <rgr.crystal@gmail.com> | 2017-12-29 17:15:01 +0100 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2017-12-29 17:15:01 +0100 |
commit | 69762a2bfd6b6134b99a24b3c8f091ff6a410ef9 (patch) | |
tree | a2fe6346f22bc4ebb22cb056047e42ea8ac163a0 /constants/tileset_constants.asm | |
parent | 6464d077ee9c1e70795423c67450789cd9e88050 (diff) |
SET -> set
Diffstat (limited to 'constants/tileset_constants.asm')
-rw-r--r-- | constants/tileset_constants.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/tileset_constants.asm b/constants/tileset_constants.asm index 722de0c2b..90dd0f8d2 100644 --- a/constants/tileset_constants.asm +++ b/constants/tileset_constants.asm @@ -1,5 +1,5 @@ ; Tilesets indexes (see tilesets/tilesets.asm) -const_value SET 1 +const_value set 1 const TILESET_JOHTO_1 ; 01 const TILESET_JOHTO_2 ; 02 const TILESET_KANTO ; 03 |