summaryrefslogtreecommitdiff
path: root/engine/gfx
diff options
context:
space:
mode:
authorentrpntr <entrpntr@gmail.com>2020-03-31 14:15:21 -0400
committerentrpntr <entrpntr@gmail.com>2020-03-31 14:39:28 -0400
commit95d7d56581a9de9c62ab805a872d5900ff12e8ef (patch)
tree9e872b5df6b688f3a3b3dd119d60e0263a95f90a /engine/gfx
parent93578c2ffd08f4917badc1be42d8d683e2ca0634 (diff)
Disassemble pic banks.
Diffstat (limited to 'engine/gfx')
-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 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]