summaryrefslogtreecommitdiff
path: root/src/code_080300AC.c
blob: 993de6ee3f5b89484d5c44502b0803f7aed49de0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#include "global.h"
#include "utils.h"
#include "functions.h"

typedef struct {
    u16 unk0;
    u16 filler2[32];
    u16 unk66;
} struct_0300110C;

extern struct_0300110C gUnk_0300110C;

void sub_080300AC(void) {
    MemClear(&gUnk_0300110C.unk0, 0x44);
    gUnk_0300110C.unk66 = 0xff;
}

void sub_080300C4(void) {
    if (gScreenTransition.field_0xae == 0xff) {
        gScreenTransition.field_0xac = 0;
        MemClear(&gScreenTransition.field_0x4c[32], 0x40);
    }
}