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/rom2.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/rom2.s')
| -rw-r--r-- | asm/rom2.s | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/asm/rom2.s b/asm/rom2.s deleted file mode 100644 index 0f18b45a..00000000 --- a/asm/rom2.s +++ /dev/null @@ -1,7 +0,0 @@ - - .include "asm/macros.inc" - .include "global.inc" - - .data - -.incbin "baserom.nds", 0xF0710, 0x3F8 ; this does not seem to be code |
