diff options
author | Marcus Huderle <huderlem@gmail.com> | 2017-04-02 13:28:14 -0700 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2017-04-02 13:28:14 -0700 |
commit | b3334b11df6bb3dcd6180c0e8086e8e7cd143431 (patch) | |
tree | cb37ce20bb4a7e65bcd376806186bf992ab5bf20 /wram.asm | |
parent | 76cf59aa4c8958030e1276a748a5123a302bc990 (diff) |
Label and dump mon capture animation
Diffstat (limited to 'wram.asm')
-rwxr-xr-x | wram.asm | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -808,7 +808,8 @@ wd5e9:: ; 0xd5e9 wd5ee:: ; 0xd5ee ds $5 -wd5f3:: ; 0xd5f3 +wCapturingMon:: ; 0xd5f3 +; Set to 1 when the capturing animation starts. ds $1 wBallCaptureAnimationFrameCounter:: ; 0xd5f4 |