diff options
author | Astatin <[email protected]> | 2024-12-10 18:11:21 +0900 |
---|---|---|
committer | Astatin <[email protected]> | 2024-12-10 18:12:23 +0900 |
commit | c9ab625b7f226e778fe5cba894fe088e044e704c (patch) | |
tree | 5270b645fdfa5c229785ec22a0b0f6d7285b9a78 /attacks.gbasm | |
parent | 17ebc22d8fd1a09e5f3c1b749e4a83077d4329a4 (diff) |
Add earcoptr animation
Diffstat (limited to 'attacks.gbasm')
-rw-r--r-- | attacks.gbasm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/attacks.gbasm b/attacks.gbasm index 864e7e2..eb46184 100644 --- a/attacks.gbasm +++ b/attacks.gbasm @@ -77,3 +77,4 @@ Canceled_Attack: .INCLUDE "attacks/hop.gbasm" .INCLUDE "attacks/heal.gbasm" .INCLUDE "attacks/freeze.gbasm" +.INCLUDE "attacks/earcoptr.gbasm" |