This adds support to most of Varia's 20221101 update. Notably, added Options for: - Objectives - Tourian - RelaxedRoundRobinCF As well as previously unsupported Options: - EscapeRando - RemoveEscapeEnemies - HideItems
		
			
				
	
	
		
			6 lines
		
	
	
		
			188 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			188 B
		
	
	
	
		
			Python
		
	
	
	
	
	
import Utils
 | 
						|
 | 
						|
# version displayed on the title screen, must be a max 32 chars [a-z0-9.-] string
 | 
						|
# either 'beta' or 'r.yyyy.mm.dd'
 | 
						|
displayedVersion = 'r.2022.11.01-ap.' + Utils.__version__
 |