diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/cable_club.h | 1 | ||||
-rw-r--r-- | include/field_screen.h | 1 | ||||
-rw-r--r-- | include/fldeff_80F9BCC.h | 2 | ||||
-rw-r--r-- | include/link.h | 3 | ||||
-rw-r--r-- | include/overworld.h | 1 | ||||
-rw-r--r-- | include/strings.h | 1 |
6 files changed, 8 insertions, 1 deletions
diff --git a/include/cable_club.h b/include/cable_club.h index adb0c4f90..44831235c 100644 --- a/include/cable_club.h +++ b/include/cable_club.h @@ -8,5 +8,6 @@ // Exported ROM declarations void sub_80B37D4(TaskFunc taskFunc); +u8 sub_80B3050(void); #endif //GUARD_CABLE_CLUB_H diff --git a/include/field_screen.h b/include/field_screen.h index 089e79cc4..6e33a8b7b 100644 --- a/include/field_screen.h +++ b/include/field_screen.h @@ -9,5 +9,6 @@ void pal_fill_black(void); bool8 sub_80ABDFC(void); void sub_80AF168(void); +void sub_80AF2B4(u8 taskId); #endif //GUARD_FIELD_SCREEN_H diff --git a/include/fldeff_80F9BCC.h b/include/fldeff_80F9BCC.h index ecce04943..aae4751c1 100644 --- a/include/fldeff_80F9BCC.h +++ b/include/fldeff_80F9BCC.h @@ -9,5 +9,7 @@ void sub_80FA5E4(s16 id, s16 x, s16 y); void sub_80FA794(s16 x, s16 y); +void sub_80FB00C(void); +void sub_80FB074(void); #endif //GUARD_FLDEFF_80F9BCC_H diff --git a/include/link.h b/include/link.h index 1bcdb047c..6e60a1a84 100644 --- a/include/link.h +++ b/include/link.h @@ -192,7 +192,8 @@ void sub_8011BD0(void); u8 sub_800ABAC(void); u8 sub_800ABBC(void); void sub_800AC34(void); -bool32 sub_800A064(void); +bool32 Link_AnyPartnersPlayingRubyOrSapphrie(void); bool32 sub_800A03C(void); +void sub_8009628(u8); #endif // GUARD_LINK_H diff --git a/include/overworld.h b/include/overworld.h index 19bcaaf01..63c54eee3 100644 --- a/include/overworld.h +++ b/include/overworld.h @@ -64,5 +64,6 @@ void warp1_set_2(s8 mapGroup, s8 mapNum, s8 warpNum); void c2_load_new_map(void); void copy_saved_warp2_bank_and_enter_x_to_warp1(u8 unused); void mapldr_default(void); +void sub_808729C(void); #endif //GUARD_ROM4_H diff --git a/include/strings.h b/include/strings.h index fcdb1eca4..735fc1f1c 100644 --- a/include/strings.h +++ b/include/strings.h @@ -75,5 +75,6 @@ extern const u8 gText_NoRegistry[]; extern const u8 gText_OkayToDeleteFromRegistry[]; extern const u8 gText_RegisteredDataDeleted[]; extern const u8 gUnknown_085EA79D[]; +extern const u8 gText_RecordMixingComplete[]; #endif //GUARD_STRINGS_H |