diff options
Diffstat (limited to 'predef')
-rw-r--r-- | predef/cgb.asm | 2 | ||||
-rwxr-xr-x | predef/crystal.asm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/predef/cgb.asm b/predef/cgb.asm index 7870b9cc1..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 diff --git a/predef/crystal.asm b/predef/crystal.asm index 83e0fb0b3..c006a96e0 100755 --- a/predef/crystal.asm +++ b/predef/crystal.asm @@ -22,7 +22,7 @@ GetMysteryGift_MobileAdapterLayout: ; 4930f (mobile) ret ; 49330 (12:5330) -.dw: ; 49330 +.dw ; 49330 dw MG_Mobile_Layout00 dw MG_Mobile_Layout01 |