diff options
Diffstat (limited to 'constants/cgb_constants.asm')
-rwxr-xr-x | constants/cgb_constants.asm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/constants/cgb_constants.asm b/constants/cgb_constants.asm index 27dce0494..5fb29ae84 100755 --- a/constants/cgb_constants.asm +++ b/constants/cgb_constants.asm @@ -30,3 +30,6 @@ const SCGB_1C const SCGB_1D const SCGB_1E + +SCGB_FC EQU -4 +SCGB_RAM EQU -1 |