Skip to content

Commit

Permalink
FF8: Print chara info only when trace_all is enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
julianxhokaxhiu committed Jul 8, 2023
1 parent ce0c073 commit aa570ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ff8/field/chara_one.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ std::unordered_map<uint32_t, CharaOneModel> ff8_chara_one_parse_models(const uin
if (flag >> 24 != 0xd0) { // NPCs (not main characters)
uint32_t timOffset;

ffnx_info("%s: %d %d %d\n", __func__, i, int(cur - chara_one_data), size);
if (trace_all) ffnx_info("%s: %d %d %d\n", __func__, i, int(cur - chara_one_data), size);

if ((flag & 0xFFFFFF) == 0) {
model.texturesData.push_back(0);
Expand Down

0 comments on commit aa570ea

Please sign in to comment.