mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-23 15:25:19 -04:00
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
This commit is contained in:
@@ -117,7 +117,7 @@
|
||||
},
|
||||
{
|
||||
"F_0808",
|
||||
"808 初日のと話した", // Talked to Beth on the first day
|
||||
"808 初日のベスと話した", // Talked to Beth on the first day
|
||||
"京極", // Kyogoku
|
||||
0x6240,
|
||||
"F_SP103:トアル村", // Ordon Village
|
||||
@@ -765,7 +765,7 @@
|
||||
},
|
||||
{
|
||||
"F_0729",
|
||||
"729 ポストマン「おォ〜い!」直後", // Right after postman's "Hey!"
|
||||
"729 ポストマン「おォ~い!」直後", // Right after postman's "Hey!"
|
||||
"一角", // Ikkaku
|
||||
0x5940,
|
||||
"環状フィールド", // Ring field
|
||||
@@ -1908,7 +1908,7 @@
|
||||
},
|
||||
{
|
||||
"F_0596",
|
||||
"596 F0003:2日目−コリン剣チュー後〜馬拒絶までに会話", // 2nd Day - Conversation with Colin after sword tutorial, before horse rejection
|
||||
"596 F0003:2日目-コリン剣チュー後~馬拒絶までに会話", // 2nd Day - Conversation with Colin after sword tutorial, before horse rejection
|
||||
"京極", // Kyogoku
|
||||
0x4920,
|
||||
"F_SP103:トアル村", // Ordon Village
|
||||
@@ -2610,7 +2610,7 @@
|
||||
},
|
||||
{
|
||||
"F_0518",
|
||||
"518 コリン誘拐〜寝込み中のウーリからコリンに手紙出した話聞いた", // Colin kidnapped ~ Heard about giving letter to Colin from sleeping Uli
|
||||
"518 コリン誘拐~寝込み中のウーリからコリンに手紙出した話聞いた", // Colin kidnapped ~ Heard about giving letter to Colin from sleeping Uli
|
||||
"京極", // Kyogoku
|
||||
0x3f08,
|
||||
"F_SP103:トアル村", // Ordon Village
|
||||
@@ -7188,4 +7188,4 @@
|
||||
"F_SP108:フィローネの森", // Faron Woods
|
||||
0xf,
|
||||
0x10,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user