diff options
author | jidoc01 <jidoc01@naver.com> | 2019-10-07 15:39:34 +0200 |
---|---|---|
committer | jidoc01 <jidoc01@naver.com> | 2019-10-07 15:39:34 +0200 |
commit | dd9412dd57ac9a0057dc43751593e222752ce7c2 (patch) | |
tree | 5c7d375af04ab8e1e2786afbc9da0ec56c23cb1d /src/wram.asm | |
parent | 14ac0d098d60b69e23fc31d95c196b553d5bbe11 (diff) |
Rename wd422 to wTempAnimation
This wram variable stores an animation to play.
Diffstat (limited to 'src/wram.asm')
-rw-r--r-- | src/wram.asm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wram.asm b/src/wram.asm index df240ac..10de938 100644 --- a/src/wram.asm +++ b/src/wram.asm @@ -2164,7 +2164,8 @@ wd420:: ; d420 wd421:: ; d421 ds $1 -wd422:: ; d422 +; holds an animation to play +wTempAnimation:: ; d422 ds $1 ; holds a list of animations to play |