blob: 05d39175f7e46f43a41604f442fec34d3245857f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* secure.s TODO: Disassemble */
.include "asm/macros.inc"
.section .text
.incbin "baserom.nds", 0x4000, 0x5F2
thumb_func_start FUN_020005F2
FUN_020005F2:
swi 3
bx lr
.incbin "baserom.nds", 0x45F6, 0x20A
|