diff options
Diffstat (limited to 'home/init.asm')
-rw-r--r-- | home/init.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/home/init.asm b/home/init.asm index 461937e4..fc9cf6d3 100644 --- a/home/init.asm +++ b/home/init.asm @@ -5,8 +5,8 @@ Reset:: call ClearPalettes ei - ld hl, wd8ba - set 7, [hl] + ld hl, wJoypadDisable + set JOYPAD_DISABLE_SGB_TRANSFER_F, [hl] ld c, 32 call DelayFrames @@ -43,7 +43,7 @@ Init:: ldh [rOBP1], a ldh [rTMA], a ldh [rTAC], a - ld [wceeb], a + ld [wUnusedInitializedToZero], a ld a, %100 ; Start timer at 4096Hz ldh [rTAC], a |