diff options
| author | theo3 <arisstephenson2@gmail.com> | 2023-12-30 20:05:32 -0800 |
|---|---|---|
| committer | theo3 <arisstephenson2@gmail.com> | 2023-12-30 20:05:32 -0800 |
| commit | 201955ea052a5188f2e59bdcdbf6c52ff158ee66 (patch) | |
| tree | 66474a7515b56c90e1d0b94a0a39f42da6677d71 /asm/src/enemy.s | |
| parent | 37714644960c56650dd1067b86aafa685eaf01f4 (diff) | |
create enemy struct and enemy flags
Diffstat (limited to 'asm/src/enemy.s')
| -rw-r--r-- | asm/src/enemy.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/src/enemy.s b/asm/src/enemy.s index a19f232f..52aacf91 100644 --- a/asm/src/enemy.s +++ b/asm/src/enemy.s @@ -105,7 +105,7 @@ GenericConfused: @ 0x08001242 cmp r2, #0x1c bne _08001282 push {r0} - bl sub_0804AA1C + bl EnemyDetachFX pop {r0} _08001282: ldr r1, _08001364 @ =0x00001800 |
