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)
>

Booda Sacks Tutorial on how to change gym leaders pokemon in g/s

If you downloaded this doc from any where else but http://www.f71.cjb.net please e-mail booda sack @ booda_sack@hotmail.com

Thing you will need for this tutorial are the g/s hexlist of pokemon and its optional a table file.

Changeong a gym leaders pokemon is different to changeing them in pokemon red/blue
(if you wanna know how see my doc on it at f71 rom hacking)

Fist open your rom in a hex editor

note that changing a gym leaders pokemon in g/s only will be soooo much eaier if you have table file 
because when you find the gym leaders name in text in the hex editor their data for the pokemon they use is after thier name
that is why thier is a gap between names

Falkners name is at 399c2 and his pokemon are at 399c9 you will notice that the values are 07 10 that is because
he uses a level 7 pidgey 07 is hex for 7 (note that the level always goes before the pokemon)and 10 which is the hex value 
for pidgey.

These are the values for his first pokemon the values for his second pokemon are a few values away from this
they are at 399d1 the values are 09 11 ,09 for level 9 and 11 for the pidgeotto.

I will give the offset for one more gym leader but you have to find the rest your self

the quick explanation on how to find the values for a gym leaders pokemon is go to the leaders name
then find out what pokemon they use and what levels they are on.
The values for the leaders pokemon are not always direclty after the name and the values for the different pokemon are
not always dirrectly after each other ie falkner uses 2 pokemon and the values for both pokemon are apart from each other.
once you have what pokemon they use and what level they are on check the pokemons hex number and converts its level to hex
and look at all the values after the name to see when they match when they do then u have the values for the pokemon they use

The offset i said i would give you is 

for bugsy he uses L14 Metapod, L14 Kakuna, L16 Scyther

the offset for his name is   399EF

the offsets for his pokemon are , Metapod 399f5(values 0e L14,0b metapod)
                                  Kakuna  399fb(values oe L14,0e,Kakuna)
                                  Scyther 39a01(values 10 L16,7b scyther)

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


(to report bad content: archivehelp @ gmail)