diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-03-28 21:45:24 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-28 21:45:24 -0700 |
commit | a5cd6e8ef4717aad4a055d5acb6ef250e359fc45 (patch) | |
tree | af6bda7abaef6e3dc661a377b1ddb4f02aebe8a7 /include/decoration.h | |
parent | d4c6ef7ae6b47cbc8676eec0a2185d18dd6e1ed0 (diff) | |
parent | 8ba626b3c4b7eabbee56e39f2af65c49adafcd18 (diff) |
Merge pull request #231 from KDSKardabox/master
Player PC
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 c841bbfc1..a51d9ccce 100644 --- a/include/decoration.h +++ b/include/decoration.h @@ -69,5 +69,6 @@ extern EWRAM_DATA u8 gCurDecorationIndex; void sub_8126968(void); void sub_8126AD8(u8 taskId); void sub_8127D38(u16 mapX, u16 mapY, u16 decor); +void sub_8126B2C(u8 taskId); #endif //GUARD_DECORATION_H |