mirror of
				https://github.com/thornAvery/jep-hack.git
				synced 2025-11-04 21:01:01 +13:00 
			
		
		
		
	
		
			
				
	
	
		
			24 lines
		
	
	
		
			388 B
		
	
	
	
		
			NASM
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			388 B
		
	
	
	
		
			NASM
		
	
	
	
	
	
	object_const_def
 | 
						|
 | 
						|
SixIsland_MapScripts:
 | 
						|
	def_scene_scripts
 | 
						|
 | 
						|
	def_callbacks
 | 
						|
	callback MAPCALLBACK_NEWMAP, SixIslandFlypointCallback
 | 
						|
 | 
						|
SixIslandFlypointCallback:
 | 
						|
	setflag ENGINE_FLYPOINT_SIX_ISLAND
 | 
						|
	endcallback
 | 
						|
 | 
						|
SixIsland_MapEvents:
 | 
						|
	db 0, 0 ; filler
 | 
						|
 | 
						|
	def_warp_events
 | 
						|
	warp_event 6, 27, DEBUG_ROOM, 1
 | 
						|
	warp_event 7, 27, DEBUG_ROOM, 1
 | 
						|
	
 | 
						|
	def_coord_events
 | 
						|
 | 
						|
	def_bg_events
 | 
						|
 | 
						|
	def_object_events |