diff options
author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2020-06-27 22:46:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-27 22:46:52 -0400 |
commit | 56505958078db1c116aa883e0c7ecf631181475e (patch) | |
tree | 6a6440325a178ad61e72e9eb363dc820e31b32cc /constants/sprite_constants.asm | |
parent | 76d02feca02652febd87444a9f408e7c06ba0058 (diff) | |
parent | 6b19b301f481e404a34ec3d90f35b23fba74b716 (diff) |
Merge pull request #253 from Rangi42/master
Individual images for party menu icon graphics
Diffstat (limited to 'constants/sprite_constants.asm')
-rwxr-xr-x | constants/sprite_constants.asm | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/constants/sprite_constants.asm b/constants/sprite_constants.asm index 11973648..54d2f191 100755 --- a/constants/sprite_constants.asm +++ b/constants/sprite_constants.asm @@ -1,16 +1,16 @@ ; pokemon's overworld sprites const_value = 0 - const SPRITE_MON ; $0 - const SPRITE_BALL_M ; $1 - const SPRITE_HELIX ; $2 - const SPRITE_FAIRY ; $3 - const SPRITE_BIRD_M ; $4 - const SPRITE_WATER ; $5 - const SPRITE_BUG ; $6 - const SPRITE_GRASS ; $7 - const SPRITE_SNAKE ; $8 - const SPRITE_QUADRUPED ; $9 + const ICON_MON ; $0 + const ICON_BALL ; $1 + const ICON_HELIX ; $2 + const ICON_FAIRY ; $3 + const ICON_BIRD ; $4 + const ICON_WATER ; $5 + const ICON_BUG ; $6 + const ICON_GRASS ; $7 + const ICON_SNAKE ; $8 + const ICON_QUADRUPED ; $9 ; overworld sprites const_value = 1 |