Skip to content

Commit

Permalink
why did this change during the pull lol
Browse files Browse the repository at this point in the history
  • Loading branch information
beckadamtheinventor authored and adriweb committed Aug 10, 2020
1 parent 2ecb46d commit d9a47af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/fileioc/fileioc.asm
Original file line number Diff line number Diff line change
Expand Up @@ -1408,11 +1408,11 @@ ti_SetGCBehavior:
; sp + 6 : pointer to routine to be run after. Set to 0 to use default handler.
; return:
; None
pop de
pop bc
pop de
ex (sp),hl
push bc
push de
push bc
add hl,de
or a,a
sbc hl,de
Expand Down

0 comments on commit d9a47af

Please sign in to comment.