From 6b8474b7b983761f8c7a2e96196a5b2556afd766 Mon Sep 17 00:00:00 2001 From: Aurora Date: Wed, 16 Nov 2016 04:02:39 +0100 Subject: [PATCH] Minor stuff --- injector/patches/romfsredir.s | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/injector/patches/romfsredir.s b/injector/patches/romfsredir.s index c852173..778d641 100644 --- a/injector/patches/romfsredir.s +++ b/injector/patches/romfsredir.s @@ -70,12 +70,12 @@ .pool .align 4 ; Part of these symbols will be set from outside - fsOpenFileDirectly : .word 0x00000000 - fsOpenSubFileCmd : .word 0x08010100 - .word 0x00000000 ; File Offset - .word 0x00000000 - .word 0x00000000 ; File Size - .word 0x00000000 - romfsFileNameSize : .word 0x00000000 - romfsFileName : .word 0x00000000 ; File DataPointer + fsOpenFileDirectly : .word 0x00000000 + fsOpenSubFileCmd : .word 0x08010100 + .word 0x00000000 ; File Offset + .word 0x00000000 + .word 0x00000000 ; File Size + .word 0x00000000 + romfsFileNameSize : .word 0x00000000 + romfsFileName : .word 0x00000000 ; File DataPointer .close \ No newline at end of file