mirror of
				https://github.com/thornAvery/kep-hack.git
				synced 2025-10-31 10:50:59 +13:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			275 B
		
	
	
	
		
			NASM
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			275 B
		
	
	
	
		
			NASM
		
	
	
		
			Executable file
		
	
	
	
	
| UnknownDungeon3_h:
 | |
| 	db CAVERN ; tileset
 | |
| 	db UNKNOWN_DUNGEON_3_HEIGHT, UNKNOWN_DUNGEON_3_WIDTH ; dimensions (y, x)
 | |
| 	dw UnknownDungeon3Blocks, UnknownDungeon3TextPointers, UnknownDungeon3Script ; blocks, texts, scripts
 | |
| 	db $00 ; connections
 | |
| 	dw UnknownDungeon3Object ; objects
 | 
