pokecrystal-board/predef/cgb.asm

1119 lines
16 KiB
NASM
Raw Normal View History

; Replaces the functionality of sgb.asm to work with CGB hardware.
CheckCGB: ; 8d55
ld a, [hCGB]
and a
ret
; 8d59
2015-07-22 13:36:28 -07:00
Predef_LoadSGBLayoutCGB: ; 8d59
ld a, b
2015-11-20 12:15:32 -08:00
cp SCGB_RAM
jr nz, .not_ram
ld a, [SGBPredef]
2015-11-20 12:15:32 -08:00
.not_ram
cp SCGB_FC
jp z, Function96f3
call Function9673
ld l, a
ld h, 0
add hl, hl
ld de, .jumptable
add hl, de
ld a, [hli]
ld h, [hl]
ld l, a
ld de, .ReturnFromJumpTable
push de
jp [hl]
; 8d79
.ReturnFromJumpTable: ; 8d79
ret
; 8d7a
.jumptable: ; 8d7a
2015-11-12 21:49:27 -08:00
dw _CGB00
dw _CGB01
dw _CGB02
dw _CGB03
dw _CGB04
dw _CGB05
dw _CGB06
dw _CGB07
dw _CGB08
dw _CGB09
dw _CGB0a
dw _CGB0b
dw _CGB0c
dw _CGB0d
dw _CGB0e
dw _CGB0f
dw _CGB10
dw _CGB11
dw _CGB12
dw _CGB13
dw _CGB14
dw _CGB15
dw _CGB16
dw _CGB17
dw _CGB18
dw _CGB19
dw _CGB1a
dw _CGB1b
dw _CGB1c
dw _CGB1d
dw _CGB1e
; 8db8
2015-11-12 21:49:27 -08:00
_CGB00: ; 8db8
ld hl, PalPacket_9c66 + 1
2015-11-20 12:15:32 -08:00
ld de, UnknBGPals
ld c, $4
call CopyPalettes
ld hl, PalPacket_9c66 + 1
2015-11-20 12:15:32 -08:00
ld de, UnknBGPals + $20
ld c, $4
call CopyPalettes
ld hl, PalPacket_9c66 + 1
2015-11-20 12:15:32 -08:00
ld de, UnknOBPals
ld c, $2
call CopyPalettes
jr Function8e23
2015-11-12 21:49:27 -08:00
_CGB01: ; 8ddb
2015-11-20 12:15:32 -08:00
ld de, UnknBGPals
call Function9729
push hl
call Function9643
call Function973a
push hl
call Function9643
ld a, [EnemyHPPal]
ld l, a
ld h, $0
2015-07-20 19:18:18 -07:00
rept 2
add hl, hl
2015-07-20 19:18:18 -07:00
endr
ld bc, Palettes_a8be
add hl, bc
call Function9643
ld a, [PlayerHPPal]
ld l, a
ld h, $0
2015-07-20 19:18:18 -07:00
rept 2
add hl, hl
2015-07-20 19:18:18 -07:00
endr
ld bc, Palettes_a8be
add hl, bc
call Function9643
ld hl, Palettes_a8ca
call Function9643
2015-11-20 12:15:32 -08:00
ld de, UnknOBPals
pop hl
call Function9643
pop hl
call Function9643
2015-11-20 12:15:32 -08:00
ld a, SCGB_01
ld [SGBPredef], a
call Function96a4
Function8e23: ; 8e23
call Function8e85
hlcoord 0, 0, AttrMap
ld bc, SCREEN_WIDTH * SCREEN_HEIGHT
ld a, $2
call ByteFill
hlcoord 0, 4, AttrMap
2015-11-12 21:49:27 -08:00
lb bc, 8, 10
ld a, $0
2015-11-12 21:49:27 -08:00
call FillBoxCGB
hlcoord 10, 0, AttrMap
2015-11-12 21:49:27 -08:00
lb bc, 7, 10
ld a, $1
2015-11-12 21:49:27 -08:00
call FillBoxCGB
hlcoord 0, 0, AttrMap
2015-11-12 21:49:27 -08:00
lb bc, 4, 10
ld a, $2
2015-11-12 21:49:27 -08:00
call FillBoxCGB
hlcoord 10, 7, AttrMap
2015-11-12 21:49:27 -08:00
lb bc, 5, 10
ld a, $3
2015-11-12 21:49:27 -08:00
call FillBoxCGB
hlcoord 10, 11, AttrMap
2015-11-12 21:49:27 -08:00
lb bc, 1, 9
ld a, $4
2015-11-12 21:49:27 -08:00
call FillBoxCGB
hlcoord 0, 12, AttrMap
2015-11-16 13:01:45 -08:00
ld bc, 6 * SCREEN_WIDTH
ld a, $7
call ByteFill
ld hl, Palettes_979c
2015-11-20 12:15:32 -08:00
ld de, UnknOBPals + $10
ld bc, $0030
ld a, $5
call FarCopyWRAM
call Function96b3
ret
; 8e85
Function8e85: ; 8e85
2013-10-01 17:47:54 -07:00
callba Function100dc0
Function8e8b: ; 8e8b
2014-03-01 22:22:33 -08:00
ld hl, Palette_b311
jr nc, .asm_8e93
2014-03-01 22:22:33 -08:00
ld hl, Palette_b309
.asm_8e93
2015-11-20 12:15:32 -08:00
ld de, UnknBGPals + 8 * 7
ld bc, $0008
ld a, $5
call FarCopyWRAM
ret
; 8e9f
Function8e9f: ; 8e9f
callba Function100dc0
2014-03-01 22:22:33 -08:00
ld hl, Palette_b311
jr nc, .asm_8ead
2014-03-01 22:22:33 -08:00
ld hl, Palette_b309
.asm_8ead
2015-11-20 12:15:32 -08:00
ld de, UnknBGPals
ld bc, $0008
ld a, $5
call FarCopyWRAM
ret
; 8eb9
2015-11-12 21:49:27 -08:00
_CGB02: ; 8eb9
ld a, [PlayerGender]
bit 0, a
jr z, .asm_8ec5
2014-03-01 22:22:33 -08:00
ld hl, Palettes_b759
jr .asm_8ec8
.asm_8ec5
2014-03-01 22:22:33 -08:00
ld hl, Palettes_b729
.asm_8ec8
2015-11-20 12:15:32 -08:00
ld de, UnknBGPals
ld bc, $0030
ld a, $5
call FarCopyWRAM
call Function96a4
ld a, $1
ld [hCGBPalUpdate], a
ret
; 8edb
2015-11-12 21:49:27 -08:00
_CGB03: ; 8edb
2015-11-20 12:15:32 -08:00
ld de, UnknBGPals
ld a, [wcda1]
ld l, a
ld h, $0
2015-07-20 19:18:18 -07:00
rept 2
add hl, hl
2015-07-20 19:18:18 -07:00
endr
ld bc, Palettes_a8be
add hl, bc
call Function9643
ld a, [CurPartySpecies]
ld bc, TempMonDVs
call Function974b
call Function9643
ld hl, Palettes_a8ca
call Function9643
ld hl, Palette8f52
2015-11-20 12:15:32 -08:00
ld de, UnknBGPals + 8 * 3
ld bc, $0018
ld a, $5
call FarCopyWRAM
call Function9699
hlcoord 0, 0, AttrMap
2015-11-12 21:49:27 -08:00
lb bc, 8, SCREEN_WIDTH
ld a, $1
2015-11-12 21:49:27 -08:00
call FillBoxCGB
hlcoord 10, 16, AttrMap
ld bc, $000a
ld a, $2
call ByteFill
hlcoord 13, 5, AttrMap
2015-11-12 21:49:27 -08:00
lb bc, 2, 2
ld a, $3
2015-11-12 21:49:27 -08:00
call FillBoxCGB
hlcoord 15, 5, AttrMap
2015-11-12 21:49:27 -08:00
lb bc, 2, 2
ld a, $4
2015-11-12 21:49:27 -08:00
call FillBoxCGB
hlcoord 17, 5, AttrMap
2015-11-12 21:49:27 -08:00
lb bc, 2, 2
ld a, $5
2015-11-12 21:49:27 -08:00
call FillBoxCGB
call Function96b3
call Function96a4
ld a, $1
ld [hCGBPalUpdate], a
ret
; 8f52
Palette8f52: ; 8f52
RGB 31, 31, 31
RGB 31, 19, 31
RGB 31, 15, 31
RGB 00, 00, 00
RGB 31, 31, 31
RGB 21, 31, 14
RGB 17, 31, 00
RGB 00, 00, 00
RGB 31, 31, 31
RGB 17, 31, 31
RGB 17, 31, 31
RGB 00, 00, 00
; 8f6a
Unknown_8f6a: ; 8f6a
RGB 31, 19, 31
RGB 21, 31, 14
RGB 17, 31, 31
; 8f70
2015-11-12 21:49:27 -08:00
_CGB04: ; 8f70
2015-11-20 12:15:32 -08:00
ld de, UnknBGPals
ld a, $1d
call GetAthPalletFromPalettes9df6
call LoadHLPaletteIntoDE
ld a, [CurPartySpecies]
cp $ff
jr nz, .asm_8f8a
ld hl, Palette8fba
call LoadHLPaletteIntoDE
jr .asm_8f90
.asm_8f8a
call Function9775
call Function9643
.asm_8f90
call Function9699
hlcoord 1, 1, AttrMap
2015-11-12 21:49:27 -08:00
lb bc, 7, 7
ld a, $1
2015-11-12 21:49:27 -08:00
call FillBoxCGB
call Function971a
ld hl, Palette8fc2
2015-11-20 12:15:32 -08:00
ld de, UnknOBPals + $38
ld bc, $0008
ld a, $5
call FarCopyWRAM
call Function96b3
call Function96a4
ld a, $1
ld [hCGBPalUpdate], a
ret
; 8fba
Palette8fba: ; 8fba
RGB 11, 23, 00
RGB 07, 17, 00
RGB 06, 16, 03
RGB 05, 12, 01
Palette8fc2: ; 8fc2
RGB 00, 00, 00
RGB 11, 23, 00
RGB 07, 17, 00
RGB 00, 00, 00
; 8fca
2015-11-12 21:49:27 -08:00
_CGB17: ; 8fca
2015-11-20 12:15:32 -08:00
ld de, UnknBGPals
ld a, $1d
call GetAthPalletFromPalettes9df6
call LoadHLPaletteIntoDE
ld a, [CurPartySpecies]
cp $ff
jr nz, .asm_8fe4
ld hl, Palette9036
call LoadHLPaletteIntoDE
jr .asm_8fed
.asm_8fe4
ld bc, TempMonDVs
call Function974b
call Function9643
.asm_8fed
call Function9699
hlcoord 1, 4, AttrMap
2015-11-12 21:49:27 -08:00
lb bc, 7, 7
ld a, $1
2015-11-12 21:49:27 -08:00
call FillBoxCGB
call Function971a
call Function96b3
call Function96a4
ld a, $1
ld [hCGBPalUpdate], a
ret
; 9009
Function9009: ; 9009
ld hl, Palette9036
call LoadHLPaletteIntoDE
jr .asm_901a
ld bc, TempMonDVs
call Function974b
call Function9643
.asm_901a
call Function9699
hlcoord 1, 1, AttrMap
2015-11-12 21:49:27 -08:00
lb bc, 7, 7
ld a, $1
2015-11-12 21:49:27 -08:00
call FillBoxCGB
call Function971a
call Function96b3
call Function96a4
ld a, $1
ld [hCGBPalUpdate], a
ret
; 9036
Palette9036: ; 9036
RGB 31, 15, 00
RGB 23, 12, 00
RGB 15, 07, 00
RGB 00, 00, 00
; 903e
2015-11-12 21:49:27 -08:00
_CGB16: ; 903e
2015-11-20 12:15:32 -08:00
ld de, UnknBGPals
ld a, $1d
call GetAthPalletFromPalettes9df6
call LoadHLPaletteIntoDE
ld a, [CurPartySpecies]
call Function9775
call Function9643
call Function9699
hlcoord 7, 5, AttrMap
2015-11-12 21:49:27 -08:00
lb bc, 7, 7
ld a, $1
2015-11-12 21:49:27 -08:00
call FillBoxCGB
call Function971a
call Function96b3
call Function96a4
ld a, $1
ld [hCGBPalUpdate], a
ret
; 906e
2015-11-12 21:49:27 -08:00
_CGB05: ; 906e
2014-03-01 22:22:33 -08:00
ld hl, Palettes_b7a9
2015-11-20 12:15:32 -08:00
ld de, UnknBGPals
ld bc, $0080
ld a, $5
call FarCopyWRAM
call Function9699
hlcoord 0, 2, AttrMap
2015-11-12 21:49:27 -08:00
lb bc, 10, 3
ld a, $2
2015-11-12 21:49:27 -08:00
call FillBoxCGB
hlcoord 17, 2, AttrMap
2015-11-12 21:49:27 -08:00
lb bc, 10, 3
ld a, $2
2015-11-12 21:49:27 -08:00
call FillBoxCGB
hlcoord 0, 4, AttrMap
2015-11-12 21:49:27 -08:00
lb bc, 6, 3
ld a, $3
2015-11-12 21:49:27 -08:00
call FillBoxCGB
hlcoord 17, 4, AttrMap
2015-11-12 21:49:27 -08:00
lb bc, 6, 3
ld a, $3
2015-11-12 21:49:27 -08:00
call FillBoxCGB
hlcoord 0, 6, AttrMap
2015-11-12 21:49:27 -08:00
lb bc, 2, 3
ld a, $4
2015-11-12 21:49:27 -08:00
call FillBoxCGB
hlcoord 17, 6, AttrMap
2015-11-12 21:49:27 -08:00
lb bc, 2, 3
ld a, $4
2015-11-12 21:49:27 -08:00
call FillBoxCGB
hlcoord 4, 2, AttrMap
2015-11-12 21:49:27 -08:00
lb bc, 2, 12
ld a, $1
2015-11-12 21:49:27 -08:00
call FillBoxCGB
hlcoord 3, 2, AttrMap
2015-11-12 21:49:27 -08:00
lb bc, 10, 1
ld a, $1
2015-11-12 21:49:27 -08:00
call FillBoxCGB
hlcoord 16, 2, AttrMap
2015-11-12 21:49:27 -08:00
lb bc, 10, 1
ld a, $1
2015-11-12 21:49:27 -08:00
call FillBoxCGB
hlcoord 0, 12, AttrMap
ld bc, $0078
ld a, $7
call ByteFill
call Function96b3
call Function96a4
ld a, $1
ld [hCGBPalUpdate], a
ret
; 90f8
2015-11-12 21:49:27 -08:00
_CGB06: ; 90f8
ld hl, PalPacket_9ca6 + 1
call CopyFourPalettes
call Function9699
2015-11-20 12:15:32 -08:00
ld de, UnknOBPals
ld a, $3c
call GetAthPalletFromPalettes9df6
call LoadHLPaletteIntoDE
hlcoord 0, 6, AttrMap
2015-11-12 21:49:27 -08:00
lb bc, 12, SCREEN_WIDTH
ld a, $1
2015-11-12 21:49:27 -08:00
call FillBoxCGB
call Function96b3
call Function96a4
ld a, $1
ld [hCGBPalUpdate], a
ret
; 9122
2015-11-12 21:49:27 -08:00
_CGB07: ; 9122
ld b, 0
ld hl, Jumptable_912d
2015-07-20 19:18:18 -07:00
rept 2
add hl, bc
2015-07-20 19:18:18 -07:00
endr
ld a, [hli]
ld h, [hl]
ld l, a
jp [hl]
; 912d
Jumptable_912d: ; 912d
dw Function9133
dw Function9166
dw Function9180
; 9133
Function9133: ; 9133
ld hl, Palette_914e
2015-11-20 12:15:32 -08:00
ld de, UnknBGPals
call LoadHLPaletteIntoDE
ld hl, Palette_9156
2015-11-20 12:15:32 -08:00
ld de, UnknOBPals
ld bc, $0010
ld a, $5
call FarCopyWRAM
call Function9699
ret
; 914e
Palette_914e: ; 914e
RGB 19, 31, 19
RGB 18, 23, 31
RGB 11, 21, 28
RGB 04, 16, 24
Palette_9156: ; 9156
RGB 29, 29, 29
RGB 20, 19, 20
RGB 19, 06, 04
RGB 03, 04, 06
RGB 31, 31, 31
RGB 31, 31, 31
RGB 31, 00, 00
RGB 03, 04, 06
; 9166
Function9166: ; 9166
2015-11-20 12:15:32 -08:00
ld de, UnknBGPals
ld a, $38
call GetAthPalletFromPalettes9df6
call LoadHLPaletteIntoDE
2015-11-20 12:15:32 -08:00
ld de, UnknOBPals
ld a, $39
call GetAthPalletFromPalettes9df6
call LoadHLPaletteIntoDE
call Function9699
ret
; 9180
Function9180: ; 9180
ld hl, PalPacket_9c36 + 1
call CopyFourPalettes
2015-11-20 12:15:32 -08:00
ld de, UnknOBPals
ld a, $3a
call GetAthPalletFromPalettes9df6
call LoadHLPaletteIntoDE
call Function9699
ret
; 9195
2015-11-12 21:49:27 -08:00
_CGB11: ; 9195
2014-03-01 22:22:33 -08:00
ld hl, Palettes_b789
2015-11-20 12:15:32 -08:00
ld de, UnknBGPals
ld bc, $0028
ld a, $5
call FarCopyWRAM
call Function96a4
call Function9699
call Function96b3
ret
; 91ad
2015-11-12 21:49:27 -08:00
_CGB08: ; 91ad
ld hl, Palettes_b641
2015-11-20 12:15:32 -08:00
ld de, UnknBGPals
ld bc, $0080
ld a, $5
call FarCopyWRAM
ld hl, PalPacket_9cb6 + 1
call CopyFourPalettes
call Function9699
call Function96b3
ret
; 91c8
2015-11-12 21:49:27 -08:00
_CGB09: ; 91c8
call Functionb1de
2015-11-20 12:15:32 -08:00
ld a, SCGB_09
ld [SGBPredef], a
ret
; 91d1
2015-11-12 21:49:27 -08:00
_CGB0a: ; 91d1
ld hl, PalPacket_9c56 + 1
call CopyFourPalettes
call Function8e9f
call Function8e85
call Function971a
call Function96b3
ret
; 91e4
2015-11-12 21:49:27 -08:00
_CGB0b: ; 91e4
2015-11-20 12:15:32 -08:00
ld de, UnknBGPals
ld a, c
and a
jr z, .asm_91f5
ld a, $1a
call GetAthPalletFromPalettes9df6
call LoadHLPaletteIntoDE
2015-12-09 15:25:44 -08:00
jr .got_palette
.asm_91f5
ld hl, PartyMon1DVs
ld bc, PARTYMON_STRUCT_LENGTH
ld a, [CurPartyMon]
call AddNTimes
ld c, l
ld b, h
ld a, [PlayerHPPal]
call Function974b
call Function9643
ld hl, Palettes_979c
2015-12-09 15:25:44 -08:00
ld de, UnknOBPals + 2 palettes
ld bc, 6 palettes
ld a, $5
call FarCopyWRAM
2015-12-09 15:25:44 -08:00
.got_palette
call Function9699
call Function96b3
call Function96a4
ld a, $1
ld [hCGBPalUpdate], a
ret
; 9228
2015-11-12 21:49:27 -08:00
_CGB0c: ; 9228
ld hl, Palettes_b6f1
2015-11-20 12:15:32 -08:00
ld de, UnknBGPals
ld bc, $0028
ld a, $5
call FarCopyWRAM
ld hl, Palettes_b719
2015-11-20 12:15:32 -08:00
ld de, UnknOBPals
ld bc, $0010
ld a, $5
call FarCopyWRAM
2015-11-20 12:15:32 -08:00
ld a, SCGB_08
ld [SGBPredef], a
call Function96a4
ld a, $1
ld [hCGBPalUpdate], a
ret
; 9251
2015-11-12 21:49:27 -08:00
_CGB0d: ; 9251
ld hl, PalPacket_9cb6 + 1
call CopyFourPalettes
call Function9699
call Function96b3
ret
; 925e
2015-11-12 21:49:27 -08:00
_CGB18: ; 925e
ld hl, PalPacket_9bc6 + 1
call CopyFourPalettes
2015-11-20 12:15:32 -08:00
ld de, UnknOBPals
ld a, $4c
call GetAthPalletFromPalettes9df6
call LoadHLPaletteIntoDE
ld a, [rSVBK]
push af
ld a, $5
ld [rSVBK], a
2015-11-20 12:15:32 -08:00
ld hl, UnknOBPals
ld a, $1f
ld [hli], a
ld a, $0
ld [hl], a
pop af
ld [rSVBK], a
call Function9699
call Function96b3
ret
; 9289
2015-11-12 21:49:27 -08:00
_CGB15: ; 9289
2015-11-20 12:15:32 -08:00
ld de, UnknBGPals
xor a
call Function976b
call Function9643
ld a, $1
call Function976b
call Function9643
ld a, $3
call Function976b
call Function9643
ld a, $2
call Function976b
call Function9643
ld a, $4
call Function976b
call Function9643
ld a, $7
call Function976b
call Function9643
ld a, $6
call Function976b
call Function9643
ld a, $5
call Function976b
call Function9643
ld a, $24
call GetAthPalletFromPalettes9df6
call LoadHLPaletteIntoDE
hlcoord 0, 0, AttrMap
ld bc, SCREEN_WIDTH * SCREEN_HEIGHT
ld a, [PlayerGender]
and a
ld a, $1
jr z, .asm_92e3
ld a, $0
.asm_92e3
call ByteFill
hlcoord 14, 1, AttrMap
2015-11-12 21:49:27 -08:00
lb bc, 7, 5
ld a, [PlayerGender]
and a
ld a, $0
jr z, .asm_92f6
ld a, $1
.asm_92f6
2015-11-12 21:49:27 -08:00
call FillBoxCGB
hlcoord 18, 1, AttrMap
ld [hl], $1
hlcoord 2, 11, AttrMap
2015-11-12 21:49:27 -08:00
lb bc, 2, 4
ld a, $1
2015-11-12 21:49:27 -08:00
call FillBoxCGB
hlcoord 6, 11, AttrMap
2015-11-12 21:49:27 -08:00
lb bc, 2, 4
ld a, $2
2015-11-12 21:49:27 -08:00
call FillBoxCGB
hlcoord 10, 11, AttrMap
2015-11-12 21:49:27 -08:00
lb bc, 2, 4
ld a, $3
2015-11-12 21:49:27 -08:00
call FillBoxCGB
hlcoord 14, 11, AttrMap
2015-11-12 21:49:27 -08:00
lb bc, 2, 4
ld a, $4
2015-11-12 21:49:27 -08:00
call FillBoxCGB
hlcoord 2, 14, AttrMap
2015-11-12 21:49:27 -08:00
lb bc, 2, 4
ld a, $5
2015-11-12 21:49:27 -08:00
call FillBoxCGB
hlcoord 6, 14, AttrMap
2015-11-12 21:49:27 -08:00
lb bc, 2, 4
ld a, $6
2015-11-12 21:49:27 -08:00
call FillBoxCGB
hlcoord 10, 14, AttrMap
2015-11-12 21:49:27 -08:00
lb bc, 2, 4
ld a, $7
2015-11-12 21:49:27 -08:00
call FillBoxCGB
ld a, [PlayerGender]
and a
push af
jr z, .asm_935d
hlcoord 14, 14, AttrMap
2015-11-12 21:49:27 -08:00
lb bc, 2, 4
ld a, $1
2015-11-12 21:49:27 -08:00
call FillBoxCGB
.asm_935d
pop af
ld c, $0
jr nz, .asm_9363
inc c
.asm_9363
ld a, c
hlcoord 18, 1, AttrMap
ld [hl], a
call Function96b3
call Function96a4
ld a, $1
ld [hCGBPalUpdate], a
ret
; 9373
2015-11-12 21:49:27 -08:00
_CGB0e: ; 9373
2015-11-20 12:15:32 -08:00
ld de, UnknBGPals
ld a, $10
call GetAthPalletFromPalettes9df6
call LoadHLPaletteIntoDE
ld a, [PlayerHPPal]
ld l, a
ld h, 0
2015-07-20 19:18:18 -07:00
rept 2
add hl, hl
2015-07-20 19:18:18 -07:00
endr
ld bc, Palettes_a8be
add hl, bc
call Function9643
call Function9699
hlcoord 11, 1, AttrMap
2015-11-12 21:49:27 -08:00
lb bc, 2, 9
ld a, $1
2015-11-12 21:49:27 -08:00
call FillBoxCGB
call Function96b3
call Function96a4
ld a, $1
ld [hCGBPalUpdate], a
ret
; 93a6
2015-11-12 21:49:27 -08:00
_CGB0f: ; 93a6
ld hl, PalPacket_9c46 + 1
call CopyFourPalettes
call Function9699
call Function96b3
call Function96a4
ld a, $1
ld [hCGBPalUpdate], a
ret
; 93ba
2015-11-12 21:49:27 -08:00
_CGB10: ; 93ba
2015-11-20 12:15:32 -08:00
ld de, UnknBGPals
ld a, $1d
call GetAthPalletFromPalettes9df6
call LoadHLPaletteIntoDE
call Function9699
call Function96b3
call Function96a4
ld a, $1
ld [hCGBPalUpdate], a
ret
; 93d3
2015-11-12 21:49:27 -08:00
_CGB14: ; 93d3
ld a, [BattleType]
cp BATTLETYPE_TUTORIAL
jr z, .asm_93e6
ld a, [PlayerGender]
bit 0, a
jr z, .asm_93e6
ld hl, Palettes_9469
jr .asm_93e9
.asm_93e6
ld hl, Palettes_9439
.asm_93e9
2015-11-20 12:15:32 -08:00
ld de, UnknBGPals
ld bc, $0040
ld a, $5
call FarCopyWRAM
call Function9699
hlcoord 0, 0, AttrMap
2015-11-12 21:49:27 -08:00
lb bc, 1, 10
ld a, $1
2015-11-12 21:49:27 -08:00
call FillBoxCGB
hlcoord 10, 0, AttrMap
2015-11-12 21:49:27 -08:00
lb bc, 1, 10
ld a, $2
2015-11-12 21:49:27 -08:00
call FillBoxCGB
hlcoord 7, 2, AttrMap
2015-11-12 21:49:27 -08:00
lb bc, 9, 1
ld a, $3
2015-11-12 21:49:27 -08:00
call FillBoxCGB
hlcoord 0, 7, AttrMap
2015-11-12 21:49:27 -08:00
lb bc, 3, 5
ld a, $4
2015-11-12 21:49:27 -08:00
call FillBoxCGB
hlcoord 0, 3, AttrMap
2015-11-12 21:49:27 -08:00
lb bc, 3, 5
ld a, $5
2015-11-12 21:49:27 -08:00
call FillBoxCGB
call Function96b3
call Function96a4
ld a, $1
ld [hCGBPalUpdate], a
ret
; 9439
Palettes_9439: ; 9439
RGB 31, 31, 31
RGB 15, 15, 31
RGB 00, 00, 31
RGB 00, 00, 00
RGB 31, 31, 31
RGB 15, 15, 31
RGB 00, 00, 31
RGB 00, 00, 00
RGB 31, 11, 31
RGB 15, 15, 31
RGB 00, 00, 31
RGB 00, 00, 00
RGB 31, 31, 31
RGB 15, 15, 31
RGB 00, 00, 31
RGB 31, 00, 00
RGB 31, 31, 31
RGB 15, 15, 31
RGB 31, 00, 00
RGB 00, 00, 00
RGB 31, 31, 31
RGB 07, 19, 07
RGB 07, 19, 07
RGB 00, 00, 00
; 9469
Palettes_9469: ; 9469
RGB 31, 31, 31
RGB 31, 14, 31
RGB 31, 07, 31
RGB 00, 00, 00
RGB 31, 31, 31
RGB 31, 14, 31
RGB 31, 07, 31
RGB 00, 00, 00
RGB 15, 15, 31
RGB 31, 14, 31
RGB 31, 07, 31
RGB 00, 00, 00
RGB 31, 31, 31
RGB 31, 14, 31
RGB 31, 07, 31
RGB 31, 00, 00
RGB 31, 31, 31
RGB 31, 14, 31
RGB 31, 00, 00
RGB 00, 00, 00
RGB 31, 31, 31
RGB 07, 19, 07
RGB 07, 19, 07
RGB 00, 00, 00
; 9499
2015-11-12 21:49:27 -08:00
_CGB12: ; 9499
call _CGB09
ld de, $0014
hlcoord 0, 0, AttrMap
2015-10-24 07:34:19 -07:00
ld a, [wMenuBorderTopCoord]
.asm_94a5
and a
jr z, .asm_94ac
dec a
add hl, de
jr .asm_94a5
.asm_94ac
2015-10-24 07:34:19 -07:00
ld a, [wMenuBorderLeftCoord]
ld e, a
ld d, $0
add hl, de
2015-10-24 07:34:19 -07:00
ld a, [wMenuBorderTopCoord]
ld b, a
2015-10-24 07:34:19 -07:00
ld a, [wMenuBorderBottomCoord]
inc a
sub b
ld b, a
2015-10-24 07:34:19 -07:00
ld a, [wMenuBorderLeftCoord]
ld c, a
2015-10-24 07:34:19 -07:00
ld a, [wMenuBorderRightCoord]
sub c
inc a
ld c, a
ld a, $0
2015-11-12 21:49:27 -08:00
call FillBoxCGB
call Function96b3
ret
; 94d0
2015-11-12 21:49:27 -08:00
_CGB13: ; 94d0
ld hl, PalPacket_9ba6 + 1
call CopyFourPalettes
call Function9699
hlcoord 0, 4, AttrMap
2015-11-12 21:49:27 -08:00
lb bc, 10, SCREEN_WIDTH
ld a, $2
2015-11-12 21:49:27 -08:00
call FillBoxCGB
hlcoord 0, 6, AttrMap
2015-11-12 21:49:27 -08:00
lb bc, 6, SCREEN_WIDTH
ld a, $1
2015-11-12 21:49:27 -08:00
call FillBoxCGB
call Function96b3
call Function96a4
ld a, $1
ld [hCGBPalUpdate], a
ret
; 94fa
2015-11-12 21:49:27 -08:00
_CGB19: ; 94fa
2015-11-20 12:15:32 -08:00
ld de, UnknBGPals
ld a, $4e
call GetAthPalletFromPalettes9df6
call LoadHLPaletteIntoDE
ld hl, Palette_9521
2015-11-20 12:15:32 -08:00
ld de, UnknOBPals
call LoadHLPaletteIntoDE
ld hl, Palette_9521
2015-11-20 12:15:32 -08:00
ld de, UnknOBPals + 8
call LoadHLPaletteIntoDE
call Function9699
call Function96b3
call Function96a4
ret
; 9521
Palette_9521: ; 9521
RGB 31, 31, 31
RGB 13, 11, 00
RGB 23, 12, 28
RGB 00, 00, 00
; 9529
2015-11-12 21:49:27 -08:00
_CGB1a: ; 9529
2015-11-20 12:15:32 -08:00
ld de, UnknBGPals
ld a, [CurPartySpecies]
ld bc, TempMonDVs
call Function974b
call Function9643
call Function9699
call Function96b3
call Function96a4
ret
; 9542
2015-11-12 21:49:27 -08:00
_CGB1e: ; 9542
2015-11-20 12:15:32 -08:00
ld de, UnknBGPals
ld a, [CurPartySpecies]
call Function9775
call Function9643
call Function9699
call Function96b3
ret
; 9555
2015-11-12 21:49:27 -08:00
_CGB1b: ; 9555
ld hl, PalPacket_9cc6 + 1
call CopyFourPalettes
ld hl, Palettes_b681
2015-11-20 12:15:32 -08:00
ld de, UnknOBPals
ld bc, $0008
ld a, $5
call FarCopyWRAM
2015-11-20 12:15:32 -08:00
ld de, UnknOBPals + $38
ld a, $1c
call GetAthPalletFromPalettes9df6
call LoadHLPaletteIntoDE
call Function9699
ret
; 9578
2015-11-12 21:49:27 -08:00
_CGB1c: ; 9578
2015-11-20 12:15:32 -08:00
ld de, UnknBGPals
ld a, [CurPartySpecies]
ld bc, TempMonDVs
call Function9764
call Function9643
call Function9699
call Function96b3
call Function96a4
ret
; 9591
2015-11-12 21:49:27 -08:00
_CGB1d: ; 9591
ld hl, Palette95e0
2015-11-20 12:15:32 -08:00
ld de, UnknBGPals
ld bc, $0010
ld a, $5
call FarCopyWRAM
call Function96a4
call Function9699
hlcoord 3, 7, AttrMap
2015-11-12 21:49:27 -08:00
lb bc, 8, 14
ld a, $1
2015-11-12 21:49:27 -08:00
call FillBoxCGB
hlcoord 1, 5, AttrMap
2015-11-12 21:49:27 -08:00
lb bc, 1, 18
ld a, $1
2015-11-12 21:49:27 -08:00
call FillBoxCGB
hlcoord 1, 16, AttrMap
2015-11-12 21:49:27 -08:00
lb bc, 1, 18
ld a, $1
2015-11-12 21:49:27 -08:00
call FillBoxCGB
hlcoord 0, 0, AttrMap
2015-11-12 21:49:27 -08:00
lb bc, 17, 2
ld a, $1
2015-11-12 21:49:27 -08:00
call FillBoxCGB
hlcoord 18, 5, AttrMap
2015-11-12 21:49:27 -08:00
lb bc, 12, 1
ld a, $1
2015-11-12 21:49:27 -08:00
call FillBoxCGB
call Function96b3
ret
; 95e0
Palette95e0: ; 95e0
RGB 31, 31, 31
RGB 16, 31, 14
RGB 05, 14, 21
RGB 05, 13, 10
RGB 31, 31, 31
RGB 11, 21, 25
RGB 05, 14, 21
RGB 00, 03, 19
; 95f0