diff options
| author | Daniel Harding <33dannye@gmail.com> | 2018-04-22 14:29:01 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-22 14:29:01 -0500 |
| commit | 9881745b964b35c9118874ca3f1be690181473b8 (patch) | |
| tree | f39017a607f384c766bcc245a599ead54bf7c45a /audio/engine_1.asm | |
| parent | Fix malformed lists (diff) | |
| parent | fix some constants (diff) | |
| download | pokeyellow-9881745b964b35c9118874ca3f1be690181473b8.tar.gz pokeyellow-9881745b964b35c9118874ca3f1be690181473b8.tar.xz pokeyellow-9881745b964b35c9118874ca3f1be690181473b8.zip | |
Merge pull request #32 from pret/fix-bank-constants
Fix bank constants and use a macro for pcm data
Diffstat (limited to 'audio/engine_1.asm')
| -rw-r--r-- | audio/engine_1.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/engine_1.asm b/audio/engine_1.asm index 4faf06cf..bb780975 100644 --- a/audio/engine_1.asm +++ b/audio/engine_1.asm @@ -1053,7 +1053,7 @@ Audio1_IsCry: Audio1_96c3: ld a, [wAudioROMBank] - cp AUDIO_2 + cp BANK(AudioEngine2) jr nz, .asm_96dc ld a, [wChannelSoundIDs + CH7] ld b, a |
