This Text file is old! In a 🏛️Museum, an unsorted archive of (user-)pages. (Saved from Geocities in Oct-2009. The archival story: oocities.org)
--------------------------------------- (To 🚫report any bad content: archivehelp @ gmail.com)
>


You will need the list that it says to dowload on the site(http://www.f71.cjb.net)

Adding New Attacks
==================

Adding new attacks to Pokemon is totally different from editing the attacks. This attack has to be feeded to Pokemon and let them learn it after a particular Level.

eg. Bulbasaur Learns Leech Seed in Level 7.
You can feed the new attack to it and let it learn at level 8.

Okie, before you start anything there are a couple of things you need to know cause this is more complicated than the other changes.

You will need to have
1)The Pokemon Sequence, eg. 01=Rhydon and 02=Kangaskhan
2)The attack effects such as Freeze, Burn, Paralyse etc

You may download these 2 files at http://www.f71.cjb.net/docs





Okie, now we can start this Document.

First of all, we need to give your attack a name.
The address you need to go to to add this attack is B060E.

Here, you will find the last attack "STRUGGLE" ending with a Hex Value of "50".

Now, type in the name of your attack after that "50" say you wanted an attack called "HAMMER". OKie before you actually enter the name "HAMMER". YOu got to know the HEX representative for each alphabet.

Here is the list.
A=80, B=81, C=82 ............. Z=99.

With the list, "HAMMER" will be "87 80 8C 8C 84 94" and then end it with a 50 to make it "87 80 8C 8C 84 94 50"

And the name add part is now done.

Next, we need to move on to edit the new attack's Information.

The starting address is at 383DE and here is the format for it;
383DE = Attack Number ; 383DF = Stats ; 383E0 = Attack Power ;
383E1 = Attack Type ; 383E2 = Accuracy ; 383E3 = Number of Hits.

The last attack "STRUGGLE" is represented by "A5". Therefore your new attack will jolly well be "A6".

Lets say you want your "HAMMER" to be have a paralyse effect with attack power of 50, a dragon type attack, having an accuracy of 100% and 10 hits.

If this is the case, the paralyse effect will be represented by "43" which I stat in the list downloaded. The Attack Power is 50 which is actually "32" in Hex Format. The attack type is a Dragon Type which is represented by a "1A".The accuracy is 100% which means 255/255 and therefore is represented by "FF" in Hex. Finally, you want it to have 10 Hits which is simply "0A" in Hex Format.


Therefore at

383DE, Type in A6 to indicate the new attack
383DF, Type in 43 to indicate a Paralyse effect
383E0, Type in 32 to indicate an attack power of 50
383E1, Type in 1A to indicate its a Dragon Attack
383E2, Type in FF to indicate a 100% Accuracy
383E3, Type in 0A to indicate 10 Hits

Play around with these values and edit its statistics.
With this, the attack information is completed.



GIVING THE ATTACK TO A POKEMON


Finally, you got to feed the attack to a Pokemon so it is able to learn that attack. This is the most complicated part of this Document.

You need to know the sequence pattern of the 151 Pokemon. This is shown on one of the list you downloaded earlier.

eg. 98=Starmie , 99=Bulbasaur and 9A=Venusaur.

For Bulbasuar the starting address is 3B848 and you should know that before this address is the data for Starmie and after is the data for Venusaur and so on and so for.

In 3B348, which is Bulbasaur attack list, you will see something like this:
07 49 10 AB .............

"07" simply means Level 7 and "49" is the attack it learns in Level 7 and so on till it reaches the end. This is complicated because you need to have the ability to indentify the start and end of each list AND which Pokemon belongs to that list.

Okie, if you want your Pokemon to learn "HAMMER" at Level 8.
Juz change the Value of "07""49" to "08""A6" where "A6" is the new attack you created.

After that, you are done! To reduce your burden, I found out a few starting address of different Pokemon which youo might want to have or you can use it for a Refernce.

Eg. You wanted to edit it for Venusaur and by knowing the address for Bulbasaur, the next attack list is Venusaur's. Easy?

Here they are:
Charmander : 3B93C
Bulbasaur : 3B848
Blastiose : 3B347
I am sorry cause these are the few I have found out. You can either find out the rest and tell me about it or wait till I research some more.

OKie, after you feeded the attack, everything is completed and save it and then activate your game. Play it till your edited Pokemon gets to Level 8 and it will learn "HAMMER".

Have Fun.

Text file Source (historic): geocities.com/fudge71romhacking


(to report bad content: archivehelp @ gmail)