diff options
Diffstat (limited to 'predef')
-rw-r--r-- | predef/cgb.asm | 6 | ||||
-rwxr-xr-x | predef/crystal.asm | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/predef/cgb.asm b/predef/cgb.asm index e945c4062..addbcb0d5 100644 --- a/predef/cgb.asm +++ b/predef/cgb.asm @@ -32,7 +32,7 @@ Predef_LoadSGBLayoutCGB: ; 8d59 ret ; 8d7a -.dw: ; 8d7a +.dw ; 8d7a dw _CGB_BattleGrayscale dw _CGB_BattleColors dw _CGB_PokegearPals @@ -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..c006a96e0 100755 --- a/predef/crystal.asm +++ b/predef/crystal.asm @@ -22,8 +22,8 @@ GetMysteryGift_MobileAdapterLayout: ; 4930f (mobile) ret ; 49330 (12:5330) -.dw: ; 49330 - +.dw ; 49330 + dw MG_Mobile_Layout00 dw MG_Mobile_Layout01 dw MG_Mobile_Layout02 |