diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-04-13 20:11:29 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-04-13 20:11:29 -0400 |
| commit | a1081856200cec52ba881fc6f878f5ce0328ab0a (patch) | |
| tree | a8670a323b536f9e6cf991d8f7fd7595f67e2c46 /constants | |
| parent | Merge branch 'master' of https://github.com/pret/pokered (diff) | |
| parent | Use assertions to catch the GetName bug, and use a NAME_BUFFER_LENGTH constant (diff) | |
| download | pokeyellow-a1081856200cec52ba881fc6f878f5ce0328ab0a.tar.gz pokeyellow-a1081856200cec52ba881fc6f878f5ce0328ab0a.tar.xz pokeyellow-a1081856200cec52ba881fc6f878f5ce0328ab0a.zip | |
Merge remote-tracking branch 'remotes/pokered/master'
Diffstat (limited to 'constants')
| -rw-r--r-- | constants/text_constants.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/constants/text_constants.asm b/constants/text_constants.asm index 6a2ce9f6..f8ecfd52 100644 --- a/constants/text_constants.asm +++ b/constants/text_constants.asm @@ -1,5 +1,6 @@ NAME_LENGTH EQU 11 ITEM_NAME_LENGTH EQU 13 +NAME_BUFFER_LENGTH EQU 20 ; PrintNumber const_def 5 |
