diff options
| author | scnorton <scnorton@biociphers.org> | 2017-07-20 14:34:18 -0400 | 
|---|---|---|
| committer | scnorton <scnorton@biociphers.org> | 2017-07-20 14:34:18 -0400 | 
| commit | 071a1ff58d550078427310f695113d8d44938f31 (patch) | |
| tree | 6f897d110c0fa65760466c8335b9490726c89b07 /include | |
| parent | b2e57bc5b2c173a848e02bbe9687c0eaef72290f (diff) | |
Task_SecretBasePC_Registry
Diffstat (limited to 'include')
| -rw-r--r-- | include/decoration.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/decoration.h b/include/decoration.h index 7a6d8ef5a..376eba7d7 100644 --- a/include/decoration.h +++ b/include/decoration.h @@ -301,6 +301,7 @@ extern void DisplayItemMessageOnField(u8, const u8 *, TaskFunc, u16); // src/men  extern void BuyMenuFreeMemory(void); // src/menu_helpers  extern void sub_8109DAC(u8); // src/trader  extern void ReshowPlayerPC(u8); // src/player_pc +void Task_SecretBasePC_Decoration(u8);  void sub_80FE2B4(void);  void Task_DecorationPCProcessMenuInput(u8); | 
