Name the UpdateEnemyHUD predef.

Also start using hp palette constants.
This commit is contained in:
yenatch
2014-06-16 22:52:59 -07:00
parent 8639fcd29b
commit 541a9c7347
9 changed files with 99 additions and 95 deletions

View File

@@ -775,7 +775,7 @@ SetHPPal:: ; 334e
GetHPPal:: ; 3353
; Get palette for hp bar pixel length e in d.
ld d, 0 ; green
ld d, HP_GREEN
ld a, e
cp 24
ret nc