mirror of
https://github.com/pret/pokegold.git
synced 2026-08-20 07:34:26 -05:00
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user