1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-14 04:29:00 +00:00
cc65/libsrc/geos/mousesprite/ismseinregion.s

20 lines
296 B
ArmAsm
Raw Normal View History

;
; Maciej 'YTM/Elysium' Witkowiak
;
; 21.12.1999, 2.1.2003
; char IsMseInRegion (struct window *mywindow);
.import _InitDrawWindow
.export _IsMseInRegion
.include "../inc/jumptab.inc"
_IsMseInRegion:
jsr _InitDrawWindow
jsr IsMseInRegion
ldx #0
rts