mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00
TLoZ: Fix description and off-by-one error (#1625)
This commit is contained in:
@@ -621,7 +621,7 @@ function receive()
|
||||
|
||||
-- Determine Message to send back
|
||||
memDomain.rom()
|
||||
local playerName = uRange(0x1F, 0x10)
|
||||
local playerName = uRange(0x1F, 0x11)
|
||||
playerName[0] = nil
|
||||
local retTable = {}
|
||||
retTable["playerName"] = playerName
|
||||
|
Reference in New Issue
Block a user