diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2020-04-12 16:15:06 -0400 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2020-04-12 16:15:06 -0400 |
commit | 41fa994a86914812d866f4822c0f55a6ed073c39 (patch) | |
tree | e4330fbc530a821ab37e7aba10884213b5b2deaf /asm/secure.s | |
parent | 7e14113e47c5c8e2f218c69e11ec947b6a02f66e (diff) |
up to date repo
Diffstat (limited to 'asm/secure.s')
-rw-r--r-- | asm/secure.s | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/asm/secure.s b/asm/secure.s new file mode 100644 index 00000000..7f3a678c --- /dev/null +++ b/asm/secure.s @@ -0,0 +1,5 @@ +/* secure.s TODO: Disassemble */ + +.section .text + +.incbin "baserom.nds", 0x4000, 0x800 |