diff options
author | yenatch <yenatch@gmail.com> | 2017-06-24 17:43:48 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-24 17:43:48 -0400 |
commit | d0d61cb3ab847ff0c72a840363b89d4acf05b5f5 (patch) | |
tree | 8c5fd287e727f253f84c89ce32f01a76f948e4fb /misc | |
parent | 080704e49f49777baac124d1bba8c1066acd1bb1 (diff) | |
parent | 0e76127da878efbe86997eb5a58e6bcd4bf66ff5 (diff) |
Merge pull request #354 from FredrIQ/comments
Fix a reversed label mistake and reference a major bug
Diffstat (limited to 'misc')
-rwxr-xr-x | misc/mobile_5c.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/mobile_5c.asm b/misc/mobile_5c.asm index ef9db89a8..34bdb15ad 100755 --- a/misc/mobile_5c.asm +++ b/misc/mobile_5c.asm @@ -206,7 +206,7 @@ Function170c06: ; 170c06 ; 170c8b Function170c8b: ; 170c8b - ld hl, LastPlayerCounterMove + ld hl, LastEnemyCounterMove ld b, $5 .asm_170c90 ld a, [hl] |