[jak2] Pass 0x01 through format (#3143)

This commit is contained in:
water111
2023-11-04 17:02:28 -07:00
committed by GitHub
parent 2a7016be6a
commit 6067c25f67
+1
View File
@@ -229,6 +229,7 @@ s32 format_impl_jak2(uint64_t* args) {
case 'w':
case 'y':
case 'z':
case 1: // jak 2 japanese encoding
while (arg_start < format_ptr + 1) {
*output_ptr = *arg_start;
arg_start++;