summaryrefslogtreecommitdiff
path: root/predef
diff options
context:
space:
mode:
authorpikalaxalt <PikalaxALT@gmail.com>2016-05-11 09:49:03 -0400
committerpikalaxalt <PikalaxALT@gmail.com>2016-05-11 09:49:03 -0400
commit295604cbb51b0664c92f1a3a675ea7ffc3dc63ca (patch)
tree6cb4bb57ddbee3f641327e2e05d7c2d8ddf9474e /predef
parent76819398a9a32aa5487624f0c7964ececbfe22a0 (diff)
Placeholder non-generic names for engine/color functions
Diffstat (limited to 'predef')
-rw-r--r--predef/cgb.asm2
-rwxr-xr-xpredef/crystal.asm2
-rw-r--r--predef/sgb.asm6
3 files changed, 5 insertions, 5 deletions
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