wwf-wrestlemania/LIFEBAR.H

29 lines
663 B
C++
Raw Permalink Normal View History

2021-04-06 15:21:54 -07:00
**************************************************************
*
* 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
******************************************************************************