diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-27 22:16:01 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-27 22:16:01 -0400 |
commit | eeb45036e2083f22d5d20ea3b06b26d56f560f53 (patch) | |
tree | 62ed9f5cfe87f7fd1611974b5d82a2ee34ec1154 /constants/sprite_constants.asm | |
parent | 76d02feca02652febd87444a9f408e7c06ba0058 (diff) |
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 |