diff options
author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2019-02-16 13:23:17 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-16 13:23:17 -0500 |
commit | 771d2efd6569036531d69cf79d9b5aa163341cfc (patch) | |
tree | fa65e8ed3dd12fe580d26c736ead1ea7ef4b089e /macros/legacy.asm | |
parent | f9a60cff7a9451e2e8c3bb5db95d89fdba3bf000 (diff) | |
parent | 7d6befa1816110c5518292d4c7cb8841a355dc79 (diff) |
Merge pull request #601 from mid-kid/master
Exciting adventures down battle animation street!
Diffstat (limited to 'macros/legacy.asm')
-rw-r--r-- | macros/legacy.asm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/macros/legacy.asm b/macros/legacy.asm index 8be6b3798..0aa4d5e4d 100644 --- a/macros/legacy.asm +++ b/macros/legacy.asm @@ -174,3 +174,6 @@ limited_interpret_data EQUS "text_dots" link_wait_button EQUS "text_linkwaitbutton" current_day EQUS "text_today" text_jump EQUS "text_far" + +; macros/scripts/battle_anims.asm +anim_clearsprites EQUS "anim_keepsprites" |