tables.asm: Add GFX pointer to table in utilities.asm
This commit is contained in:
@@ -175,7 +175,7 @@ GetSpritePalette:
|
||||
PHX
|
||||
PHB : PHK : PLB
|
||||
;--------
|
||||
TAX : LDA.l .gfxPalettes, X ; look up item gfx
|
||||
TAX : LDA.l GfxPalettes, X ; look up item gfx
|
||||
PLB : PLX
|
||||
CMP.b #$F8 : !BGE .specialHandling
|
||||
RTL
|
||||
@@ -236,7 +236,7 @@ RTL
|
||||
|
||||
;DATA - Loot Identifier to Sprite Palette
|
||||
{
|
||||
.gfxPalettes
|
||||
GfxPalettes:
|
||||
db $00, $04, $02, $08, $04, $02, $08, $02
|
||||
db $04, $02, $02, $02, $04, $04, $04, $08
|
||||
|
||||
|
||||
Reference in New Issue
Block a user