#3 PokemonBaseStats #4 <PokemonBaseStats>

Object information
Path
['_pokemon_base_stats', 3]
Type
PokemonBaseStats
Address
0x38432
Size
0x1c
Pointer
-
Type information
Name
PokemonBaseStats
Repr
<class 'datamijn.dmtypes.Struct'>
Bases
(<class 'datamijn.dmtypes.Struct'>,)

repr:

<PokemonBaseStats num 4>
        

_pretty_repr:

PokemonBaseStats {
  num: 4
  stats: {
    hp: 39
    attack: 52
    defense: 43
    speed: 65
    special: 50
  }
  type: [
    -> types(20, ('types',)),
    -> types(20, ('types',)),
  ]
  catch_rate: 45
  exp_yield: 65
  pic_width: 5
  pic_height: 5
  ptr_frontpic: 23644
  ptr_backpic: 23900
  starting_moves: [
    -> moves(9, ('moves',)),
    -> moves(44, ('moves',)),
    None,
    None,
  ]
  growth_rate: -> growth_rates(3, ('growth_rates',))
  tms: [
    1,
    0,
    1,
    0,
    1,
    1,
    0,
    1,
    1,
    1,
    0,
    0,
    0,
    0,
    0,
    0,
    1,
    1,
    1,
    1,
    0,
    0,
    1,
    0,
    0,
    0,
    0,
    1,
    0,
    0,
    1,
    1,
    1,
    1,
    0,
    0,
    0,
    1,
    1,
    1,
    0,
    0,
    0,
    1,
    0,
    0,
    0,
    0,
    0,
    1,
    1,
    0,
    0,
    1,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
  ]
}