Print P for "has PocketStation content".
This commit is contained in:
parent
747209f744
commit
62b4b8b307
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,8 @@ void print_blocks (const std::string& mc_path) {
|
|||
if (blk.block_count() > 1) {
|
||||
std::cout << " (x" << blk.block_count() << ')';
|
||||
}
|
||||
if (blk.has_pocket_station_content())
|
||||
std::cout << " P";
|
||||
std::cout << " [" << to_char(blk.country_code()) << ']';
|
||||
std::cout << ' ' << blk.product_code();
|
||||
std::cout << '\n';
|
||||
|
|
Loading…
Add table
Reference in a new issue