summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-03-09 09:38:58 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2020-03-09 09:38:58 -0400
commit884c0000285b1f40bdb5de055d6b8bec1d411a2e (patch)
treef9c2c5d19c8b9123fff981adeff9dbb4a7f1f088 /include
parent8955f1fa5fd8ead93efb18bb91f066a6ee1aacbf (diff)
Use FADE_ defines in field_fadetransition
Diffstat (limited to 'include')
-rw-r--r--include/field_weather.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/field_weather.h b/include/field_weather.h
index 115cc0dca..6b62f0edd 100644
--- a/include/field_weather.h
+++ b/include/field_weather.h
@@ -3,7 +3,7 @@
#include "global.h"
-void FadeScreen(u8, s8);
+void FadeScreen(u8 mode, s8 delay);
void SetSav1Weather(u32);
u8 GetSav1Weather(void);