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 --- engine/evos_moves.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/evos_moves.asm') diff --git a/engine/evos_moves.asm b/engine/evos_moves.asm index 90f89bce..61ddb4e7 100755 --- a/engine/evos_moves.asm +++ b/engine/evos_moves.asm @@ -254,7 +254,7 @@ Evolution_PartyMonLoop: ; loop over party mons ret nz ld a, [wd121] and a - call nz, Func_2307 + call nz, PlayDefaultMusic ret ; checks if the evolved mon's name is different from the standard name (i.e. it has a nickname) -- cgit v1.3.1-sl0p