diff options
| author | PikalaxALT <pikalaxalt@gmail.com> | 2020-05-07 21:02:08 -0400 |
|---|---|---|
| committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-05-07 21:02:08 -0400 |
| commit | eb410178e4e33ccd19bee4dcbaee730769f1fb86 (patch) | |
| tree | 4e28bd9751dc42614c75eaf7350c64eb80e65a01 /arm9/data | |
| parent | ab5676fcf0a728374d5495c1980f1e2459d0ba4e (diff) | |
FS_command_default through FSi_WriteFileCommand
Diffstat (limited to 'arm9/data')
| -rw-r--r-- | arm9/data/rom2_2.s | 3 | ||||
| -rw-r--r-- | arm9/data/rom2_3.s | 4 | ||||
| -rw-r--r-- | arm9/data/rom2_4.s | 9 |
3 files changed, 11 insertions, 5 deletions
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 |
