diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/sound.h | 2 | ||||
| -rw-r--r-- | include/strings.h | 10 | 
2 files changed, 12 insertions, 0 deletions
| diff --git a/include/sound.h b/include/sound.h index e5736fad8..8ce8a62ad 100644 --- a/include/sound.h +++ b/include/sound.h @@ -46,5 +46,7 @@ void SE12PanpotControl(s8 pan);  bool8 IsSEPlaying(void);  bool8 IsBGMPlaying(void);  bool8 IsSpecialSEPlaying(void); +void sub_8072474(u16 volume); +void sub_807249C(void);  #endif // GUARD_SOUND_H diff --git a/include/strings.h b/include/strings.h index aa12fc3ac..140e9fc41 100644 --- a/include/strings.h +++ b/include/strings.h @@ -965,4 +965,14 @@ extern const u8 gText_Var1AndYouWantedVar2[];  extern const u8 gText_HereYouGoThankYou[];  extern const u8 gText_NoMoreRoomForThis[]; +// pokedex_screen +extern const u8 gUnknown_8415D9C[]; +extern const u8 gUnknown_8415DB8[]; +extern const u8 gUnknown_8415DC4[]; +extern const u8 gUnknown_8415DCA[]; +extern const u8 gUnknown_8415DD1[]; +extern const u8 gUnknown_8415DD7[]; +extern const u8 gUnknown_8415F3D[]; +extern const u8 gUnknown_8415F4A[]; +  #endif //GUARD_STRINGS_H | 
