mirror of
				https://github.com/thornAvery/kep-hack.git
				synced 2025-10-31 10:50:59 +13:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			329 B
		
	
	
	
		
			NASM
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			329 B
		
	
	
	
		
			NASM
		
	
	
		
			Executable file
		
	
	
	
	
| ViridianForestEntrance_h:
 | |
| 	db FOREST_GATE ; tileset
 | |
| 	db VIRIDIAN_FOREST_ENTRANCE_HEIGHT, VIRIDIAN_FOREST_ENTRANCE_WIDTH ; dimensions (y, x)
 | |
| 	dw ViridianForestEntranceBlocks, ViridianForestEntranceTextPointers, ViridianForestEntranceScript ; blocks, texts, scripts
 | |
| 	db $00 ; connections
 | |
| 	dw ViridianForestEntranceObject ; objects
 | 
