diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-28 10:57:04 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-28 10:57:04 -0500 |
commit | 57d4cb0edfd62ca403b1470c67ac4efbd761ec5a (patch) | |
tree | 427023b8c124e46cf5bc29d3af564ccf536af431 /engine/color.asm | |
parent | f030315b1fd797aa6765ac8cd8c35c0cd9b600a0 (diff) |
trainer card
Diffstat (limited to 'engine/color.asm')
-rw-r--r-- | engine/color.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/engine/color.asm b/engine/color.asm index 627063c82..9ff761ffa 100644 --- a/engine/color.asm +++ b/engine/color.asm @@ -112,7 +112,7 @@ Function8aa4: ; 8aa4 Function8ad1: ; 8ad1 ld hl, PalPacket_9c56 + 1 call CopyFourPalettes - call Function971a + call InitPartyMenuOBPals call WipeAttrMap ret ; 8ade @@ -759,7 +759,7 @@ CGB_ApplyPartyMenuHPPals: ; 96f3 CGB layout $fc ; 971a -Function971a: ; 971a +InitPartyMenuOBPals: ; 971a ld hl, Palettes_b681 ld de, UnknOBPals ld bc, 2 palettes @@ -2262,7 +2262,7 @@ Palettes_b719: ; b719 ; b729 -Palettes_b729: ; b729 +MalePokegearPals: ; b729 RGB 28, 31, 20 RGB 21, 21, 21 RGB 13, 13, 13 @@ -2295,7 +2295,7 @@ Palettes_b729: ; b729 ; b759 -Palettes_b759: ; b759 +FemalePokegearPals: ; b759 RGB 28, 31, 20 RGB 21, 21, 21 RGB 13, 13, 13 |