PoD mislabel/softlock fix
Two addresses for PoD item locations were reversed, causing items to be placed with incorrect assumptions. This fixes that problem.
This commit is contained in:
		
							parent
							
								
									572cffc264
								
							
						
					
					
						commit
						97c7fdaf59
					
				| 
						 | 
				
			
			@ -458,10 +458,10 @@ location_table = {'Mushroom': (0x180013, False, 'in the woods'),
 | 
			
		|||
                  'Turtle Rock - Eye Bridge - Top Right': (0xEA28, False, 'in Turtle Rock'),
 | 
			
		||||
                  'Turtle Rock - Trinexx': (0x180159, False, 'with Trinexx'),
 | 
			
		||||
                  'Palace of Darkness - Shooter Room': (0xEA5B, False, 'in Palace of Darkness'),
 | 
			
		||||
                  'Palace of Darkness - The Arena - Bridge': (0xEA3A, False, 'in Palace of Darkness'),
 | 
			
		||||
                  'Palace of Darkness - The Arena - Bridge': (0xEA3D, False, 'in Palace of Darkness'),
 | 
			
		||||
                  'Palace of Darkness - Stalfos Basement': (0xEA49, False, 'in Palace of Darkness'),
 | 
			
		||||
                  'Palace of Darkness - Big Key Chest': (0xEA37, False, 'in Palace of Darkness'),
 | 
			
		||||
                  'Palace of Darkness - The Arena - Ledge': (0xEA3D, False, 'in Palace of Darkness'),
 | 
			
		||||
                  'Palace of Darkness - The Arena - Ledge': (0xEA3A, False, 'in Palace of Darkness'),
 | 
			
		||||
                  'Palace of Darkness - Map Chest': (0xEA52, False, 'in Palace of Darkness'),
 | 
			
		||||
                  'Palace of Darkness - Compass Chest': (0xEA43, False, 'in Palace of Darkness'),
 | 
			
		||||
                  'Palace of Darkness - Dark Basement - Left': (0xEA4C, False, 'in Palace of Darkness'),
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue