If you are still using the old URL (datacrystal.romhacking.net), please update your bookmarks! The old URL may stop working soon.
The current URL is datacrystal.tcrf.net.
The current URL is datacrystal.tcrf.net.
Pokémon Stadium 2 (International)/ROM map: Difference between revisions
Jump to navigation
Jump to search
Mantidactyle (talk | contribs) |
Mantidactyle (talk | contribs) mNo edit summary |
||
Line 4: | Line 4: | ||
Moves data structure is as follow :<br /> | Moves data structure is as follow :<br /> | ||
uu vv ww xx yy zz<br /> | uu vv ww xx yy zz<br /> | ||
uu : Effect | uu : Effect id<br /> | ||
vv : Power<br /> | vv : Power<br /> | ||
ww : Type<br /> | ww : Type id<br /> | ||
xx : Accuracy<br /> | xx : Accuracy<br /> | ||
yy : PP<br /> | yy : PP<br /> | ||
Line 29: | Line 29: | ||
Pokémon Base Stats structure is as follow :<br /> | Pokémon Base Stats structure is as follow :<br /> | ||
rr ss tt uu vv ww xx yy zz<br /> | rr ss tt uu vv ww xx yy zz<br /> | ||
rr: Pokémon | rr: Pokémon id<br /> | ||
ss: Base HP<br /> | ss: Base HP<br /> | ||
tt : Base Attack<br /> | tt : Base Attack<br /> | ||
Line 36: | Line 36: | ||
ww : Base Special Attack<br /> | ww : Base Special Attack<br /> | ||
xx : Base Special Defense<br /> | xx : Base Special Defense<br /> | ||
yy : Type 1<br /> | yy : Type id 1<br /> | ||
zz : Type 2<br /> | zz : Type id 2<br /> | ||
* <tt>0x0x98F20</tt> / <tt>0x0x23E90A3</tt> / <tt>0x0x23EBFC0</tt> : Pokémon Base Stats | * <tt>0x0x98F20</tt> / <tt>0x0x23E90A3</tt> / <tt>0x0x23EBFC0</tt> : Pokémon Base Stats |
Revision as of 01:42, 28 March 2014
The following article is a ROM map for Pokémon Stadium 2 (International).
Moves data
Moves data structure is as follow :
uu vv ww xx yy zz
uu : Effect id
vv : Power
ww : Type id
xx : Accuracy
yy : PP
zz : Probability
- 0x98430 - 0x98A12 : Moves data
Rental Pokémon
Rental Pokémon structure is as follow :
uu vv 00 00 ww ww ww ww 00 xx yy yy yy yy yy yy yy yy yy yy zz zz
uu : Level
vv : Specie id
ww : Moveset
xx : Happiness
yy : Stat exp
zz : IVs
- 0x1708498-0x1708C00 : Little Cup Rental Pokémon
- 0x1708CB8-0x170B1D0 : Prime Cup / Free Battle Rental Pokémon
- 0x170BBA8-0x170D220 : Poké Cup / Gym Leader Castle Rental Pokémon
Pokémon Base Stats
Pokémon Base Stats structure is as follow :
rr ss tt uu vv ww xx yy zz
rr: Pokémon id
ss: Base HP
tt : Base Attack
uu : Base Defense
vv : Base Speed
ww : Base Special Attack
xx : Base Special Defense
yy : Type id 1
zz : Type id 2
- 0x0x98F20 / 0x0x23E90A3 / 0x0x23EBFC0 : Pokémon Base Stats