|
Pokered Save Editor 2
Pokemon Red & Blue save file editor - Qt 6 C++/QML
|
Implementation of PlayerBasics – name/ID/money/coins/badges/starter, including the full-set name/ID that also rewrites non-trade mons' OT. More...
#include "./player.h"#include "./playerbasics.h"#include "./playerpokemon.h"#include "../savefileexpanded.h"#include "../storage.h"#include "../fragments/pokemonstorageset.h"#include "../fragments/pokemonstoragebox.h"#include "../fragments/itemstoragebox.h"#include "../fragments/pokemonbox.h"#include "../fragments/pokemonparty.h"#include "../../savefile.h"#include "../../savefiletoolset.h"#include "../../savefileiterator.h"#include <pse-db/names.h>#include <pse-db/pokemon.h>#include <pse-common/random.h>Go to the source code of this file.
Implementation of PlayerBasics – name/ID/money/coins/badges/starter, including the full-set name/ID that also rewrites non-trade mons' OT.
See playerbasics.h for the documented API.
Definition in file playerbasics.cpp.