briaguya a7f837014f
fix dark link not getting hit when stunned (#5028)
in https://github.com/HarbourMasters/Shipwright/pull/3280 both `0x00400000` and `0x04000000` were replaced with `PLAYER_STATE1_SHIELDING`.

`0x00400000` is `PLAYER_STATE1_SHIELDING`, but  `0x04000000` is `PLAYER_STATE1_DAMAGED`

this fixes the spots in `z_en_torch2` where we had `PLAYER_STATE1_SHIELDING` where it should have been `PLAYER_STATE1_DAMAGED`
2025-02-09 12:58:27 -05:00
..
2024-02-01 23:11:31 -06:00
2025-02-03 18:58:49 -05:00
2025-02-04 10:48:41 +01:00
2025-02-09 11:49:56 -05:00
2024-10-31 07:42:27 -07:00
2025-02-04 10:48:41 +01:00