wwf-wrestlemania/LIFEBAR.H

29 lines
663 B
C
Executable File
Raw Permalink Blame History

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

**************************************************************
*
* Software: Jason Skiles
* Initiated: 25 Apr 94
*
* COPYRIGHT (C) 1993 WILLIAMS ELECTRONICS GAMES, INC.
*
**************************************************************
.file "lifebar.h"
.title "meters, names, messages, and scores"
.width 132
.option b,d,l,t
.mnolist
.ref adjust_health
.ref get_health
* INCLUDE AFTER GAME.EQU
******************************************************************************
GETLIFE .macro
move *a13(PLYRNUM),a1
calla get_health
.endm
******************************************************************************