diff options
author | YamaArashi <shadow962@live.com> | 2015-08-12 22:14:31 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-08-12 22:14:31 -0700 |
commit | 132d0367522b7acce602b146ca69bfad87ef96c6 (patch) | |
tree | dc13049a6ca810ab3368ce7a7942cc50659f54d1 /engine/items/items.asm | |
parent | 64cfbcce7a71e6e75553575490fd60cbd61a5665 (diff) |
named more variables
Diffstat (limited to 'engine/items/items.asm')
-rwxr-xr-x | engine/items/items.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/items/items.asm b/engine/items/items.asm index 418b21da..1a342d97 100755 --- a/engine/items/items.asm +++ b/engine/items/items.asm @@ -1324,7 +1324,7 @@ ItemUseRock: ; df67 (3:5f67) BaitRockCommon: ; df7f (3:5f7f) ld [W_ANIMATIONID],a xor a - ld [wcc5b],a + ld [wAnimationType],a ld [H_WHOSETURN],a ld [de],a ; zero escape factor (for bait), zero bait factor (for rock) .randomLoop ; loop until a random number less than 5 is generated |