summaryrefslogtreecommitdiff
path: root/src/code_8040094.c
blob: 547569c17ff75e4f935a50e799b584d1b3b6d945 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#include "global.h"
#include "time.h"

extern u8 *gUnknown_203B418;
extern struct PlayTimeStruct *gUnknown_203B47C;

extern void sub_803F7BC(void);
extern void sub_80060EC(void);
extern void sub_800CB20(void);
extern void sub_800485C(void);
extern void xxx_call_update_bg_sound_input(void);
extern void sub_8083F58(void);
extern void sub_8011860(void);

void sub_8040094(u8 r0)
{
    gUnknown_203B418[0x18217] = r0;
    sub_803F7BC();
    sub_80060EC();
    IncrementPlayTime(gUnknown_203B47C);
    sub_800CB20();
    sub_800485C();
    xxx_call_update_bg_sound_input();
    sub_8083F58();
    sub_8011860();
}