mirror of
https://github.com/open-goal/jak-project
synced 2026-09-01 09:53:12 -04:00
[jak2] Pass 0x01 through format (#3143)
This commit is contained in:
@@ -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++;
|
||||
|
||||
Reference in New Issue
Block a user