it builds
This commit is contained in:
parent
4eb19eb243
commit
b150e79336
2 changed files with 22 additions and 22 deletions
|
|
@ -230,7 +230,7 @@ config.libs = [
|
|||
"cflags": cflags_game,
|
||||
"host": False,
|
||||
"objects": [
|
||||
Object(NonMatching, "game/main.c"),
|
||||
Object(Matching, "game/main.c"),
|
||||
Object(Matching, "game/pad.c"),
|
||||
Object(Matching, "game/dvd.c"),
|
||||
Object(NonMatching, "game/data.c"),
|
||||
|
|
|
|||
|
|
@ -17,28 +17,28 @@ extern s32 ViGetRetraceCount(void);
|
|||
|
||||
extern GXRenderModeObj* RenderMode;
|
||||
extern FileListEntry _ovltbl[];
|
||||
s32 lbl_801D3A00;
|
||||
s32 HuDvdErrWait;
|
||||
u32 lbl_801D3A08;
|
||||
u32 lbl_801D3A0C;
|
||||
u32 lbl_801D3A10;
|
||||
u32 lbl_801D3A14;
|
||||
u32 lbl_801D3A18;
|
||||
u32 lbl_801D3A1C;
|
||||
u32 lbl_801D3A20;
|
||||
u32 lbl_801D3A24;
|
||||
u32 lbl_801D3A28;
|
||||
u32 lbl_801D3A2C;
|
||||
u32 lbl_801D3A30;
|
||||
u32 lbl_801D3A34;
|
||||
u32 lbl_801D3A38;
|
||||
u32 lbl_801D3A3C;
|
||||
u32 lbl_801D3A40;
|
||||
u32 lbl_801D3A44;
|
||||
u32 lbl_801D3A48;
|
||||
u32 lbl_801D3A4C;
|
||||
u32 lbl_801D3A50;
|
||||
s32 lbl_801D3A54;
|
||||
u32 lbl_801D3A50;
|
||||
u32 lbl_801D3A4C;
|
||||
u32 lbl_801D3A48;
|
||||
u32 lbl_801D3A44;
|
||||
u32 lbl_801D3A40;
|
||||
u32 lbl_801D3A3C;
|
||||
u32 lbl_801D3A38;
|
||||
u32 lbl_801D3A34;
|
||||
u32 lbl_801D3A30;
|
||||
u32 lbl_801D3A2C;
|
||||
u32 lbl_801D3A28;
|
||||
u32 lbl_801D3A24;
|
||||
u32 lbl_801D3A20;
|
||||
u32 lbl_801D3A1C;
|
||||
u32 lbl_801D3A18;
|
||||
u32 lbl_801D3A14;
|
||||
u32 lbl_801D3A10;
|
||||
u32 lbl_801D3A0C;
|
||||
u32 lbl_801D3A08;
|
||||
s32 HuDvdErrWait;
|
||||
s32 lbl_801D3A00;
|
||||
|
||||
void main(void) {
|
||||
u32 sp14;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue