diff options
| author | Joshua Peisach <itzswirlz2020@outlook.com> | 2023-09-05 16:38:40 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-05 14:38:40 -0600 |
| commit | 67fbcac9ecf3768ceeac68aa37602fb27693553e (patch) | |
| tree | 7ce9b7a64a5af286b2ec2c2339b80d909bacb47b /include | |
| parent | 8a2fdc21f5391f6b41744afc53683ffc838e8f63 (diff) | |
Match func_8006B7E4, func_8006EEE8, func_80071A20 (#395)
* Match func_8006B7E4, func_8006EEE8, func_80071A20
* Fix missing extern void call
Diffstat (limited to 'include')
| -rw-r--r-- | include/functions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions.h b/include/functions.h index 64f49b0fd..3d6820f7c 100644 --- a/include/functions.h +++ b/include/functions.h @@ -10,7 +10,7 @@ void func_80040030(u8* arg0, u8* arg1); void func_8000F2DC(void); void func_8000F628(void); -void func_8006B7E4(Player* player, s32 arg1); +void func_8006B7E4(Player* player, s8 arg1); void func_800267AC(Player* player, s8 arg1, s8 arg2); void func_8005D290(void); |
