diff options
Diffstat (limited to 'arm9/asm/arm9overlay.s')
-rw-r--r-- | arm9/asm/arm9overlay.s | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arm9/asm/arm9overlay.s b/arm9/asm/arm9overlay.s new file mode 100644 index 00000000..70356c52 --- /dev/null +++ b/arm9/asm/arm9overlay.s @@ -0,0 +1,5 @@ + .text + + .global ARM9Overlay +ARM9Overlay: + .incbin "baserom.nds", 0x10B800, 0xAE0 |