TLoZ: Fix description and off-by-one error (#1625)

This commit is contained in:
Rosalie-A
2023-03-30 09:31:16 -04:00
committed by GitHub
parent cd4fd18706
commit 59b78528a9
2 changed files with 2 additions and 2 deletions

View File

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