summaryrefslogtreecommitdiff
path: root/engine/gfx
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-10-04 19:43:28 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-10-04 20:10:39 -0400
commit306c85750e0686f9af104249ca3000e717aee0e2 (patch)
tree0b277bda2ba1a0f0d2ba37fb256396a77b09b6a8 /engine/gfx
parent5a546068a84d57454c7f95395250346ac14da81e (diff)
Identify some more unnamed labels
Diffstat (limited to 'engine/gfx')
-rw-r--r--engine/gfx/sgb_layouts.asm6
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