From 7e112672b436afee27f1a5a0d6e7a5964e7829b2 Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Sat, 11 Jun 2016 17:48:24 -0700 Subject: remove address comments --- engine/pikachu_pcm.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engine/pikachu_pcm.asm') diff --git a/engine/pikachu_pcm.asm b/engine/pikachu_pcm.asm index e0238468..043f702c 100755 --- a/engine/pikachu_pcm.asm +++ b/engine/pikachu_pcm.asm @@ -1,4 +1,4 @@ -PlayPikachuSoundClip:: ; f0000 (3c:4000) +PlayPikachuSoundClip:: ld a, e ld e, a ld d, $0 @@ -85,7 +85,7 @@ PlayPikachuSoundClip:: ; f0000 (3c:4000) ei ret -PikachuCriesPointerTable: ; f008e (3c:408e) +PikachuCriesPointerTable: ; format: ; db bank ; dw pointer to cry -- cgit v1.3.1-sl0p