Document the location of the mobile adapter colors

This commit is contained in:
mid-kid 2019-09-03 02:04:23 +02:00
parent 3664cee79b
commit 29deef86f8
1 changed files with 8 additions and 8 deletions

View File

@ -810,7 +810,7 @@ MobileTradeAnim_02:
call CopyBytes call CopyBytes
pop af pop af
ldh [rSVBK], a ldh [rSVBK], a
call Function108d07 call LoadMobileAdapterPalette
call Function108af4 call Function108af4
call GetMobileTradeAnimByte call GetMobileTradeAnimByte
ret ret
@ -855,7 +855,7 @@ MobileTradeAnim_10:
call CopyBytes call CopyBytes
pop af pop af
ldh [rSVBK], a ldh [rSVBK], a
call Function108d07 call LoadMobileAdapterPalette
call Function108af4 call Function108af4
call GetMobileTradeAnimByte call GetMobileTradeAnimByte
ret ret
@ -898,7 +898,7 @@ MobileTradeAnim_11:
call CopyBytes call CopyBytes
pop af pop af
ldh [rSVBK], a ldh [rSVBK], a
call Function108d07 call LoadMobileAdapterPalette
call Function108af4 call Function108af4
call Function108b5a call Function108b5a
ld a, $e0 ld a, $e0
@ -1712,18 +1712,18 @@ DebugMobileTrade:
dw $0456 dw $0456
db "マツミヤ@@" db "マツミヤ@@"
Function108d07: LoadMobileAdapterPalette:
ld a, [wc74e] ld a, [wc74e]
and $7f and $7f
cp $8 cp $8 ; CONST: Amount of mobile adapters
jr c, .asm_108d12 jr c, .asm_108d12
ld a, $7 ld a, $7
.asm_108d12 .asm_108d12
ld bc, 1 palettes ld bc, 1 palettes
ld hl, Palette_1093c7 ld hl, MobileAdapterPalettes
call AddNTimes call AddNTimes
ld a, $5 ld a, BANK(wBGPals1)
ld de, wBGPals1 + 4 palettes ld de, wBGPals1 + 4 palettes
ld bc, 1 palettes ld bc, 1 palettes
call FarCopyWRAM call FarCopyWRAM
@ -1883,7 +1883,7 @@ INCBIN "gfx/unknown/1091c7.2bpp"
GFX_1092c7: GFX_1092c7:
INCBIN "gfx/unknown/1092c7.2bpp" INCBIN "gfx/unknown/1092c7.2bpp"
Palette_1093c7: MobileAdapterPalettes:
RGB 18, 31, 15 RGB 18, 31, 15
RGB 04, 13, 31 RGB 04, 13, 31
RGB 00, 00, 31 RGB 00, 00, 31