Make keys, pendants, crystals and agahnim fights "events", which we sweep for everytime we have new unlock potential. Simplifies searching for items significantly.

This commit is contained in:
LLCoolDave
2017-06-17 14:40:37 +02:00
parent 1fe6774ba0
commit a73dba985f
7 changed files with 152 additions and 112 deletions

View File

@@ -155,4 +155,6 @@ item_table = {'Bow': (True, False, False, False, 0x0B, 'You have\nchosen the\nar
'Big Key (Ganons Tower)': (False, False, True, False, 0x32, None, None, None, None, None, None),
'Compass (Ganons Tower)': (False, True, False, False, 0x25, None, None, None, None, None, None),
'Map (Ganons Tower)': (False, True, False, False, 0x33, None, None, None, None, None, None),
'Nothing': (False, False, False, False, 0x5A, 'Some Hot Air', None, None, None, None, None)}
'Nothing': (False, False, False, False, 0x5A, 'Some Hot Air', None, None, None, None, None),
'Beat Agahnim 1': (True, False, False, False, None, None, None, None, None, None, None),
'Beat Agahnim 2': (True, False, False, False, None, None, None, None, None, None, None)}