Adds Link's Awakening: DX. Fully imports and forks LADXR, with permission - https://github.com/daid/LADXR
		
			
				
	
	
		
			4 lines
		
	
	
		
			108 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			108 B
		
	
	
	
		
			Python
		
	
	
	
	
	
 | 
						|
def fixTrendy(rom):
 | 
						|
    rom.patch(0x04, 0x2F29, "04", "02")  # Patch the trendy game shield to be a ruppee
 |