Skip to content

Commit

Permalink
Change yen sign to backslash
Browse files Browse the repository at this point in the history
  • Loading branch information
SnailMath committed May 27, 2021
1 parent b66e761 commit d5738df
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
4 changes: 4 additions & 0 deletions patches/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
all:
cd mod_marker; make; cd ..
#don't build the backslash files, because I made that mod.part.txt by hand...
cd menu_texts; make; cd ..
cd file_loader; make; cd ..
#
Expand All @@ -11,13 +12,16 @@ all:
#to use the wrong version of the firmware.
cat file_loader/mod.part.txt >> mod.txt #this is first 80128018
echo "*\n" >> mod.txt
cat backslash/mod.part.txt >> mod.txt #this is second 806321C8
echo "*\n" >> mod.txt
cat menu_texts/mod.part.txt >> mod.txt #this is second 808B5CD8
echo "*\n" >> mod.txt
cat mod_marker/mod.part.txt >> mod.txt #this is second 808FCC10


clean:
cd mod_marker; make clean; cd ..
#don't remove the backslash files, because I made that mod.part.txt by hand...
cd menu_texts; make clean; cd ..
cd file_loader; make clean; cd ..
rm mod.txt
Expand Down
15 changes: 15 additions & 0 deletions patches/backslash/mod.part.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
806321C8: ' Replace the yen sign with the '\' so that file path are displayed correctly using Debug_PrintString() and Debug_Printf()

FFFF FFFF FFFF FFFF FFFF FFFF FFFF FFFF
FFFF 0000 FFFF FFFF FFFF FFFF FFFF FFFF
FFFF 0000 FFFF FFFF FFFF FFFF FFFF FFFF
FFFF FFFF 0000 FFFF FFFF FFFF FFFF FFFF
FFFF FFFF 0000 FFFF FFFF FFFF FFFF FFFF
FFFF FFFF FFFF 0000 FFFF FFFF FFFF FFFF
FFFF FFFF FFFF 0000 FFFF FFFF FFFF FFFF
FFFF FFFF FFFF FFFF 0000 FFFF FFFF FFFF
FFFF FFFF FFFF FFFF 0000 FFFF FFFF FFFF
FFFF FFFF FFFF FFFF FFFF 0000 FFFF FFFF
FFFF FFFF FFFF FFFF FFFF 0000 FFFF FFFF
FFFF FFFF FFFF FFFF FFFF FFFF FFFF FFFF

0 comments on commit d5738df

Please sign in to comment.