summaryrefslogtreecommitdiff
path: root/spec/ability.fspec
blob: 3c2c8904afb16d14b0766302964f631efedd35d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Abilities
struct ability {
   u16 index;
   u16 icon_id;
   u16 mp_cost;
   u16 unknown;
   u16 targets;
   u8 name[32] = sjis; // The kind actually depends on ROM section
   u8 description[256] = sjis; // ^ Ditto, we probably can't express this
   u8 padding[726] = pad;
};