diff options
author | scnorton <scnorton@biociphers.org> | 2017-06-06 17:58:40 -0400 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2017-06-06 17:58:40 -0400 |
commit | 416ef99e4217e1f309b7560974fb5dabfa1329a8 (patch) | |
tree | 45bc305f62badd589603bda51395cab374732ca0 /include/field_weather.h | |
parent | dc79b94bb32c758253aba698115b60cb5a683266 (diff) |
Pick up decompiling field_effect.s
Diffstat (limited to 'include/field_weather.h')
-rw-r--r-- | include/field_weather.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/field_weather.h b/include/field_weather.h index af07c970d..df216aea7 100644 --- a/include/field_weather.h +++ b/include/field_weather.h @@ -31,6 +31,8 @@ void sub_807D874(u8); // ... void sub_807DB64(u8, u8); // ... +void sub_807DE68(void); +// ... void PlayRainSoundEffect(void); // ... void SetSav1Weather(u32); |