diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-12 03:07:48 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-12 03:07:48 -0500 |
commit | bdc95598d7796d2802295f221d08eef3abb68cec (patch) | |
tree | a1915221ef1f6c5f237bbbe763a2c57c4ac822c6 /engine | |
parent | c6a4d35d57670e73d5011bf09e6ee6345dd77f3f (diff) |
Easier to find palette data
Diffstat (limited to 'engine')
-rw-r--r-- | engine/sgb_layouts.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/sgb_layouts.asm b/engine/sgb_layouts.asm index 8e79e33f9..64acbc69e 100644 --- a/engine/sgb_layouts.asm +++ b/engine/sgb_layouts.asm @@ -596,7 +596,7 @@ endr ret ; 8a45 -INCLUDE "data/maps/sgb_roofs.asm" +INCLUDE "gfx/sgb/roof_pal_inds.asm" _LoadSGBLayout_ReturnFromJumpTable: ; 8a60 push de |