diff options
Diffstat (limited to 'mobile/mobile_46.asm')
-rw-r--r-- | mobile/mobile_46.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile/mobile_46.asm b/mobile/mobile_46.asm index 75ed452b9..78b728e46 100644 --- a/mobile/mobile_46.asm +++ b/mobile/mobile_46.asm @@ -469,7 +469,7 @@ BattleTowerRoomMenu_InitRAM: ld a, [hl] ld [wcd7f], a set 1, [hl] - ld a, $f + ld a, (1 << SERIAL) | (1 << TIMER) | (1 << LCD_STAT) | (1 << VBLANK) ldh [rIE], a ld a, $1 ldh [hMobileReceive], a |