diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-04-13 08:20:18 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-04-13 08:20:18 -0400 |
commit | 4e18addc9e835fb38428a21c68e09bdcd6483b30 (patch) | |
tree | 1ab6fe658dbf228167451e264ca6f9648b97e312 /asm/rom.s | |
parent | 7440137bd4e7af3a45b38c7c1ed43031b8c179ab (diff) |
main-->entry, rom-->main
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 |