13 lines
177 B
ArmAsm
13 lines
177 B
ArmAsm
|
|
;
|
|
; Maciej 'YTM/Alliance' Witkowiak
|
|
;
|
|
; 29.10.99
|
|
|
|
; void SetPattern (char pattern);
|
|
|
|
.export _SetPattern
|
|
|
|
.include "../inc/jumptab.inc"
|
|
|
|
_SetPattern = SetPattern
|