diff options
| author | coco875 <59367621+coco875@users.noreply.github.com> | 2023-10-08 00:31:48 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-07 16:31:48 -0600 |
| commit | d8cfed94913f06e31f48b3e63f3e12cfa9907405 (patch) | |
| tree | 395598dcf9e71e6948f6ded563e47cbaa9d7028c /src/code_80091440.c | |
| parent | 2b74bbbcefe396564a55357eda094fc8c8baf36a (diff) | |
Various Naming (#445)
* Mass renames
Diffstat (limited to 'src/code_80091440.c')
| -rw-r--r-- | src/code_80091440.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code_80091440.c b/src/code_80091440.c index 150aa5185..df46a343f 100644 --- a/src/code_80091440.c +++ b/src/code_80091440.c @@ -10,7 +10,7 @@ void func_80091440(s8 arg0) { if ((gPlayers[arg0].unk_044 & 0x800) == 0) { gPlayers[arg0].unk_044 |= 0x2400; - gPlayers[arg0].unk_000 &= ~0x2000; + gPlayers[arg0].type &= ~0x2000; } } |
