|
Pokered Save Editor 2
Pokemon Red & Blue save file editor - Qt 6 C++/QML
|
The eight Gym badges, in bit order, as a QML-visible enum. More...
#include <playerbasics.h>
Public Types | |
| enum | Badges_ : var8 { Boulder = 0 , Cascade , Thunder , Rainbow , Soul , Marsh , Volcano , Earth } |
The eight Gym badges, in bit order, as a QML-visible enum.
A QObject purely so the Badges_ enum is exposed to QML (registered creatable in bootQmlLinkage). The values are the badge bit indices within the badge byte.
Definition at line 33 of file playerbasics.h.
| enum Badges::Badges_ : var8 |
Definition at line 39 of file playerbasics.h.