useful macros, jingle when toggling edit mode, sound effect when clearing

This commit is contained in:
2019-01-07 22:21:44 +01:00
parent ba57562bd8
commit ea776334b3
5 changed files with 119 additions and 47 deletions

View File

@@ -149,9 +149,7 @@ IF RENDER_IN_HBL != 0
; enable only v-blank interrupt and wait for vbl
ld a, IEF_VBLANK
ld [rIE], a
xor a
ldh [rIF], a
halt
HaltAndClearInterrupts
ENDC
ret