diff options
Diffstat (limited to 'asm/rom.s')
-rw-r--r-- | asm/rom.s | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/asm/rom.s b/asm/rom.s deleted file mode 100644 index 6013ba8a..00000000 --- a/asm/rom.s +++ /dev/null @@ -1,8 +0,0 @@ -/* rom.s TODO: Disassemble */ -.include "asm/macros.inc" - -.section .text - - thumb_func_start NdsMain -NdsMain: -.incbin "baserom.nds", 0x4C54, 0x1A0 |