diff options
Diffstat (limited to 'home/tables.asm')
-rwxr-xr-x | home/tables.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/tables.asm b/home/tables.asm index e5d9c1e..c005ffc 100755 --- a/home/tables.asm +++ b/home/tables.asm @@ -4,7 +4,7 @@ SECTION "home/tables.asm", ROM0 ; find value a from table hl with row length de ; returns carry and row index b if successful -FindItemInTable: ; 00:35F8 +FindItemInTable: ld b, 0 ld c, a @@ -24,4 +24,4 @@ FindItemInTable: ; 00:35F8 .success scf - ret
\ No newline at end of file + ret |