diff options
author | Marcus Huderle <huderlem@gmail.com> | 2017-10-16 11:52:25 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-16 11:52:25 -0700 |
commit | e424136fc5e648084125775e45f9084c33ea7303 (patch) | |
tree | 7ec979bc8481b2c2d55874aef3e9004ddb715781 /include/decoration.h | |
parent | 7d657ef56716fd01bacf4a47df50ad0ec3d03b10 (diff) | |
parent | a6d2bfaebd16940fc0ac1be3ca29caf0888296ca (diff) |
Merge pull request #446 from PikalaxALT/secret_base
[Please merge | WIP] Secret base
Diffstat (limited to 'include/decoration.h')
-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 2e72e305a..1b83964d9 100644 --- a/include/decoration.h +++ b/include/decoration.h @@ -291,6 +291,7 @@ extern void sub_8134104(u8); // src/decoration_inventory extern bool8 sub_807D770(void); 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); |