diff options
author | yenatch <yenatch@gmail.com> | 2014-05-25 17:27:02 -0700 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-05-25 17:27:02 -0700 |
commit | 4be11293e5c7d6bf4a2fc374974545a21a5e3572 (patch) | |
tree | dcba8275056711993a438ef3d8061e30e9a6e19f /engine/overworld | |
parent | bba84059925c25e04fdcef5e4f3e2192176faf2d (diff) |
Label BCD math predefs.
Diffstat (limited to 'engine/overworld')
-rwxr-xr-x | engine/overworld/hidden_items.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/overworld/hidden_items.asm b/engine/overworld/hidden_items.asm index db6bf1cd..ea032cbe 100755 --- a/engine/overworld/hidden_items.asm +++ b/engine/overworld/hidden_items.asm @@ -104,7 +104,7 @@ HiddenCoins: ; 76799 (1d:6799) ld de, $d5a5 ld hl, $ffa1 ld c, $2 - ld a, $b + ld a, $b ; AddBCDPredef call Predef ld hl, $d6fe ld a, [$cd41] |