mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00

While doing so I replaced the StopAllMusic macro with a SFX_STOP_ALL_MUSIC constant and applied it throughout the code.
12 lines
303 B
NASM
12 lines
303 B
NASM
INCLUDE "macros/enum.asm"
|
|
INCLUDE "macros/predef.asm"
|
|
INCLUDE "macros/farcall.asm"
|
|
INCLUDE "macros/data.asm"
|
|
INCLUDE "macros/code.asm"
|
|
INCLUDE "macros/coords.asm"
|
|
|
|
INCLUDE "macros/scripts/audio.asm"
|
|
INCLUDE "macros/scripts/maps.asm"
|
|
INCLUDE "macros/scripts/events.asm"
|
|
INCLUDE "macros/scripts/text.asm"
|