summaryrefslogtreecommitdiff
path: root/include/decoration.h
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-09-21 20:43:41 -0700
committerYamaArashi <shadow962@live.com>2016-09-21 20:43:41 -0700
commit2ac23e201bddac0793e763c907f7e4ae362236e4 (patch)
tree9bbfe1011c87e690c9bb2a7c5cf31f84b3cee754 /include/decoration.h
parent8805b045034d9dcc687a178881b94bc6d87f035d (diff)
decompile rest of script commands
Diffstat (limited to 'include/decoration.h')
-rw-r--r--include/decoration.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/include/decoration.h b/include/decoration.h
new file mode 100644
index 000000000..4bad93d1f
--- /dev/null
+++ b/include/decoration.h
@@ -0,0 +1,16 @@
+#ifndef GUARD_DECORATION_H
+#define GUARD_DECORATION_H
+
+struct Decoration
+{
+ u8 id;
+ u8 name[16];
+ u8 decor_field_11;
+ u8 decor_field_12;
+ u8 decor_field_13;
+ u16 price;
+ u8 *description;
+ void *tiles;
+};
+
+#endif // GUARD_DECORATION_H