From d5738dfaefb9c136e5f87b50106e12d0df19bea5 Mon Sep 17 00:00:00 2001 From: SnailMath Date: Thu, 27 May 2021 14:26:52 +0200 Subject: [PATCH] Change yen sign to backslash --- patches/Makefile | 4 ++++ patches/backslash/mod.part.txt | 15 +++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 patches/backslash/mod.part.txt diff --git a/patches/Makefile b/patches/Makefile index 3026684..361251e 100644 --- a/patches/Makefile +++ b/patches/Makefile @@ -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 .. # @@ -11,6 +12,8 @@ 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 @@ -18,6 +21,7 @@ all: 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 diff --git a/patches/backslash/mod.part.txt b/patches/backslash/mod.part.txt new file mode 100644 index 0000000..78d9fea --- /dev/null +++ b/patches/backslash/mod.part.txt @@ -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 +