diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-04-26 17:47:06 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-04-26 17:47:06 -0400 |
commit | 399c07bb0deaedc9bdf38fdd92757fd619e85b63 (patch) | |
tree | 2aaf5f2d00e938898c8c2db4574e7554093baf9f /arm9/files/FILE_28F200.s | |
parent | f57996cc27d8df4643e1d257fce90f30f518710f (diff) |
Move overlay module files to arm9.bin
Diffstat (limited to 'arm9/files/FILE_28F200.s')
-rw-r--r-- | arm9/files/FILE_28F200.s | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arm9/files/FILE_28F200.s b/arm9/files/FILE_28F200.s new file mode 100644 index 00000000..f8b95b6a --- /dev/null +++ b/arm9/files/FILE_28F200.s @@ -0,0 +1,4 @@ + .include "asm/macros.inc" + .text + .incbin "baserom.nds", 0x28F200, 0xCC0 + .balign 512, 255 |