mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-22 07:02:17 +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
|
|
@ -6,6 +6,7 @@
|
|||
const BLACK
|
||||
|
||||
; pal/blk packets
|
||||
; SetPalFunctions indexes (see engine/gfx/palettes.asm)
|
||||
const_def
|
||||
const SET_PAL_BATTLE_BLACK ; $00
|
||||
const SET_PAL_BATTLE ; $01
|
||||
|
|
@ -26,6 +27,7 @@ SET_PAL_PARTY_MENU_HP_BARS EQU $fc
|
|||
SET_PAL_DEFAULT EQU $ff
|
||||
|
||||
; sgb palettes
|
||||
; SuperPalettes indexes (see data/sgb/sgb_palettes.asm)
|
||||
const_def
|
||||
const PAL_ROUTE ; $00
|
||||
const PAL_PALLET ; $01
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue