This commit is contained in:
Hana Nova 2025-03-20 01:23:06 +01:00
parent 750f85575f
commit 9025f2a624
2 changed files with 0 additions and 5 deletions

View File

@ -293,7 +293,6 @@ ApplyNext::
ld a, [hl]
add a, NEXT_BASE_Y
ld [wSPRNext4+0], a
jp GradeRendering
; Queue
ld a, QUEUE_BASE_Y

View File

@ -302,7 +302,6 @@ GamePlayEventLoopHandlerB::
; Check if IHS is requested.
; Apply the hold if so.
.checkIHS
jr .loaddefaultjingle
ldh a, [hSelectState]
or a, a
jr z, .loaddefaultjingle
@ -415,7 +414,6 @@ GamePlayEventLoopHandlerB::
call FieldProcess
; Do we hold?
jr .nohold
ldh a, [hSelectState]
cp a, 1
jr nz, .nohold
@ -1140,7 +1138,6 @@ GamePlayBigEventLoopHandlerB:
; Check if IHS is requested.
; Apply the hold if so.
.checkIHS
jr .loaddefaultjingle
ldh a, [hSelectState]
or a, a
jr z, .loaddefaultjingle
@ -1253,7 +1250,6 @@ GamePlayBigEventLoopHandlerB:
call BigFieldProcess
; Do we hold?
jr .nohold
ldh a, [hSelectState]
cp a, 1
jr nz, .nohold