diff options
| author | YamaArashi <shadow962@live.com> | 2014-09-09 20:55:19 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2014-09-09 20:55:19 -0700 |
| commit | 91793015e53dbed09576f825d39e71bc59bf90a5 (patch) | |
| tree | 2e21a17f28744e759c70bdef4197adaa043fe938 /engine/hidden_object_functions7.asm | |
| parent | Add comments regarding menus and sprites (diff) | |
| download | pokeyellow-91793015e53dbed09576f825d39e71bc59bf90a5.tar.gz pokeyellow-91793015e53dbed09576f825d39e71bc59bf90a5.tar.xz pokeyellow-91793015e53dbed09576f825d39e71bc59bf90a5.zip | |
Labelled and commented mostly sprite-related things
Diffstat (limited to 'engine/hidden_object_functions7.asm')
| -rwxr-xr-x | engine/hidden_object_functions7.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/hidden_object_functions7.asm b/engine/hidden_object_functions7.asm index 848f6f3d..07cf5651 100755 --- a/engine/hidden_object_functions7.asm +++ b/engine/hidden_object_functions7.asm @@ -357,7 +357,7 @@ BillsHousePC: ; 1eb6e (7:6b6e) ld a, (SFX_02_3a - SFX_Headers_02) / 3 call PlaySound call WaitForSoundToFinish - call Func_2307 + call PlayDefaultMusic ld hl, wd7f2 set 3, [hl] ret |
