diff options
| author | yenatch <yenatch@gmail.com> | 2018-04-01 21:07:14 -0400 |
|---|---|---|
| committer | yenatch <yenatch@gmail.com> | 2018-04-01 21:07:48 -0400 |
| commit | 722ca8af43d7d61b08723a1153e402b4100ce9d2 (patch) | |
| tree | dca535a3294e578857214ada1bdb97eb55d0e0be /pokeyellow.link | |
| parent | move pikachu cries into a separate file (diff) | |
| download | pokeyellow-722ca8af43d7d61b08723a1153e402b4100ce9d2.tar.gz pokeyellow-722ca8af43d7d61b08723a1153e402b4100ce9d2.tar.xz pokeyellow-722ca8af43d7d61b08723a1153e402b4100ce9d2.zip | |
remove BANK[] and bank constants from ROMX sections
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" |
