Document walda_phrase
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
#include "menu.h"
|
||||
#include "text_window.h"
|
||||
#include "overworld.h"
|
||||
#include "walda_phrase.h"
|
||||
#include "constants/event_objects.h"
|
||||
#include "constants/rgb.h"
|
||||
|
||||
@@ -2089,7 +2090,7 @@ static void Debug_NamingScreenNickname(void)
|
||||
static const struct NamingScreenTemplate sPlayerNamingScreenTemplate =
|
||||
{
|
||||
.copyExistingString = FALSE,
|
||||
.maxChars = 7,
|
||||
.maxChars = PLAYER_NAME_LENGTH,
|
||||
.iconFunction = 1,
|
||||
.addGenderIcon = FALSE,
|
||||
.initialPage = KBPAGE_LETTERS_UPPER,
|
||||
@@ -2100,7 +2101,7 @@ static const struct NamingScreenTemplate sPlayerNamingScreenTemplate =
|
||||
static const struct NamingScreenTemplate sPCBoxNamingTemplate =
|
||||
{
|
||||
.copyExistingString = FALSE,
|
||||
.maxChars = 8,
|
||||
.maxChars = BOX_NAME_LENGTH,
|
||||
.iconFunction = 2,
|
||||
.addGenderIcon = FALSE,
|
||||
.initialPage = KBPAGE_LETTERS_UPPER,
|
||||
@@ -2111,7 +2112,7 @@ static const struct NamingScreenTemplate sPCBoxNamingTemplate =
|
||||
static const struct NamingScreenTemplate sMonNamingScreenTemplate =
|
||||
{
|
||||
.copyExistingString = FALSE,
|
||||
.maxChars = 10,
|
||||
.maxChars = POKEMON_NAME_LENGTH,
|
||||
.iconFunction = 3,
|
||||
.addGenderIcon = TRUE,
|
||||
.initialPage = KBPAGE_LETTERS_UPPER,
|
||||
@@ -2122,7 +2123,7 @@ static const struct NamingScreenTemplate sMonNamingScreenTemplate =
|
||||
static const struct NamingScreenTemplate sWaldaWordsScreenTemplate =
|
||||
{
|
||||
.copyExistingString = TRUE,
|
||||
.maxChars = 15,
|
||||
.maxChars = WALDA_PHRASE_LENGTH,
|
||||
.iconFunction = 4,
|
||||
.addGenderIcon = FALSE,
|
||||
.initialPage = KBPAGE_LETTERS_UPPER,
|
||||
|
||||
Reference in New Issue
Block a user