diff options
Diffstat (limited to 'engine/gfx')
-rw-r--r-- | engine/gfx/sgb_layouts.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/gfx/sgb_layouts.asm b/engine/gfx/sgb_layouts.asm index 658b9064c..bfdaeb098 100644 --- a/engine/gfx/sgb_layouts.asm +++ b/engine/gfx/sgb_layouts.asm @@ -134,7 +134,7 @@ LoadSGBLayout: ret .SGB_MoveList: - ld hl, PalPacket_Routes + ld hl, PalPacket_AllPal0 ld de, wSGBPals ld bc, PALPACKET_LENGTH call CopyBytes @@ -341,7 +341,7 @@ endr ret .SGB_MapPals: - ld hl, PalPacket_Routes + ld hl, PalPacket_AllPal0 ld de, wSGBPals ld bc, PALPACKET_LENGTH call CopyBytes @@ -409,7 +409,7 @@ endr ret .SGB_Pokepic: - ld hl, PalPacket_Routes + ld hl, PalPacket_AllPal0 ld de, wSGBPals ld bc, PALPACKET_LENGTH call CopyBytes |