Use assertions to catch the GetName bug, and use a NAME_BUFFER_LENGTH constant

This commit is contained in:
Rangi 2021-04-13 20:08:07 -04:00
parent 506a14084e
commit 4b64b146e4
4 changed files with 22 additions and 11 deletions

View file

@ -1,5 +1,6 @@
NAME_LENGTH EQU 11
ITEM_NAME_LENGTH EQU 13
NAME_BUFFER_LENGTH EQU 20
; PrintNumber
const_def 5