mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-07 08:05:23 +13:00
Organize macros/ like pokecrystal
While doing so I replaced the StopAllMusic macro with a SFX_STOP_ALL_MUSIC constant and applied it throughout the code.
This commit is contained in:
parent
ccb01731fe
commit
9878f01e29
43 changed files with 450 additions and 389 deletions
|
|
@ -27,8 +27,8 @@ PalletTownScript0:
|
|||
ld [hJoyHeld], a
|
||||
ld a, PLAYER_DIR_DOWN
|
||||
ld [wPlayerMovingDirection], a
|
||||
ld a, $FF
|
||||
call PlaySound ; stop music
|
||||
ld a, SFX_STOP_ALL_MUSIC
|
||||
call PlaySound
|
||||
ld a, BANK(Music_MeetProfOak)
|
||||
ld c, a
|
||||
ld a, MUSIC_MEET_PROF_OAK ; “oak appears” music
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue