diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-03 12:44:47 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-03 12:44:47 -0400 |
| commit | c9c59dc34323a5e0b1886db5f845c8d41620826e (patch) | |
| tree | 0d07de202a4437e02cc8c66178b1dfec5c2a1673 /constants/tilesets.asm | |
| parent | Remove unused Yellow music (diff) | |
| download | pokeyellow-c9c59dc34323a5e0b1886db5f845c8d41620826e.tar.gz pokeyellow-c9c59dc34323a5e0b1886db5f845c8d41620826e.tar.xz pokeyellow-c9c59dc34323a5e0b1886db5f845c8d41620826e.zip | |
Reorganize constants/
To do: add comments associating constants with data and code
Diffstat (limited to 'constants/tilesets.asm')
| -rw-r--r-- | constants/tilesets.asm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/constants/tilesets.asm b/constants/tilesets.asm index f10e4d92..33d59fcb 100644 --- a/constants/tilesets.asm +++ b/constants/tilesets.asm @@ -1,5 +1,4 @@ -const_value = 0 - + const_def const OVERWORLD ; 0 const REDS_HOUSE_1 ; 1 const MART ; 2 |
