diff options
author | camthesaxman <cameronghall@cox.net> | 2017-09-20 19:57:57 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-09-20 19:57:57 -0500 |
commit | d81ba931cc138074187924a5d3e88bb0a619f9f5 (patch) | |
tree | ddac48f96a97e248ebb9abe12493a42db1dd42fa /include | |
parent | 1f74ac11c84c3e62854effebe5eda240991567f2 (diff) |
decompile sub_807D304
Diffstat (limited to 'include')
-rw-r--r-- | include/field_weather.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/field_weather.h b/include/field_weather.h index bfa848d4f..128f6c661 100644 --- a/include/field_weather.h +++ b/include/field_weather.h @@ -22,7 +22,7 @@ void nullsub_39(void); void sub_807CEBC(u8, u8, s8); //void sub_807D1BC(u8, u8, u8, u8, u16); void sub_807D1BC(u8 a, u8 a2, s8 c, u8 d, u16 e); -void sub_807D304(int, u8, u16); +void sub_807D304(s8 a, u8 arg2, u16 c); void sub_807D424(u8, u16); // ... void fade_screen(u8, u8); |