From bf73772a560ddfdf0b404ba3f85eb26542031b7b Mon Sep 17 00:00:00 2001 From: pikalaxalt Date: Sun, 10 Apr 2016 14:42:14 -0400 Subject: Local labels starting with capital letters are now decorated with a trailing colon; remove trailing whitespace; globally correct line endings to UNIX style --- predef/cgb.asm | 4 ++-- predef/crystal.asm | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'predef') diff --git a/predef/cgb.asm b/predef/cgb.asm index e945c4062..7870b9cc1 100644 --- a/predef/cgb.asm +++ b/predef/cgb.asm @@ -341,11 +341,11 @@ _CGB17: ; 8fca call LoadHLPaletteIntoDE jr .Resume -.GetMonPalette +.GetMonPalette: ld bc, TempMonDVs call GetPlayerOrMonPalettePointer call LoadPalette_White_Col1_Col2_Black -.Resume +.Resume: call WipeAttrMap hlcoord 1, 4, AttrMap lb bc, 7, 7 diff --git a/predef/crystal.asm b/predef/crystal.asm index 083a5a522..83e0fb0b3 100755 --- a/predef/crystal.asm +++ b/predef/crystal.asm @@ -23,7 +23,7 @@ GetMysteryGift_MobileAdapterLayout: ; 4930f (mobile) ; 49330 (12:5330) .dw: ; 49330 - + dw MG_Mobile_Layout00 dw MG_Mobile_Layout01 dw MG_Mobile_Layout02 -- cgit v1.2.3