2000-05-28 13:40:48 +00:00
|
|
|
;
|
|
|
|
; Maciej 'YTM/Alliance' Witkowiak
|
|
|
|
;
|
|
|
|
; 29.10.99
|
|
|
|
|
|
|
|
; void SetPattern (char pattern);
|
|
|
|
|
|
|
|
.export _SetPattern
|
|
|
|
|
2012-01-31 20:49:58 +00:00
|
|
|
.include "jumptab.inc"
|
2000-05-28 13:40:48 +00:00
|
|
|
|
2012-02-08 15:54:44 +00:00
|
|
|
_SetPattern = SetPattern
|