diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/decoration.h | 1 | ||||
-rwxr-xr-x | include/event_scripts.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/include/decoration.h b/include/decoration.h index f4f34d8b5..ead621c5f 100644 --- a/include/decoration.h +++ b/include/decoration.h @@ -191,6 +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 diff --git a/include/event_scripts.h b/include/event_scripts.h index 6e8c4719f..84067516a 100755 --- a/include/event_scripts.h +++ b/include/event_scripts.h @@ -362,5 +362,6 @@ extern const u8 gPokeNewsTextBlendMaster_Upcoming[]; extern const u8 gPokeNewsTextBlendMaster_Ongoing[]; extern const u8 gPokeNewsTextBlendMaster_Ending[]; extern const u8 gText_ApostropheSBase[]; +extern const u8 gText_NoRegistry[]; #endif //GUARD_EVENT_SCRIPTS_H |