diff options
author | scnorton <scnorton@biociphers.org> | 2017-06-02 15:32:00 -0400 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2017-06-02 15:32:00 -0400 |
commit | 3d82de46b836c00a617869bf6e2916eeb3cc4fef (patch) | |
tree | 49a01785b6e4bf00ef0cd37ad0ecb175adb9745f /include/decoration.h | |
parent | 1ef73db9299a79bdb3db15140d8ee59ada985aa9 (diff) |
sub_80FF5BC
Diffstat (limited to 'include/decoration.h')
-rw-r--r-- | include/decoration.h | 5 |
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 |