]> git.sur5r.net Git - cc65/blob - libsrc/geos/dlgbox/dodlgbox.s
Return 0 if color not found
[cc65] / libsrc / geos / dlgbox / dodlgbox.s
1
2 ;
3 ; Maciej 'YTM/Alliance' Witkowiak
4 ;
5 ; 25.12.99
6
7 ; char DoDlgBox         (char *myParamString);
8
9             .export _DoDlgBox
10
11             .include "../inc/jumptab.inc"
12             .include "../inc/geossym.inc"
13
14 _DoDlgBox:
15             sta r0L
16             stx r0H
17             jsr DoDlgBox
18             lda r0L
19             rts