issues
search
codemonkey85
/
PKMDS
A Pokémon save hacking library written in C++! (currently supports Gen V and limited portions of Gen III / VI)
The Unlicense
22
stars
5
forks
source link
pkmds_g5_sqlite: fixed Clang support
#2
Closed
ncorgan
closed
10 years ago
ncorgan
commented
10 years ago
Clang doesn't like comparisons between strongly-typed enums and ints
codemonkey85
commented
10 years ago
Oops!