diff options
| author | Theo <65437533+notyourav@users.noreply.github.com> | 2023-12-30 17:29:51 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-30 17:29:51 -0800 |
| commit | 37714644960c56650dd1067b86aafa685eaf01f4 (patch) | |
| tree | 40f875091f258e234ff5b0c8f56e08faa55e90d1 /include/enemy.h | |
| parent | 9c87bcca8ea4b52199ed908c0ea28ab08b1d0747 (diff) | |
| parent | 2c7c9ae509d3a9909623c917c082a1ed45b76f46 (diff) | |
Merge pull request #680 from notyourav/f
BounceUpdate and other asm functions labeled
Diffstat (limited to 'include/enemy.h')
| -rw-r--r-- | include/enemy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/enemy.h b/include/enemy.h index bc9f842b..d9bc0a76 100644 --- a/include/enemy.h +++ b/include/enemy.h @@ -43,7 +43,7 @@ bool32 sub_08049F84(Entity*, s32); Entity* sub_08049DF4(u32); u32 sub_0804A044(Entity*, Entity*, u32); s32 sub_080012DC(Entity*); -u32 sub_080044EC(Entity*, u32); + void sub_0804AA1C(Entity*); bool32 sub_08049F1C(Entity*, Entity*, s32); bool32 PlayerInRange(Entity*, u32, s32); |
