[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:
lordlou
2021-11-16 20:31:46 -05:00
committed by GitHub
parent 10411466d8
commit 2ef60c0cd9
3 changed files with 29 additions and 11 deletions

View File

@@ -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