diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-11-02 07:59:29 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-11-02 07:59:29 -0400 |
commit | ab3b8cd51a88f02dbdb72c276a1c35591e8331f4 (patch) | |
tree | 29d5e0c8c1aa2ddd211b65c0160af98044d76678 /include/decoration.h | |
parent | 6543d7f2d6e7e12e159588f494895ba02b7d5090 (diff) | |
parent | af197ccd3bd62fab813154dc4311e65f9992a676 (diff) |
Merge branch 'master' into heal_location
Diffstat (limited to 'include/decoration.h')
-rw-r--r-- | include/decoration.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/decoration.h b/include/decoration.h index adefb2fd1..ead621c5f 100644 --- a/include/decoration.h +++ b/include/decoration.h @@ -191,5 +191,7 @@ extern EWRAM_DATA u8 *gCurDecorInventoryItems; extern EWRAM_DATA u8 gCurDecorationIndex; void sub_8126968(void); +void sub_8126AD8(u8 taskId); +void sub_8127D38(u16 mapX, u16 mapY, u16 decor); #endif //GUARD_DECORATION_H |