shithub: pokered

Download patch

ref: a8133da3ee11a2f52e1b18170189260872f6bc7e
parent: 725b86ebbec23bd1f53fd60bf0201c904fee951d
author: dannye <33dannye@gmail.com>
date: Sun Apr 21 14:38:26 EDT 2019

A few missed SFX constant IDs

--- a/engine/menu/bills_pc.asm
+++ b/engine/menu/bills_pc.asm
@@ -106,7 +106,7 @@
 	bit 3, a ; accessing Bill's PC through another PC?
 	jr nz, BillsPCMenu
 ; accessing it directly
-	ld a, $99
+	ld a, SFX_TURN_ON_PC
 	call PlaySound
 	ld hl, SwitchOnText
 	call PrintText
@@ -191,7 +191,7 @@
 	jr nz, .next
 ; accessing it directly
 	call LoadTextBoxTilePatterns
-	ld a, $9a
+	ld a, SFX_TURN_OFF_PC
 	call PlaySound
 	call WaitForSoundToFinish
 .next