summaryrefslogtreecommitdiff
path: root/spec/ability.fspec
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ability.fspec')
-rw-r--r--spec/ability.fspec11
1 files changed, 11 insertions, 0 deletions
diff --git a/spec/ability.fspec b/spec/ability.fspec
new file mode 100644
index 0000000..3c2c890
--- /dev/null
+++ b/spec/ability.fspec
@@ -0,0 +1,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;
+};