From 84e6fbb44f67343e587b8b5758bca0671f01bf8c Mon Sep 17 00:00:00 2001 From: ProjectRevoTPP Date: Mon, 20 Apr 2020 13:11:51 -0400 Subject: migrate data symbols to string_util.c --- asm/rom2.s | 2 +- asm/rom2_2.s | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 asm/rom2_2.s (limited to 'asm') diff --git a/asm/rom2.s b/asm/rom2.s index e3c5dfc9..6b80f56e 100644 --- a/asm/rom2.s +++ b/asm/rom2.s @@ -140,4 +140,4 @@ FUN_020EC5CC: .global FUN_020EC694 FUN_020EC694: -.incbin "baserom.nds", 0xF0694, 0x1b090 +.incbin "baserom.nds", 0xF0694, 0x474 diff --git a/asm/rom2_2.s b/asm/rom2_2.s new file mode 100644 index 00000000..3f97d6a6 --- /dev/null +++ b/asm/rom2_2.s @@ -0,0 +1,7 @@ +.include "asm/macros.inc" + +/* rom2.s TODO: Disassemble */ + +.section .text + +.incbin "baserom.nds", 0xF0B50, 0x1ABD4 -- cgit v1.2.3