You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
trainer card
This commit is contained in:
@@ -112,7 +112,7 @@ Function8aa4: ; 8aa4
|
||||
Function8ad1: ; 8ad1
|
||||
ld hl, PalPacket_9c56 + 1
|
||||
call CopyFourPalettes
|
||||
call Function971a
|
||||
call InitPartyMenuOBPals
|
||||
call WipeAttrMap
|
||||
ret
|
||||
; 8ade
|
||||
@@ -759,7 +759,7 @@ CGB_ApplyPartyMenuHPPals: ; 96f3 CGB layout $fc
|
||||
; 971a
|
||||
|
||||
|
||||
Function971a: ; 971a
|
||||
InitPartyMenuOBPals: ; 971a
|
||||
ld hl, Palettes_b681
|
||||
ld de, UnknOBPals
|
||||
ld bc, 2 palettes
|
||||
@@ -2262,7 +2262,7 @@ Palettes_b719: ; b719
|
||||
|
||||
; b729
|
||||
|
||||
Palettes_b729: ; b729
|
||||
MalePokegearPals: ; b729
|
||||
RGB 28, 31, 20
|
||||
RGB 21, 21, 21
|
||||
RGB 13, 13, 13
|
||||
@@ -2295,7 +2295,7 @@ Palettes_b729: ; b729
|
||||
|
||||
; b759
|
||||
|
||||
Palettes_b759: ; b759
|
||||
FemalePokegearPals: ; b759
|
||||
RGB 28, 31, 20
|
||||
RGB 21, 21, 21
|
||||
RGB 13, 13, 13
|
||||
|
||||
@@ -44,7 +44,7 @@ endr
|
||||
dw Function8e97d
|
||||
dw Function8e99a
|
||||
dw Function8e898
|
||||
dw Function8e8b1
|
||||
dw Mobile_InitPartyMenuBGPal71
|
||||
dw Function8e862
|
||||
|
||||
|
||||
@@ -100,7 +100,7 @@ Function8e898: ; 8e898 (23:6898)
|
||||
ld [hl], a
|
||||
ret
|
||||
|
||||
Function8e8b1: ; 8e8b1 (23:68b1)
|
||||
Mobile_InitPartyMenuBGPal71: ; 8e8b1 (23:68b1)
|
||||
call InitPartyMenuIcon
|
||||
call SetPartyMonIconAnimSpeed
|
||||
ld hl, SPRITEANIMSTRUCT_ANIM_SEQ_ID
|
||||
|
||||
@@ -79,7 +79,7 @@ Function90bea: ; 90bea (24:4bea)
|
||||
ld [wc6db], a
|
||||
call Function90d9e
|
||||
call Function90da8
|
||||
ld b, SCGB_02
|
||||
ld b, SCGB_POKEGEAR_PALS
|
||||
call GetSGBLayout
|
||||
call SetPalettes
|
||||
ld a, [hCGB]
|
||||
@@ -1955,7 +1955,7 @@ _FlyMap: ; 91af3
|
||||
call Request1bpp
|
||||
call FlyMap
|
||||
call ret_91c8f
|
||||
ld b, SCGB_02
|
||||
ld b, SCGB_POKEGEAR_PALS
|
||||
call GetSGBLayout
|
||||
call SetPalettes
|
||||
.loop
|
||||
@@ -2377,7 +2377,7 @@ _Area: ; 91d11
|
||||
call TownMapPals
|
||||
hlbgcoord 0, 0
|
||||
call TownMapBGUpdate
|
||||
ld b, SCGB_02
|
||||
ld b, SCGB_POKEGEAR_PALS
|
||||
call GetSGBLayout
|
||||
call SetPalettes
|
||||
xor a
|
||||
@@ -2893,7 +2893,7 @@ Function92311: ; 92311
|
||||
ld [wd003], a
|
||||
ld a, b
|
||||
ld [wd004], a
|
||||
ld b, SCGB_02
|
||||
ld b, SCGB_POKEGEAR_PALS
|
||||
call GetSGBLayout
|
||||
call SetPalettes
|
||||
.loop
|
||||
|
||||
@@ -39,7 +39,7 @@ _SlotMachine:
|
||||
ld bc, VBGMap1 - VBGMap0
|
||||
ld a, " "
|
||||
call ByteFill
|
||||
ld b, SCGB_05
|
||||
ld b, SCGB_SLOT_MACHINE
|
||||
call GetSGBLayout
|
||||
callab ClearSpriteAnims
|
||||
ld hl, wSlots
|
||||
|
||||
@@ -83,7 +83,7 @@ StatsScreenBattle: ; 4dcf7
|
||||
or $1
|
||||
ld [wcf64], a
|
||||
.loop
|
||||
callba Function100dd2
|
||||
callba Mobile_SetOverworldDelay
|
||||
ld a, [wJumptableIndex]
|
||||
and $7f
|
||||
ld hl, StatsScreenPointerTable
|
||||
|
||||
@@ -40,7 +40,7 @@ _TownMap: ; 9191c
|
||||
ld [wd004], a
|
||||
ld a, b
|
||||
ld [wd005], a
|
||||
ld b, SCGB_02
|
||||
ld b, SCGB_POKEGEAR_PALS
|
||||
call GetSGBLayout
|
||||
call SetPalettes
|
||||
ld a, [hCGB]
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user