diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-18 00:16:03 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-18 00:16:03 -0500 |
commit | 0306e94cc3365fb7b28e3bb6e1ccccb1e6b8b449 (patch) | |
tree | 126f7bc237b2ed0c8a3d5279108db003e348652f /constants/gfx_constants.asm | |
parent | c5d9ecae9c343677150273b810703a1fd8d9d87a (diff) |
More SGB documentation
Diffstat (limited to 'constants/gfx_constants.asm')
-rw-r--r-- | constants/gfx_constants.asm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/constants/gfx_constants.asm b/constants/gfx_constants.asm index 21b379a3d..0104af9f1 100644 --- a/constants/gfx_constants.asm +++ b/constants/gfx_constants.asm @@ -19,8 +19,6 @@ 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 -PALPACKET_LENGTH EQU $10 - ; sprite_oam_struct members (see macros/wram.asm) const_def const SPRITEOAMSTRUCT_YCOORD ; 0 |