answersLogoWhite

0

You use PokeBlocks for bait. First you need the Pokeblock case from one of the kids in the first contest hall that you encounter. then you need berries. finally, you need at least one more character to help you spin the Berry Blender. Then...voila! PokeBlocks!

Note: you don't need bait to get all the Pokemon in the Safari Zone. just stay in one square of grass and rotate. this way, you will encounter almost all the Pokemon in that area, and you won't use up steps!

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What ocean zone does lobster live in?

int


In heart gold and soul silver when can I start placing items int he Safari Zone?

when you past the old man, baoboas, test. you have to catch a geodude and a sandshrew. talk to him while he is setting in his chair and he will tell you all about it.


What is the bait for ET int the movieThe Extra Terestrial?

Recees Pieces. More Info: They Were Originally Going To Be M&Ms.


In Pokemon FireRed how do you get swim?

The Answer posted here before was incorrect. You can not swim in the game, but you may surf on one of your Pokemon by teaching them the HM surf. This can be obtained by reaching Fuschia City which is where the fifth gym is. Go into the safari zone there and obtain surf in the deepest part of it.There is nothing called ''swim'' in Pokemon Fire Red, buy i guess you mean the move Surf, that (if you beat a certain gym) give you the possibility of surfing on the water. Surf is obtained by:1.Go to the Safari Zone in Fuchsia city.2.Go as far away as possible in the Safari Zone.3.In the house there, a guy will give you the move Surf.Hope it helps!/LoveLaprasyou need the HM surf


30 examples of variables?

int n1; int n2; int n3; int n4; int n5; int n6; int n7; int n8; int n9; int n10; int n11; int n12; int n13; int n14; int n15; int n16; int n17; int n18; int n19; int n20; int n21; int n22; int n23; int n24; int n25; int n26; int n27; int n28; int n29; int n30;


How do declare function pointer having two integer parameters and returning integer pointers?

// declare a function int* function(int, int); or int* (function)(int, int); // declare a pointer to a function int* (*pointer_to_function)(int, int);


What ocean zone does a lobster live in?

Many clams live in the intertidal zone. These clams mostly burrow into the sand to protect themselves from predators like some crabs, humans, and seagulls.


Get size of int using sizeoff?

printf ("sizeof (int) = %d\n", (int)sizeof (int));


C program to find LCMof three integers?

int LCM3 (int a, int b, int c) { return LCM2 (a, LCM2 (b, c)); } int LCM2 (int a, int b) { return a*b/GCD2(a, b); }


C plus plus prog a function sum that returns the sum of all Values in the given array int sum int list int arraySize?

int sum(int list[], int arraySize) { int sum=0; for(int i=0; i<arraySize; ++i ) sum+=list[i]; return(sum); }


What is the difference between function and recursive function?

I will explain in the easiest way the difference between the function and recursive function in C language. Simple Answer is argument of the function is differ but in the recursive function it is same:) Explanation: Function int function(int,int)// function declaration main() { int n; ...... ...... n=function(a,b); } int function(int c,int d) { ...... ...... ...... } recursive Function: int recursive(int,int)// recursive Function declaration main() { int n; ..... ..... ..... ..... n=recursive(a,b); } int recursive(int a,int b) { ..... .... .... .... } Carefully see, In the recursive Function the function arguments are same.


What is full form of int?

INT