mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-07 08:05:23 +13:00
Use assertions to catch the GetName bug, and use a NAME_BUFFER_LENGTH constant
This commit is contained in:
parent
506a14084e
commit
4b64b146e4
4 changed files with 22 additions and 11 deletions
|
|
@ -210,7 +210,7 @@ GetDefaultName:
|
|||
ld h, d
|
||||
ld l, e
|
||||
ld de, wcd6d
|
||||
ld bc, $14
|
||||
ld bc, NAME_BUFFER_LENGTH
|
||||
jp CopyData
|
||||
|
||||
INCLUDE "data/player_names_list.asm"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue