Identify more bit flags (#120)
Some checks are pending
CI / build (push) Waiting to run

This commit is contained in:
Sylvie
2024-11-28 14:50:00 -05:00
committed by GitHub
parent 8e9706d8a4
commit 7ebc4324db
71 changed files with 487 additions and 429 deletions

View File

@@ -329,7 +329,7 @@ DebugRoomMenu_TimerReset:
ld a, BANK(sRTCStatusFlags)
call OpenSRAM
ld hl, sRTCStatusFlags
set 7, [hl]
set RTC_RESET_F, [hl]
call CloseSRAM
ret
@@ -426,7 +426,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