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
This enum should have members like AC_DIFFICULTY_EASIEST, AC_DIFFICULTY_VERY_EASY, etc. instead of having the actual difficulty appear in a comment. Also, the values (= 0 etc.) can be removed since incrementing by one per member is the C default.
The text was updated successfully, but these errors were encountered:
papermario/src/battle/action_cmd.h
Lines 41 to 50 in 82fcfa3
This enum should have members like AC_DIFFICULTY_EASIEST, AC_DIFFICULTY_VERY_EASY, etc. instead of having the actual difficulty appear in a comment. Also, the values (
= 0
etc.) can be removed since incrementing by one per member is the C default.The text was updated successfully, but these errors were encountered: