diff options
Diffstat (limited to 'src/field')
-rw-r--r-- | src/field/field_weather.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/field/field_weather.c b/src/field/field_weather.c index 4a819bddf..c954242a1 100644 --- a/src/field/field_weather.c +++ b/src/field/field_weather.c @@ -46,6 +46,7 @@ const u8 DroughtPaletteData_2[] = INCBIN_U8("graphics/weather/drought2.bin.lz"); const u8 DroughtPaletteData_3[] = INCBIN_U8("graphics/weather/drought3.bin.lz"); const u8 DroughtPaletteData_4[] = INCBIN_U8("graphics/weather/drought4.bin.lz"); const u8 DroughtPaletteData_5[] = INCBIN_U8("graphics/weather/drought5.bin.lz"); + extern u8 (*gUnknown_0202FC48)[32]; extern u8 gUnknown_0202F9E8[32]; |