diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-07-07 00:44:30 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-07-07 00:44:30 -0400 |
commit | 092be231ccec12904d189092270b792c7f1fd68e (patch) | |
tree | e478588912070f759c95b8c276c03dc7a296c9d2 /engine | |
parent | f99a715fae311d2611ec4a714b002e103c4642ca (diff) | |
parent | 8addeffe6fb5012113e695b17680734933076e8e (diff) |
Merge branch 'master' of https://github.com/pret/pokered
Diffstat (limited to 'engine')
-rw-r--r-- | engine/menu/bills_pc.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/menu/bills_pc.asm b/engine/menu/bills_pc.asm index 85a546e1..0864828a 100644 --- a/engine/menu/bills_pc.asm +++ b/engine/menu/bills_pc.asm @@ -106,7 +106,7 @@ BillsPC_:: 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 @@ ExitBillsPC: jr nz, .next ; accessing it directly call LoadTextBoxTilePatterns - ld a, $9a + ld a, SFX_TURN_OFF_PC call PlaySound call WaitForSoundToFinish .next |