mirror of
				https://github.com/Zelda64Recomp/Zelda64Recomp.git
				synced 2025-10-30 08:03:03 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
	
		
			598 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
	
		
			598 B
		
	
	
	
		
			Text
		
	
	
	
	
	
__start = 0x80000000;
 | 
						|
 | 
						|
/* Static symbols that aren't in the elf */
 | 
						|
sSceneEntranceTable = 0x801C5720;
 | 
						|
 | 
						|
/* Dummy addresses that get recompiled into function calls */
 | 
						|
recomp_puts = 0x8F000000;
 | 
						|
recomp_exit = 0x8F000004;
 | 
						|
recomp_handle_quicksave_actions = 0x8F000008;
 | 
						|
recomp_handle_quicksave_actions_main = 0x8F00000C;
 | 
						|
osRecvMesg_recomp = 0x8F000010;
 | 
						|
osSendMesg_recomp = 0x8F000014;
 | 
						|
recomp_get_gyro_deltas = 0x8F000018;
 | 
						|
recomp_get_aspect_ratio = 0x8F00001C;
 | 
						|
recomp_get_pending_warp = 0x8F000020;
 | 
						|
recomp_powf = 0x8F000024;
 | 
						|
recomp_get_target_framerate = 0x8F000028;
 | 
						|
recomp_get_targeting_mode = 0x8F00002C;
 |