diff options
Diffstat (limited to 'engine/events/hidden_objects/bills_house_pc.asm')
-rw-r--r-- | engine/events/hidden_objects/bills_house_pc.asm | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/engine/events/hidden_objects/bills_house_pc.asm b/engine/events/hidden_objects/bills_house_pc.asm index a73596b4..bdbaff7e 100644 --- a/engine/events/hidden_objects/bills_house_pc.asm +++ b/engine/events/hidden_objects/bills_house_pc.asm @@ -52,9 +52,7 @@ BillsHouseInitiatedText:: text_far _BillsHouseInitiatedText text_promptbutton text_asm - ld a, SFX_STOP_ALL_MUSIC - ld [wNewSoundID], a - call PlaySound + call StopAllMusic ld c, 16 call DelayFrames ld a, SFX_SWITCH @@ -85,8 +83,7 @@ BillsHousePokemonList:: ld hl, wd730 set 6, [hl] hlcoord 0, 0 - ld b, 10 - ld c, 9 + lb bc, 10, 9 call TextBoxBorder hlcoord 2, 2 ld de, BillsMonListText |