Identify more bit flags (#1153)

This commit is contained in:
Sylvie
2024-11-29 19:29:30 -05:00
committed by GitHub
parent 8894e29da2
commit 644bd42fb0
78 changed files with 539 additions and 472 deletions

View File

@@ -372,7 +372,7 @@ DebugRoomMenu_TimerReset:
ld a, BANK(sRTCStatusFlags)
call OpenSRAM
ld hl, sRTCStatusFlags
set 7, [hl]
set RTC_RESET_F, [hl]
call CloseSRAM
ret
@@ -607,7 +607,7 @@ DebugRoom_EditPagedValues:
call DelayFrame
call JoyTextDelay
ldh a, [hJoyLast]
bit 1, a
bit B_BUTTON_F, a
jr nz, .done
ld hl, .continue
push hl