mirror of
https://github.com/gbdev/rgbds.git
synced 2025-12-01 15:27:48 +00:00
Patch pokecrystal to use embedded palettes
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
diff --git a/Makefile b/Makefile
|
||||
index 387c2cca1..856968189 100644
|
||||
index bf54eb4ce..d75f86aae 100644
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -104,7 +104,7 @@ tools:
|
||||
@@ -11,6 +11,20 @@ index 387c2cca1..856968189 100644
|
||||
# Create a sym/map for debug purposes if `make` run with `DEBUG=1`
|
||||
ifeq ($(DEBUG),1)
|
||||
RGBASMFLAGS += -E
|
||||
@@ -208,9 +208,11 @@ gfx/pokemon/girafarig/front.animated.tilemap: gfx/pokemon/girafarig/front.2bpp g
|
||||
|
||||
### Misc file-specific graphics rules
|
||||
|
||||
-gfx/pokemon/%/back.2bpp: rgbgfx += -h
|
||||
+gfx/pokemon/%/back.2bpp: rgbgfx += -h -c embedded
|
||||
+gfx/pokemon/%/front.2bpp: rgbgfx += -c embedded
|
||||
+gfx/pokemon/unown_%/front.2bpp: rgbgfx =
|
||||
|
||||
-gfx/trainers/%.2bpp: rgbgfx += -h
|
||||
+gfx/trainers/%.2bpp: rgbgfx += -h -c embedded
|
||||
|
||||
gfx/pokemon/egg/unused_front.2bpp: rgbgfx += -h
|
||||
|
||||
diff --git a/macros/data.asm b/macros/data.asm
|
||||
index c2686c9f4..4dac70f3a 100644
|
||||
--- a/macros/data.asm
|
||||
|
||||
Reference in New Issue
Block a user