diff options
author | Marijn van der Werf <marijn.vanderwerf@gmail.com> | 2017-05-26 14:53:51 +0200 |
---|---|---|
committer | Marijn van der Werf <marijn.vanderwerf@gmail.com> | 2017-05-26 15:40:11 +0200 |
commit | 4d2b22a899c11dfcacfec6889968ab01655a3fe3 (patch) | |
tree | 046ea9bcc455ab967a6cfa7676f02870f68c881b /include/decoration.h | |
parent | 49dbd87051650e06248ed4e70fbe4b623a8db779 (diff) |
Add headers
Diffstat (limited to 'include/decoration.h')
-rw-r--r-- | include/decoration.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/decoration.h b/include/decoration.h index d041a8007..f77c3ce3f 100644 --- a/include/decoration.h +++ b/include/decoration.h @@ -15,5 +15,9 @@ struct Decoration extern struct Decoration gDecorations[0x77]; extern void sub_80FF394(u16 unkr0, u16 unkr1, u16 unkr2); +void DoPlayerPCDecoration(u8); +void sub_80FEC94(u8 arg0); +void sub_80FECB8(u8 arg0); +void sub_80FECE0(u8 arg0); #endif // GUARD_DECORATION_H |