diff options
author | yenatch <yenatch@gmail.com> | 2017-05-28 14:15:22 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2017-05-28 14:15:22 -0400 |
commit | f748d34aa389b9e80fc6cab81e6efb1867327f7b (patch) | |
tree | 92343b604a0df54d4ecf549ee85d4273a1784352 /engine/variables.asm | |
parent | fd7cf5987a6e4958d63645c76e994c96b51fcc4c (diff) | |
parent | 288902139f00a9113ea9b360eb00d3109727dcfe (diff) |
Merge remote-tracking branch 'origin/master' into c-tools
Diffstat (limited to 'engine/variables.asm')
-rwxr-xr-x | engine/variables.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/variables.asm b/engine/variables.asm index 3ddfce8d6..fde2583b7 100755 --- a/engine/variables.asm +++ b/engine/variables.asm @@ -7,9 +7,9 @@ _GetVarAction:: ; 80648 (20:4648) ld c, a ld b, 0 ld hl, .VarActionTable -rept 3 add hl, bc -endr + add hl, bc + add hl, bc ld e, [hl] inc hl ld d, [hl] |