summaryrefslogtreecommitdiff
path: root/src/d/d_event_debug_bit_table_tmp.inc
diff options
context:
space:
mode:
authorHuitzi <73550465+marwernerh@users.noreply.github.com>2025-03-30 23:11:50 -0400
committerGitHub <noreply@github.com>2025-03-30 20:11:50 -0700
commit4ccca6b893fbf9f690d0e7efc33ff57c63e701bc (patch)
tree5e397aae68bb8fbed51683c0c3b67d494386dcf7 /src/d/d_event_debug_bit_table_tmp.inc
parent559d389e3dc7d47136b5f2e98ad44c48b5641225 (diff)
d_event_debug equivalent & modifications to dEvLib_callback_c (#2359)
* WIP d_event_debug * Implemented most functions close to matching * Removed erroneous comment in d_com_inf_game.h * Implemented getEventP in dEvDtBase_c * Retyped dEvLib_callback_c function returns from BOOL to bool * Implemented getHeader, getEventList, and setDbgData in dEvent_manager_c * Moved relevant dEvDb_* classes from d_event.h to d_event_debug.h and changed to structs * Extended JORFile mFilename character array from 8 to 256 characters * Implemented combo boxes and update slider functionalities in JORMContext * Named field_0xC of JORProperyEvent as id, based on use of field in d_event_debug.cpp * Corrected debug event tables and created missing table * Debug tables explicitly pasted in d_event_debug.cpp to circumvent ShiftJIS not properly encoding tables via #include directive * Change return types for implemented virtual functions of actors that inherit from dEvLib_callback_c * Add const modifier to several d_com_inf_game functions called in d_event_debug, and change respective fields in dEvDb_bit & reg_c to be const * d_event_debug Equivalent * Changed configure.py entry to equivalent instead of matching * Preliminary documentation * Remove debug tables from d_event.cpp
Diffstat (limited to 'src/d/d_event_debug_bit_table_tmp.inc')
-rw-r--r--src/d/d_event_debug_bit_table_tmp.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/d/d_event_debug_bit_table_tmp.inc b/src/d/d_event_debug_bit_table_tmp.inc
index 13c9f69928..471ca463c1 100644
--- a/src/d/d_event_debug_bit_table_tmp.inc
+++ b/src/d/d_event_debug_bit_table_tmp.inc
@@ -98,7 +98,7 @@
0x16,
},
{
- "Hanch_CLIMBOUT_POND",
+ "HANJO_CLIMBOUT_POND",
"172 飛び込んだハンジョ−、池から出た", // Hanch gets out of lake after jumping in
"住吉", // Sumiyoshi
0x1304,
@@ -1377,7 +1377,7 @@
},
{
"T_0020",
- "21 牛追い/時間切れ後〜再開の間までON", // cow herding - ON from `time's up` until `restart`
+ "21 牛追い/時間切れ後~再開の間までON", // cow herding - ON from `time's up` until `restart`
"京極", // Kyogoku
0x101,
"F_SP103:トアル村", // Ordon Village
@@ -1518,4 +1518,4 @@
"F_SP103:トアル村", // Ordon Village
0x6,
0x7,
-}, \ No newline at end of file
+},