mirror of
				https://github.com/thornAvery/kep-hack.git
				synced 2025-11-04 20:51:02 +13:00 
			
		
		
		
	Update arcanineh.asm
Harcanine didn't get access to Bite before, fixing that now
This commit is contained in:
		
							parent
							
								
									4416062de7
								
							
						
					
					
						commit
						7ddea035df
					
				| 
						 | 
				
			
			@ -10,7 +10,7 @@
 | 
			
		|||
	INCBIN "gfx/pokemon/front/arcanineh.pic", 0, 1 ; sprite dimensions
 | 
			
		||||
	dw ArcanineHPicFront, ArcanineHPicBack
 | 
			
		||||
 | 
			
		||||
	db ROAR, EMBER, ROCK_THROW, TAKE_DOWN ; level 1 learnset, has rock throw for kicks
 | 
			
		||||
	db BITE, ROAR, ROCK_THROW, NO_MOVE ; level 1 learnset, has rock throw for kicks
 | 
			
		||||
	db GROWTH_SLOW ; growth rate
 | 
			
		||||
 | 
			
		||||
	; tm/hm learnset
 | 
			
		||||
| 
						 | 
				
			
			@ -21,4 +21,4 @@
 | 
			
		|||
	; end
 | 
			
		||||
 | 
			
		||||
	db BANK(ArcanineHPicFront)
 | 
			
		||||
	assert BANK(ArcanineHPicFront) == BANK(ArcanineHPicBack)
 | 
			
		||||
	assert BANK(ArcanineHPicFront) == BANK(ArcanineHPicBack)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue