diff options
author | Astatin <[email protected]> | 2024-11-29 18:11:43 +0900 |
---|---|---|
committer | Astatin <[email protected]> | 2024-11-29 18:11:43 +0900 |
commit | 20422f9a4a180f2c148d93e68930f57379311ca7 (patch) | |
tree | 9e58002ad6bd9bd0b6243828f55aa03e1c6c9ab7 /attacks.gbasm | |
parent | c050a27b278df2efb4baf81b5e8c7e2f7dfd7e00 (diff) |
Add animation display
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 03c6f66..ae836d2 100644 --- a/attacks.gbasm +++ b/attacks.gbasm @@ -76,3 +76,4 @@ Canceled_Attack: RET .INCLUDE "attacks/hop.gbasm" +.INCLUDE "attacks/heal.gbasm" |