diff options
Diffstat (limited to 'engine/gfx')
-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 3b83160c..1e404a61 100755 --- a/engine/gfx/color.asm +++ b/engine/gfx/color.asm @@ -1376,8 +1376,8 @@ Palettes_ad39: RGB 30, 26, 15 RGB 04, 17, 31 -INCLUDE "gfx/pics/palette_pointers.asm" -INCLUDE "gfx/trainers/palette_pointers.asm" +INCLUDE "data/pokemon/palettes.asm" +INCLUDE "data/trainers/palettes.asm" Functionb649: ; b649 (2:7649) ld a, [wPermission] |