Many bugfixes
* Fixed inverted generation issues with pottery option * Moved SRAM according to SRAM standard * Removed equitable algorithm * Upped TFH goal limit to 254 * Cuccos should no longer cause trap door rooms to not open * Added double click fix for install.py * Fix for pottery item palettes near bonkable torches * Fix for multiworld progression balancing would place Nothing or Arrow items
This commit is contained in:
@@ -90,8 +90,8 @@ INGAME_MODES = {0x07, 0x09, 0x0b}
|
||||
SAVEDATA_START = WRAM_START + 0xF000
|
||||
SAVEDATA_SIZE = 0x500
|
||||
|
||||
POT_ITEMS_SRAM_START = WRAM_START + 0x016600
|
||||
SPRITE_ITEMS_SRAM_START = WRAM_START + 0x016850
|
||||
POT_ITEMS_SRAM_START = WRAM_START + 0x016018
|
||||
SPRITE_ITEMS_SRAM_START = WRAM_START + 0x016268
|
||||
ITEM_SRAM_SIZE = 0x250
|
||||
|
||||
RECV_PROGRESS_ADDR = SAVEDATA_START + 0x4D0 # 2 bytes
|
||||
|
||||
Reference in New Issue
Block a user