aboutsummaryrefslogtreecommitdiffstats
path: root/engine/gamefreak.asm
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2015-08-03 19:20:47 -0400
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-08-03 19:20:47 -0400
commit2187d8d8af1ff2372610806539c245657639cf85 (patch)
tree469560dc74056db9ac53f04b9970c35b2da54b0d /engine/gamefreak.asm
parentAttempt to make Yellow Buildable, part 5 (diff)
downloadpokeyellow-2187d8d8af1ff2372610806539c245657639cf85.tar.gz
pokeyellow-2187d8d8af1ff2372610806539c245657639cf85.tar.xz
pokeyellow-2187d8d8af1ff2372610806539c245657639cf85.zip
Attempt to make Yellow buildable, part 6.
Diffstat (limited to 'engine/gamefreak.asm')
-rwxr-xr-xengine/gamefreak.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/gamefreak.asm b/engine/gamefreak.asm
index 10765ced..b3854b7b 100755
--- a/engine/gamefreak.asm
+++ b/engine/gamefreak.asm
@@ -5,7 +5,7 @@ LoadShootingStarGraphics: ; 70000 (1c:4000)
ld [rOBP1], a ; $ff49
call Func_3040
call Func_3061
- ld de, AnimationTileset2 + $30 ; $471e ; star tile (top left quadrant)
+ ld de, AnimationTileset2 + $30 ; $4757 ; star tile (top left quadrant)
ld hl, vChars1 + $200
ld bc, (BANK(AnimationTileset2) << 8) + $01
call CopyVideoData
@@ -28,7 +28,7 @@ LoadShootingStarGraphics: ; 70000 (1c:4000)
AnimateShootingStar: ; 7004a (1c:404a)
call LoadShootingStarGraphics
- ld a, (SFX_1f_67 - SFX_Headers_1f) / 3
+ ld a, $c2 ; (SFX_1f_67 - SFX_Headers_1f) / 3
call PlaySound
ld hl, wOAMBuffer
ld bc, $a004