2000-05-28 13:40:48 +00:00
|
|
|
;
|
|
|
|
; Maciej 'YTM/Alliance' Witkowiak
|
|
|
|
;
|
|
|
|
; 29.10.99
|
|
|
|
|
|
|
|
; void InvertLine (char y, int xstart, int xend);
|
|
|
|
|
2013-05-09 13:56:54 +02:00
|
|
|
.import HLineRegs
|
|
|
|
.export _InvertLine
|
2000-05-28 13:40:48 +00:00
|
|
|
|
2013-05-09 13:56:54 +02:00
|
|
|
.include "jumptab.inc"
|
|
|
|
|
2000-05-28 13:40:48 +00:00
|
|
|
_InvertLine:
|
2013-05-09 13:56:54 +02:00
|
|
|
jsr HLineRegs
|
|
|
|
jmp InvertLine
|