[SM] added support for 65535 different player names in ROM (#133)
* added support for 65535 different player names in ROM
This commit is contained in:
@@ -2,7 +2,7 @@ import Utils
|
||||
from Patch import read_rom
|
||||
|
||||
JAP10HASH = '21f3e98df4780ee1c667b84e57d88675'
|
||||
ROM_PLAYER_LIMIT = 255
|
||||
ROM_PLAYER_LIMIT = 65535
|
||||
|
||||
import hashlib
|
||||
import os
|
||||
|
||||
Reference in New Issue
Block a user