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

Go to the source code of this file.

Classes

class  WorldTowns
 "Visited" flags for towns – which fly destinations are unlocked. More...

Variables

constexpr var8 townCount = 11
 Towns tracked as fly destinations.
constexpr var8 townByteCount = 2
 5 bits of 16 unused

Variable Documentation

◆ townByteCount

var8 townByteCount = 2
constexpr

5 bits of 16 unused

Definition at line 24 of file worldtowns.h.

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

◆ townCount

var8 townCount = 11
constexpr

Towns tracked as fly destinations.

Definition at line 23 of file worldtowns.h.

Referenced by WorldTowns::load(), WorldTowns::reset(), WorldTowns::save(), and WorldTowns::townsCount().