Skip to content

Commit

Permalink
Use const_skip
Browse files Browse the repository at this point in the history
  • Loading branch information
Rangi42 committed Sep 24, 2024
1 parent 635b9c4 commit d5ee4fd
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions constants/icon_constants.asm
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
; party menu icons
; used in MonPartySpritePointers (see data/icon_pointers.asm)
const_def
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

DEF ICON_TRADEBUBBLE EQU $e
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
const_skip 4
const ICON_TRADEBUBBLE ; $e

DEF ICONOFFSET EQU $40 ; difference between alternating icon frames' tile IDs

0 comments on commit d5ee4fd

Please sign in to comment.