aboutsummaryrefslogtreecommitdiffstats
path: root/constants
diff options
context:
space:
mode:
authorRangi <35663410+Rangi42@users.noreply.github.com>2020-06-27 22:46:52 -0400
committerGitHub <noreply@github.com>2020-06-27 22:46:52 -0400
commit56505958078db1c116aa883e0c7ecf631181475e (patch)
tree6a6440325a178ad61e72e9eb363dc820e31b32cc /constants
parentMove mon_nest_icon.png to gfx/town_map (diff)
parentMove trade bubble from gfx/icons to gfx/trade (diff)
downloadpokeyellow-56505958078db1c116aa883e0c7ecf631181475e.tar.gz
pokeyellow-56505958078db1c116aa883e0c7ecf631181475e.tar.xz
pokeyellow-56505958078db1c116aa883e0c7ecf631181475e.zip
Merge pull request #253 from Rangi42/master
Individual images for party menu icon graphics
Diffstat (limited to 'constants')
-rwxr-xr-xconstants/sprite_constants.asm20
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