mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-21 22:52:15 +13:00
Add comments associating constants with data, and identify some more data
This commit is contained in:
parent
0177688ad4
commit
69788c536b
45 changed files with 318 additions and 299 deletions
|
|
@ -1,4 +1,5 @@
|
|||
; party menu icons
|
||||
; used in MonPartySpritePointers (see data/icon_pointers.asm)
|
||||
const_def
|
||||
const ICON_MON ; $0
|
||||
const ICON_BALL ; $1
|
||||
|
|
@ -10,3 +11,7 @@
|
|||
const ICON_GRASS ; $7
|
||||
const ICON_SNAKE ; $8
|
||||
const ICON_QUADRUPED ; $9
|
||||
|
||||
ICON_TRADEBUBBLE EQU $e
|
||||
|
||||
ICONOFFSET EQU $40 ; difference between alternating icon frames' tile IDs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue