You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
pokeyellow/engine/pikachu/pikachu_status.asm
Lines 139 to 179 in cf5a7f0
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 ind
, but I don't know if it is ever used.The text was updated successfully, but these errors were encountered: