diff --git a/src/cli/memcard.cpp b/src/cli/memcard.cpp index 2ce5ab3..0a6b53e 100644 --- a/src/cli/memcard.cpp +++ b/src/cli/memcard.cpp @@ -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';