summaryrefslogtreecommitdiff
path: root/engine/gfx/color.asm
diff options
context:
space:
mode:
authorentrpntr <entrpntr@gmail.com>2020-04-13 17:53:16 -0400
committerentrpntr <entrpntr@gmail.com>2020-04-13 17:53:16 -0400
commit6ebd8441e249bba020036b5be5ccbe020b12e32b (patch)
tree1171f2986e410a92f9e7b7f497349b9e583fe485 /engine/gfx/color.asm
parent71f217cfa0f824b9e4224ddcac836e4aef86382f (diff)
Minor cleanup (remove unused HRAM, predef folder) before continuing.
Diffstat (limited to 'engine/gfx/color.asm')
-rwxr-xr-xengine/gfx/color.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/gfx/color.asm b/engine/gfx/color.asm
index b388675f..10507851 100755
--- a/engine/gfx/color.asm
+++ b/engine/gfx/color.asm
@@ -1,5 +1,5 @@
PALPACKET_LENGTH EQU $10
-INCLUDE "predef/sgb.asm"
+INCLUDE "engine/gfx/sgb_layouts.asm"
SHINY_ATK_BIT EQU 5
SHINY_DEF_VAL EQU 10
@@ -378,7 +378,7 @@ LoadMailPalettes:
.MailPals:
INCLUDE "gfx/mail/mail.pal"
-INCLUDE "predef/cgb.asm"
+INCLUDE "engine/gfx/cgb_layouts.asm"
Function9a94: ; 9a94 (2:5a94)
ld hl, Palettes_9aaa