summaryrefslogtreecommitdiff
path: root/src/constants
diff options
context:
space:
mode:
Diffstat (limited to 'src/constants')
-rw-r--r--src/constants/name_constants.asm6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/constants/name_constants.asm b/src/constants/name_constants.asm
new file mode 100644
index 0000000..7d4370c
--- /dev/null
+++ b/src/constants/name_constants.asm
@@ -0,0 +1,6 @@
+NAME_BUFFER_LENGTH EQU 16
+
+MAX_PLAYER_NAME_LENGTH EQU 6 * 2
+MAX_DECK_NAME_LENGTH EQU 20 * 1 ; note that its unit is byte!
+
+NAMING_SCREEN_BUFFER_LENGTH EQU 24 \ No newline at end of file