diff options
| author | Martmists <mail@martmists.com> | 2020-04-26 17:49:13 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-26 17:49:13 +0200 |
| commit | daf2b831efe688dd9ee55f549d00a33c16e840ba (patch) | |
| tree | bdb1765edc0c10ec83f02ded9e9c478d01e241a4 /asm/arm9overlay.s | |
| parent | f11bca0db09b9e7f7514f5033fe6c31b6efd05e2 (diff) | |
| parent | eb0b544c0678a0e601686fc32b6019b4e893d5f9 (diff) | |
Merge pull request #27 from PikalaxALT/pikalax_work
Separate build structures for ARM9 and ARM7
Diffstat (limited to 'asm/arm9overlay.s')
| -rw-r--r-- | asm/arm9overlay.s | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/asm/arm9overlay.s b/asm/arm9overlay.s deleted file mode 100644 index 70356c52..00000000 --- a/asm/arm9overlay.s +++ /dev/null @@ -1,5 +0,0 @@ - .text - - .global ARM9Overlay -ARM9Overlay: - .incbin "baserom.nds", 0x10B800, 0xAE0 |
