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 207ec0e commit 1088a7b
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions ghidra/SelectProfile.c
Original file line number Diff line number Diff line change
Expand Up @@ -2046,14 +2046,24 @@ void FUN_800490c4(int param_1)
}
}
}
else {
else
{
DAT_8008d900 = 0;
if (((DAT_8008d8fa == 0) ||
(((DAT_8008d964 == 0 || (DAT_8008d8fc != 0)) || (DAT_8008d8fe != 0)))) ||
(DAT_8008d904 == 0)) {

if (

((DAT_8008d8fa == 0) ||
(((DAT_8008d964 == 0 ||
(DAT_8008d8fc != 0)) ||
(DAT_8008d8fe != 0)))) ||
(DAT_8008d904 == 0)
)
{
// mcScreenText
iVar10 = (int)(short)uVar14 * 4;
uVar19 = *(ushort *)(iVar10 + -0x7ff7a4fc); // 0x80085B04
if (((int)(short)uVar14 == 9) && (DAT_8008d8f8 == 0x40)) {

if (((int)(short)uVar14 == 9) && (DAT_8008d8f8 == 0x40)) {
uVar19 = 0xffff;
}
iVar23 = (uint)uVar19 << 0x10;
Expand Down

0 comments on commit 1088a7b

Please sign in to comment.