diff options
Diffstat (limited to 'src/weather.c')
-rw-r--r-- | src/weather.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/weather.c b/src/weather.c index 90831f014..5cd8257e5 100644 --- a/src/weather.c +++ b/src/weather.c @@ -67,7 +67,7 @@ void sub_807C828(void) { index = AllocSpritePalette(0x1200); CpuSet(&gUnknown_083970E8, &gPlttBufferUnfaded[0x100 + index * 16], - ®_BG0CNT); + CPU_SET_32BIT | 8); sub_807CB10(); gWeather.unknown_6D5 = index; gWeather.unknown_6D4 = AllocSpritePalette(0x1201); |