diff options
author | entrpntr <entrpntr@gmail.com> | 2020-04-13 17:53:16 -0400 |
---|---|---|
committer | entrpntr <entrpntr@gmail.com> | 2020-04-13 17:53:16 -0400 |
commit | 6ebd8441e249bba020036b5be5ccbe020b12e32b (patch) | |
tree | 1171f2986e410a92f9e7b7f497349b9e583fe485 /engine/gfx/color.asm | |
parent | 71f217cfa0f824b9e4224ddcac836e4aef86382f (diff) |
Minor cleanup (remove unused HRAM, predef folder) before continuing.
Diffstat (limited to 'engine/gfx/color.asm')
-rwxr-xr-x | engine/gfx/color.asm | 4 |
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 |