diff options
| author | Daniel Harding <33dannye@gmail.com> | 2018-06-26 22:09:09 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-06-26 22:09:09 -0500 |
| commit | 6ba3765c5932996f5da6417ae703794ff10bb1cb (patch) | |
| tree | f8156a300730857439533eb62a9422da9b808fa5 /constants/misc_constants.asm | |
| parent | Use rgblink dmg mode (diff) | |
| parent | Updated constants for intro (diff) | |
| download | pokeyellow-6ba3765c5932996f5da6417ae703794ff10bb1cb.tar.gz pokeyellow-6ba3765c5932996f5da6417ae703794ff10bb1cb.tar.xz pokeyellow-6ba3765c5932996f5da6417ae703794ff10bb1cb.zip | |
Merge pull request #184 from Pokeglitch/intro-updates
Updated the intro
Diffstat (limited to 'constants/misc_constants.asm')
| -rw-r--r-- | constants/misc_constants.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/constants/misc_constants.asm b/constants/misc_constants.asm index d4f231b5..d6a935f8 100644 --- a/constants/misc_constants.asm +++ b/constants/misc_constants.asm @@ -45,6 +45,8 @@ SCREEN_HEIGHT EQU 18 SCREEN_WIDTH_PIXELS EQU SCREEN_WIDTH * 8 SCREEN_HEIGHT_PIXELS EQU SCREEN_HEIGHT * 8 +BYTES_PER_TILE EQU 16 + BG_MAP_WIDTH EQU 32 BG_MAP_HEIGHT EQU 32 |
