diff options
| author | YamaArashi <shadow962@live.com> | 2015-07-13 13:35:35 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2015-07-13 13:35:35 -0700 |
| commit | f66a74b9fcb762d693e89415836386bcad2475b5 (patch) | |
| tree | c7fc925c3be341491ebe75aa8bcda83d5e6dee3a /home/init.asm | |
| parent | menu wram variable names (diff) | |
| download | pokeyellow-f66a74b9fcb762d693e89415836386bcad2475b5.tar.gz pokeyellow-f66a74b9fcb762d693e89415836386bcad2475b5.tar.xz pokeyellow-f66a74b9fcb762d693e89415836386bcad2475b5.zip | |
comment slot machine
Diffstat (limited to 'home/init.asm')
| -rw-r--r-- | home/init.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/init.asm b/home/init.asm index 5a74dca9..b3f31944 100644 --- a/home/init.asm +++ b/home/init.asm @@ -31,8 +31,8 @@ rLCDC_DEFAULT EQU %11100011 ld [$ff4a], a ld [$ff06], a ld [$ff07], a - ld [$ff47], a - ld [$ff48], a + ld [rBGP], a + ld [rOBP0], a ld [$ff49], a ld a, rLCDC_ENABLE_MASK |
