Skip to content

Commit

Permalink
Investigating problem on diablo fight
Browse files Browse the repository at this point in the history
  • Loading branch information
HobbitDur committed Oct 7, 2024
1 parent 0c50ee8 commit 43985e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion FF8GameData
4 changes: 2 additions & 2 deletions data.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ def write_mngrp_file(self, file_mngrp, file_mngrphd):
file_msg_data.extend(entry.text)
i+=1

self.mngrp.set_section_by_id_and_bytearray(bin_data.mngrp_bin_id, file_bin_data, self.mngrphd)
self.mngrp.set_section_by_id_and_bytearray(bin_data.mngrp_msg_id, file_msg_data, self.mngrphd)
self.mngrp.set_section_by_id_and_bytearray(bin_data.mngrp_bin_id, file_bin_data)
self.mngrp.set_section_by_id_and_bytearray(bin_data.mngrp_msg_id, file_msg_data)
self.mngrp.update_data_hex()
self.mngrphd.update_data_hex()

Expand Down

0 comments on commit 43985e2

Please sign in to comment.