diff options
author | YamaArashi <shadow962@live.com> | 2015-07-14 14:32:49 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-07-14 14:32:49 -0700 |
commit | 01631a2e5910b5334ba0f7cc534bc5d7e5b60ccc (patch) | |
tree | 845122ead069a7f4de89062434501727767d2ef2 /engine/overworld/ssanne.asm | |
parent | b1cb3788938fa981e65619f022a41f1c1d91ae3b (diff) |
player animations, emotion bubbles, etc.
Diffstat (limited to 'engine/overworld/ssanne.asm')
-rwxr-xr-x | engine/overworld/ssanne.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/overworld/ssanne.asm b/engine/overworld/ssanne.asm index 4cac4957..a59ae794 100755 --- a/engine/overworld/ssanne.asm +++ b/engine/overworld/ssanne.asm @@ -1,6 +1,6 @@ AnimateBoulderDust: ; 79f54 (1e:5f54) ld a, $1 - ld [wcd50], a ; select the boulder dust offsets + ld [wWhichAnimationOffsets], a ; select the boulder dust offsets ld a, [wUpdateSpritesEnabled] push af ld a, $ff |