diff options
author | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2020-12-26 14:57:08 +0000 |
---|---|---|
committer | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2020-12-26 14:57:08 +0000 |
commit | 86303d1158a19845896b118cc18112871aa9612f (patch) | |
tree | 0c0e6aa8304df0c0f03afd6bbd715ea54e331810 /src/wram.asm | |
parent | 0a1e2b2c6600143c848905fd6d1c54a58bfc4329 (diff) |
Identify anim flags, restructure data and renames sprite constants
Diffstat (limited to 'src/wram.asm')
-rw-r--r-- | src/wram.asm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/wram.asm b/src/wram.asm index 4670637..794ff56 100644 --- a/src/wram.asm +++ b/src/wram.asm @@ -2343,7 +2343,9 @@ wd41f:: ; d41f wd420:: ; d420 ds $1 -wd421:: ; d421 +; store settings for animation enabled/disabled +; 0 means enabled, 1 means disabled +wAnimationsDisabled:: ; d421 ds $1 ; holds an animation to play @@ -2359,7 +2361,7 @@ wAnimationQueue:: ; d423 wd42a:: ; d42a ds $1 -wd42b:: ; d42b +wAnimFlags:: ; d42b ds $1 wd42c:: ; d42c |