diff options
Diffstat (limited to 'misc/mobile_12.asm')
-rwxr-xr-x | misc/mobile_12.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/mobile_12.asm b/misc/mobile_12.asm index eb601df17..f6e0e00e1 100755 --- a/misc/mobile_12.asm +++ b/misc/mobile_12.asm @@ -49,8 +49,8 @@ InitMobileProfile: ; 4802f (12:402f) call GetMysteryGift_MobileAdapterLayout call ClearBGPalettes hlcoord 0, 0 - ld b, $2 - ld c, $14 + ld b, 2 + ld c, 20 call ClearBox hlcoord 0, 1 ld a, $c |