d_a_horse 100% (#2912)

* Fix missing line numbers for debug

* Fix horse inlines and HIO

* Match daHorse_c::setEffect

* Improve a few debug matches

* Match daHorse_c::checkHorseNoMove (half fake)

* Update configure.py
This commit is contained in:
LagoLunatic
2025-12-04 19:03:13 -05:00
committed by GitHub
parent 4d3f25d34e
commit 7fe9a68a9d
13 changed files with 302 additions and 243 deletions
+1 -1
View File
@@ -13516,7 +13516,7 @@ BOOL daAlink_c::setItemActor() {
if (checkBombItem(mEquipItem)) {
if (checkHorseRide()) {
if (!dComIfGp_getHorseActor()->checkNoBombProc() &&
if (dComIfGp_getHorseActor()->checkNoBombProc() &&
(mProcID != PROC_HORSE_TURN || !checkModeFlg(MODE_DISABLE_ITEMS)))
{
mEquipItem = fpcNm_ITEM_NONE;