mirror of
				https://github.com/thornAvery/kep-hack.git
				synced 2025-10-31 10:50:59 +13:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			292 B
		
	
	
	
		
			NASM
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			292 B
		
	
	
	
		
			NASM
		
	
	
		
			Executable file
		
	
	
	
	
| DiglettsCaveRoute2_h:
 | |
| 	db CAVERN ; tileset
 | |
| 	db DIGLETTS_CAVE_EXIT_HEIGHT, DIGLETTS_CAVE_EXIT_WIDTH ; dimensions (y, x)
 | |
| 	dw DiglettsCaveRoute2Blocks, DiglettsCaveRoute2TextPointers, DiglettsCaveRoute2Script ; blocks, texts, scripts
 | |
| 	db $00 ; connections
 | |
| 	dw DiglettsCaveRoute2Object ; objects
 | 
