aboutsummaryrefslogtreecommitdiffstats
path: root/audio.asm
diff options
context:
space:
mode:
authorCeleste Brault <theredstoneblock0@gmail.com>2019-06-09 23:29:11 +0200
committerIIMarckus <iimarckus@gmail.com>2019-06-10 19:07:44 -0600
commit013ae78d7415ca75b4e648be5f2c906e16bd13b9 (patch)
tree7c2039a2d94ea164cf8c9356bcd091f0f3144afc /audio.asm
parentPrefix AnimatedObject labels with w. (diff)
downloadpokeyellow-013ae78d7415ca75b4e648be5f2c906e16bd13b9.tar.gz
pokeyellow-013ae78d7415ca75b4e648be5f2c906e16bd13b9.tar.xz
pokeyellow-013ae78d7415ca75b4e648be5f2c906e16bd13b9.zip
Update tools
Diffstat (limited to 'audio.asm')
-rw-r--r--audio.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio.asm b/audio.asm
index ef474a59..f37d8580 100644
--- a/audio.asm
+++ b/audio.asm
@@ -652,7 +652,7 @@ SECTION "Audio Engine 4", ROMX ; BANK $20
SurfingPikachu1Graphics1:: INCBIN "gfx/surfing_pikachu_1a.2bpp"
SurfingPikachu1Graphics2:: INCBIN "gfx/surfing_pikachu_1b.2bpp"
-SurfingPikachu1Graphics3:: INCBIN "gfx/surfing_pikachu_1c.t5.2bpp"
+SurfingPikachu1Graphics3:: INCBIN "gfx/surfing_pikachu_1c.2bpp"
INCLUDE "audio/engine_4.asm"