diff options
author | yenatch <yenatch@gmail.com> | 2017-12-30 21:12:53 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-30 21:12:53 -0500 |
commit | 93916b5536e028d7a50b9b65618aba25be3e8006 (patch) | |
tree | 4fc88a070fb8a5f2bbb8e98cc9c6f74e3b4e6888 /engine/title.asm | |
parent | 9f017cbab8e6856680c35278829c6388e9fdf697 (diff) | |
parent | 2a7ba6685afac73b824f611bbff228ff73cc51da (diff) |
Merge pull request #449 from xCrystal/master
Misc labeling and cleaning up
Diffstat (limited to 'engine/title.asm')
-rw-r--r-- | engine/title.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/title.asm b/engine/title.asm index 2ea588cd0..6b015300f 100644 --- a/engine/title.asm +++ b/engine/title.asm @@ -201,7 +201,7 @@ _TitleScreen: ; 10ed67 ; Set sprite size to 8x16 ld a, [rLCDC] - set 2, a + set rLCDC_SPRITE_SIZE, a ld [rLCDC], a ld a, +112 |