mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-22 07:02:17 +13:00
Use the same music headers as pokecrystal (#382)
This commit is contained in:
parent
ac7263b1ad
commit
bbb0e7e82d
25 changed files with 1313 additions and 554 deletions
|
|
@ -1244,7 +1244,7 @@ CollisionCheckOnLand::
|
|||
call CheckTilePassable
|
||||
jr nc, .noCollision
|
||||
.collision
|
||||
ld a, [wChannelSoundIDs + Ch5]
|
||||
ld a, [wChannelSoundIDs + CHAN5]
|
||||
cp SFX_COLLISION ; check if collision sound is already playing
|
||||
jr z, .setCarry
|
||||
ld a, SFX_COLLISION
|
||||
|
|
@ -1925,7 +1925,7 @@ CollisionCheckOnWater::
|
|||
jr z, .stopSurfing ; stop surfing if the tile is passable
|
||||
jr .loop
|
||||
.collision
|
||||
ld a, [wChannelSoundIDs + Ch5]
|
||||
ld a, [wChannelSoundIDs + CHAN5]
|
||||
cp SFX_COLLISION ; check if collision sound is already playing
|
||||
jr z, .setCarry
|
||||
ld a, SFX_COLLISION
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue