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

Go to the source code of this file.

Classes

class  WorldTrades
 "Done" flags for the game's in-game (NPC) trades. More...

Variables

constexpr var8 tradeCount = 10
 In-game NPC trades tracked.
constexpr var8 tradeByteCount = 2
 6 of 16 bits unused

Variable Documentation

◆ tradeByteCount

var8 tradeByteCount = 2
constexpr

6 of 16 bits unused

Definition at line 24 of file worldtrades.h.

Referenced by WorldTrades::load(), and WorldTrades::save().

◆ tradeCount

var8 tradeCount = 10
constexpr

In-game NPC trades tracked.

Definition at line 23 of file worldtrades.h.

Referenced by WorldTrades::load(), WorldTrades::reset(), WorldTrades::save(), and WorldTrades::tradesCount().