mirror of
				https://github.com/Ultra-NX/UltraNX.git
				synced 2025-10-30 18:59:57 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
		
			677 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			677 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # The Hundred Line -Last Defense Academy- 1.1.1
 | |
| # BID: EAADF33F510C5853
 | |
| # Last found function with REF: FD 7B BE A9 F3 0B 00 F9 FD 03 00 91 E0 03 01 2A stores some code related to playing above 60 FPS. Look at it if someone will have an issue playing above 60 FPS.
 | |
| 
 | |
| unsafeCheck: true
 | |
| 
 | |
| ALL_FPS:
 | |
|   # FPS Lock
 | |
|   # REF: 1B 41 00 00
 | |
|   -
 | |
|     type: evaluate_write
 | |
|     address: [MAIN, 0xC95D10]
 | |
|     value_type: uint32
 | |
|     value: FRAMETIME_TARGET * 1000
 | |
|   # Unknown value, but set in the same function as FPS lock, so it may be important
 | |
|   # REF: 3C 00 00 00 01 00 00 00 00 00 00 00
 | |
|   -
 | |
|     type: evaluate_write
 | |
|     address: [MAIN, 0xC95CDC]
 | |
|     value_type: uint32
 | |
|     value: FPS_TARGET |