diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2023-10-19 23:37:21 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-19 23:37:21 -0600 |
| commit | 76dc587a342d45c73c4e459e0bba233343be90da (patch) | |
| tree | 2a035f186839747d7b9c40b1ed32586908d205e0 /src/code_80091440.c | |
| parent | 291c1d40d67487597e5e8708ec7ee1e28fbbe40c (diff) | |
EU 1.0 OK (#265)
* EU 1.0 ok
* EU 1.1 ok
Co-authored-by: AloXado320 <david.albujar.s.30@gmail.com>
Diffstat (limited to 'src/code_80091440.c')
| -rw-r--r-- | src/code_80091440.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/code_80091440.c b/src/code_80091440.c index df46a343f..817d95ebf 100644 --- a/src/code_80091440.c +++ b/src/code_80091440.c @@ -7,13 +7,6 @@ #include "math_util.h" #include "collision.h" -void func_80091440(s8 arg0) { - if ((gPlayers[arg0].unk_044 & 0x800) == 0) { - gPlayers[arg0].unk_044 |= 0x2400; - gPlayers[arg0].type &= ~0x2000; - } -} - void func_800914A0(void) { D_80152308 = gPlayerOneCopy->unk_006 + 7; if ((s32) D_8015F6F8 < D_80152308) { |
