Move some more constants out of misc_constants.asm

This commit is contained in:
Rangi
2018-01-25 17:00:31 -05:00
parent 518dd46ca1
commit 0380c2a493
4 changed files with 67 additions and 65 deletions

View File

@@ -25,6 +25,11 @@ EXP_BAR_LENGTH EQU 8 ; tiles
HP_BAR_LENGTH_PX EQU HP_BAR_LENGTH * TILE_WIDTH ; pixels
EXP_BAR_LENGTH_PX EQU EXP_BAR_LENGTH * TILE_WIDTH ; pixels
; GetHPPal return values (see home.asm)
HP_GREEN EQU 0
HP_YELLOW EQU 1
HP_RED EQU 2
; sprite_oam_struct members (see macros/wram.asm)
const_def