diff options
author | camthesaxman <cameronghall@cox.net> | 2017-09-10 12:34:41 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-09-10 12:34:41 -0500 |
commit | df71c1a803e49b93dfb19cdac6cf71621d82d89a (patch) | |
tree | d2ad7b4404ec9ea95672638cd11f886104841b18 /include/rom4.h | |
parent | 5e9e52e3a95f4d7301565ad86084907f2d8a94e6 (diff) |
lots more renaming
Diffstat (limited to 'include/rom4.h')
-rw-r--r-- | include/rom4.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/rom4.h b/include/rom4.h index 74b83fa65..a319c6219 100644 --- a/include/rom4.h +++ b/include/rom4.h @@ -97,14 +97,14 @@ void sav1_set_battle_music_maybe(u16); void sav1_reset_battle_music_maybe(void); void sub_8053F0C(void); void sub_8053F84(void); -void sub_8053FB0(u16); +void ChangeMapMusic(u16); // is_warp1_light_level_8_or_9 void sub_8053FF8(void); bool8 sub_8054034(void); void sub_8054044(void); -// sub_8054050 -void sub_80540D0(s16 *, u16 *); -void sub_8054164(void); +// PlayAmbientCry +void UpdateAmbientCry(s16 *, u16 *); +void ChooseAmbientCrySpecies(void); u8 get_map_light_level_by_bank_and_number(s8 mapGroup, s8 mapNum); // get_map_light_level_from_warp u8 sav1_map_get_light_level(void); |