From 20c4116788d4d29b14c85ffce77e65faf89716b7 Mon Sep 17 00:00:00 2001 From: dannye <33dannye@gmail.com> Date: Sat, 27 Jul 2019 23:21:39 -0500 Subject: Update audio macro names change audio channel numbers from 0-7 back to 1-8 change all note macros back to single note macro todo: fix comments with old macro names, update noise macros/instrument names --- engine/evolution.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/evolution.asm') diff --git a/engine/evolution.asm b/engine/evolution.asm index a2c52765..731735c5 100755 --- a/engine/evolution.asm +++ b/engine/evolution.asm @@ -8,7 +8,7 @@ EvolveMon: push af xor a ld [wLowHealthAlarm], a - ld [wChannelSoundIDs + Ch4], a + ld [wChannelSoundIDs + Ch5], a dec a ld [wNewSoundID], a call PlaySound -- cgit v1.2.3