diff options
author | Marcus Huderle <huderlem@gmail.com> | 2019-04-05 16:11:24 -0500 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-04-05 16:24:57 -0500 |
commit | 033580da9623d6519c35efcb3594552d3389772d (patch) | |
tree | 8e054f7f825798578269284c96b14bf2df4b640f /include/decoration.h | |
parent | 9a11764b5208a71d346f14eb61703588bd210116 (diff) |
Document secret base
Diffstat (limited to 'include/decoration.h')
-rw-r--r-- | include/decoration.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/decoration.h b/include/decoration.h index f613c25d2..0e6d6cfdd 100644 --- a/include/decoration.h +++ b/include/decoration.h @@ -9,7 +9,7 @@ enum DecorPerm { DECORPERM_PASS_FLOOR, DECORPERM_BEHIND_FLOOR, DECORPERM_NA_WALL, - DECORPERM_SOLID_MAT + DECORPERM_SPRITE }; enum DecorShape { @@ -68,7 +68,7 @@ extern EWRAM_DATA u8 gCurDecorationIndex; void sub_8126968(void); void sub_8126AD8(u8 taskId); -void sub_8127D38(u16 mapX, u16 mapY, u16 decor); +void ShowDecorationOnMap(u16 mapX, u16 mapY, u16 decor); void sub_8126B2C(u8 taskId); void sub_8127208(u8 taskId); void sub_8127250(u8 *dest, u8 decorCat); |