You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Add more palettes to data/palettes/
This commit is contained in:
@@ -77,7 +77,7 @@ Predef_LoadSGBLayout: ; 864c
|
||||
ld h, 0
|
||||
add hl, hl
|
||||
add hl, hl
|
||||
ld de, Palettes_a8be
|
||||
ld de, HPBarPals
|
||||
add hl, de
|
||||
|
||||
ld a, [hli]
|
||||
@@ -95,7 +95,7 @@ Predef_LoadSGBLayout: ; 864c
|
||||
add hl, hl
|
||||
add hl, hl
|
||||
|
||||
ld de, Palettes_a8be
|
||||
ld de, HPBarPals
|
||||
add hl, de
|
||||
ld a, [hli]
|
||||
ld [wSGBPals + 9], a
|
||||
@@ -173,7 +173,7 @@ Predef_LoadSGBLayout: ; 864c
|
||||
ld h, 0
|
||||
add hl, hl
|
||||
add hl, hl
|
||||
ld de, Palettes_a8be
|
||||
ld de, HPBarPals
|
||||
add hl, de
|
||||
ld a, [hli]
|
||||
ld [wSGBPals + 3], a
|
||||
|
||||
Reference in New Issue
Block a user