Merge pull request #1908 from GriffinRichards/name-buffer

Automatically update nickname buffer sizes
This commit is contained in:
GriffinR
2023-08-12 23:36:19 -04:00
committed by GitHub
20 changed files with 83 additions and 73 deletions

View File

@@ -92,6 +92,7 @@
// string lengths
#define ITEM_NAME_LENGTH 14
#define POKEMON_NAME_LENGTH 10
#define POKEMON_NAME_BUFFER_SIZE max(20, POKEMON_NAME_LENGTH + 1) // Frequently used buffer size. Larger than necessary
#define PLAYER_NAME_LENGTH 7
#define MAIL_WORDS_COUNT 9
#define EASY_CHAT_BATTLE_WORDS_COUNT 6