From 295604cbb51b0664c92f1a3a675ea7ffc3dc63ca Mon Sep 17 00:00:00 2001 From: pikalaxalt Date: Wed, 11 May 2016 09:49:03 -0400 Subject: Placeholder non-generic names for engine/color functions --- predef/cgb.asm | 2 +- predef/crystal.asm | 2 +- predef/sgb.asm | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'predef') diff --git a/predef/cgb.asm b/predef/cgb.asm index 4c164134b..a15ddf123 100644 --- a/predef/cgb.asm +++ b/predef/cgb.asm @@ -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 diff --git a/predef/crystal.asm b/predef/crystal.asm index 52c859bb6..5eff5857f 100755 --- a/predef/crystal.asm +++ b/predef/crystal.asm @@ -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 diff --git a/predef/sgb.asm b/predef/sgb.asm index c2a04478e..4c8ed0b97 100644 --- a/predef/sgb.asm +++ b/predef/sgb.asm @@ -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 -- cgit v1.2.3