FirenX / emu-coop

Lua scripts for turning 1-player games into 2-player games using inventory sharing.
9 stars 3 forks source link

Item Limits arent shared #9

Open Fouton opened 6 years ago

Fouton commented 6 years ago

Item Limits (aka too many lamps) dont have their counts shared to make future lamp finds or whatever become shared. They are at the addresses 0x7EF39#, so sharing 0x7EF390 to 0x7EF39F on high should solve this issue. Tested and it seemed to work. Unsure if there is any unintended side effects yet but that should be all it takes.