diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-10-26 21:39:34 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-10-26 21:39:34 -0400 |
commit | 135da0136fe52c08b5c43c9d33c1dde748506928 (patch) | |
tree | 6fb65700e998705c6c2212ca3a9a4f4fa997d7c2 /include | |
parent | de5d9361f9d955237ed137b27563bbf3403956c5 (diff) |
through game_continue
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 |