mirror of
https://github.com/zeldaret/tmc
synced 2026-05-27 08:09:06 -04:00
11 lines
183 B
C
11 lines
183 B
C
#include "global.h"
|
|
#include "utils.h"
|
|
#include "structures.h"
|
|
|
|
extern u32 gUnk_020354C0;
|
|
|
|
void sub_08050008() {
|
|
MemClear(&gUnk_020354C0, 128);
|
|
gFadeControl.field_0x4 = -1;
|
|
}
|