Pokered Save Editor 2
Pokemon Red & Blue save file editor - Qt 6 C++/QML
Loading...
Searching...
No Matches
playerbasics.h File Reference
#include <QVector>
#include <QObject>
#include <QString>
#include <pse-common/types.h>
#include "../../savefile_autoport.h"
Include dependency graph for playerbasics.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Badges
 The eight Gym badges, in bit order, as a QML-visible enum. More...
class  PlayerBasics
 The trainer's headline values: name, ID, money, coins, badges, starter. More...

Variables

constexpr var8 maxBadges = 8
 Number of Gym badges.

Variable Documentation

◆ maxBadges

var8 maxBadges = 8
constexpr

Number of Gym badges.

Definition at line 51 of file playerbasics.h.

Referenced by PlayerBasics::badgeCount().