Skip to content

Commit

Permalink
progress
Browse files Browse the repository at this point in the history
  • Loading branch information
Niko committed Jul 26, 2024
1 parent ad0e7e6 commit eebb75a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions ghidra/RefreshCard.c
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ void FUN_800472d0(void)
bVar1 = true;
break;

// MC_SCREEN_ERROR_READ
// MC_SCREEN_ERROR_TIMEOUT
// MC_SCREEN_NULL
// MC_SCREEN_ERROR_NODATA
case 7:
Expand Down Expand Up @@ -1066,7 +1066,7 @@ void FUN_800472d0(void)
// TIMEOUT (no card)
FUN_800471e8();

// MC_SCREEN_ERROR_READ
// MC_SCREEN_ERROR_TIMEOUT
local_1c = 7;
}
}
Expand Down
8 changes: 4 additions & 4 deletions ghidra/SelectProfile.c
Original file line number Diff line number Diff line change
Expand Up @@ -1448,7 +1448,7 @@ void FUN_800490c4(int param_1)
if (
(DAT_8008d902 == 0) &&

// MC_SCREEN_ERROR_READ
// MC_SCREEN_ERROR_TIMEOUT
(DAT_8008d47a == 7)
)
{
Expand Down Expand Up @@ -1508,7 +1508,7 @@ void FUN_800490c4(int param_1)
// if you are handling adventure data
else
{
// MC_SCREEN_ERROR_READ
// MC_SCREEN_ERROR_TIMEOUT
if (DAT_8008d47a == 7) {
DAT_8008d8fa = 1;
DAT_8008d8fc = 1;
Expand Down Expand Up @@ -1612,7 +1612,7 @@ void FUN_800490c4(int param_1)

if (
(
// MC_SCREEN_ERROR_READ
// MC_SCREEN_ERROR_TIMEOUT
(DAT_8008d47a == 7) &&

(DAT_8008d8fc == 0)
Expand Down Expand Up @@ -1840,7 +1840,7 @@ void FUN_800490c4(int param_1)
}
}

// MC_SCREEN_ERROR_READ
// MC_SCREEN_ERROR_TIMEOUT
if ((uVar14 == 7) && (DAT_8008d902 != 0)) {
bVar1 = true;
}
Expand Down
2 changes: 1 addition & 1 deletion include/regionsEXE.h
Original file line number Diff line number Diff line change
Expand Up @@ -3217,7 +3217,7 @@ struct sData
// 4 - MC_SCREEN_LOADING
// 5 - MC_SCREEN_CHECKING
// 6 - MC_SCREEN_ERROR_FULL
// 7 - MC_SCREEN_ERROR_READ
// 7 - MC_SCREEN_ERROR_TIMEOUT
// 8 - MC_SCREEN_NULL
// 9 - MC_SCREEN_ERROR_NODATA

Expand Down

0 comments on commit eebb75a

Please sign in to comment.