Explain why MoveNames is limited

This commit is contained in:
Rangi 2025-12-14 11:59:29 -05:00
parent 81bc0b9c0c
commit be6a0e6779

View File

@ -1,5 +1,6 @@
MoveNames::
list_start MOVE_NAME_LENGTH - 2 ; move name buffers have an extra byte
; in-battle "used <move name>!" text can only fit 12 (MOVE_NAME_LENGTH - 2) characters
list_start MOVE_NAME_LENGTH - 2
li "POUND"
li "KARATE CHOP"
li "DOUBLESLAP"