-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Match 10.15% of
lb_0192
(1.62 KB) (#1207)
Co-authored-by: Ryan Burns <[email protected]>
- Loading branch information
Showing
14 changed files
with
2,239 additions
and
2,073 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
3,239 changes: 1,639 additions & 1,600 deletions
3,239
asm/melee/lb/lb_0198.s → asm/melee/lb/lbcardgame.s
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
#include "lb_0192.h" | ||
|
||
#include "lbcardgame.h" | ||
|
||
#include <dolphin/dvd/dvd.h> | ||
|
||
/* 019230 */ static enum_t lb_80019230(void); | ||
|
||
enum_t lb_80019230(void) | ||
{ | ||
switch (DVDGetDriveStatus()) { | ||
case 5: | ||
return 0; | ||
case 4: | ||
return 1; | ||
case 6: | ||
return 2; | ||
case 11: | ||
return 3; | ||
case -1: | ||
return 4; | ||
case 1: | ||
return 5; | ||
default: | ||
return -1; | ||
} | ||
} | ||
|
||
void lb_800195D0(void) | ||
{ | ||
lb_800192A8(lb_8001955C); | ||
lb_8001CC84(); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,12 @@ | ||
#ifndef MELEE_LB_LBUNKNOWN_004_H | ||
#define MELEE_LB_LBUNKNOWN_004_H | ||
#ifndef GALE01_019230 | ||
#define GALE01_019230 | ||
|
||
#include <platform.h> | ||
|
||
void lb_800195D0(void); | ||
#include <placeholder.h> | ||
|
||
/* 0192A8 */ void lb_800192A8(UNK_T cb); | ||
/* 01955C */ UNK_RET lb_8001955C(UNK_PARAMS); | ||
/* 0195D0 */ void lb_800195D0(void); | ||
|
||
#endif |
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
#ifndef GALE01_019880 | ||
#define GALE01_019880 | ||
|
||
#include <platform.h> | ||
|
||
/* 019AAC */ void lb_80019AAC(Event); | ||
/* 01C5BC */ void lb_8001C5BC(void); | ||
/* 01CC84 */ void lb_8001CC84(void); | ||
/* 01D21C */ void lb_8001D21C(void); | ||
|
||
#endif |