diff options
| author | PikalaxALT <pikalaxalt@gmail.com> | 2020-05-08 09:38:50 -0400 |
|---|---|---|
| committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-05-08 09:38:50 -0400 |
| commit | 26fe22ac52dd917361afb8ce58baf336bbb414f9 (patch) | |
| tree | b933a359de13642a892e57917567eb9d9df6f986 /arm9/data | |
| parent | 1966623ed0516e84d8129e8f22dba502b018bcc3 (diff) | |
libfs data/rodata
Diffstat (limited to 'arm9/data')
| -rw-r--r-- | arm9/data/rom2_3.s | 4 | ||||
| -rw-r--r-- | arm9/data/rom2_4.s | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/arm9/data/rom2_3.s b/arm9/data/rom2_3.s index 8b047886..95e5aaa9 100644 --- a/arm9/data/rom2_3.s +++ b/arm9/data/rom2_3.s @@ -5,5 +5,5 @@ .section .data - /* 0x02103FA4 */ - .incbin "baserom.nds", 0x107FA4, 0x2888
\ No newline at end of file + /* 0x02103FE4 */ + .incbin "baserom.nds", 0x107FE4, 0x2848
\ No newline at end of file diff --git a/arm9/data/rom2_4.s b/arm9/data/rom2_4.s index 14ef2fce..efdaebde 100644 --- a/arm9/data/rom2_4.s +++ b/arm9/data/rom2_4.s @@ -5,5 +5,5 @@ .section .data - /* 0x02106834 */ - .incbin "baserom.nds", 0x10a834, 0x76c
\ No newline at end of file + /* 0x0210683C */ + .incbin "baserom.nds", 0x10a83C, 0x764
\ No newline at end of file |
