mirror of
https://github.com/pret/pokered.git
synced 2026-04-24 23:19:55 -05:00
Explain why MoveNames is limited
This commit is contained in:
parent
81bc0b9c0c
commit
be6a0e6779
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user