Note a 60FPS/50FPS-related inconsistency
ASM-accuracy improvement for Profile.cpp
Comment style tweaks in the last three files
Clean up and accuracy fix for ValueView.cpp
Merge pull request #75 from GabrielRavier/betterComments
betterComments : Some stuff for the PR to accurate
Documentation : Removed comment which talks about an issue fixed by commit e34f492418a6ec18c6b24303c31ca043f8e3e143
Documentation : Tried to clarify comment on random conversion to short
Documentation : Made some comments clearer
Added better comment for random self-assign in Fade.cpp
Documentation : Comment an always true expression
Documentation : Comment duplicate line
Documentation : Comment always true condition
Documentation : Commented the fact that "swPlay % 2" is always true
Documentation : Note that the fact 96 is already listed results in the condition always being false
Documentation : Add note about duplicate block of code
Documentation : Document identical function bodies for InitBullet and ClearBullet
Documentation : Comment redundant if
Documentation : Comment identical case branches in NpcAct280
Documentation : Add note about identical case branches in NpcAct020
Documentation : Document the identical HitMyCharMap case branches
Documentation : Document identical case branches in ActBullet
Add note about identical case branches
Documentation : Commented redundant check
Documentation : Comment implicit truncation
Documentation : Add note about irreproductability of __DATE
Fix some more incorrectly-decompiled code
Merge pull request #77 from GabrielRavier/cmpUnclear
Merge pull request #81 from GabrielRavier/surroundMacroWithParentheses
Merge pull request #82 from GabrielRavier/correctEnumTypeBeingConvertedToBool