Commit Graph

5 Commits

Author SHA1 Message Date
LmeSzinc
a623e7d082 Fix: rare bugs
- Fix roadblocks in 6-4
- Fix mis-detect BATTLE_STATUS_D when battle executing
- Add call details to popup
2020-06-12 19:29:13 +08:00
nEEtdo0d
0e8e25de18 Fixed EN rank D assets, CN so those needs to be updated since I don't play CN I've only inserted dummy files so that button_extract module would run. Also added extra conditions for the exercise loop so that it exits the rank D screens 2020-06-08 17:06:39 -04:00
LmeSzinc
30e11c6caf Fix: Re-check all timeout timer
- Fix tactical class get stuck when skill level reach to max.
2020-06-03 05:06:51 +08:00
LmeSzinc
61aa7d8340 Fix: 修复截图速度过慢时出现的问题
当使用像以下结构的代码时, 需要增加触发计数
否则当截图耗时大于计时器触发时间时, 会触发错误的结果
if self.appear(MAIN_CHECK):
    if confirm_timer.reached():
        pass
    else:
        confirm_timer.reset()
2020-04-28 14:37:13 +08:00
LmeSzinc
ce4887a4f5 Initial commit 2020-03-29 01:41:34 +08:00