Skip to content

Commit

Permalink
Revert my 'fix' 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 d9a47af commit fe2ac84
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 bc
pop de
pop bc
ex (sp),hl
push de
push bc
push de
add hl,de
or a,a
sbc hl,de
Expand Down

0 comments on commit fe2ac84

Please sign in to comment.