Identify some more unnamed labels

This commit is contained in:
Rangi
2020-10-04 19:43:28 -04:00
parent 5a546068a8
commit 306c85750e
23 changed files with 66 additions and 66 deletions

View File

@@ -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