mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Use assertions to catch the GetName bug, and use a NAME_BUFFER_LENGTH constant
This commit is contained in:
parent
506a14084e
commit
4b64b146e4
4 changed files with 22 additions and 11 deletions
|
|
@ -1,5 +1,6 @@
|
|||
NAME_LENGTH EQU 11
|
||||
ITEM_NAME_LENGTH EQU 13
|
||||
NAME_BUFFER_LENGTH EQU 20
|
||||
|
||||
; PrintNumber
|
||||
const_def 5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue