diff options
Diffstat (limited to 'arm9/asm/rom2.s')
-rw-r--r-- | arm9/asm/rom2.s | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arm9/asm/rom2.s b/arm9/asm/rom2.s new file mode 100644 index 00000000..0f18b45a --- /dev/null +++ b/arm9/asm/rom2.s @@ -0,0 +1,7 @@ + + .include "asm/macros.inc" + .include "global.inc" + + .data + +.incbin "baserom.nds", 0xF0710, 0x3F8 ; this does not seem to be code |