mirror of
				https://github.com/thornAvery/kep-hack.git
				synced 2025-10-30 18:39:18 +13:00 
			
		
		
		
	 8fd91dcb90
			
		
	
	
		8fd91dcb90
		
	
	
	
	
		
			
			Already added to the spreadsheet. Did you know that Seafoam Islands' water didn't give wild encounters until Yellow?
		
			
				
	
	
		
			17 lines
		
	
	
		
			323 B
		
	
	
	
		
			NASM
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			323 B
		
	
	
	
		
			NASM
		
	
	
	
	
	
| VictoryRoad1FWildMons:
 | |
| 	def_grass_wildmons 15 ; encounter rate
 | |
| 	db 39, MACHOKE
 | |
| 	db 38, ONIX
 | |
| 	db 39, GOLBAT
 | |
| 	db 38, GRAVELER
 | |
| 	db 39, SANDSLASH
 | |
| 	db 40, GOLBAT
 | |
| 	db 40, GAVILLAIN
 | |
| 	db 40, RHYHORN
 | |
| 	db 40, MAROWAK
 | |
| 	db 42, HITMONTOP ; LGPE Rare Spawn
 | |
| 	end_grass_wildmons
 | |
| 
 | |
| 	def_water_wildmons 0 ; encounter rate
 | |
| 	end_water_wildmons
 |