diff options
| author | PikalaxALT <pikalaxalt@gmail.com> | 2020-05-07 19:55:15 -0400 |
|---|---|---|
| committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-05-07 19:55:15 -0400 |
| commit | ab5676fcf0a728374d5495c1980f1e2459d0ba4e (patch) | |
| tree | bf1eab8ad536cd34027d7c25145b362c35339516 /arm9/data | |
| parent | 994cfcbc9a1e42043b25ae3ab6471b8ecbd55ff1 (diff) | |
FS_command.c
Diffstat (limited to 'arm9/data')
| -rw-r--r-- | arm9/data/rom2_2.s | 6 | ||||
| -rw-r--r-- | arm9/data/rom2_3.s | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/arm9/data/rom2_2.s b/arm9/data/rom2_2.s index ee7cadd3..9881b0bd 100644 --- a/arm9/data/rom2_2.s +++ b/arm9/data/rom2_2.s @@ -731,4 +731,8 @@ gScriptCmdTable: ; 0x020F355C .word FUN_0203AF84 .word FUN_0203AFA4 -.incbin "baserom.nds", 0xF80A0, 0x12790 + .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 43bd3cf2..14ef2fce 100644 --- a/arm9/data/rom2_3.s +++ b/arm9/data/rom2_3.s @@ -5,4 +5,5 @@ .section .data - .incbin "baserom.nds", 0x10a834, 0x76c
\ No newline at end of file + /* 0x02106834 */ + .incbin "baserom.nds", 0x10a834, 0x76c
\ No newline at end of file |
