diff options
| author | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-08 13:27:38 -0400 |
|---|---|---|
| committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-08 13:27:38 -0400 |
| commit | 399fefb8cfcc3e06f89e9f81f25250c7bab60526 (patch) | |
| tree | 79adbe2f70c1327a84b7caeb428dabbef1ae795e /engine/gamefreak.asm | |
| parent | Fix WRAM address comments beyond the former site of wGBC (diff) | |
| download | pokeyellow-399fefb8cfcc3e06f89e9f81f25250c7bab60526.tar.gz pokeyellow-399fefb8cfcc3e06f89e9f81f25250c7bab60526.tar.xz pokeyellow-399fefb8cfcc3e06f89e9f81f25250c7bab60526.zip | |
Pikapic animation function labels
Diffstat (limited to 'engine/gamefreak.asm')
| -rwxr-xr-x | engine/gamefreak.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/gamefreak.asm b/engine/gamefreak.asm index e2db39de..ea83734f 100755 --- a/engine/gamefreak.asm +++ b/engine/gamefreak.asm @@ -28,7 +28,7 @@ LoadShootingStarGraphics: ; 70000 (1c:4000) AnimateShootingStar: ; 7004a (1c:404a) call LoadShootingStarGraphics - ld a, $c2 ; (SFX_1f_67 - SFX_Headers_1f) / 3 + ld a, SFX_SHOOTING_STAR call PlaySound ; Move the big star down and left across the screen. |
