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 /pokeyellow.link | |
| 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 'pokeyellow.link')
| -rw-r--r-- | pokeyellow.link | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pokeyellow.link b/pokeyellow.link index 05c9b9bd..0cef28cd 100644 --- a/pokeyellow.link +++ b/pokeyellow.link @@ -111,7 +111,7 @@ ROMX $1F "Music 3" ROMX $20 - "Sound Effect Headers 4" ; AUDIO_3 + "Sound Effect Headers 4" ; AUDIO_4 "Music Headers 4" "Sound Effects 4" "Audio Engine 4" @@ -161,7 +161,8 @@ ROMX $2E ROMX $2f "Move Names" -; "bank2f" + ORG $5000 + "bank2f" ROMX $30 "bank30" |
