summaryrefslogtreecommitdiff
path: root/include/decoration.h
diff options
context:
space:
mode:
authorscnorton <scnorton@biociphers.org>2017-06-02 15:32:00 -0400
committerscnorton <scnorton@biociphers.org>2017-06-02 15:32:00 -0400
commit3d82de46b836c00a617869bf6e2916eeb3cc4fef (patch)
tree49a01785b6e4bf00ef0cd37ad0ecb175adb9745f /include/decoration.h
parent1ef73db9299a79bdb3db15140d8ee59ada985aa9 (diff)
sub_80FF5BC
Diffstat (limited to 'include/decoration.h')
-rw-r--r--include/decoration.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/decoration.h b/include/decoration.h
index 6e4137bcc..b0484c3be 100644
--- a/include/decoration.h
+++ b/include/decoration.h
@@ -1,7 +1,7 @@
#ifndef GUARD_DECORATION_H
#define GUARD_DECORATION_H
-enum {
+enum DecoCat {
/*0*/ DECOCAT_DESK,
/*1*/ DECOCAT_CHAIR,
/*2*/ DECOCAT_PLANT,
@@ -12,7 +12,7 @@ enum {
/*7*/ DECOCAT_CUSHION
};
-enum{
+enum DecoId {
/*000*/ DECOR_NONE,
/*001*/ DECOR_SMALL_DESK,
/*002*/ DECOR_POKEMON_DESK,
@@ -227,6 +227,7 @@ void sub_80FECB8(u8);
void sub_80FECE0(u8);
void sub_80FEF50(u8);
void sub_80FF394(u16, u16, u16);
+void sub_80FF6AC(u8);
void sub_8109DAC(u8);
#endif // GUARD_DECORATION_H