diff options
Diffstat (limited to 'src/constants')
-rw-r--r-- | src/constants/name_constants.asm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/constants/name_constants.asm b/src/constants/name_constants.asm new file mode 100644 index 0000000..b16df80 --- /dev/null +++ b/src/constants/name_constants.asm @@ -0,0 +1,3 @@ +PLAYER_NAME_LENGTH EQU $10 + +NAMING_SCREEN_BUFFER_LENGTH EQU $18
\ No newline at end of file |