You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Placeholder non-generic names for engine/color functions
This commit is contained in:
@@ -14,7 +14,7 @@ Predef_LoadSGBLayoutCGB: ; 8d59
|
||||
.not_ram
|
||||
cp SCGB_PARTY_MENU_HP_PALS
|
||||
jp z, CGB_ApplyPartyMenuHPPals
|
||||
call Function9673
|
||||
call ResetBGPals
|
||||
ld l, a
|
||||
ld h, 0
|
||||
add hl, hl
|
||||
|
||||
@@ -5,7 +5,7 @@ GetMysteryGift_MobileAdapterLayout: ; 4930f (mobile)
|
||||
ld a, [SGBPredef]
|
||||
.not_ram
|
||||
push af
|
||||
callba Function9673
|
||||
callba ResetBGPals
|
||||
pop af
|
||||
ld l, a
|
||||
ld h, 0
|
||||
|
||||
@@ -65,7 +65,7 @@ Predef_LoadSGBLayout: ; 864c
|
||||
|
||||
.SGB_BattleColors: ; 86b4
|
||||
ld hl, BlkPacket_9aa6
|
||||
call Function9809
|
||||
call PushSGBPals_
|
||||
|
||||
ld hl, PalPacket_9ce6
|
||||
ld de, wSGBPals
|
||||
@@ -627,7 +627,7 @@ endr
|
||||
|
||||
.Finish: ; 8a60
|
||||
push de
|
||||
call Function9809
|
||||
call PushSGBPals_
|
||||
pop hl
|
||||
jp Function9809
|
||||
jp PushSGBPals_
|
||||
; 8a68
|
||||
|
||||
Reference in New Issue
Block a user