-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy path___2df34h.c
More file actions
24 lines (19 loc) · 730 Bytes
/
___2df34h.c
File metadata and controls
24 lines (19 loc) · 730 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#include "drally.h"
#include "sfx.h"
extern __BYTE__ ___1a1ef0h[];
extern __DWORD__ ___24cc54h_sfx_volume;
void dRally_Sound_pushEffect(__BYTE__ channel, __BYTE__ n, __DWORD__ unk, __DWORD__ a0, __DWORD__ a1, __DWORD__ a2);
void ___2d728h(void);
void ___281d0h_cdecl(__DWORD__, __DWORD__, __DWORD__, __DWORD__);
void ___27f80h_cdecl(__DWORD__, __DWORD__, __DWORD__, __DWORD__);
void ___12cb8h__VESA101_PRESENTSCREEN(void);
void ___2df34h(void){
if(D(___1a1ef0h) == 0){
dRally_Sound_pushEffect(0x1, SFX_CLICK_3, 0, ___24cc54h_sfx_volume, 0x28000, 0x8000);
D(___1a1ef0h) = 0x1;
___2d728h();
___281d0h_cdecl(0xa, 0x73, 0x6c, 0x72);
___27f80h_cdecl(0xa, 0xf3, 0x6c, 0x72);
___12cb8h__VESA101_PRESENTSCREEN();
}
}