pokeyellow
pokeyellow copied to clipboard
Are the labels in `CheckPikachuFaintedOrStatused` wrong?
https://github.com/pret/pokeyellow/blob/cf5a7f02113265edc9369841ec986af3f47b64b1/engine/pikachu/pikachu_status.asm#L139-L179
From a glance, it seems that the two labels are wrong: At lines 162-164, a nonzero value of a
means there is a status ailment, and 0 means no status ailment. The bitwise OR of the two HP bytes is also stored in d
, but I don't know if it is ever used.