February 27, 2025 | by GamesHereHQ Team
As an Amazon Associate, GamesHereHQ earns from qualifying purchases.

Price: [price_with_discount]
(as of [price_update_date] – Details)
[ad_1]
The original manga about making it in the video game industry that inspired the hit anime! Hotaru Takes 100 Damage! <3
Publisher : Seven Seas (March 26, 2019)
Language : English
Paperback : 120 pages
ISBN-10 : 164275014X
ISBN-13 : 978-1642750140
Reading age : 13 – 17 years
Grade level : 7 – 9
Item Weight : 2.31 pounds
Dimensions : 5.9 x 0.4 x 8.24 inches
[ad_2]
View all
As an Amazon Associate, GamesHereHQ earns from qualifying purchases.
function ghq_price_box_shortcode($atts) { $atts = shortcode_atts(array( 'asin' => '', 'btn_text' => 'Check Price on Amazon' ), $atts); $asin = esc_attr($atts['asin']); $btn_text = esc_html($atts['btn_text']); $affiliate_id = 'Gamesherehq-20'; $link = "https://www.amazon.com/dp/$asin?tag=$affiliate_id"; return ''; add_shortcode('ghq_price_box', 'ghq_price_box_shortcode');