We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a222d0 commit 49191e8Copy full SHA for 49191e8
src/hooks.asm
@@ -238,6 +238,9 @@ hook_show_labels:
238
.loop:
239
call ti.BufRight
240
jr z,.getnumpages
241
+ ld a,d
242
+ cp a,ti.t2ByteTok
243
+ jr z,.loop
244
ld a,e
245
cp a,ti.tLbl
246
jr nz,.loop
@@ -260,6 +263,9 @@ hook_show_labels:
260
263
261
264
pop bc
262
265
ret z
266
267
268
+ jr z,.skiplabelsloop
269
270
271
jr nz,.skiplabelsloop
@@ -283,6 +289,9 @@ hook_show_labels:
283
289
284
290
pop hl
285
291
292
293
294
+ jr z,.parse_labels
286
295
287
296
288
297
jr nz,.parse_labels
0 commit comments