blob: 0099480c588d6e4cfc16d47fbf9918ef4792e93a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#include "global.h"
#include "main.h"
extern struct Unk2106FA0 gBacklightTop;
void FUN_02000DF4(void)
{
gBacklightTop.unk8 = -1;
gBacklightTop.unkC = 0;
gBacklightTop.unk10 = -1;
gBacklightTop.unk14 = 0;
}
|