mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Clean up some data, using macros for multiline list entries
This commit is contained in:
parent
aa97e196dd
commit
f37cf959c9
298 changed files with 5274 additions and 5646 deletions
|
|
@ -1346,12 +1346,12 @@ Audio1_PlaySound::
|
|||
ld [wMusicTempo + 1], a
|
||||
ld [wMusicWaveInstrument], a
|
||||
ld [wSfxWaveInstrument], a
|
||||
ld d, $8
|
||||
ld d, NUM_CHANNELS
|
||||
ld hl, wChannelReturnAddresses
|
||||
call .FillMem
|
||||
ld hl, wChannelCommandPointers
|
||||
call .FillMem
|
||||
ld d, $4
|
||||
ld d, NUM_MUSIC_CHANS
|
||||
ld hl, wChannelSoundIDs
|
||||
call .FillMem
|
||||
ld hl, wChannelFlags1
|
||||
|
|
|
|||
|
|
@ -1409,12 +1409,12 @@ Audio2_PlaySound::
|
|||
ld [wMusicTempo + 1], a
|
||||
ld [wMusicWaveInstrument], a
|
||||
ld [wSfxWaveInstrument], a
|
||||
ld d, $8
|
||||
ld d, NUM_CHANNELS
|
||||
ld hl, wChannelReturnAddresses
|
||||
call .FillMem
|
||||
ld hl, wChannelCommandPointers
|
||||
call .FillMem
|
||||
ld d, $4
|
||||
ld d, NUM_MUSIC_CHANS
|
||||
ld hl, wChannelSoundIDs
|
||||
call .FillMem
|
||||
ld hl, wChannelFlags1
|
||||
|
|
|
|||
|
|
@ -1346,12 +1346,12 @@ Audio3_PlaySound::
|
|||
ld [wMusicTempo + 1], a
|
||||
ld [wMusicWaveInstrument], a
|
||||
ld [wSfxWaveInstrument], a
|
||||
ld d, $8
|
||||
ld d, NUM_CHANNELS
|
||||
ld hl, wChannelReturnAddresses
|
||||
call .FillMem
|
||||
ld hl, wChannelCommandPointers
|
||||
call .FillMem
|
||||
ld d, $4
|
||||
ld d, NUM_MUSIC_CHANS
|
||||
ld hl, wChannelSoundIDs
|
||||
call .FillMem
|
||||
ld hl, wChannelFlags1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue