summaryrefslogtreecommitdiff
path: root/home/tables.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/tables.asm')
-rwxr-xr-xhome/tables.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/home/tables.asm b/home/tables.asm
index dc9cebe..5c35a4f 100755
--- a/home/tables.asm
+++ b/home/tables.asm
@@ -7,7 +7,7 @@ SECTION "FindItemInTable", ROM0[$35F8]
FindItemInTable: ; 00:35F8
ld b, 0
ld c, a
-
+
.loop
ld a, [hl]
cp -1
@@ -17,11 +17,11 @@ FindItemInTable: ; 00:35F8
inc b
add hl, de
jr .loop
-
+
.fail
and a
ret
-
+
.success
scf
ret