diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-04-17 20:43:09 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-04-17 20:43:09 -0400 |
commit | a90600a0e3907dd55c067f1e0dc3bf99e9acd283 (patch) | |
tree | c8e3e00885037df3698591f977a2efbd44b6e60e /asm/move_model_list.narc.s | |
parent | 9ad88041f1efaabca77f40522e20599dc84ff9c4 (diff) |
name narcs
Diffstat (limited to 'asm/move_model_list.narc.s')
-rw-r--r-- | asm/move_model_list.narc.s | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/asm/move_model_list.narc.s b/asm/move_model_list.narc.s new file mode 100644 index 00000000..76a30ea5 --- /dev/null +++ b/asm/move_model_list.narc.s @@ -0,0 +1,10 @@ + ; There are two NARCs with the same name
+ ; TODO: actual file structure
+ .section .narc.1DE7E00
+NARC_1DE7E00:
+ .incbin "baserom.nds", 0x1DE7E00, 0x61C
+
+ .section .narc.1E73400
+NARC_1E73400:
+ .incbin "baserom.nds", 0x1E73400, 0x364
+
|