From eb410178e4e33ccd19bee4dcbaee730769f1fb86 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Thu, 7 May 2020 21:02:08 -0400 Subject: FS_command_default through FSi_WriteFileCommand --- arm9/data/rom2_2.s | 3 --- arm9/data/rom2_3.s | 4 ++-- arm9/data/rom2_4.s | 9 +++++++++ 3 files changed, 11 insertions(+), 5 deletions(-) create mode 100644 arm9/data/rom2_4.s (limited to 'arm9/data') diff --git a/arm9/data/rom2_2.s b/arm9/data/rom2_2.s index 9881b0bd..35f573bf 100644 --- a/arm9/data/rom2_2.s +++ b/arm9/data/rom2_2.s @@ -733,6 +733,3 @@ gScriptCmdTable: ; 0x020F355C .incbin "baserom.nds", 0xF80A0, 0xFEE0 - .global fsi_default_command -fsi_default_command: ; 0x02103F80 - .incbin "baserom.nds", 0x107F80, 0x28b0 diff --git a/arm9/data/rom2_3.s b/arm9/data/rom2_3.s index 14ef2fce..5d640cba 100644 --- a/arm9/data/rom2_3.s +++ b/arm9/data/rom2_3.s @@ -5,5 +5,5 @@ .section .data - /* 0x02106834 */ - .incbin "baserom.nds", 0x10a834, 0x76c \ No newline at end of file + /* 0x02103FA4 */ + .incbin "baserom.nds", 0x107FA4, 0x288C \ No newline at end of file diff --git a/arm9/data/rom2_4.s b/arm9/data/rom2_4.s new file mode 100644 index 00000000..14ef2fce --- /dev/null +++ b/arm9/data/rom2_4.s @@ -0,0 +1,9 @@ + .include "asm/macros.inc" + .include "global.inc" + + /* rom2.s TODO: Disassemble */ + + .section .data + + /* 0x02106834 */ + .incbin "baserom.nds", 0x10a834, 0x76c \ No newline at end of file -- cgit v1.2.3