From 6fae6a708f1260c3efb83b9083287695e4900885 Mon Sep 17 00:00:00 2001 From: Dragorn421 Date: Thu, 16 Jun 2022 20:19:30 +0200 Subject: [PATCH] kb -> kB --- src/code/z_room.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/code/z_room.c b/src/code/z_room.c index 911a77bd2a..da6076792d 100644 --- a/src/code/z_room.c +++ b/src/code/z_room.c @@ -260,7 +260,7 @@ s32 Room_DecodeJpeg(void* data) { osSyncPrintf("成功…だと思う。 time = %6.3f ms \n", OS_CYCLES_TO_USEC(time) / 1000.0f); // "Writing back to original address from work buffer." osSyncPrintf("ワークバッファから元のアドレスに書き戻します。\n"); - // "If the original buffer size isn't at least 150kb, it will be out of control." + // "If the original buffer size isn't at least 150kB, it will be out of control." osSyncPrintf("元のバッファのサイズが150キロバイト無いと暴走するでしょう。\n"); bcopy(gZBuffer, data, sizeof(u16[SCREEN_HEIGHT][SCREEN_WIDTH]));