diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-20 12:23:31 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-20 12:31:35 -0400 |
| commit | 69788c536b70060c58136b07fb3a615b285de99c (patch) | |
| tree | c5a21b6e4d24ad3e98c3c98982afc65a866e650d /constants/list_constants.asm | |
| parent | Merge pull request #279 from Rangi42/master (diff) | |
| download | pokeyellow-69788c536b70060c58136b07fb3a615b285de99c.tar.gz pokeyellow-69788c536b70060c58136b07fb3a615b285de99c.tar.xz pokeyellow-69788c536b70060c58136b07fb3a615b285de99c.zip | |
Add comments associating constants with data, and identify some more data
Diffstat (limited to 'constants/list_constants.asm')
| -rwxr-xr-x | constants/list_constants.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/constants/list_constants.asm b/constants/list_constants.asm index 380df21c..840856df 100755 --- a/constants/list_constants.asm +++ b/constants/list_constants.asm @@ -6,6 +6,7 @@ const ITEMLISTMENU ; $03 ; Start menu Item menu / Pokemart sell menu const SPECIALLISTMENU ; $04 ; list of special "items" e.g. floor list in elevators / list of badges +; NamePointers indexes (see home/names2.asm) const_def 1 const MONSTER_NAME ; 1 const MOVE_NAME ; 2 |
