Archipelago/data/lua
Altiami f9120c620f
The Legend of Zelda Conntector: Make items obtained counter in save data 16 bits. (#2117)
Certain multiworld settings (bug observed with item link settings) can cause the total item count in TLoZ world to exceed 255. This causes an overflow in the loop to receive all pending items. This adds an additional byte to be used as a high byte for the items obtained counter.

This approach was taken due to the surrounding bytes being occupied, preventing a direct 16-bit number from being used without moving to a different location and leaving more empty bytes in the memory block for save data.
2023-09-15 20:18:03 +02:00
..
x64 Lua: Further centralize code, fix Bizhawk 2.9 (#1685) 2023-04-15 09:17:33 +02:00
x86 Lua: Further centralize code, fix Bizhawk 2.9 (#1685) 2023-04-15 09:17:33 +02:00
common.lua Docs: Revise all docs mentioning Lua in EmuHawk (which are in English), and other misc. corrections (#1782) 2023-06-26 08:53:44 +02:00
connector_adventure.lua Docs: Revise all docs mentioning Lua in EmuHawk (which are in English), and other misc. corrections (#1782) 2023-06-26 08:53:44 +02:00
connector_ff1.lua Docs: Revise all docs mentioning Lua in EmuHawk (which are in English), and other misc. corrections (#1782) 2023-06-26 08:53:44 +02:00
connector_ladx_bizhawk.lua LADX: Fix getting old items over and over again in Bizhawk (#2011) 2023-07-27 16:08:14 +02:00
connector_mmbn3.lua MMBN3: Press program now has proper color index when received remotely (#1918) 2023-06-30 17:34:53 -05:00
connector_oot.lua Docs: Revise all docs mentioning Lua in EmuHawk (which are in English), and other misc. corrections (#1782) 2023-06-26 08:53:44 +02:00
connector_pkmn_rb.lua Docs: Revise all docs mentioning Lua in EmuHawk (which are in English), and other misc. corrections (#1782) 2023-06-26 08:53:44 +02:00
connector_tloz.lua The Legend of Zelda Conntector: Make items obtained counter in save data 16 bits. (#2117) 2023-09-15 20:18:03 +02:00
json.lua Lua: Further centralize code, fix Bizhawk 2.9 (#1685) 2023-04-15 09:17:33 +02:00
lua_5_3_compat.lua Lua: Further centralize code, fix Bizhawk 2.9 (#1685) 2023-04-15 09:17:33 +02:00
socket.lua LADX: Client Fixes (#1934) 2023-07-09 15:17:24 +02:00