mirror of
				https://github.com/thornAvery/jep-hack.git
				synced 2025-11-04 21:01:01 +13:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			218 B
		
	
	
	
		
			NASM
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			218 B
		
	
	
	
		
			NASM
		
	
	
	
	
	
UpdateItemDescription:
 | 
						|
	ld a, [wMenuSelection]
 | 
						|
	ld [wCurSpecies], a
 | 
						|
	hlcoord 0, 12
 | 
						|
	ld b, 4
 | 
						|
	ld c, SCREEN_WIDTH - 2
 | 
						|
	call Textbox
 | 
						|
	ld a, [wMenuSelection]
 | 
						|
	cp -1
 | 
						|
	ret z
 | 
						|
	decoord 1, 14
 | 
						|
	farcall PrintItemDescription
 | 
						|
	ret
 |