Netdex / twinject

Automated player and hooking framework for bullet hell games from the Touhou Project
GNU General Public License v3.0
74 stars 14 forks source link

add th10_patch_autobomb #8

Closed binvec closed 6 years ago

binvec commented 6 years ago

In line 147 of twinhook/control/th10_player.cpp. If the variable eax is not equal to zero, some items (not powerups) will be added into the vector when the boss is defeated or player uses a bomb. These items will influence bot to make judgments.

if eax is equal to 1, only powerups will be added into the vector.

==================================================================

Add th10_patch_autobomb()