You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Misc fixes
This commit is contained in:
@@ -6,7 +6,7 @@ InitString::
|
||||
InitName::
|
||||
; Intended for names, so this function is limited to ten characters.
|
||||
push hl
|
||||
ld c, 10
|
||||
ld c, NAME_LENGTH - 1
|
||||
_InitString::
|
||||
; if the string pointed to by hl is empty (defined as "zero or more spaces
|
||||
; followed by a null"), then initialize it to the string pointed to by de.
|
||||
|
Reference in New Issue
Block a user