summaryrefslogtreecommitdiff
path: root/src/d/d_meter.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2024-03-25 18:49:19 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2024-03-25 18:49:19 -0400
commit8ef6dd4285120d1b29865f4876a8651f4c4cd6a4 (patch)
treeea94f99eba74c969b1da49e86f938b318f047d32 /src/d/d_meter.cpp
parentc7cd6b25b29e00245b07dae0b0e5674908b82a7f (diff)
Fix some names
Diffstat (limited to 'src/d/d_meter.cpp')
-rw-r--r--src/d/d_meter.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/d/d_meter.cpp b/src/d/d_meter.cpp
index 3c7e49db..b2a37e3a 100644
--- a/src/d/d_meter.cpp
+++ b/src/d/d_meter.cpp
@@ -1883,11 +1883,11 @@ s32 dMeter_Create(msg_class* i_this) {
g_dComIfG_gameInfo.play.field_0x4930 = 0;
g_dComIfG_gameInfo.play.field_0x4931 = 0;
- mDoHIO_root.mDoHIO_createChild("通常画面表示", &g_meterHIO);
- mDoHIO_root.mDoHIO_createChild("メニュー画面", &g_menuHIO);
- mDoHIO_root.mDoHIO_createChild("Message(会話)", &g_msgHIO);
- mDoHIO_root.mDoHIO_createChild("Message(看板)", &g_messageHIO);
- mDoHIO_root.mDoHIO_createChild("マップ2", &g_meter_mapHIO);
+ mDoHIO_root.mDoHIO_createChild("通常画面表示", &g_meterHIO); // "Normal Screen Display"
+ mDoHIO_root.mDoHIO_createChild("メニュー画面", &g_menuHIO); // "Menu Screen"
+ mDoHIO_root.mDoHIO_createChild("Message(会話)", &g_msgHIO); // "Message (Talk)"
+ mDoHIO_root.mDoHIO_createChild("Message(看板)", &g_messageHIO); // "Message (Sign)"
+ mDoHIO_root.mDoHIO_createChild("マップ2", &g_meter_mapHIO); // "Map 2"
dMeter_screenDataSet(i_Meter);
dMeter_screenDataArrowSet(i_Meter);