diff options
| author | AntonioND <antonio_nd@outlook.com> | 2017-03-14 20:52:58 +0000 |
|---|---|---|
| committer | AntonioND <antonio_nd@outlook.com> | 2017-03-14 21:45:45 +0000 |
| commit | cec6e6e2fb7886acc85200f921d3913fd2ea8a2b (patch) | |
| tree | 0a2dc392caea51aa4ec6c94bb3451e54a7232502 /home.asm | |
| parent | Fix typos (diff) | |
| download | pokeyellow-cec6e6e2fb7886acc85200f921d3913fd2ea8a2b.tar.gz pokeyellow-cec6e6e2fb7886acc85200f921d3913fd2ea8a2b.tar.xz pokeyellow-cec6e6e2fb7886acc85200f921d3913fd2ea8a2b.zip | |
Fix floating sections
This is needed to prevent rgblink from moving them around in future
releases.
Signed-off-by: AntonioND <antonio_nd@outlook.com>
Diffstat (limited to 'home.asm')
| -rw-r--r-- | home.asm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -30,7 +30,7 @@ SECTION "joypad", ROM0 [$60] reti -SECTION "Home", ROM0 +SECTION "Home", ROM0 [$61] DisableLCD:: xor a @@ -99,7 +99,7 @@ SECTION "Header", ROM0 [$104] -SECTION "Main", ROM0 +SECTION "Main", ROM0 [$150] Start:: cp GBC |
