Welcome to Data Crystal's new home! Data Crystal is now part of the TCRF family (sort of).
The wiki has recently moved; please report any issues in Discord. Pardon the dust.

Pokémon Stadium 2 (International)/ROM map: Difference between revisions

From Data Crystal
Jump to navigation Jump to search
No edit summary
Line 60: Line 60:
* <tt>0x1D8C200-0x1D8C2A7</tt> : Pokémon info text
* <tt>0x1D8C200-0x1D8C2A7</tt> : Pokémon info text
* <tt>0x1D8C2D0-0x1D8C2F8</tt> : Pokémon condition text
* <tt>0x1D8C2D0-0x1D8C2F8</tt> : Pokémon condition text
* <tt>0x1D8C49C-0x1D8CA97</tt> : Team registration text
* <tt>0x1D8CDA4-0x1D8DD8E</tt> : Battle text
* <tt>0x1D8DDD9-0x1D8DEE1</tt> : Pre-battle text (Pokémon selection)
* <tt>0x1D8E0A4-0x1D8E0FD</tt> : Johto badges
* <tt>0x1D8E0FF-0x1D8E1E0</tt> : Post-battle text
* <tt>0x1D8E1FF-0x1D8E2AB</tt> : Between battles text
* <tt>0x1D8E2AD-0x1D8E3FC</tt> : Gym names
* <tt>0x1D8E3FE-0x1D8E4D1</tt> : Cup names #1
* <tt>0x1D8E528-0x1D8E5B7</tt> : Cup names #2
* <tt>0x1D8E608-0x1D8E8A7</tt> : Achievements text
* <tt>0x1D8E9A8-0x1D8FAC8</tt> : Rules text

Revision as of 01:51, 31 March 2014

Chip tiny.png 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

  • 0x1708494-0x1708C00 : Little Cup Rental Pokémon
  • 0x1708CB4-0x170B1D0 : Prime Cup / Free Battle Rental Pokémon
  • 0x170BBA4-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

Pokémon and Pokédex text

  • 0x1D718B8-0x1D720DF : Pokémon names
  • 0x1D724E0-0x1D72C9F : Pokémon species
  • 0x1D730A0-0x1D736BF : Pokémon sizes
  • 0x1D73AB0-0x1D740C6 : Pokémon weights
  • 0x1D744C0-0x1D7A551 : Pokédex descriptions (Gold / Silver)
  • 0x1D7A950-0x1D809A7 : Pokédex descriptions (Cristal)
  • 0x1D80DA0-0x1D8170C : Moves names
  • 0x1D81B00-0x1D86CC2 : Moves descriptions
  • 0x1D870BC-0x1D878EB : Items names (Gold / Silver / Cristal)
  • 0x1D87CEC-0x1D8910D : Items descriptions (Gold / Silver / Cristal)
  • 0x1D89110-0x1D89AB0 : TMs/HMs moves informations (Gold / Silver / Cristal)
  • 0x1D89EBC-0x1D8A1E0 : Items names (Red / Blue / Yellow)
  • 0x1D8A252-0x1D8A35E : TMs/HMs names (Red / Blue / Yellow)
  • 0x1D8A76E-0x1D8B6AD : Items descriptions
  • 0x1D8B710-0x1D8C0A3 : TMs/HMs moves informations (Red / Blue / Yellow)
  • 0x1D8C100-0x1D8C172 : Types names
  • 0x1D8C200-0x1D8C2A7 : Pokémon info text
  • 0x1D8C2D0-0x1D8C2F8 : Pokémon condition text
  • 0x1D8C49C-0x1D8CA97 : Team registration text
  • 0x1D8CDA4-0x1D8DD8E : Battle text
  • 0x1D8DDD9-0x1D8DEE1 : Pre-battle text (Pokémon selection)
  • 0x1D8E0A4-0x1D8E0FD : Johto badges
  • 0x1D8E0FF-0x1D8E1E0 : Post-battle text
  • 0x1D8E1FF-0x1D8E2AB : Between battles text
  • 0x1D8E2AD-0x1D8E3FC : Gym names
  • 0x1D8E3FE-0x1D8E4D1 : Cup names #1
  • 0x1D8E528-0x1D8E5B7 : Cup names #2
  • 0x1D8E608-0x1D8E8A7 : Achievements text
  • 0x1D8E9A8-0x1D8FAC8 : Rules text