From 1237156948ba0fa3d98b6b35f4a2ec9cb797ed05 Mon Sep 17 00:00:00 2001 From: Rangi Date: Fri, 30 Oct 2020 10:45:31 -0400 Subject: Identify mobile Name Card exchange labels --- mobile/mobile_12.asm | 8 ++++---- mobile/mobile_22.asm | 2 +- mobile/mobile_menu.asm | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'mobile') diff --git a/mobile/mobile_12.asm b/mobile/mobile_12.asm index a9ede050a..aca9eed2e 100644 --- a/mobile/mobile_12.asm +++ b/mobile/mobile_12.asm @@ -45,8 +45,8 @@ InitMobileProfile: ld [wMusicFadeID + 1], a ld c, 20 call DelayFrames - ld b, $1 - call GetMysteryGift_MobileAdapterLayout + ld b, CRYSTAL_CGB_MOBILE_1 + call GetCrystalCGBLayout call ClearBGPalettes hlcoord 0, 0 ld b, 2 @@ -652,8 +652,8 @@ Wakayama: db "わかやまけん@" ; Wakayama Function48689: ld c, 7 call DelayFrames - ld b, $1 - call GetMysteryGift_MobileAdapterLayout + ld b, CRYSTAL_CGB_MOBILE_1 + call GetCrystalCGBLayout call ClearBGPalettes hlcoord 0, 0 ld b, 4 diff --git a/mobile/mobile_22.asm b/mobile/mobile_22.asm index 75a6bd49e..e4cde1665 100644 --- a/mobile/mobile_22.asm +++ b/mobile/mobile_22.asm @@ -3964,7 +3964,7 @@ Function8ab3b: Function8ab93: call ClearBGPalettes call LoadStandardMenuHeader - farcall Function105688 + farcall DoNameCardSwap call ClearSprites call Function891fe call Function89b28 diff --git a/mobile/mobile_menu.asm b/mobile/mobile_menu.asm index 680b3bb4c..834690d5a 100644 --- a/mobile/mobile_menu.asm +++ b/mobile/mobile_menu.asm @@ -603,7 +603,7 @@ Function4a485: ret Function4a492: - call MG_Mobile_Layout00 + call _CrystalCGB_MobileLayout0 ret MainMenu_MobileStudium: -- cgit v1.2.3