mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
A few missed SFX constant IDs
This commit is contained in:
parent
725b86ebbe
commit
a8133da3ee
|
@ -106,7 +106,7 @@ BillsPC_::
|
||||||
bit 3, a ; accessing Bill's PC through another PC?
|
bit 3, a ; accessing Bill's PC through another PC?
|
||||||
jr nz, BillsPCMenu
|
jr nz, BillsPCMenu
|
||||||
; accessing it directly
|
; accessing it directly
|
||||||
ld a, $99
|
ld a, SFX_TURN_ON_PC
|
||||||
call PlaySound
|
call PlaySound
|
||||||
ld hl, SwitchOnText
|
ld hl, SwitchOnText
|
||||||
call PrintText
|
call PrintText
|
||||||
|
@ -191,7 +191,7 @@ ExitBillsPC:
|
||||||
jr nz, .next
|
jr nz, .next
|
||||||
; accessing it directly
|
; accessing it directly
|
||||||
call LoadTextBoxTilePatterns
|
call LoadTextBoxTilePatterns
|
||||||
ld a, $9a
|
ld a, SFX_TURN_OFF_PC
|
||||||
call PlaySound
|
call PlaySound
|
||||||
call WaitForSoundToFinish
|
call WaitForSoundToFinish
|
||||||
.next
|
.next
|
||||||
|
|
Loading…
Reference in a new issue