From 91793015e53dbed09576f825d39e71bc59bf90a5 Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Tue, 9 Sep 2014 20:55:19 -0700 Subject: Labelled and commented mostly sprite-related things --- audio.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio.asm') diff --git a/audio.asm b/audio.asm index 6dffd23a..2f161426 100644 --- a/audio.asm +++ b/audio.asm @@ -563,7 +563,7 @@ Func_7d13b:: ; 7d13b (1f:513b) ld a, [hli] ld c, [hl] call PlayMusic - jp Func_2307 + jp PlayDefaultMusic PokedexRatingSfxPointers: ; 7d162 (1f:5162) db (SFX_1f_51 - SFX_Headers_1f) / 3, BANK(SFX_1f_51) -- cgit v1.3.1-sl0p