We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c08b8bc commit e4dd59bCopy full SHA for e4dd59b
src/judge/judge_copy.asm
@@ -11,9 +11,6 @@ include "judge.inc"
11
SECTION FRAGMENT "Judge", ROM0
12
Judge::
13
xor a
14
-IF !JUDGE_MUSIC
15
- ldh [rNR52], a ; Disable audio circuitry
16
-ENDC
17
ldh [rBGP], a ; Mask out the tile update
18
19
ld hl, STARTOF(VRAM)
src/judge/judge_main.asm
@@ -45,6 +45,10 @@ IF JUDGE_MUSIC
45
ld a, MUSIC_DELAY
46
ldh [hDelay], a
47
48
+ELSE
49
+
50
+ ldh [rNR52], a ; Turn the APU off
51
52
ENDC
53
54
ld e, 0
0 commit comments