shithub: pokered

ref: dcaca64f5e4ab1e39a9004585c9223173611eaf2
dir: /data/wildPokemon/seafoamisland1.asm/

View raw version
IslandMons1:
	db $0F
	IF DEF(_RED)
		db 30,SEEL
		db 30,SLOWPOKE
		db 30,SHELLDER
		db 30,HORSEA
		db 28,HORSEA
		db 21,ZUBAT
		db 29,GOLBAT
		db 28,PSYDUCK
		db 28,SHELLDER
		db 38,GOLDUCK
	ENDC
	IF DEF(_BLUE)
		db 30,SEEL
		db 30,PSYDUCK
		db 30,STARYU
		db 30,KRABBY
		db 28,KRABBY
		db 21,ZUBAT
		db 29,GOLBAT
		db 28,SLOWPOKE
		db 28,STARYU
		db 38,SLOWBRO
	ENDC
	db $00