mirror of
https://github.com/pret/pokediamond.git
synced 2026-09-12 02:56:42 -05:00
Correct Spacing
For real this time
This commit is contained in:
1796
arm9/arm9.lsf
1796
arm9/arm9.lsf
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -35,11 +35,11 @@ THUMB_FUNC void FUN_02022450 () {
|
||||
}
|
||||
|
||||
THUMB_FUNC void Reset_To_File (const char* path) {
|
||||
FSFile file;
|
||||
FS_InitFile(&file);
|
||||
if (FS_OpenFile(&file, path)) {
|
||||
*(u32*)HW_ROM_BASE_OFFSET_BUF = file.prop.file.top;
|
||||
OS_ResetSystem(0);
|
||||
}
|
||||
return;
|
||||
FSFile file;
|
||||
FS_InitFile(&file);
|
||||
if (FS_OpenFile(&file, path)) {
|
||||
*(u32*)HW_ROM_BASE_OFFSET_BUF = file.prop.file.top;
|
||||
OS_ResetSystem(0);
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user