aboutsummaryrefslogtreecommitdiffstats
path: root/home/pic.asm
diff options
context:
space:
mode:
authordannye <corrnondacqb@yahoo.com>2016-07-16 11:11:50 -0500
committerdannye <corrnondacqb@yahoo.com>2016-07-16 11:11:50 -0500
commit707ba908f780d42e1f26af85bef0bf0eb478b877 (patch)
tree88fba78e2d9c590c4860a2e63eed00a2e29d4005 /home/pic.asm
parentMerge branch 'master' of https://github.com/pret/pokeyellow into merge-pokered (diff)
parentMerge pull request #15 from pret/remove-pip (diff)
downloadpokeyellow-707ba908f780d42e1f26af85bef0bf0eb478b877.tar.gz
pokeyellow-707ba908f780d42e1f26af85bef0bf0eb478b877.tar.xz
pokeyellow-707ba908f780d42e1f26af85bef0bf0eb478b877.zip
Merge branch 'master' of https://github.com/pret/pokeyellow
Diffstat (limited to 'home/pic.asm')
-rw-r--r--home/pic.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/pic.asm b/home/pic.asm
index 61a8001c..353d0f58 100644
--- a/home/pic.asm
+++ b/home/pic.asm
@@ -528,9 +528,9 @@ ReverseNybble::
ld de, NybbleReverseTable
add e
ld e, a
- jr nc, .asm_2735
+ jr nc, .noCarry
inc d
-.asm_2735
+.noCarry
ld a, [de]
ret