 ed721dd0c1
			
		
	
	ed721dd0c1
	
	
	
		
			
			* magnifying lens changes
https://github.com/daid/LADXR/pull/156
* restore enemy visibility in mermaid statue cave
https://github.com/daid/LADXR/pull/155
* mermaid statue scale bugfix
https://github.com/daid/LADXR/pull/163
* restore vanilla map when rooster is an item
https://github.com/daid/LADXR/pull/132
* fix
* fixes to magnifying lens changes
* load marin singing even if you have marin date
4feb3099a3
* Revert "load marin singing even if you have marin date"
This reverts commit a7a546ed3f7a2b9c9bcb095984cc64319a4f7855.
* always patch tradequest
not upstream, but included in this PR because it touches the same parts of the code. https://discord.com/channels/731205301247803413/1227373762412937347
* marin date fix
* fix logic
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			126 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			126 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| from .droppedKey import DroppedKey
 | |
| 
 | |
| 
 | |
| class BirdKey(DroppedKey):
 | |
|     def __init__(self):
 | |
|         super().__init__(0x27A)
 |