mirror of
https://github.com/elliotnunn/supermario.git
synced 2025-02-20 10:28:57 +00:00
26 lines
616 B
Plaintext
26 lines
616 B
Plaintext
;EASE$$$ READ ONLY COPY of file “LayerWDEF.a”
|
|
; 1.0 EMT 05/13/1989 Added to EASE.
|
|
; END EASE MODIFICATION HISTORY
|
|
; ***************************************************************************
|
|
; File: LayerWDEF.a
|
|
; By: Ed Tecot
|
|
; Copyright © 1989 Apple Computer, Inc.
|
|
;
|
|
; This file prepends the standard header to the layer definition function.
|
|
; ***************************************************************************
|
|
|
|
STRING ASIS
|
|
|
|
WDEF127 PROC EXPORT
|
|
IMPORT LayerProc
|
|
BRA.S LayerProc
|
|
|
|
DC.W 0 ; Flags
|
|
DC.B 'WDEF' ; Type
|
|
DC.W 127 ; ID
|
|
DC.W 1 ; Version
|
|
|
|
END
|
|
|
|
|