Individual images for party menu icon graphics

This commit is contained in:
Rangi 2020-06-27 22:16:01 -04:00
parent 76d02feca0
commit eeb45036e2
10 changed files with 139 additions and 128 deletions

View file

@ -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