mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-22 07:02:17 +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
|
|
@ -238,3 +238,5 @@ MAX_SFX_ID_2 EQUS "SFX_SILPH_SCOPE"
|
|||
music_const SFX_SLOTS_NEW_SPIN, SFX_Slots_New_Spin
|
||||
music_const SFX_SHOOTING_STAR, SFX_Shooting_Star
|
||||
MAX_SFX_ID_3 EQUS "SFX_SHOOTING_STAR"
|
||||
|
||||
SFX_STOP_ALL_MUSIC EQU $ff
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue