diff options
author | YamaArashi <shadow962@live.com> | 2017-01-02 23:23:23 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2017-01-02 23:23:23 -0800 |
commit | 6f64e68814206dc6082fd8dc3fceed79e5e63928 (patch) | |
tree | 287bfa6541b746758d61d6049abf4874e2a6451c /include/asm.inc.h | |
parent | bb2c7f3e07fe9fe9ae72b361b93f106af1259124 (diff) |
decompile coord_event_weather.c
Diffstat (limited to 'include/asm.inc.h')
-rw-r--r-- | include/asm.inc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm.inc.h b/include/asm.inc.h index 86d16066b..9cf316079 100644 --- a/include/asm.inc.h +++ b/include/asm.inc.h @@ -170,6 +170,9 @@ u8 battle_side_get_owner(u8); u8 battle_get_per_side_status(u8); u8 battle_get_side_with_given_state(u8); +// asm/weather.o +void SetWeather(u32); + // asm/rom_8080874.o void pal_fill_black(); void sub_8080990(void); |