diff options
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); |