summaryrefslogtreecommitdiff
path: root/home.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-06-16 22:52:59 -0700
committeryenatch <yenatch@gmail.com>2014-06-16 22:53:56 -0700
commit541a9c73472db20472db5531cba196a0dcd148ea (patch)
tree0a28f28213a2e941267b9f1097b1b23a9bd8d1d7 /home.asm
parent8639fcd29b0e929ec6cc236a209d0e07a495db14 (diff)
Name the UpdateEnemyHUD predef.
Also start using hp palette constants.
Diffstat (limited to 'home.asm')
-rw-r--r--home.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home.asm b/home.asm
index 09231346e..0393c5083 100644
--- a/home.asm
+++ b/home.asm
@@ -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