2000-05-28 13:40:48 +00:00
|
|
|
;
|
|
|
|
; Maciej 'YTM/Alliance' Witkowiak
|
|
|
|
;
|
|
|
|
; 30.10.99
|
|
|
|
|
|
|
|
; void GotoFirstMenu (void);
|
|
|
|
|
|
|
|
.export _GotoFirstMenu
|
|
|
|
|
2012-01-31 20:49:58 +00:00
|
|
|
.include "jumptab.inc"
|
2000-05-28 13:40:48 +00:00
|
|
|
|
2012-02-08 16:13:01 +00:00
|
|
|
_GotoFirstMenu = GotoFirstMenu
|