summaryrefslogtreecommitdiff
path: root/predef
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-04-13 00:03:21 -0400
committeryenatch <yenatch@gmail.com>2014-04-13 00:03:21 -0400
commit113dd395d246de4f15f9a9ebe6124ce8d54cdaa1 (patch)
treecd90f22aaaf402c286b9f6463abc0d8c8760274a /predef
parent266087909bfe28002bf81f632f8c372d10fcdee9 (diff)
Include palette 0 in PokemonPalettes.
Now PokemonPalettes is referenced.
Diffstat (limited to 'predef')
-rw-r--r--predef/sgb.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/predef/sgb.asm b/predef/sgb.asm
index c7da48da2..382c1c666 100644
--- a/predef/sgb.asm
+++ b/predef/sgb.asm
@@ -464,7 +464,7 @@ Function8969: ; 8969
add hl, hl
add hl, hl
add hl, hl
- ld de, Palettes_a8ce
+ ld de, PokemonPalettes
add hl, de
ld a, [$cf65]
and 3