2000-05-28 13:40:48 +00:00
|
|
|
|
|
|
|
;
|
2003-01-02 01:50:39 +00:00
|
|
|
; Maciej 'YTM/Elysium' Witkowiak
|
2000-05-28 13:40:48 +00:00
|
|
|
;
|
2003-01-02 01:50:39 +00:00
|
|
|
; 25.12.1999, 2.1.2003
|
2000-05-28 13:40:48 +00:00
|
|
|
|
|
|
|
; char DoDlgBox (char *myParamString);
|
|
|
|
|
|
|
|
.export _DoDlgBox
|
|
|
|
|
|
|
|
.include "../inc/jumptab.inc"
|
|
|
|
.include "../inc/geossym.inc"
|
|
|
|
|
|
|
|
_DoDlgBox:
|
|
|
|
sta r0L
|
|
|
|
stx r0H
|
|
|
|
jsr DoDlgBox
|
2003-01-02 01:50:39 +00:00
|
|
|
ldx #0
|
2000-05-28 13:40:48 +00:00
|
|
|
lda r0L
|
|
|
|
rts
|