diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-10-30 10:45:31 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-10-30 10:45:31 -0400 |
commit | 1237156948ba0fa3d98b6b35f4a2ec9cb797ed05 (patch) | |
tree | 1a22075d847d8c6d53ff277e0ed8450b6e635ea3 /mobile | |
parent | ba5bc304f959d2387b45b9320808797272cf958a (diff) |
Identify mobile Name Card exchange labels
Diffstat (limited to 'mobile')
-rw-r--r-- | mobile/mobile_12.asm | 8 | ||||
-rw-r--r-- | mobile/mobile_22.asm | 2 | ||||
-rw-r--r-- | mobile/mobile_menu.asm | 2 |
3 files changed, 6 insertions, 6 deletions
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: |