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 bf6f9221..2ed648f6 100644 --- a/engine/gfx/sgb_layouts.asm +++ b/engine/gfx/sgb_layouts.asm @@ -135,7 +135,7 @@ LoadSGBLayout: ret .SGB_MoveList: - ld hl, PalPacket_Routes + ld hl, PalPacket_AllPal0 ld de, wSGBPals ld bc, PALPACKET_LENGTH call CopyBytes @@ -347,7 +347,7 @@ endr ret .SGB_MapPals: - ld hl, PalPacket_Routes + ld hl, PalPacket_AllPal0 ld de, wSGBPals ld bc, PALPACKET_LENGTH call CopyBytes @@ -415,7 +415,7 @@ endr ret .SGB_Pokepic: - ld hl, PalPacket_Routes + ld hl, PalPacket_AllPal0 ld de, wSGBPals ld bc, PALPACKET_LENGTH call CopyBytes |