diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-02-27 14:33:30 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-02-28 09:23:41 -0500 |
commit | 447da806153d2c56d15a8775ab43511202b269bc (patch) | |
tree | a629cc0f022eb23ef585eda2080ea62b4dc0c550 /engine/gfx | |
parent | 81eaf83cd7711a28dcd7a62a6e045dba50560f59 (diff) |
Identify remaining gfx/unknown files
Diffstat (limited to 'engine/gfx')
-rw-r--r-- | engine/gfx/crystal_layouts.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/gfx/crystal_layouts.asm b/engine/gfx/crystal_layouts.asm index 4f424d7fc..a9b4e3ee8 100644 --- a/engine/gfx/crystal_layouts.asm +++ b/engine/gfx/crystal_layouts.asm @@ -222,7 +222,7 @@ MG_Mobile_Layout02: RGB 31, 31, 31 Function49742: - ld hl, .Palette_49757 + ld hl, .MobileBorderPalettes ld de, wBGPals1 ld bc, 8 palettes ld a, BANK(wBGPals1) @@ -230,8 +230,8 @@ Function49742: farcall ApplyPals ret -.Palette_49757: -INCLUDE "gfx/unknown/49757.pal" +.MobileBorderPalettes: +INCLUDE "gfx/trade/mobile_border.pal" _InitMG_Mobile_LinkTradePalMap: hlcoord 0, 0, wAttrmap |